SHA256
1
0
forked from pool/git

Accepting request 74766 from devel:tools:scm

- update to 1.7.6: major update from 1.7.5.x
 * Similar to branch names, tagnames that begin with "-" are now
   disallowed.
 * Simpler handling of a large file depending on core.bigfilethreshold
   value
 * A magic pathspec ":/" handling
 * Some new options and improvements in git-blame, git-commit, git-diff
   git-grep, git-format-patch, git-merge, git-svn, etc
 * More prepartaion for i18n/l10n.
 See Documentation/RelNotes/1.7.6.txt for details.

- updated to git 1.7.6: see git changelog for more details

OBS-URL: https://build.opensuse.org/request/show/74766
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=64
This commit is contained in:
Sascha Peilicke
2011-06-28 13:12:53 +00:00
committed by Git OBS Bridge
parent b601492c3b
commit 01f4542b84
10 changed files with 32 additions and 13 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jun 27 18:15:30 CEST 2011 - tiwai@suse.de
- update to 1.7.6: major update from 1.7.5.x
* Similar to branch names, tagnames that begin with "-" are now
disallowed.
* Simpler handling of a large file depending on core.bigfilethreshold
value
* A magic pathspec ":/" handling
* Some new options and improvements in git-blame, git-commit, git-diff
git-grep, git-format-patch, git-merge, git-svn, etc
* More prepartaion for i18n/l10n.
See Documentation/RelNotes/1.7.6.txt for details.
-------------------------------------------------------------------
Fri Jun 24 11:36:31 CEST 2011 - tiwai@suse.de