git: updated to 1.7.7.3.
This commit is contained in:
parent
48ee40f520
commit
869b91ce24
@ -167,6 +167,22 @@ drwxr-xr-x root/root usr/lib/git-core/
|
||||
-rwxr-xr-x root/root usr/lib/git-core/git-web--browse
|
||||
-rwxr-xr-x root/root usr/lib/git-core/git-whatchanged
|
||||
-rwxr-xr-x root/root usr/lib/git-core/git-write-tree
|
||||
drwxr-xr-x root/root usr/lib/git-core/mergetools/
|
||||
-rw-r--r-- root/root usr/lib/git-core/mergetools/araxis
|
||||
-rw-r--r-- root/root usr/lib/git-core/mergetools/bc3
|
||||
-rw-r--r-- root/root usr/lib/git-core/mergetools/defaults
|
||||
-rw-r--r-- root/root usr/lib/git-core/mergetools/diffuse
|
||||
-rw-r--r-- root/root usr/lib/git-core/mergetools/ecmerge
|
||||
-rw-r--r-- root/root usr/lib/git-core/mergetools/emerge
|
||||
-rw-r--r-- root/root usr/lib/git-core/mergetools/kdiff3
|
||||
-rw-r--r-- root/root usr/lib/git-core/mergetools/kompare
|
||||
-rw-r--r-- root/root usr/lib/git-core/mergetools/meld
|
||||
-rw-r--r-- root/root usr/lib/git-core/mergetools/opendiff
|
||||
-rw-r--r-- root/root usr/lib/git-core/mergetools/p4merge
|
||||
-rw-r--r-- root/root usr/lib/git-core/mergetools/tkdiff
|
||||
-rw-r--r-- root/root usr/lib/git-core/mergetools/tortoisemerge
|
||||
-rw-r--r-- root/root usr/lib/git-core/mergetools/vim
|
||||
-rw-r--r-- root/root usr/lib/git-core/mergetools/xxdiff
|
||||
drwxr-xr-x root/root usr/lib/perl5/
|
||||
drwxr-xr-x root/root usr/lib/perl5/5.12/
|
||||
drwxr-xr-x root/root usr/lib/perl5/5.12/linux-thread-multi/
|
||||
@ -297,6 +313,7 @@ drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/git-remote-ext.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/git-remote-fd.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/git-remote-helpers.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/git-remote-testgit.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/git-remote.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/git-repack.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/git-replace.1.gz
|
||||
@ -358,6 +375,7 @@ drwxr-xr-x root/root usr/man/man7/
|
||||
-rw-r--r-- root/root usr/man/man7/gitcvs-migration.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/gitdiffcore.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/gitglossary.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/gitnamespaces.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/gitrevisions.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/gittutorial-2.7.gz
|
||||
-rw-r--r-- root/root usr/man/man7/gittutorial.7.gz
|
||||
@ -370,8 +388,6 @@ drwxr-xr-x root/root usr/share/git-core/templates/branches/
|
||||
drwxr-xr-x root/root usr/share/git-core/templates/hooks/
|
||||
-rwxr-xr-x root/root usr/share/git-core/templates/hooks/applypatch-msg.sample
|
||||
-rwxr-xr-x root/root usr/share/git-core/templates/hooks/commit-msg.sample
|
||||
-rwxr-xr-x root/root usr/share/git-core/templates/hooks/post-commit.sample
|
||||
-rwxr-xr-x root/root usr/share/git-core/templates/hooks/post-receive.sample
|
||||
-rwxr-xr-x root/root usr/share/git-core/templates/hooks/post-update.sample
|
||||
-rwxr-xr-x root/root usr/share/git-core/templates/hooks/pre-applypatch.sample
|
||||
-rwxr-xr-x root/root usr/share/git-core/templates/hooks/pre-commit.sample
|
||||
|
@ -1,2 +1,2 @@
|
||||
9e0a438eb71e89eedb61f89470ed32a0 git-1.7.6.tar.bz2
|
||||
a017935cf9e90d9f056b6547c318fd15 git-manpages-1.7.6.tar.bz2
|
||||
da2b3c226d8e99d8f66e708129f57a0a git-1.7.7.3.tar.gz
|
||||
f801b4c7b2c9dea7c0ff969f4acaa12c git-manpages-1.7.7.3.tar.gz
|
||||
|
@ -5,9 +5,9 @@
|
||||
# Nice to have: tk
|
||||
|
||||
name=git
|
||||
version=1.7.6
|
||||
version=1.7.7.3
|
||||
release=1
|
||||
source=(http://www.kernel.org/pub/software/scm/$name/$name-{,manpages-}$version.tar.bz2)
|
||||
source=(https://git-core.googlecode.com/files/$name-{,manpages-}$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
Loading…
x
Reference in New Issue
Block a user