What's in git.git (Jun 2008, issue #01; Wed, 18)

Junio C Hamano committed Jul 20, 2008 at 23:59 UTC 15f66dac54dc551b163acb50d56482e5088cf8fd
1 file changed +88
whatsin.txt new
+88
@@ -0,0 +1,88 @@
1 +What's in git.git (Jun 2008, issue #01; Wed, 18)
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)
5 +------------------------------------------------------------------------
6 +
7 +I am sending this out just as the final minute preview before 1.5.6 final,
8 +hopefully tomorrow night.
9 +
10 +* The 'maint' branch has these fixes since the last announcement.
11 +
12 +Junio C Hamano (1):
13 + diff.c: fix emit_line() again not to add extra line
14 +
15 +SZEDER Gábor (1):
16 + diff: reset color before printing newline
17 +
18 +
19 +* The 'master' branch has these since the last announcement
20 + in addition to the above.
21 +
22 +Alejandro Mery (1):
23 + git-am: head -1 is obsolete and doesn't work on some new systems
24 +
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 +
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
32 +
33 +Flavio Poletti (1):
34 + git-instaweb: improve auto-discovery of httpd and call conventions.
35 +
36 +Jakub Narebski (2):
37 + gitweb: Make it work with $GIT containing spaces
38 + Use 'trash directory' thoroughly in t/test-lib.sh
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
88 +