From 180e7e7de1e188c4eef72f6c2dd778a4be62031a Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 20 Jul 2008 23:59:36 -0700 Subject: [PATCH] What's in git.git (Jun 2008, issue #02; Sat, 21) --- whatsin.txt | 131 ++++++++++++++++++++---------------------------------------- 1 file changed, 43 insertions(+), 88 deletions(-) rewrite whatsin.txt (94%) diff --git a/whatsin.txt b/whatsin.txt dissimilarity index 94% index aa28622e76..24d88fa159 100644 --- a/whatsin.txt +++ b/whatsin.txt @@ -1,88 +1,43 @@ -What's in git.git (Jun 2008, issue #01; Wed, 18) - - maint 4afbcab (diff.c: fix emit_line() again not to add extra line, 2008-06-16) - master 8c6b578 (Fix approxidate("never") to always return 0, 2008-06-17) ------------------------------------------------------------------------- - -I am sending this out just as the final minute preview before 1.5.6 final, -hopefully tomorrow night. - -* The 'maint' branch has these fixes since the last announcement. - -Junio C Hamano (1): - diff.c: fix emit_line() again not to add extra line - -SZEDER Gábor (1): - diff: reset color before printing newline - - -* The 'master' branch has these since the last announcement - in addition to the above. - -Alejandro Mery (1): - git-am: head -1 is obsolete and doesn't work on some new systems - -Avery Pennarun (2): - git-svn: don't append extra newlines at the end of commit messages. - git-svn: test that extra blank lines aren't inserted in commit messages. - -Christian Couder (2): - documentation: bisect: remove bits talking about a bisection branch - Documentation: RelNotes-1.5.6: talk about renamed HTML files - -Flavio Poletti (1): - git-instaweb: improve auto-discovery of httpd and call conventions. - -Jakub Narebski (2): - gitweb: Make it work with $GIT containing spaces - Use 'trash directory' thoroughly in t/test-lib.sh - -Johan Herland (3): - cpio is no longer used by git-clone - Consistency: Use "libcurl" instead of "cURL library" and "curl" - The "curl" executable is no longer required - -Junio C Hamano (8): - t4126: fix test that happened to work due to timing - sha1_file.c: dead code removal - GIT 1.5.6-rc3 - Makefile: update check-docs target - Update RPM spec to drop curl executable requirement - create_tempfile: make sure that leading directories can be accessible by - peers - sha1_file.c: simplify parse_pack_index() - builtin-rerere: fix a small leak - -Lea Wiemann (2): - gitweb: quote commands properly when calling the shell - gitweb: remove unused parse_ref method - -Linus Torvalds (4): - Avoid cross-directory renames and linking on object creation - Make loose object file reading more careful - Simplify and rename find_sha1_file() - write_loose_object: don't bother trying to read an old object - -Mark Levedahl (1): - git-submodule - Fix errors regarding resolve_relative_url - -Mike Hommey (1): - Don't allocate too much memory in quote_ref_url - -Miklos Vajna (2): - run-command documentation: fix "memset()" parameter - path-list documentation: document all functions and data structures - -Olivier Marin (1): - Fix approxidate("never") to always return 0 - -Pierre Habouzit (1): - Make git reflog expire honour core.sharedRepository. - -René Scharfe (1): - Ignore .gitattributes in bare repositories - -SZEDER Gábor (2): - git add: add long equivalents of '-u' and '-f' options - completion: add more 'git add' options - +What's in git.git (Jun 2008, issue #02; Sat, 21) + + maint 3b2bbe9 (Documentation: fix formatting in git-svn, 2008-06-20) + master 73f0362 (Correct documentation for git-push --mirror, 2008-06-20) +------------------------------------------------------------------------ + +* The 'maint' branch has now preparing for 1.5.6.1, with these noncritical + fixes. + +Brandon Casey (2): + git-merge.sh: fix typo in usage message: sucesses --> succeeds + t7502-commit.sh: test_must_fail doesn't work with inline environment + variables + +Dan McGee (1): + completion: add --graph to log command completion + +Jan Krüger (1): + Documentation: fix formatting in git-svn + + +* The 'master' branch has these since the last announcement + in addition to the above. Not much to see here (yet). + +Cristian Peraferrer (1): + Print errno upon failure to open the COMMIT_EDITMSG file + +Jakub Narebski (1): + t/README: Add 'Skipping Tests' section below 'Running Tests' + +Lea Wiemann (1): + test-lib.sh: add --long-tests option + +Lukas Sandström (1): + Add a helper script to send patches with Mozilla Thunderbird + +Shawn O. Pearce (1): + Correct documentation for git-push --mirror + +Teemu Likonen (2): + bash: Add more option completions for 'git log' + Add target "install-html" the the top level Makefile + -- 2.11.4.GIT