![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
Author: tilman Date: 2006-04-23 22:59:15 +0200 (Sun, 23 Apr 2006) New Revision: 1292 Modified: crux-2.2/ports/opt/git/.footprint crux-2.2/ports/opt/git/.md5sum crux-2.2/ports/opt/git/Pkgfile Log: git: updated to 1.3.0 Modified: crux-2.2/ports/opt/git/.footprint =================================================================== --- crux-2.2/ports/opt/git/.footprint 2006-04-23 16:28:55 UTC (rev 1291) +++ crux-2.2/ports/opt/git/.footprint 2006-04-23 20:59:15 UTC (rev 1292) @@ -3,11 +3,13 @@ -rwxr-xr-x root/root usr/bin/git -rwxr-xr-x root/root usr/bin/git-add -rwxr-xr-x root/root usr/bin/git-am +-rwxr-xr-x root/root usr/bin/git-annotate -rwxr-xr-x root/root usr/bin/git-apply -rwxr-xr-x root/root usr/bin/git-applymbox -rwxr-xr-x root/root usr/bin/git-applypatch -rwxr-xr-x root/root usr/bin/git-archimport -rwxr-xr-x root/root usr/bin/git-bisect +-rwxr-xr-x root/root usr/bin/git-blame -rwxr-xr-x root/root usr/bin/git-branch -rwxr-xr-x root/root usr/bin/git-cat-file -rwxr-xr-x root/root usr/bin/git-check-ref-format @@ -15,6 +17,7 @@ -rwxr-xr-x root/root usr/bin/git-checkout-index -rwxr-xr-x root/root usr/bin/git-cherry -rwxr-xr-x root/root usr/bin/git-cherry-pick +-rwxr-xr-x root/root usr/bin/git-clean -rwxr-xr-x root/root usr/bin/git-clone -rwxr-xr-x root/root usr/bin/git-clone-pack -rwxr-xr-x root/root usr/bin/git-commit @@ -23,6 +26,7 @@ -rwxr-xr-x root/root usr/bin/git-count-objects -rwxr-xr-x root/root usr/bin/git-cvsexportcommit -rwxr-xr-x root/root usr/bin/git-cvsimport +-rwxr-xr-x root/root usr/bin/git-cvsserver -rwxr-xr-x root/root usr/bin/git-daemon -rwxr-xr-x root/root usr/bin/git-describe -rwxr-xr-x root/root usr/bin/git-diff @@ -40,6 +44,7 @@ -rwxr-xr-x root/root usr/bin/git-hash-object -rwxr-xr-x root/root usr/bin/git-http-fetch -rwxr-xr-x root/root usr/bin/git-http-push +-rwxr-xr-x root/root usr/bin/git-imap-send -rwxr-xr-x root/root usr/bin/git-index-pack -rwxr-xr-x root/root usr/bin/git-init-db -rwxr-xr-x root/root usr/bin/git-local-fetch @@ -59,7 +64,9 @@ -rwxr-xr-x root/root usr/bin/git-merge-recursive -rwxr-xr-x root/root usr/bin/git-merge-resolve -rwxr-xr-x root/root usr/bin/git-merge-stupid +-rwxr-xr-x root/root usr/bin/git-merge-tree -rwxr-xr-x root/root usr/bin/git-mktag +-rwxr-xr-x root/root usr/bin/git-mktree -rwxr-xr-x root/root usr/bin/git-mv -rwxr-xr-x root/root usr/bin/git-name-rev -rwxr-xr-x root/root usr/bin/git-pack-objects @@ -84,6 +91,7 @@ -rwxr-xr-x root/root usr/bin/git-rev-list -rwxr-xr-x root/root usr/bin/git-rev-parse -rwxr-xr-x root/root usr/bin/git-revert +-rwxr-xr-x root/root usr/bin/git-rm -rwxr-xr-x root/root usr/bin/git-send-pack -rwxr-xr-x root/root usr/bin/git-sh-setup -rwxr-xr-x root/root usr/bin/git-shell @@ -127,6 +135,7 @@ -rw-r--r-- root/root usr/share/git-core/templates/hooks/post-update -rw-r--r-- root/root usr/share/git-core/templates/hooks/pre-applypatch -rw-r--r-- root/root usr/share/git-core/templates/hooks/pre-commit +-rw-r--r-- root/root usr/share/git-core/templates/hooks/pre-rebase -rw-r--r-- root/root usr/share/git-core/templates/hooks/update drwxr-xr-x root/root usr/share/git-core/templates/info/ -rw-r--r-- root/root usr/share/git-core/templates/info/exclude Modified: crux-2.2/ports/opt/git/.md5sum =================================================================== --- crux-2.2/ports/opt/git/.md5sum 2006-04-23 16:28:55 UTC (rev 1291) +++ crux-2.2/ports/opt/git/.md5sum 2006-04-23 20:59:15 UTC (rev 1292) @@ -1 +1 @@ -27ac8c7afc201b90d603c1e2a8a1cf89 git-1.2.6.tar.bz2 +33db94b67856b40ad452b518d5ca51fe git-1.3.0.tar.bz2 Modified: crux-2.2/ports/opt/git/Pkgfile =================================================================== --- crux-2.2/ports/opt/git/Pkgfile 2006-04-23 16:28:55 UTC (rev 1291) +++ crux-2.2/ports/opt/git/Pkgfile 2006-04-23 20:59:15 UTC (rev 1292) @@ -4,7 +4,7 @@ # Depends on: openssl, curl name=git -version=1.2.6 +version=1.3.0 release=1 source=(http://www.kernel.org/pub/software/scm/$name/$name-$version.tar.bz2)