From 9eddb0394cd994261fc933d731f23b03badb6626 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 3 Mar 2009 01:06:58 -0800 Subject: [PATCH] What's in --- whats/in/2009/03/01.txt | 152 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 whats/in/2009/03/01.txt diff --git a/whats/in/2009/03/01.txt b/whats/in/2009/03/01.txt new file mode 100644 index 0000000000..fe11b9aef2 --- /dev/null +++ b/whats/in/2009/03/01.txt @@ -0,0 +1,152 @@ +To: git@vger.kernel.org +Subject: What's in git.git (Mar 2009, #01; Tue, 03) +X-maint-at: dcc901bc2926f92558a854430570123b4152451d +X-master-at: 1d035f85649cbb0a4fcc3e341f7e854acf9cf3c1 +X-maint-was: e5887c1bda12b31ea7af0ce798bfdee308e1b176 +X-master-was: 075394e26cd7fb38e08d5f637a5fc825ab0b3fb3 + +What's in git.git (Mar 2009, #01; Tue, 03) + + maint dcc901b (Documentation: minor grammatical fixes.) + master 1d035f8 (Documentation: minor grammatical fixes.) +------------------------------------------------------------------------ + +Hopefully the last "What's in" before 1.6.2 final. Small fixes here and +there and nothing earth shattering. + +* The 'maint' branch has these fixes since the last announcement. + +Danijel Tasov (1): + added missing backtick in git-apply.txt + +David J. Mellor (1): + Documentation: minor grammatical fixes. + +Gerrit Pape (1): + Documentation/git-push: --all, --mirror, --tags can not be combined + +Junio C Hamano (1): + tests: fix "export var=val" + +Matthieu Moy (2): + Document git blame --reverse. + More friendly message when locking the index fails. + +Michael Spang (1): + Skip timestamp differences for diff --no-index + +Todd Zullinger (1): + Documentation: Note file formats send-email accepts + + +* The 'master' branch has these since the last announcement + in addition to the above. + +Abhijit Menon-Sen (1): + Convert git-* invocations to "git *" in the svnimport example. + +Alexandre Julliard (3): + git.el: Make sure that file lists are sorted as they are created. + git.el: Improve the confirmation message on remove and revert. + Add a README in the contrib/emacs directory. + +Allan Caffee (1): + trace: Fixed a minor typo in an error message. + +Ben Walton (2): + git-svn fix to avoid using strftime %z + git-svn - return original format_svn_date semantics + +Brian Gernhardt (1): + git-svn: Create leading directories in create-ignore + +Christian Couder (3): + README: fix path to "gitcvs-migration.txt" and be more consistent + bisect: fix quoting TRIED revs when "bad" commit is also "skip"ped + bisect: fix another instance of eval'ed string + +David J. Mellor (3): + Documentation: minor grammatical fixes. + Documentation: minor grammatical fixes. + Documentation: minor grammatical fixes. + +Dévai Tamás (1): + git-svn: Fix for rewriteRoot URL containing username. + +Eric Wong (2): + git-svn: fix delete+add branch tracking with empty files + git-svn: disable broken symlink workaround by default + +Felipe Contreras (2): + git add: trivial codestyle cleanup + sha1_file.c: fix typo + +Gerrit Pape (2): + Install builtins with the user and group of the installing personality + git-quiltimport: preserve standard input to be able to read user input + +Giuseppe Bilotta (1): + gitweb: fix wrong base URL when non-root DirectoryIndex + +Jay Soffian (3): + disallow providing multiple upstream branches to rebase, pull --rebase + Allow HTTP tests to run on Darwin + t5540-http-push.sh: avoid non-portable grep -P + +Johannes Schindelin (2): + Introduce the function strip_path_suffix() + system_path(): simplify using strip_path_suffix(), and add suffix "git" + +Johannes Sixt (2): + gitattributes.txt: Path matching rules are explained in gitignore.txt + t3400-rebase: Move detached HEAD check earlier + +Junio C Hamano (4): + git-svn: fix parsing of timestamp obtained from svn + Make sure objects/pack exists before creating a new pack + GIT 1.6.2-rc2 + git-am: make --abort less dangerous + +Lars Noschinski (1): + filter-branch -d: Export GIT_DIR earlier + +Linus Torvalds (1): + Support 'raw' date format + +Marc Branchaud (1): + Docs: Expand explanation of the use of + in git push refspecs. + +Marcel M. Cary (2): + gitweb: Fix warnings with override permitted but no repo override + gitweb: Hyperlink multiple git hashes on the same commit message line + +Michael J Gruber (2): + Fix typo in contrib/examples/git-svnimport.txt + git-am: Keep index in case of abort with dirty index + +Mike Ralphson (1): + Fix odb_mkstemp() on AIX + +Paul Mackerras (1): + gitk: Fix possible infinite loop and display corruption + +Pete Wyckoff (1): + git-p4: avoid syncing duplicate changes + +Peter Oberndorfer (1): + git-svn: read the dcommit url from the config file on a per remote basis + +René Scharfe (1): + builtin-receive-pack.c: fix compiler warnings about format string + +SZEDER Gábor (2): + bash: add missing 'git merge' options + bash: update 'git svn' options + +Thomas Rast (2): + bash completion: refactor common log, shortlog and gitk options + bash completion: only show 'log --merge' if merging + +Todd Zullinger (1): + git-rebase: Update --whitespace documentation +