What's in 2008-08-14

Junio C Hamano committed Aug 14, 2008 at 01:57 UTC 5cfb6124579b819c8905c9a513f51be6223379cb
1 file changed +67
whats/in/2008/08/03.txt new
+67
@@ -0,0 +1,67 @@
1 +Subject: What's in git.git (Aug 2008, #03; Thu, 14)
2 +X-maint-at: 21926fe885aa6579f7aa0e89fcb6a9064f8aa516
3 +X-master-at: a0653d550524a0263d36fde6a8cf98941dd057ab
4 +X-maint-was: 4f80b27d48fee1c588810f3341ffe5d14558cea2
5 +X-master-was: 10d9d887ecdc81197162d7bbe5dfc0d028498fd6
6 +
7 +What's in git.git (Aug 2008, #03; Thu, 14)
8 +
9 + maint 21926fe (t5304-prune: adjust file mtime based on system time rather than file mtime)
10 + master a0653d5 (Merge branch 'maint')
11 +------------------------------------------------------------------------
12 +
13 +We will have the 1.6.0 final this weekend. Please keep "obviously
14 +correct" fixes flowing in.
15 +
16 +* The 'maint' branch has these fixes since the last announcement.
17 +
18 +Brandon Casey (1):
19 + t5304-prune: adjust file mtime based on system time rather than file
20 + mtime
21 +
22 +Francis Moreau (1):
23 + git-bisect: fix wrong usage of read(1)
24 +
25 +Junio C Hamano (2):
26 + Re-fix rev-list-options documentation
27 + Do not talk about "diff" in rev-list documentation.
28 +
29 +Kevin Ballard (1):
30 + Fix escaping of glob special characters in pathspecs
31 +
32 +
33 +* The 'master' branch has these since the last announcement
34 + in addition to the above.
35 +
36 +Brandon Casey (1):
37 + test-parse-options: use appropriate cast in length_callback
38 +
39 +Gustaf Hendeby (2):
40 + gitattributes: Document built in hunk header patterns
41 + Teach git diff about BibTeX head hunk patterns
42 +
43 +Junio C Hamano (2):
44 + diff --check: do not unconditionally complain about trailing empty lines
45 + GIT 1.6.0-rc3
46 +
47 +Marcus Griep (3):
48 + Git.pm: Add faculties to allow temp files to be cached
49 + git-svn: Make it incrementally faster by minimizing temp files
50 + git-svn: Reduce temp file usage when dealing with non-links
51 +
52 +Nguyễn Thái Ngọc Duy (1):
53 + Fix typo in comments of longest_ancestor_length()
54 +
55 +Petr Baudis (1):
56 + Adjust for the new way of enabling the default post-update hook
57 +
58 +Stephen R. van den Berg (1):
59 + git-daemon: SysV needs the signal handler reinstated.
60 +
61 +Thomas Rast (4):
62 + Documentation: rev-list-options: Fix a typo
63 + Documentation: rev-list-options: Rewrite simplification descriptions for
64 + clarity
65 + rebase -i -p: handle index and workdir correctly
66 + rebase -i -p: fix parent rewriting
67 +