Skip to content

Commit

Permalink
Merge 1.5.1.5 in
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed May 19, 2007
2 parents 7f79b01 + 6b68342 commit d6b3e3a
Show file tree
Hide file tree
Showing 8 changed files with 1,075 additions and 914 deletions.
15 changes: 13 additions & 2 deletions Documentation/RelNotes-1.5.1.5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ Fixes since v1.5.1.4

* Bugfixes

- git-send-email did not understand aliases file for mutt, which
allows leading whitespaces.

- git-format-patch emitted Content-Type and Content-Transfer-Encoding
headers for non ASCII contents, but failed to add MIME-Version.

- git-name-rev had a buffer overrun with a deep history.

- contributed script import-tars did not get the directory in
tar archives interpreted correctly.

- git-svn was reported to segfault for many people on list and
#git; hopefully this has been fixed.

Expand All @@ -28,10 +39,10 @@ Fixes since v1.5.1.4
and extern, which caused trouble compiling with Forte12
compilers on Sun.

- Many documentation fixes.
- Many many documentation fixes and updates.

--
exec >/var/tmp/1
O=v1.5.1.4-26-gb4b20b2
O=v1.5.1.4-48-gcecb98a
echo O=`git describe refs/heads/maint`
git shortlog --no-merges $O..refs/heads/maint
4 changes: 2 additions & 2 deletions Documentation/git-rev-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,12 @@ limiting may be applied.
--author='pattern', --committer='pattern'::

Limit the commits output to ones with author/committer
header lines that match the specified pattern.
header lines that match the specified pattern (regular expression).

--grep='pattern'::

Limit the commits output to ones with log message that
matches the specified pattern.
matches the specified pattern (regular expression).

--remove-empty::

Expand Down
228 changes: 134 additions & 94 deletions Documentation/glossary.txt

Large diffs are not rendered by default.

109 changes: 0 additions & 109 deletions Documentation/howto/dangling-objects.txt

This file was deleted.

65 changes: 0 additions & 65 deletions Documentation/howto/isolate-bugs-with-bisect.txt

This file was deleted.

52 changes: 0 additions & 52 deletions Documentation/howto/make-dist.txt

This file was deleted.

Loading

0 comments on commit d6b3e3a

Please sign in to comment.