What's in git.git (Jun 2008, issue #02; Sat, 21)
Junio C Hamano committed
Jul 20, 2008 at 23:59 UTC
180e7e7de1e188c4eef72f6c2dd778a4be62031a
1 file changed
+27
-72
whatsin.txt
+27
-72
@@ -1,88 +1,43 @@
1
-What's in git.git (Jun 2008, issue #01; Wed, 18)
1
+What's in git.git (Jun 2008, issue #02; Sat, 21)
2
3
- maint 4afbcab (diff.c: fix emit_line() again not to add extra line, 2008-06-16)
4
- master 8c6b578 (Fix approxidate("never") to always return 0, 2008-06-17)
3
+ maint 3b2bbe9 (Documentation: fix formatting in git-svn, 2008-06-20)
4
+ master 73f0362 (Correct documentation for git-push --mirror, 2008-06-20)
5
------------------------------------------------------------------------
6
7
-I am sending this out just as the final minute preview before 1.5.6 final,
8
-hopefully tomorrow night.
7
+* The 'maint' branch has now preparing for 1.5.6.1, with these noncritical
8
+ fixes.
9
10
-* The 'maint' branch has these fixes since the last announcement.
10
+Brandon Casey (2):
11
+ git-merge.sh: fix typo in usage message: sucesses --> succeeds
12
+ t7502-commit.sh: test_must_fail doesn't work with inline environment
13
+ variables
14
12
-Junio C Hamano (1):
13
- diff.c: fix emit_line() again not to add extra line
15
+Dan McGee (1):
16
+ completion: add --graph to log command completion
17
15
-SZEDER Gábor (1):
16
- diff: reset color before printing newline
18
+Jan Krüger (1):
19
+ Documentation: fix formatting in git-svn
20
21
22
* The 'master' branch has these since the last announcement
20
- in addition to the above.
23
+ in addition to the above. Not much to see here (yet).
24
22
-Alejandro Mery (1):
23
- git-am: head -1 is obsolete and doesn't work on some new systems
25
+Cristian Peraferrer (1):
26
+ Print errno upon failure to open the COMMIT_EDITMSG file
27
25
-Avery Pennarun (2):
26
- git-svn: don't append extra newlines at the end of commit messages.
27
- git-svn: test that extra blank lines aren't inserted in commit messages.
28
+Jakub Narebski (1):
29
+ t/README: Add 'Skipping Tests' section below 'Running Tests'
30
29
-Christian Couder (2):
30
- documentation: bisect: remove bits talking about a bisection branch
31
- Documentation: RelNotes-1.5.6: talk about renamed HTML files
31
+Lea Wiemann (1):
32
+ test-lib.sh: add --long-tests option
33
33
-Flavio Poletti (1):
34
- git-instaweb: improve auto-discovery of httpd and call conventions.
34
+Lukas Sandström (1):
35
+ Add a helper script to send patches with Mozilla Thunderbird
36
36
-Jakub Narebski (2):
37
- gitweb: Make it work with $GIT containing spaces
38
- Use 'trash directory' thoroughly in t/test-lib.sh
37
+Shawn O. Pearce (1):
38
+ Correct documentation for git-push --mirror
39
40
-Johan Herland (3):
41
- cpio is no longer used by git-clone
42
- Consistency: Use "libcurl" instead of "cURL library" and "curl"
43
- The "curl" executable is no longer required
44
-
45
-Junio C Hamano (8):
46
- t4126: fix test that happened to work due to timing
47
- sha1_file.c: dead code removal
48
- GIT 1.5.6-rc3
49
- Makefile: update check-docs target
50
- Update RPM spec to drop curl executable requirement
51
- create_tempfile: make sure that leading directories can be accessible by
52
- peers
53
- sha1_file.c: simplify parse_pack_index()
54
- builtin-rerere: fix a small leak
55
-
56
-Lea Wiemann (2):
57
- gitweb: quote commands properly when calling the shell
58
- gitweb: remove unused parse_ref method
59
-
60
-Linus Torvalds (4):
61
- Avoid cross-directory renames and linking on object creation
62
- Make loose object file reading more careful
63
- Simplify and rename find_sha1_file()
64
- write_loose_object: don't bother trying to read an old object
65
-
66
-Mark Levedahl (1):
67
- git-submodule - Fix errors regarding resolve_relative_url
68
-
69
-Mike Hommey (1):
70
- Don't allocate too much memory in quote_ref_url
71
-
72
-Miklos Vajna (2):
73
- run-command documentation: fix "memset()" parameter
74
- path-list documentation: document all functions and data structures
75
-
76
-Olivier Marin (1):
77
- Fix approxidate("never") to always return 0
78
-
79
-Pierre Habouzit (1):
80
- Make git reflog expire honour core.sharedRepository.
81
-
82
-René Scharfe (1):
83
- Ignore .gitattributes in bare repositories
84
-
85
-SZEDER Gábor (2):
86
- git add: add long equivalents of '-u' and '-f' options
87
- completion: add more 'git add' options
40
+Teemu Likonen (2):
41
+ bash: Add more option completions for 'git log'
42
+ Add target "install-html" the the top level Makefile
43