-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit '74359821' into js/reflog-delete
* commit '74359821': (128 commits) tests: introduce test_must_fail Fix builtin checkout crashing when given an invalid path templates/Makefile: don't depend on local umask setting Correct name of diff_flush() in API documentation Start preparing for 1.5.4.4 format-patch: remove a leftover debugging message completion: support format-patch's --cover-letter option Eliminate confusing "won't bisect on seeked tree" failure builtin-reflog.c: don't install new reflog on write failure send-email: fix In-Reply-To regression git-svn: Don't prompt for client cert password everytime. git.el: Do not display empty directories. Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIR Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIR Prompt to continue when editing during rebase --interactive Documentation/git svn log: add a note about timezones. git-p4: Support usage of perforce client spec git-p4: git-p4 submit cleanups. git-p4: Removed git-p4 submit --direct. git-p4: Clean up git-p4 submit's log message handling. ...
- Loading branch information
Showing
125 changed files
with
4,189 additions
and
1,334 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
GIT v1.5.4.3 Release Notes | ||
========================== | ||
|
||
Fixes since v1.5.4.2 | ||
-------------------- | ||
|
||
* RPM spec used to pull in everything with 'git'. This has been | ||
changed so that 'git' package contains just the core parts, | ||
and we now supply 'git-all' metapackage to slurp in everything. | ||
This should match end user's expectation better. | ||
|
||
* When some refs failed to update, git-push reported "failure" | ||
which was unclear if some other refs were updated or all of | ||
them failed atomically (the answer is the former). Reworded | ||
the message to clarify this. | ||
|
||
* "git clone" from a repository whose HEAD was misconfigured | ||
did not set up the remote properly. Now it tries to do | ||
better. | ||
|
||
* Updated git-push documentation to clarify what "matching" | ||
means, in order to reduce user confusion. | ||
|
||
* Updated git-add documentation to clarify "add -u" operates in | ||
the current subdirectory you are in, just like other commands. | ||
|
||
* git-gui updates to work on OSX and Windows better. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
GIT v1.5.4.4 Release Notes | ||
========================== | ||
|
||
Fixes since v1.5.4.3 | ||
-------------------- | ||
|
||
* "git cvsexportcommit -w $cvsdir" misbehaved when GIT_DIR is set to a | ||
relative directory. | ||
|
||
* "git http-push" had an invalid memory access that could lead it to | ||
segfault. | ||
|
||
* When "git rebase -i" gave control back to the user for a commit that is | ||
marked to be edited, it just said "modify it with commit --amend", | ||
without saying what to do to continue after modifying it. Give an | ||
explicit instruction to run "rebase --continue" to be more helpful. | ||
|
||
* "git send-email" in 1.5.4.3 issued a bogus empty In-Reply-To: header. | ||
|
||
Also included are a handful documentation updates. | ||
|
||
--- | ||
exec >/var/tmp/1 | ||
echo O=$(git describe maint) | ||
O=v1.5.4.3 | ||
git shortlog --no-merges $O..maint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.