From a58b4f28b36b064061bd9be36b9bd9008dc4dec1 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 6 Mar 2009 00:25:38 -0800 Subject: [PATCH] What's in -- first mass graduation post 1.6.2 --- whats/in/2009/03/03.txt | 101 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 whats/in/2009/03/03.txt diff --git a/whats/in/2009/03/03.txt b/whats/in/2009/03/03.txt new file mode 100644 index 0000000000..fa3ff742b4 --- /dev/null +++ b/whats/in/2009/03/03.txt @@ -0,0 +1,101 @@ +To: git@vger.kernel.org +Subject: What's in git.git (Mar 2009, #03; Fri, 06) +X-maint-at: bdfd739dac4c109ce360d38d0572d8717a46e795 +X-master-at: 8cc3fe45c92a2e85400a6ee83c3b3a4a8ca1d6c7 +X-maint-was: bdfd739dac4c109ce360d38d0572d8717a46e795 +X-master-was: 836769e875ecf47e83137a39de5937652e0e861e + +What's in git.git (Mar 2009, #03; Fri, 06) + + maint bdfd739 (Make the 'lock file' exists error more informative) + master 8cc3fe4 (Merge branch 'en/maint-hash-object') +------------------------------------------------------------------------ + +Quite a many topics that have been scheduled for 'master' for some time +have all graduated. With this pace we may be able to have a very short +cycle for a change before 1.6.3 final ;-). + +* The 'master' branch has these since the last announcement. + +Arjen Laarhoven (2): + Clean up use of ANSI color sequences + builtin-branch.c: Rename branch category color names + +Deskin Miller (1): + add -i: revisit hunk on editor failure + +Elijah Newren (1): + Ensure proper setup of git_dir for git-hash-object + +Felipe Contreras (3): + config: Add new option to open an editor. + git config: codestyle cleanups + Add tests for git log --pretty, --format and --oneline. + +Finn Arne Gangstad (1): + Support "\" in non-wildcard exclusion entries + +Jay Soffian (6): + builtin-branch: improve output when displaying remote branches + send-email: allow send-email to run outside a repo + send-email: handle multiple Cc addresses when reading mbox message + send-email: --suppress-cc improvements + send-email: don't create temporary compose file until it is needed + send-email: add --confirm option and configuration setting + +Jeff King (4): + valgrind: ignore ldso and more libz errors + branch: clean up repeated strlen + add basic branch display tests + never fallback relative times to absolute + +Jeremy White (2): + Enable setting attach as the default in .gitconfig for git-format-patch. + imap.preformattedHTML to tell Thunderbird to send non-flowed text + +Johannes Schindelin (11): + Add valgrind support in test scripts + Valgrind support: check for more than just programming errors + test-lib.sh: optionally output to test-results/$TEST.out, too + t/Makefile: provide a 'valgrind' target + Add a script to coalesce the valgrind outputs + Tests: let --valgrind imply --verbose and --tee + test-lib: avoid assuming that templates/ are in the GIT_EXEC_PATH + valgrind: do not require valgrind 3.4.0 or newer + Avoid segfault with 'git branch' when the HEAD is detached + git config: trivial cleanup for editor action + MinGW: 64-bit file offsets + +John Tapsell (1): + Documentation - More examples for git bisect + +Junio C Hamano (4): + git-blame: refactor code to emit "porcelain format" output + blame: show "previous" information in --porcelain/--incremental format + git-add -i/-p: learn to unwrap C-quoted paths + Draft release notes: Carry forward the warning for behaviour changes + +Marius Storm-Olsen (2): + Add bare repository indicator for __git_ps1 + Fixup: Add bare repository indicator for __git_ps1 + +Nanako Shiraishi (3): + Add --format that is a synonym to --pretty + Give short-hands to --pretty=tformat:%formatstring + Add --oneline that is a synonym to "--pretty=oneline --abbrev-commit" + +SZEDER Gábor (1): + rerere: remove duplicated functions + +Sverre Rabbelier (1): + Teach rebase to rebase even if upstream is up to date + +Ted Pavlic (4): + completion: For consistency, change "git rev-parse" to __gitdir calls + completion: Use consistent if [...] convention, not "test" + completion: Better __git_ps1 support when not in working directory + completion: More fixes to prevent unbound variable errors + +Teemu Likonen (1): + bash completion: add --format= and --oneline options for "git log" + -- 2.11.4.GIT