]> git.ipfire.org Git - thirdparty/git.git/commitdiff
What's in
authorJunio C Hamano <gitster@pobox.com>
Mon, 19 Jan 2009 08:57:44 +0000 (00:57 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Jan 2009 08:57:44 +0000 (00:57 -0800)
whats/in/2009/01/02.txt [new file with mode: 0644]

diff --git a/whats/in/2009/01/02.txt b/whats/in/2009/01/02.txt
new file mode 100644 (file)
index 0000000..367f010
--- /dev/null
@@ -0,0 +1,132 @@
+To: git@vger.kernel.org
+Subject: What's in git.git (Jan 2009, #02; Mon, 19)
+X-maint-at: 9d3043cf333ee500e476a558acb234b42e43cc62
+X-master-at: 28da86a58d7861626eb9d33a1bcfa3e1e79a4d13
+X-maint-was: 4f8b8992ef0c009822cdca18d32ddf3a124ee284
+X-master-was: 3cf3b838c7b379824c68ee87799aaaa9028b36cd
+
+What's in git.git (Jan 2009, #02; Mon, 19)
+
+  maint 9d3043c (Update draft release notes for 1.6.1.1)
+ master 28da86a (difftool: put the cursor on the editable file for Vim)
+------------------------------------------------------------------------
+
+Tonight's pushout has some git-svn updates included, in addition to a
+handful of new features.
+
+Perhaps 1.6.1.1 mid next week.
+
+* The 'maint' branch has these fixes since the last announcement.
+
+Christian Couder (1):
+  builtin-fsck: fix off by one head count
+
+Johannes Schindelin (3):
+  http-push: fix off-by-path_len
+  http-push: when making directories, have a trailing slash in the path
+    name
+  t5540: clarify that http-push does not handle packed-refs on the remote
+
+Junio C Hamano (2):
+  Update draft release notes to 1.6.1.1
+  Update draft release notes for 1.6.1.1
+
+Markus Heidelberg (1):
+  Documentation: let asciidoc align related options
+
+Michael J Gruber (2):
+  add test cases for "git mv -k"
+  fix handling of multiple untracked files for git mv -k
+
+Miklos Vajna (1):
+  Make t3411 executable
+
+Stephan Beyer (5):
+  t3501: check that commits are actually done
+  t3404: Add test case for aborted --continue after "edit"
+  t3404: Add test case for auto-amending only edited commits after "edit"
+  builtin-commit.c: do not remove COMMIT_EDITMSG
+  githooks.txt: add missing word
+
+
+* The 'master' branch has these since the last announcement
+  in addition to the above.
+
+Adeodato Simó (1):
+  git.c: make autocorrected aliases work
+
+Alexander Potashev (2):
+  add is_dot_or_dotdot inline function
+  Allow cloning to an existing empty directory
+
+Brandon Casey (1):
+  t7700: demonstrate misbehavior of 'repack -a' when local packs exist
+
+David Aguilar (3):
+  contrib: add 'git difftool' for launching common merge tools
+  difftool: fix documentation problems
+  difftool: put the cursor on the editable file for Vim
+
+David M. Syzdek (1):
+  autoconf: Enable threaded delta search when pthreads are supported
+
+Eric Wong (4):
+  git-svn: handle empty files marked as symlinks in SVN
+  git-svn: better attempt to handle broken symlink updates
+  git-svn: fix SVN 1.1.x compatibility
+  git-svn: avoid importing nested git repos
+
+Giuseppe Bilotta (6):
+  gitweb: add patch view
+  gitweb: change call pattern for git_commitdiff
+  gitweb: add patches view
+  gitweb: link to patch(es) view in commit(diff) and (short)log view
+  gitweb: don't use pathinfo for global actions
+  gitweb: suggest name for OPML view
+
+Junio C Hamano (2):
+  Resurrect "git apply --flags -" to read from the standard input
+  format-patch: show patch text for the root commit
+
+Keith Cascio (1):
+  test more combinations of ignore-whitespace options to diff
+
+Marcel Koeppen (1):
+  git-svn: Show UUID in svn info for added directories with svn 1.5.5
+
+Markus Heidelberg (4):
+  git-commit: color status output when color.ui is set
+  git-status -v: color diff output when color.ui is set
+  Documentation: let asciidoc align related options
+  mergetool: put the cursor on the editable file for Vim
+
+Miklos Vajna (1):
+  parse-opt: migrate builtin-apply.
+
+Pete Harlan (1):
+  git-svn: Add --localtime option to "fetch"
+
+René Scharfe (3):
+  shortlog: handle multi-line subjects like log --pretty=oneline et. al. do
+  grep -w: forward to next possible position after rejected match
+  grep: don't call regexec() for fixed strings
+
+SZEDER Gábor (3):
+  bash: remove unnecessary checks for long options with argument
+  bash: add missing format-patch command line options
+  bash: refactor 'git log --pretty=<format>' options
+
+Ted Pavlic (3):
+  bash-completion: Support running when set -u is enabled
+  bash-completion: Try bash completions before simple filetype
+  bash-completion: Add comments to remind about required arguments
+
+Thomas Rast (7):
+  rebase -i: execute hook only after argument checking
+  diff: accept -- when using --no-index
+  diff --no-index: test for pager after option parsing
+  diff --no-index -q: fix endless loop
+  rebase: learn to rebase root commit
+  rebase -i: learn to rebase root commit
+  rebase: update documentation for --root
+