<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/misc/git, branch cube-native-xorg</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2006-04-05T23:01:15Z</updated>
<entry>
<title>List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.</title>
<updated>2006-04-05T23:01:15Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2006-04-05T23:01:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a4cbc72f584185583e33b49017522a326a053ef4'/>
<id>urn:sha1:a4cbc72f584185583e33b49017522a326a053ef4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no</title>
<updated>2006-03-04T21:28:51Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2006-03-04T21:28:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9c8b5ede437e0b7c2f7b0cdd5f8500d619968fdb'/>
<id>urn:sha1:9c8b5ede437e0b7c2f7b0cdd5f8500d619968fdb</id>
<content type='text'>
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.</content>
</entry>
<entry>
<title>Forgot to commit this last week; from my update to git-4.3.20:</title>
<updated>2006-01-31T20:29:40Z</updated>
<author>
<name>reed</name>
<email>reed@pkgsrc.org</email>
</author>
<published>2006-01-31T20:29:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f48c1dcb6a0c7938f25691229a4da38d97b9f850'/>
<id>urn:sha1:f48c1dcb6a0c7938f25691229a4da38d97b9f850</id>
<content type='text'>
Update patch-ac -- for location of html document. (Now only
installs one.)

Update patch-ab -- to add .gitrc.cons25

(distinfo was already committed.)</content>
</entry>
<entry>
<title>Update git to git-4.3.20.</title>
<updated>2006-01-26T17:58:18Z</updated>
<author>
<name>reed</name>
<email>reed@pkgsrc.org</email>
</author>
<published>2006-01-26T17:58:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cf6b3e0678e1cdc2d8de2b2a4b3fba4d0aaac3c2'/>
<id>urn:sha1:cf6b3e0678e1cdc2d8de2b2a4b3fba4d0aaac3c2</id>
<content type='text'>
Remove BUILD_TARGET.

Change pre-install target to post-extract and
don't patch manually, just uses patches/ framework.

This adds gitwhich command and removes gitregrep and gitrfgrep.

Moves terminal files from lib/git/term/ to share/git.

Update patch-ac -- for location of html document. (Now only
installs one.)

Update patch-ab -- to add .gitrc.cons25

Add patch-ad for the .gitrc.cons25 (this was in files, but recreated
patch).

(Note I only slightly tested git. I updated this because
I saw old Makefile.in didn't honor the @mandir@ and @infodir@
as provided by configure. I patched this, but then saw this
was an old version and new version already had this fixed.)

Changes here:

* Version 4.3.20
================

** Moving across filesystems now preserves file ownership.

** Copying no longer preserves file ownership.

** F7 (`make-directory') creates all the intermediate directories.

** Fixed a long standing bug in the xid code for long user names (I
   could finally reproduce it myself).

** Fixed a crash in the incremental search code.

* Version 4.3.19
================

** Fixed 2 compilation problems on non-ANSI C compilers.

** Minor fixes in gitaction.

* Version 4.3.18
================

** The build/installation procedure is now based on automake.

** `make prefix=some_path' no longer recompiles git.  According to the
   new GNU coding standards this is the correct behaviour.

** The key sequence typed so far is displayed in the status bar, if
   not completed in one second.

** `select-extension'/`unselect-extension': new builtin commands,
   bound on `Alt-+'/`Alt--' (or `ESC +'/`ESC -').  These commands
   select/unselect all the files in the current directory that have
   the same extension as the current file.  That is, if the current
   file is "git.c", `select-extension' will select all the "*.c" files
   in the current directory.  If the current file does not have an
   extension (including the case where its name starts with a dot), no
   selections/unselections are made.

** The insertion of file/directory names in the command line
   (Alt-Enter) is a little bit smarter.  Quotes are added only when
   necessary and when before the current possition there is a /, no
   space is added before the name, to allow for path building.

** The incremental forward/backwards search mechanism can recall the
   last searched string if the user types ^S/^R while the string is
   empty.  This is similar to what Emacs does.

** F2 works on *.pgp files (will ask for a passphrase).

** `ESC m f' mounts the first floppy in /mnt/floppy.  `ESC r f'
   unmounts it.

** A simple scroll-bar thumb (#) has been added on the right side of
   the panel's frame.

** The shell command currently being executed is displayed on the
   title of the xterm window.

** GIT_BROWSER: new environment variable.  If set, git will use this
   to view html documents.  If GIT_BROWSER is not set, lynx will be
   used instead.

** A more Unix like key sequence structure in gitps and gitview.  You
   can scroll up and down with `Space' and `Backspace' and quit with
   `q'.

** Binary file split on `^C /' and (in background) on `^C b /'.

** The inconsistency between the keys and the signal names in gitps
   have been fixed.  Signal selection is done with upper case letters
   only.

** Other bug fixes.</content>
</entry>
<entry>
<title>Update HOMEPAGE (was missing).</title>
<updated>2006-01-26T17:00:15Z</updated>
<author>
<name>reed</name>
<email>reed@pkgsrc.org</email>
</author>
<published>2006-01-26T17:00:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e05cca85cbf3538c13f3966f50f2e901ee856ee7'/>
<id>urn:sha1:e05cca85cbf3538c13f3966f50f2e901ee856ee7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be</title>
<updated>2005-03-24T21:12:50Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2005-03-24T21:12:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b8e0eb28f4cc38158af3e852c340e79b013ade55'/>
<id>urn:sha1:b8e0eb28f4cc38158af3e852c340e79b013ade55</id>
<content type='text'>
useful.</content>
</entry>
<entry>
<title>Add RMD160 digests</title>
<updated>2005-02-24T11:02:49Z</updated>
<author>
<name>agc</name>
<email>agc@pkgsrc.org</email>
</author>
<published>2005-02-24T11:02:49Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=07b46baa433002c0ea4c5a563fe60db689c68cc7'/>
<id>urn:sha1:07b46baa433002c0ea4c5a563fe60db689c68cc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.</title>
<updated>2004-12-03T15:14:50Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2004-12-03T15:14:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6e02d7ee4135596fbf3221f6c20ff5e8cf314775'/>
<id>urn:sha1:6e02d7ee4135596fbf3221f6c20ff5e8cf314775</id>
<content type='text'>
Suggested by Roland Illig, ok'd by various.</content>
</entry>
<entry>
<title>Remove info files entries from PLIST.</title>
<updated>2004-03-08T22:18:19Z</updated>
<author>
<name>seb</name>
<email>seb@pkgsrc.org</email>
</author>
<published>2004-03-08T22:18:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=eaff722509c204c4f8b2d19b10dc3457caccad20'/>
<id>urn:sha1:eaff722509c204c4f8b2d19b10dc3457caccad20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>USE_NEW_TEXINFO is unnecessary now.</title>
<updated>2003-08-09T10:59:08Z</updated>
<author>
<name>seb</name>
<email>seb@pkgsrc.org</email>
</author>
<published>2003-08-09T10:59:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=56b682547ab69c8cb46ba64a7be665fc46665708'/>
<id>urn:sha1:56b682547ab69c8cb46ba64a7be665fc46665708</id>
<content type='text'>
</content>
</entry>
</feed>
