What's in

Junio C Hamano committed Jan 19, 2009 at 00:57 UTC 5c63e236892275033e79ca8cc687b6064b2705c1
1 file changed +132
whats/in/2009/01/02.txt new
+132
@@ -0,0 +1,132 @@
1 +To: git@vger.kernel.org
2 +Subject: What's in git.git (Jan 2009, #02; Mon, 19)
3 +X-maint-at: 9d3043cf333ee500e476a558acb234b42e43cc62
4 +X-master-at: 28da86a58d7861626eb9d33a1bcfa3e1e79a4d13
5 +X-maint-was: 4f8b8992ef0c009822cdca18d32ddf3a124ee284
6 +X-master-was: 3cf3b838c7b379824c68ee87799aaaa9028b36cd
7 +
8 +What's in git.git (Jan 2009, #02; Mon, 19)
9 +
10 + maint 9d3043c (Update draft release notes for 1.6.1.1)
11 + master 28da86a (difftool: put the cursor on the editable file for Vim)
12 +------------------------------------------------------------------------
13 +
14 +Tonight's pushout has some git-svn updates included, in addition to a
15 +handful of new features.
16 +
17 +Perhaps 1.6.1.1 mid next week.
18 +
19 +* The 'maint' branch has these fixes since the last announcement.
20 +
21 +Christian Couder (1):
22 + builtin-fsck: fix off by one head count
23 +
24 +Johannes Schindelin (3):
25 + http-push: fix off-by-path_len
26 + http-push: when making directories, have a trailing slash in the path
27 + name
28 + t5540: clarify that http-push does not handle packed-refs on the remote
29 +
30 +Junio C Hamano (2):
31 + Update draft release notes to 1.6.1.1
32 + Update draft release notes for 1.6.1.1
33 +
34 +Markus Heidelberg (1):
35 + Documentation: let asciidoc align related options
36 +
37 +Michael J Gruber (2):
38 + add test cases for "git mv -k"
39 + fix handling of multiple untracked files for git mv -k
40 +
41 +Miklos Vajna (1):
42 + Make t3411 executable
43 +
44 +Stephan Beyer (5):
45 + t3501: check that commits are actually done
46 + t3404: Add test case for aborted --continue after "edit"
47 + t3404: Add test case for auto-amending only edited commits after "edit"
48 + builtin-commit.c: do not remove COMMIT_EDITMSG
49 + githooks.txt: add missing word
50 +
51 +
52 +* The 'master' branch has these since the last announcement
53 + in addition to the above.
54 +
55 +Adeodato Simó (1):
56 + git.c: make autocorrected aliases work
57 +
58 +Alexander Potashev (2):
59 + add is_dot_or_dotdot inline function
60 + Allow cloning to an existing empty directory
61 +
62 +Brandon Casey (1):
63 + t7700: demonstrate misbehavior of 'repack -a' when local packs exist
64 +
65 +David Aguilar (3):
66 + contrib: add 'git difftool' for launching common merge tools
67 + difftool: fix documentation problems
68 + difftool: put the cursor on the editable file for Vim
69 +
70 +David M. Syzdek (1):
71 + autoconf: Enable threaded delta search when pthreads are supported
72 +
73 +Eric Wong (4):
74 + git-svn: handle empty files marked as symlinks in SVN
75 + git-svn: better attempt to handle broken symlink updates
76 + git-svn: fix SVN 1.1.x compatibility
77 + git-svn: avoid importing nested git repos
78 +
79 +Giuseppe Bilotta (6):
80 + gitweb: add patch view
81 + gitweb: change call pattern for git_commitdiff
82 + gitweb: add patches view
83 + gitweb: link to patch(es) view in commit(diff) and (short)log view
84 + gitweb: don't use pathinfo for global actions
85 + gitweb: suggest name for OPML view
86 +
87 +Junio C Hamano (2):
88 + Resurrect "git apply --flags -" to read from the standard input
89 + format-patch: show patch text for the root commit
90 +
91 +Keith Cascio (1):
92 + test more combinations of ignore-whitespace options to diff
93 +
94 +Marcel Koeppen (1):
95 + git-svn: Show UUID in svn info for added directories with svn 1.5.5
96 +
97 +Markus Heidelberg (4):
98 + git-commit: color status output when color.ui is set
99 + git-status -v: color diff output when color.ui is set
100 + Documentation: let asciidoc align related options
101 + mergetool: put the cursor on the editable file for Vim
102 +
103 +Miklos Vajna (1):
104 + parse-opt: migrate builtin-apply.
105 +
106 +Pete Harlan (1):
107 + git-svn: Add --localtime option to "fetch"
108 +
109 +René Scharfe (3):
110 + shortlog: handle multi-line subjects like log --pretty=oneline et. al. do
111 + grep -w: forward to next possible position after rejected match
112 + grep: don't call regexec() for fixed strings
113 +
114 +SZEDER Gábor (3):
115 + bash: remove unnecessary checks for long options with argument
116 + bash: add missing format-patch command line options
117 + bash: refactor 'git log --pretty=<format>' options
118 +
119 +Ted Pavlic (3):
120 + bash-completion: Support running when set -u is enabled
121 + bash-completion: Try bash completions before simple filetype
122 + bash-completion: Add comments to remind about required arguments
123 +
124 +Thomas Rast (7):
125 + rebase -i: execute hook only after argument checking
126 + diff: accept -- when using --no-index
127 + diff --no-index: test for pager after option parsing
128 + diff --no-index -q: fix endless loop
129 + rebase: learn to rebase root commit
130 + rebase -i: learn to rebase root commit
131 + rebase: update documentation for --root
132 +