What's in git.git (Jun 2008, issue #01; Wed, 18)
[git/spearce.git] / whatsin.txt
blobaa28622e7644411ea60cc08dd848f77654bf0206
1 What's in git.git (Jun 2008, issue #01; Wed, 18)
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 ------------------------------------------------------------------------
7 I am sending this out just as the final minute preview before 1.5.6 final,
8 hopefully tomorrow night.
10 * The 'maint' branch has these fixes since the last announcement.
12 Junio C Hamano (1):
13   diff.c: fix emit_line() again not to add extra line
15 SZEDER Gábor (1):
16   diff: reset color before printing newline
19 * The 'master' branch has these since the last announcement
20   in addition to the above.
22 Alejandro Mery (1):
23   git-am: head -1 is obsolete and doesn't work on some new systems
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.
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
33 Flavio Poletti (1):
34   git-instaweb: improve auto-discovery of httpd and call conventions.
36 Jakub Narebski (2):
37   gitweb: Make it work with $GIT containing spaces
38   Use 'trash directory' thoroughly in t/test-lib.sh
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
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
56 Lea Wiemann (2):
57   gitweb: quote commands properly when calling the shell
58   gitweb: remove unused parse_ref method
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
66 Mark Levedahl (1):
67   git-submodule - Fix errors regarding resolve_relative_url
69 Mike Hommey (1):
70   Don't allocate too much memory in quote_ref_url
72 Miklos Vajna (2):
73   run-command documentation: fix "memset()" parameter
74   path-list documentation: document all functions and data structures
76 Olivier Marin (1):
77   Fix approxidate("never") to always return 0
79 Pierre Habouzit (1):
80   Make git reflog expire honour core.sharedRepository.
82 René Scharfe (1):
83   Ignore .gitattributes in bare repositories
85 SZEDER Gábor (2):
86   git add: add long equivalents of '-u' and '-f' options
87   completion: add more 'git add' options