-
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.
* maint: Prepare for v1.6.1.1 maintenance release Documentation/diff-options.txt: unify options gitweb: Fix export check in git_get_projects_list Conflicts: RelNotes
- Loading branch information
Showing
3 changed files
with
30 additions
and
16 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,23 @@ | ||
GIT v1.6.1.1 Release Notes | ||
========================== | ||
|
||
Fixes since v1.6.1 | ||
------------------ | ||
|
||
* "git describe --all" complained when a commit is described with a tag, | ||
which was nonsense. | ||
|
||
* "git log --pretty=format:%s" did not handle a multi-line subject the | ||
same way as built-in log listers (i.e. shortlog, --pretty=oneline, etc.) | ||
|
||
* "git daemon", and "git merge-file" are more careful when freopen fails | ||
and barf, instead of going on and writing to unopened filehandle. | ||
|
||
Other documentation fixes. | ||
|
||
--- | ||
exec >/var/tmp/1 | ||
O=v1.6.1-15-ga9e67c8 | ||
echo O=$(git describe maint) | ||
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