SHA256
1
0
forked from pool/git

Accepting request 237627 from devel:tools:scm

1

OBS-URL: https://build.opensuse.org/request/show/237627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=135
This commit is contained in:
Stephan Kulow
2014-06-26 06:00:13 +00:00
committed by Git OBS Bridge
parent a4882f4047
commit 070b376530
4 changed files with 40 additions and 5 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Mon Jun 16 23:18:17 UTC 2014 - andreas.stieger@gmx.de
- git 2.0.0
- Backward compatibility notes:
* git push now uses "simple" semantics by default instead of
old "matching", use variable "push.default" to revert
* "git add -u" and "git add -A" operate on entire tree, use
"git add -u ." or "git add -A ." for current directory only.
* "git add <path>" is the same as "git add -A <path>" now, use
"git add --ignore-removal <path>" for previous behaviour
* "-q" option of "git diff-files" has been removed. To ignore
deletion, use "git diff-files --diff-filter=d"
* "git request-pull" lost a few "heuristics"
* default prefix for "git svn" remote-tracking branches changed
from refs/remotes to refs/remotes/origin/ unless with "--prefix"
- Updates, fixes and features as listed in:
https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.0.0.txt
-------------------------------------------------------------------
Wed Jun 11 20:36:00 UTC 2014 - andreas.stieger@gmx.de
- git 1.9.4:
* Commands that take pathspecs on the command line misbehaved
when the pathspec is given as an absolute pathname (which is a
practice not particularly encouraged) that points at a
symbolic link in the working tree.
* An earlier fix to the shell prompt script (in contrib/) for
using the PROMPT_COMMAND interface did not correctly check if
the extra code path needs to trigger, causing the branch name
not to appear when 'promptvars' option is disabled in bash or
PROMPT_SUBST is unset in zsh.
- switch to xz tarball form kernel.org
-------------------------------------------------------------------
Sun May 11 15:51:39 UTC 2014 - andreas.stieger@gmx.de