git: updated to 1.5.2.

This commit is contained in:
Tilman Sauerbeck 2007-05-25 16:28:02 +02:00
parent 13a6d6494c
commit 1def667722
3 changed files with 26 additions and 3 deletions

View File

@ -15,6 +15,7 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/git-branch
-rwxr-xr-x root/root usr/bin/git-bundle
-rwxr-xr-x root/root usr/bin/git-cat-file
-rwxr-xr-x root/root usr/bin/git-check-attr
-rwxr-xr-x root/root usr/bin/git-check-ref-format
-rwxr-xr-x root/root usr/bin/git-checkout
-rwxr-xr-x root/root usr/bin/git-checkout-index
@ -76,6 +77,7 @@ drwxr-xr-x root/root usr/bin/
-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-subtree
-rwxr-xr-x root/root usr/bin/git-merge-tree
-rwxr-xr-x root/root usr/bin/git-mergetool
-rwxr-xr-x root/root usr/bin/git-mktag
@ -168,6 +170,7 @@ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/git-branch.1.gz
-rw-r--r-- root/root usr/man/man1/git-bundle.1.gz
-rw-r--r-- root/root usr/man/man1/git-cat-file.1.gz
-rw-r--r-- root/root usr/man/man1/git-check-attr.1.gz
-rw-r--r-- root/root usr/man/man1/git-check-ref-format.1.gz
-rw-r--r-- root/root usr/man/man1/git-checkout-index.1.gz
-rw-r--r-- root/root usr/man/man1/git-checkout.1.gz
@ -289,6 +292,8 @@ drwxr-xr-x root/root usr/man/man1/
drwxr-xr-x root/root usr/man/man3/
-r--r--r-- root/root usr/man/man3/Git.3pm.gz
-r--r--r-- root/root usr/man/man3/private-Error.3pm.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/gitattributes.5.gz
drwxr-xr-x root/root usr/man/man7/
-rw-r--r-- root/root usr/man/man7/git.7.gz
drwxr-xr-x root/root usr/share/
@ -308,3 +313,21 @@ drwxr-xr-x root/root usr/share/git-core/templates/hooks/
-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
drwxr-xr-x root/root usr/share/git-gui/
drwxr-xr-x root/root usr/share/git-gui/lib/
-rw-r--r-- root/root usr/share/git-gui/lib/blame.tcl
-rw-r--r-- root/root usr/share/git-gui/lib/branch.tcl
-rw-r--r-- root/root usr/share/git-gui/lib/browser.tcl
-rw-r--r-- root/root usr/share/git-gui/lib/class.tcl
-rw-r--r-- root/root usr/share/git-gui/lib/commit.tcl
-rw-r--r-- root/root usr/share/git-gui/lib/console.tcl
-rw-r--r-- root/root usr/share/git-gui/lib/database.tcl
-rw-r--r-- root/root usr/share/git-gui/lib/diff.tcl
-rw-r--r-- root/root usr/share/git-gui/lib/error.tcl
-rw-r--r-- root/root usr/share/git-gui/lib/index.tcl
-rw-r--r-- root/root usr/share/git-gui/lib/merge.tcl
-rw-r--r-- root/root usr/share/git-gui/lib/option.tcl
-rw-r--r-- root/root usr/share/git-gui/lib/remote.tcl
-rw-r--r-- root/root usr/share/git-gui/lib/shortcut.tcl
-rw-r--r-- root/root usr/share/git-gui/lib/tclIndex
-rw-r--r-- root/root usr/share/git-gui/lib/transport.tcl

View File

@ -1,2 +1,2 @@
ed4c3b6678bde5a4e09c2206430242df git-1.5.1.4.tar.bz2
bba3d2716555307e8773a00ab2d16a56 git-manpages-1.5.1.4.tar.bz2
79c749b720c29c024d948163fdc47dac git-1.5.2.tar.bz2
4ff6dc447e6336189a94add85e156aec git-manpages-1.5.2.tar.bz2

View File

@ -5,7 +5,7 @@
# Nice to have: tk
name=git
version=1.5.1.4
version=1.5.2
release=1
source=(http://www.kernel.org/pub/software/scm/$name/$name-{,manpages-}$version.tar.bz2)