What's cooking
Junio C Hamano committed
Feb 12, 2010 at 17:17 UTC
5ffae10bf2eb3058220ff3f3227e92ee69b4d0a0
1 file changed
+62
-16
whats-cooking.txt
+62
-16
@@ -1,9 +1,9 @@
1
To: git@vger.kernel.org
2
-Subject: What's cooking in git.git (Feb 2010, #02; Sun, 07)
3
-X-master-at: 8051a030617cf7d083568cca223bdaa15052c33f
4
-X-next-at: 2ac040d3d8b263430781e605b7b87a06cbc1e0f0
2
+Subject: What's cooking in git.git (Feb 2010, #03; Fri, 12)
3
+X-master-at: e923eaeb901ff056421b9007adcbbce271caa7b6
4
+X-next-at: 57c9972634e181f6aad83258a8e7d61f0b99b6ce
5
6
-What's cooking in git.git (Feb 2010, #02; Sun, 07)
6
+What's cooking in git.git (Feb 2010, #03; Fri, 12)
7
--------------------------------------------------
8
9
Here are the topics that have been cooking. Commits prefixed with '-' are
@@ -11,14 +11,62 @@ only in 'pu' while commits prefixed with '+' are in 'next'. The ones
11
marked with '.' do not appear in any of the integration branches, but I am
12
still holding onto them.
13
14
-There shouldn't be anything exciting to see here right now. Please test
15
-"master" branch to avoid giving regressions to end users; we are at
16
-1.7.0-rc2 and I am hoping that we can release the 1.7.0 on the 10th.
14
+Now 1.7.0 is out, we will take a short pause and watch breakage reports
15
+for a few days, and then start merging down new topics.
16
17
--------------------------------------------------
18
[New Topics]
19
21
-* sp/maint-push-sideband (2010-02-05) 6 commits
20
+* ld/push-porcelain (2010-02-09) 4 commits
21
+ - git-push: fix an error message so it goes to stderr
22
+ - git-push: make git push --dry-run --porcelain exit with status 0 even if updates will be rejected
23
+ - git-push: send "To <remoteurl>" messages to the standard output in --porcelain mode
24
+ - git-push: squelch advice message if in --porcelain mode
25
+
26
+After some discussion this needs further simplification?
27
+
28
+* cp/add-u-pathspec (2010-02-09) 2 commits
29
+ - test for add with non-existent pathspec
30
+ - git add -u: die on unmatched pathspec
31
+
32
+* hm/maint-imap-send-crlf (2010-02-12) 1 commit
33
+ - git-imap-send: Convert LF to CRLF before storing patch to draft box
34
+
35
+Cram-MD5 from the same author seemed to need another round before landing
36
+here, but this one seemed to be ready for 'pu'.
37
+
38
+* jk/cherry-pick-reword (2010-02-11) 5 commits
39
+ (merged to 'next' on 2010-02-11 at d0eace1)
40
+ + cherry-pick: prettify the advice message
41
+ + cherry-pick: show commit name instead of sha1
42
+ + cherry-pick: format help message as strbuf
43
+ + cherry-pick: refactor commit parsing code
44
+ + cherry-pick: rewrap advice message
45
+
46
+* nd/root-git (2010-02-11) 5 commits
47
+ - Add test for using Git at root directory
48
+ - Support working directory located at root
49
+ - Add is_root_path()
50
+ - init-db, rev-parse --git-dir: do not append redundant slash
51
+ - make_absolute_path(): Do not append redundant slash
52
+
53
+The middle one needs replacement, as pointed by Hannes.
54
+
55
+* pb/log-first-parent-p-m (2010-02-10) 1 commit
56
+ - git log -p -m: document -m and honor --first-parent
57
+
58
+Needs tests but otherwise looked fine. We might want to teach "-m trumps
59
+implicit --cc" to "git show", but that is a totally separate topic.
60
+
61
+--------------------------------------------------
62
+[Cooking]
63
+
64
+Many of these have been parked in 'pu' during the pre-release freeze.
65
+They will start migrating to 'next' shortly.
66
+
67
+* sp/maint-push-sideband (2010-02-10) 8 commits
68
+ - receive-pack: Send internal errors over side-band #2
69
+ - t5401: Use a bare repository for the remote peer
70
- receive-pack: Send hook output over side band #2
71
- receive-pack: Wrap status reports inside side-band-64k
72
- receive-pack: Refactor how capabilities are shown to the client
@@ -27,13 +75,12 @@ There shouldn't be anything exciting to see here right now. Please test
75
- run-command: Allow stderr to be a caller supplied pipe
76
(this branch is used by sp/push-sideband.)
77
30
-Based on 1.6.5 maintenance track
78
+Based on 1.6.5 maintenance track.
79
32
-* sp/push-sideband (2010-02-05) 0 commits
80
+* sp/push-sideband (2010-02-10) 0 commits
81
(this branch uses sp/maint-push-sideband.)
82
35
-And my conflict resolution in #ifdef WINDOWS codepath (meaning: untested,
36
-please check).
83
+And my conflict resolution in #ifdef WINDOWS codepath.
84
85
* ac/cvsimport-revision-mapping (2010-02-06) 1 commit
86
- cvsimport: new -R option: generate .git/cvs-revisions mapping
@@ -44,7 +91,9 @@ please check).
91
* js/rebase-origin-x (2010-02-05) 1 commit
92
- [RFC w/o test and incomplete] rebase: add -x option to record original commit name
93
47
-* rs/git-dir-cleanup (2010-02-06) 2 commits
94
+* rs/git-dir-cleanup (2010-02-11) 3 commits
95
+ (merged to 'next' on 2010-02-11 at fa4f83c)
96
+ + Untouch RelNotes 1.7.0: grep --no-index will not be in the release
97
(merged to 'next' on 2010-02-06 at ef8ab9b)
98
+ Resurrect "git grep --no-index"
99
+ setenv(GIT_DIR) clean-up
@@ -56,9 +105,6 @@ please check).
105
(merged to 'next' on 2010-02-07 at 2ac040d)
106
+ accept "git grep -- pattern"
107
59
---------------------------------------------------
60
-[Cooking]
61
-
108
* jn/maint-makedepend (2010-01-26) 5 commits
109
- Makefile: drop dependency on $(wildcard */*.h)
110
- Makefile: clean up http-walker.o dependency rules