What's in update

Junio C Hamano committed Feb 2, 2009 at 00:04 UTC 5ed7079afa1d1ba27b614ac7ce8509fedfeba4ec
1 file changed +146
whats/in/2009/02/01.txt new
+146
@@ -0,0 +1,146 @@
1 +To: git@vger.kernel.org
2 +Subject: What's in git.git (Feb 2009, #01; Sun, 01)
3 +X-maint-at: 6ac92294b30d7c8619cf15b531448f011dbdcdcc
4 +X-master-at: 2ea3c17189bf9ca459879129ca190792b5451f05
5 +X-maint-was: 02322e1619dc537dc48650761f6c9bae883612a7
6 +X-master-was: 8712b3cdb0495f5a56b91cd67e2697412447a886
7 +
8 +What's in git.git (Feb 2009, #01; Sun, 01)
9 +
10 + maint 6ac9229 (Merge branch 'maint-1.6.0' into maint)
11 + master 2ea3c17 (t3412: use log|name-rev instead of log --graph)
12 +------------------------------------------------------------------------
13 +
14 +There are yet more fixes that have been cooking in next and then master
15 +that have been merged to 'maint' in preparation for the next 1.6.1.X
16 +maintenance release.
17 +
18 +On the 'master' front, I think we are ready to plan for 1.6.2 release.
19 +Tonight's "What's cooking" should be a pretty good guide for estimating
20 +what will be in -rc0, in addition to what we already have in 'master'.
21 +
22 +
23 +* The 'maint' branch has these fixes since the last announcement.
24 +
25 +Björn Steinbrink (1):
26 + Rename detection: Avoid repeated filespec population
27 +
28 +Jeff King (1):
29 + avoid 31-bit truncation in write_loose_object
30 +
31 +Junio C Hamano (3):
32 + ls-tree: add --full-tree option
33 + Teach format-patch to handle output directory relative to cwd
34 + GIT 1.6.1.2
35 +
36 +Marcel M. Cary (1):
37 + git-sh-setup: Fix scripts whose PWD is a symlink to a work-dir on OS X
38 +
39 +Markus Heidelberg (2):
40 + git-commit: color status output when color.ui is set
41 + git-status -v: color diff output when color.ui is set
42 +
43 +Nanako Shiraishi (1):
44 + Document git-ls-tree --full-tree
45 +
46 +Nguyễn Thái Ngọc Duy (2):
47 + grep: support --no-ext-grep to test builtin grep
48 + grep: grep cache entries if they are "assume unchanged"
49 +
50 +Nicolas Pitre (1):
51 + objects to be pruned immediately don't have to be loosened
52 +
53 +René Scharfe (1):
54 + merge: fix out-of-bounds memory access
55 +
56 +
57 +* The 'master' branch has these since the last announcement
58 + in addition to the above.
59 +
60 +Anders Melchiorsen (2):
61 + Documentation: more git push examples
62 + Documentation: rework src/dst description in git push
63 +
64 +David Aguilar (1):
65 + contrib/difftool: Don't repeat merge tool candidates
66 +
67 +Giuseppe Bilotta (3):
68 + gitweb: make static files accessible with PATH_INFO
69 + gitweb: webserver config for PATH_INFO
70 + gitweb: align comments to code
71 +
72 +Jake Goulding (3):
73 + Make opt_parse_with_commit() non-static
74 + Make has_commit() non-static
75 + git-tag: Add --contains option
76 +
77 +Jakub Narebski (1):
78 + gitweb: Update README that gitweb works better with PATH_INFO
79 +
80 +Jeff King (5):
81 + diff: refactor tempfile cleanup handling
82 + chain kill signals for cleanup functions
83 + refactor signal handling for cleanup functions
84 + pager: do wait_for_pager on signal death
85 + t0005: use SIGTERM for sigchain test
86 +
87 +Johannes Gilger (1):
88 + mergetool: Don't repeat merge tool candidates
89 +
90 +Johannes Schindelin (8):
91 + Fix submodule squashing into unrelated commit
92 + t3404 & t3411: undo copy&paste
93 + lib-rebase.sh: Document what set_fake_editor() does
94 + test-lib.sh: introduce test_commit() and test_merge() helpers
95 + Simplify t3410
96 + Simplify t3411
97 + Simplify t3412
98 + Fix 'git diff --no-index' with a non-existing symlink target
99 +
100 +Johannes Sixt (1):
101 + Windows: Fix signal numbers
102 +
103 +Junio C Hamano (6):
104 + Documentation: simplify refspec format description
105 + diff.c: output correct index lines for a split diff
106 + revision traversal: allow UNINTERESTING objects to be missing
107 + rebase -i squashes submodule changes into unrelated commit
108 + builtin-apply.c: do not set bogus mode in check_preimage() for deleted
109 + path
110 + Update draft release notes to 1.6.2
111 +
112 +Kirill Smelkov (5):
113 + mailinfo: correctly handle multiline 'Subject:' header
114 + mailinfo: 'From:' header should be unfold as well
115 + mailinfo: add explicit test for mails like '<a.u.thor@example.com> (A U
116 + Thor)'
117 + mailinfo: tests for RFC2047 examples
118 + mailinfo: cleanup extra spaces for complex 'From:'
119 +
120 +Markus Heidelberg (1):
121 + contrib/difftool: add support for Kompare
122 +
123 +Michele Ballabio (1):
124 + git-shortlog.txt: fix example about .mailmap
125 +
126 +Stefan Karpinski (2):
127 + git-cvsserver: handle CVS 'noop' command.
128 + git-cvsserver: run post-update hook *after* update.
129 +
130 +Steffen Prohaska (6):
131 + Move computation of absolute paths from Makefile to runtime (in
132 + preparation for RUNTIME_PREFIX)
133 + git_extract_argv0_path(): Move check for valid argv0 from caller to
134 + callee
135 + Add calls to git_extract_argv0_path() in programs that call git_config_*
136 + Modify setup_path() to only add git_exec_path() to PATH
137 + Compute prefix at runtime if RUNTIME_PREFIX is set
138 + Windows: Revert to default paths and convert them by RUNTIME_PREFIX
139 +
140 +Steve Haslam (1):
141 + Refactor git_set_argv0_path() to git_extract_argv0_path()
142 +
143 +Thomas Rast (2):
144 + t3412: clean up GIT_EDITOR usage
145 + t3412: use log|name-rev instead of log --graph
146 +