From 366dddbbabdbbf9e5d62f1466664645e46542437 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 9 Apr 2009 02:09:41 -0700 Subject: [PATCH] What's in --- whats/in/2009/04/01.txt | 228 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 228 insertions(+) create mode 100644 whats/in/2009/04/01.txt diff --git a/whats/in/2009/04/01.txt b/whats/in/2009/04/01.txt new file mode 100644 index 0000000000..6b48566d3b --- /dev/null +++ b/whats/in/2009/04/01.txt @@ -0,0 +1,228 @@ +To: git@vger.kernel.org +Subject: What's in git.git (Apr 2009, #01; Thu, 09) +X-maint-at: db12d97542762cdb54d332ea047122f1071132b5 +X-master-at: e37347bba651f051998f23a3701b555f1a194557 +X-maint-was: 8c7f78823888306c1cceafcf5fd26739eef99ce3 +X-master-was: 442dd42d6d4903640b0dc5561481a77c88dcea90 + +What's in git.git (Apr 2009, #01; Thu, 09) + + maint db12d97 (Start 1.6.2.3 preparation) + master e37347b (Update draft release notes to 1.6.3) +------------------------------------------------------------------------ + +We have quite a few documentation fixes accumulated on the maint branch +perhaps a new maintenance release 1.6.2.3 mid next week. + +On the 'master' front, there are currently 6 topics cooking in 'next' all +of which look quite good. I'll probably tag 1.6.3-rc0 with them and keep +cooking what are in 'pu' for 1.6.4 cycle. + +* The 'maint' branch has these fixes since the last announcement. + +Björn Steinbrink (1): + process_{tree,blob}: Remove useless xstrdup calls + +Brandon Casey (7): + t7700-repack: add two new tests demonstrating repacking flaws + git-repack.sh: don't use --kept-pack-only option to pack-objects + pack-objects: only repack or loosen objects residing in "local" packs + Remove --kept-pack-only option and associated infrastructure + git-branch: display "was sha1" on branch deletion rather than just "sha1" + t7700: demonstrate repack flaw which may loosen objects unnecessarily + pack-objects: don't loosen objects available in alternate or kept packs + +Dan McGee (1): + git-repack: use non-dashed update-server-info + +David J. Mellor (12): + Documentation: minor grammatical fixes in git-archive.txt. + Documentation: reword the "Description" section of git-bisect.txt. + Documentation: minor grammatical fixes in git-blame.txt. + Documentation: minor grammatical fixes in git-branch.txt. + Documentation: reworded the "Description" section of git-bisect.txt. + Documentation: reword example text in git-bisect.txt. + Documentation: remove some uses of the passive voice in git-bisect.txt + Documentation: minor grammatical fixes and rewording in git-bundle.txt + Documentation: minor grammatical fixes in git-cat-file.txt + Documentation: minor grammatical fixes in git-check-attr.txt + Documentation: minor grammatical fix in git-check-ref-format.txt + Documentation: Remove spurious uses of "you" in git-bisect.txt. + +Holger Weiß (1): + Documentation: Remove an odd "instead" + +Jari Aalto (1): + Change double quotes to single quotes in message + +Jason Merrill (1): + Documentation: clarify .gitattributes search + +Jeff King (3): + fix portability problem with IS_RUN_COMMAND_ERR + t1301: loosen test for forced modes + commit: abort commit if interactive add failed + +Johan Herland (1): + Move chmod(foo, 0444) into move_temp_to_file() + +Johannes Schindelin (2): + Smudge the files fed to external diff and textconv + mailmap: resurrect lower-casing of email addresses + +Johannes Sixt (1): + Propagate --exec-path setting to external commands via GIT_EXEC_PATH + +Julien Danjou (1): + git submodule: fix usage line + +Junio C Hamano (13): + git-repack: resist stray environment variable + has_sha1_pack(): refactor "pretend these packs do not exist" interface + has_sha1_kept_pack(): take "struct rev_info" + Consolidate ignore_packed logic more + Simplify is_kept_pack() + is_kept_pack(): final clean-up + blame: read custom grafts given by -S before calling setup_revisions() + diff --cached: do not borrow from a work tree when a path is marked as + assume-unchanged + "core.sharedrepository = 0mode" should set, not loosen + move_temp_to_file(): do not forget to chmod() in "Coda hack" codepath + set_shared_perm(): sometimes we know what the final mode bits should look + like + GIT 1.6.2.2 + Start 1.6.2.3 preparation + +Markus Heidelberg (1): + doc/git-pack-refs: fix two grammar issues + +Matthieu Moy (3): + git-checkout.txt: fix incorrect statement about HEAD and index + git-checkout.txt: clarify that applies when no path is given. + git-pull.sh: better warning message for "git pull" on detached head. + +Thomas Rast (1): + Documentation: format-patch --root clarifications + + +* The 'master' branch has these since the last announcement + in addition to the above. + +Ali Gholami Rudi (2): + builtin-clone.c: make junk_pid static + builtin-clone.c: no need to strdup for setenv + +Björn Steinbrink (2): + Mailmap: Allow empty email addresses to be mapped + tree_entry_interesting: a pathspec only matches at directory boundary + +Chris Johnsen (11): + Documentation/Makefile: make most operations "quiet" + Documentation/Makefile: break up texi pipeline + Documentation: move callouts.xsl to manpage-{base,normal}.xsl + Documentation: use parametrized manpage-base.xsl with + manpage-{1.72,normal}.xsl + Documentation: rename docbook-xsl-172 attribute to git-asciidoc-no-roff + Documentation: move quieting params into manpage-base.xsl + Documentation: move "spurious .sp" code into manpage-base.xsl + Documentation: asciidoc.conf: always use for [blocktext] + Documentation: asciidoc.conf: fix verse block with block titles + Documentation: option to render literal text as bold for manpages + Documentation: use "spurious .sp" XSLT if DOCBOOK_SUPPRESS_SP is set + +Christian Couder (2): + log-tree: fix patch filename computation in "git format-patch" + bisect: improve error message when branch checkout fails + +Clemens Buchacher (3): + add tests for merging with submodules + update cache for conflicting submodule entries + simplify output of conflicting merge + +Erik Faye-Lund (4): + test-suite: adding a test for fast-export with tag variants + builtin-fast-export.c: turn error into warning + builtin-fast-export.c: fix crash on tagged trees + builtin-fast-export.c: handle nested tags + +Felipe Contreras (3): + user-manual: remove some git-foo usage + docbook: change css style + user-manual: the name of the hash function is SHA-1, not sha1 + +Heiko Voigt (2): + Cleanup warning about known issues in cvsimport documentation + Add configuration variable for sign-off to format-patch + +Jay Soffian (5): + send-email: don't attempt to prompt if tty is closed + send-email: ask_default should apply to all emails, not just the first + send-email: correct two tests which were going interactive + send-email: ensure quoted addresses are rfc2047 encoded + send-email: fix nasty bug in ask() function + +Jeff King (1): + tests: remove exit after test_done call + +Johannes Schindelin (1): + Fix 'git checkout ' to update the index + +Junio C Hamano (10): + Rename interpret/substitute nth_last_branch functions + strbuf_branchname(): a wrapper for branch name shorthands + check-ref-format --branch: give Porcelain a way to grok branch shorthand + Fix branch -m @{-1} newname + strbuf_check_branch_ref(): a helper to check a refname for a branch + check_ref_format(): tighten refname rules + match_tree_entry(): a pathspec only matches at directory boundaries + Update draft release notes to 1.6.3 + Update draft release notes to 1.6.3 + Speed up reflog pruning of unreachable commits + +Kjetil Barvik (1): + stat_tracking_info(): only count real commits + +Linus Torvalds (1): + Clean up reflog unreachability pruning decision + +Markus Heidelberg (1): + add --html-path to get the location of installed HTML docs + +Martin Storsjö (1): + Allow curl to rewind the read buffers + +Matthieu Moy (2): + git-send-email.txt: clarify which options take an argument. + git-rev-list.txt: make ascii markup uniform with other pages. + +Michael Hendricks (1): + format-patch: add arbitrary email headers + +Michael J Gruber (2): + Test for local branches being followed with --track + Make local branches behave like remote branches when --tracked + +Santi Béjar (1): + Documentation: branch.*.merge can also affect 'git-push' + +Shawn O. Pearce (1): + Don't permit ref/branch names to end with ".lock" + +Simon Arlott (1): + git-svn: add a double quiet option to hide git commits + +Stephen Boyd (7): + pretty.c: add %f format specifier to format_commit_message() + format-patch: construct patch filename in one function + format-patch: pass a commit to reopen_stdout() + format-patch: move get_patch_filename() into log-tree + format-patch: --attach/inline uses filename instead of SHA1 + format-patch: --numbered-files and --stdout aren't mutually exclusive + format_sanitized_subject: Don't trim past initial length of strbuf + +Todd Zullinger (1): + bash completion: Update 'git am' options + +Wesley J. Landaker (1): + Documentation: git-svn: fix trunk/fetch svn-remote key typo + -- 2.11.4.GIT