What's in
Junio C Hamano committed
Feb 11, 2009 at 20:01 UTC
61e41ee04e1f1effdcaedaed5840c457a3ca4b0e
1 file changed
+121
whats/in/2009/02/02.txt
new
+121
@@ -0,0 +1,121 @@
1
+To: git@vger.kernel.org
2
+Subject: What's in git.git (Feb 2009, #02; Wed, 11)
3
+X-maint-at: e5887c1bda12b31ea7af0ce798bfdee308e1b176
4
+X-master-at: 30aa4fb15fa408596dea59cdc9f00c94eeaa69f1
5
+X-maint-was: b59122f86f23007fce374f92de7f6e0a73793026
6
+X-master-was: 621f1b4bcf40f1469fc59202248df35619e33c82
7
+
8
+What's in git.git (Feb 2009, #02; Wed, 11)
9
+
10
+ maint e5887c1 (Prepare for 1.6.1.4.)
11
+ master 30aa4fb (Merge branch 'maint')
12
+------------------------------------------------------------------------
13
+
14
+There are handful of fixes for 1.6.1.4 on maint that are also in master.
15
+
16
+The 'notes' topic has been kicked out of master for now.
17
+
18
+I think 'master' is ready to be tagged as v1.6.2-rc1, but I'll be giving a
19
+few days for people to try out the current 'master' before doing so. I've
20
+merged git-svn updates, but haven't pulled either git-gui or gitk updates
21
+yet, which need to happen before -rc1.
22
+
23
+------------------------------------------------------------------------
24
+
25
+* The 'maint' branch has these fixes since the last announcement.
26
+
27
+Christian Couder (1):
28
+ rev-list: fix showing distance when using --bisect-all
29
+
30
+Elijah Newren (1):
31
+ fast-export: ensure we traverse commits in topological order
32
+
33
+Junio C Hamano (3):
34
+ revision traversal and pack: notice and die on missing commit
35
+ Make repack less likely to corrupt repository
36
+ Prepare for 1.6.1.4.
37
+
38
+Matt McCutchen (1):
39
+ gitweb: add $prevent_xss option to prevent XSS by repository content
40
+
41
+Shawn O. Pearce (2):
42
+ Clear the delta base cache during fast-import checkpoint
43
+ Clear the delta base cache if a pack is rebuilt
44
+
45
+
46
+* The 'master' branch has these since the last announcement
47
+ in addition to the above.
48
+
49
+Alexandre Julliard (1):
50
+ Describe notable git.el changes in the release notes
51
+
52
+Anton Gyllenberg (1):
53
+ test case for regression caused by git-svn empty symlink fix
54
+
55
+Deskin Miller (1):
56
+ git-svn: Print revision while searching for earliest use of path
57
+
58
+Eric Kidd (1):
59
+ filter-branch: Add more error-handling
60
+
61
+Eric Wong (2):
62
+ git-svn: allow disabling expensive broken symlink checks
63
+ git-svn: fix broken symlink workaround when switching branches
64
+
65
+Johannes Schindelin (3):
66
+ Let ls-files strip trailing slashes in submodules' paths
67
+ submodule: warn about non-submodules
68
+ Add two extra tests for git rebase
69
+
70
+Johannes Sixt (4):
71
+ Make test-path-utils more robust against incorrect use
72
+ Move sanitary_path_copy() to path.c and rename it to
73
+ normalize_path_copy()
74
+ Test and fix normalize_path_copy()
75
+ Remove unused normalize_absolute_path()
76
+
77
+Junio C Hamano (8):
78
+ Revert "Merge branch 'js/notes'"
79
+ Modernize t5400 test script
80
+ remote prune: warn dangling symrefs
81
+ Warn use of "origin" when remotes/origin/HEAD is dangling
82
+ Drop double-semicolon in C
83
+ receive-pack: receive.denyDeleteCurrent
84
+ builtin-receive-pack.c: do not initialize statics to 0
85
+ Squelch overzealous "ignoring dangling symref" in an empty repository
86
+
87
+Lars Hjemli (1):
88
+ tree.c: allow read_tree_recursive() to traverse gitlink entries
89
+
90
+Michael J Gruber (1):
91
+ Fix the installation path for html documentation
92
+
93
+Pat Notz (1):
94
+ Fix contrib/hooks/post-receive-email for new duplicate branch
95
+
96
+René Scharfe (1):
97
+ Fix GIT_CEILING_DIRECTORIES on Windows
98
+
99
+Sam Vilain (1):
100
+ git-svn: abstract out a block into new method other_gs()
101
+
102
+Santi Béjar (1):
103
+ doc/bundle: Use the more conventional suffix '.bundle'
104
+
105
+Sitaram Chamarty (1):
106
+ Documentation: clarify commits affected by gitk --merge
107
+
108
+Stephan Beyer (3):
109
+ add -p: get rid of Git.pm warnings about unitialized values
110
+ Makefile: resort filenames alphabetically
111
+ Generalize and libify index_is_dirty() to index_differs_from(...)
112
+
113
+Ted Pavlic (2):
114
+ completion: Fix GIT_PS1_SHOWDIRTYSTATE to prevent unbound variable
115
+ errors.
116
+ completion: Get rid of tabbed indentation in comments. Replace with
117
+ spaces.
118
+
119
+Todd Zullinger (1):
120
+ git-web--browse: Fix check for /bin/start
121
+