diff options
author | gdt <gdt@pkgsrc.org> | 2012-06-18 17:36:55 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-06-18 17:36:55 +0000 |
commit | 5bfd9ce89ab9bddc9324f8ef7e6a4fbf8b35b255 (patch) | |
tree | 4d78b0f0ce23ecd04941d62bb531af0b47fcf7be /devel/scmgit | |
parent | 10f3b4bf07ea1e34a311a54d33c6188f210efec7 (diff) | |
download | pkgsrc-5bfd9ce89ab9bddc9324f8ef7e6a4fbf8b35b255.tar.gz |
Update to v1.7.10.5.
Fixes since v1.7.10.4
---------------------
* "git fast-export" did not give a readable error message when the
same mark erroneously appeared twice in the --import-marks input.
* "git rebase -p" used to pay attention to rebase.autosquash which
was wrong. "git rebase -p -i" should, but "git rebase -p" by
itself should not.
(ok agc@ to commit during freeze)
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 a9706cc33fb..15aa3f8c0c0 100644 --- a/devel/scmgit/Makefile.version +++ b/devel/scmgit/Makefile.version @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.version,v 1.42 2012/06/14 12:52:48 gdt Exp $ +# $NetBSD: Makefile.version,v 1.43 2012/06/18 17:36:55 gdt Exp $ # # used by devel/scmgit/Makefile.common # used by www/gitweb/Makefile -GIT_VERSION= 1.7.10.4 +GIT_VERSION= 1.7.10.5 |