What's in git.git (Jul 2008, issue #07; Sun, 20)
Junio C Hamano committed
Jul 21, 2008 at 00:11 UTC
12f6cf86763f9868baf4f6946a0509487f0cb4f1
1 file changed
+35
-74
whatsin.txt
+35
-74
@@ -1,90 +1,51 @@
1
-What's in git.git (Jul 2008, issue #06; Sat, 19)
1
+What's in git.git (Jul 2008, issue #07; Sun, 20)
2
3
- maint a1b6fb0 (GIT 1.5.6.4, 2008-07-19)
4
- master 09651dd (Getting closer to 1.6.0-rc0, 2008-07-19)
3
+ maint 2d9c572 (fix usage string for git grep, 2008-07-20)
4
+ master 93310a4 (Merge branch 'ap/trackinfo', 2008-07-20)
5
------------------------------------------------------------------------
6
7
-* The 'maint' branch is at 1.5.6.4.
7
+As announced in a separate message, the tip of master was tagged as
8
+1.6.0-rc0; for people who neglected futureproofing themselves so far, it
9
+would really be a good time to seriously consider doing so.
10
9
-* The 'master' branch has these since the last announcement
10
- in addition to what is already in 1.5.6.4.
11
-
12
-Alexander Gavrilov (3):
13
- Avoid rescanning unchanged entries in search for copies.
14
- Do not try to detect move/copy for entries below threshold.
15
- Support gitlinks in fast-import.
16
-
17
-Eric Raible (1):
18
- Teach lookup_prog not to select directories
11
+* The 'maint' branch has these fixes since the last announcement.
12
20
-Eric Wong (1):
21
- t/lib-git-svn: fix SVN_HTTPD tests to work with "trash directory"
13
+Jonathan Nieder (1):
14
+ fix usage string for git grep
15
23
-Fabian Emmes (2):
24
- Testsuite: Unset CVS_SERVER
25
- testsuite for cvs co -c
16
+Junio C Hamano (1):
17
+ refresh-index: fix bitmask assignment
18
27
-Johannes Sixt (1):
28
- builtin-clone: rewrite guess_dir_name()
19
30
-Junio C Hamano (9):
31
- git-rebase: report checkout failure
32
- t/aggregate-results: whitespace fix
33
- Update draft release notes for 1.6.0
34
- read-cache.c: typofix
35
- mailinfo: off-by-one fix for [PATCH (foobar)] removal from Subject: line
36
- builtin-remote.c: fix earlier "skip_prefix()" conversion
37
- t9001 (send-email): Do not use hardcoded /bin/sh in test
38
- .mailmap update
39
- Getting closer to 1.6.0-rc0
40
-
41
-Lars Noschinski (2):
42
- cvsserver: Add support for packed refs
43
- cvsserver: Add cvs co -c support
44
-
45
-Lukas Sandström (3):
46
- Make some strbuf_*() struct strbuf arguments const.
47
- Add some useful functions for strbuf manipulation.
48
- git-mailinfo: use strbuf's instead of fixed buffers
20
+* The 'master' branch has these since the last announcement
21
+ in addition to the above.
22
50
-Miklos Vajna (4):
51
- t0001-init.sh: change confusing directory name
52
- t1007-hash-object.sh: use quotes for the test description
53
- git-bisect: use dash-less form on git bisect log
54
- make remove-dashes: apply to scripts and programs as well, not just to
55
- builtins
23
+Avery Pennarun (1):
24
+ Reword "your branch has diverged..." lines to reduce line length
25
57
-Nanako Shiraishi (3):
58
- cache-tree.c: make cache_tree_find() static
59
- builtin-describe.c: make a global variable "pattern" static
60
- parse-options.c: make check_typos() static
26
+Dmitry Potapov (1):
27
+ git-svn: fix git svn info to work without arguments
28
62
-Peter Harris (1):
63
- Add ANSI control code emulation for the Windows console
29
+Junio C Hamano (8):
30
+ rerere.autoupdate: change the message when autoupdate is in effect
31
+ builtin-add.c: restructure the code for maintainability
32
+ git-add --all: add all files
33
+ git-add --all: tests
34
+ git-add --all: documentation
35
+ Link shell with compat layer functions
36
+ Move read_in_full() and write_in_full() to wrapper.c
37
+ "needs update" considered harmful
38
65
-Petr Baudis (5):
66
- Documentation/git-submodule.txt: Add Description section
67
- Documentation/RelNotes-1.6.0.txt: Expand on the incompatible packfiles
68
- Documentation/git-submodule.txt: Further clarify the description
69
- Documentation: How to ignore local changes in tracked files
70
- Documentation/git-merge.txt: Partial rewrite of How Merge Works
39
+Lars Noschinski (1):
40
+ cvsserver: Add testsuite for packed refs
41
72
-René Scharfe (8):
73
- archive: remove args member from struct archiver
74
- add context pointer to read_tree_recursive()
75
- archive: add baselen member to struct archiver_args
76
- archive: centralize archive entry writing
77
- archive: unify file attribute handling
78
- archive: remove extra arguments parsing code
79
- archive: make zip compression level independent from core git
80
- archive: remove unused headers
42
+Michele Ballabio (2):
43
+ builtin-merge.c: Fix option parsing
44
+ builtin-push.c: Cleanup - use OPT_BIT() and remove some variables
45
82
-Stephan Beyer (4):
83
- t/test-lib.sh: exit with small negagive int is ok with test_must_fail
84
- t/: Use "test_must_fail git" instead of "! git"
85
- Make usage strings dash-less
86
- Link git-shell only to a subset of libgit.a
46
+Miklos Vajna (1):
47
+ Teach 'git merge' that some merge strategies no longer exist
48
88
-SungHyun Nam (1):
89
- t/Makefile: use specified shell when running aggregation script
49
+Nanako Shiraishi (1):
50
+ git am --abort
51