diff options
author | adam <adam> | 2012-01-20 15:43:38 +0000 |
---|---|---|
committer | adam <adam> | 2012-01-20 15:43:38 +0000 |
commit | f52e4c732bb775f134d445f1dafe950493cc3cb2 (patch) | |
tree | 2b537a9bb5558169a16a61b111b6249503f42971 /devel/scmgit | |
parent | 9b2fc2bf2ec34cb2084783dc99b34dcbf83da2fc (diff) | |
download | pkgsrc-f52e4c732bb775f134d445f1dafe950493cc3cb2.tar.gz |
Changes 1.7.8.4:
* The code to look up attributes for paths reused entries from a wrong
directory when two paths in question are in adjacent directories and
the name of the one directory is a prefix of the other.
* A wildcard that matches deeper hierarchy given to the "diff-index" command,
e.g. "git diff-index HEAD -- '*.txt'", incorrectly reported additions of
matching files even when there is no change.
* When producing a "thin pack" (primarily used in bundles and smart
HTTP transfers) out of a fully packed repository, we unnecessarily
avoided sending recent objects as a delta against objects we know
the other side has.
* "git send-email" did not properly treat sendemail.multiedit as a
boolean (e.g. setting it to "false" did not turn it off).
* Also contains minor fixes and documentation updates.
Diffstat (limited to 'devel/scmgit')
-rw-r--r-- | devel/scmgit/Makefile.version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/scmgit/Makefile.version b/devel/scmgit/Makefile.version index d924e885f09..c1c287810fc 100644 --- a/devel/scmgit/Makefile.version +++ b/devel/scmgit/Makefile.version @@ -1,3 +1,3 @@ -# $NetBSD: Makefile.version,v 1.31 2012/01/19 20:34:01 gdt Exp $ +# $NetBSD: Makefile.version,v 1.32 2012/01/20 15:43:38 adam Exp $ -GIT_VERSION= 1.7.7.6 +GIT_VERSION= 1.7.8.4 |