What's in
Junio C Hamano committed
Mar 3, 2009 at 01:06 UTC
9eddb0394cd994261fc933d731f23b03badb6626
1 file changed
+152
whats/in/2009/03/01.txt
new
+152
@@ -0,0 +1,152 @@
1
+To: git@vger.kernel.org
2
+Subject: What's in git.git (Mar 2009, #01; Tue, 03)
3
+X-maint-at: dcc901bc2926f92558a854430570123b4152451d
4
+X-master-at: 1d035f85649cbb0a4fcc3e341f7e854acf9cf3c1
5
+X-maint-was: e5887c1bda12b31ea7af0ce798bfdee308e1b176
6
+X-master-was: 075394e26cd7fb38e08d5f637a5fc825ab0b3fb3
7
+
8
+What's in git.git (Mar 2009, #01; Tue, 03)
9
+
10
+ maint dcc901b (Documentation: minor grammatical fixes.)
11
+ master 1d035f8 (Documentation: minor grammatical fixes.)
12
+------------------------------------------------------------------------
13
+
14
+Hopefully the last "What's in" before 1.6.2 final. Small fixes here and
15
+there and nothing earth shattering.
16
+
17
+* The 'maint' branch has these fixes since the last announcement.
18
+
19
+Danijel Tasov (1):
20
+ added missing backtick in git-apply.txt
21
+
22
+David J. Mellor (1):
23
+ Documentation: minor grammatical fixes.
24
+
25
+Gerrit Pape (1):
26
+ Documentation/git-push: --all, --mirror, --tags can not be combined
27
+
28
+Junio C Hamano (1):
29
+ tests: fix "export var=val"
30
+
31
+Matthieu Moy (2):
32
+ Document git blame --reverse.
33
+ More friendly message when locking the index fails.
34
+
35
+Michael Spang (1):
36
+ Skip timestamp differences for diff --no-index
37
+
38
+Todd Zullinger (1):
39
+ Documentation: Note file formats send-email accepts
40
+
41
+
42
+* The 'master' branch has these since the last announcement
43
+ in addition to the above.
44
+
45
+Abhijit Menon-Sen (1):
46
+ Convert git-* invocations to "git *" in the svnimport example.
47
+
48
+Alexandre Julliard (3):
49
+ git.el: Make sure that file lists are sorted as they are created.
50
+ git.el: Improve the confirmation message on remove and revert.
51
+ Add a README in the contrib/emacs directory.
52
+
53
+Allan Caffee (1):
54
+ trace: Fixed a minor typo in an error message.
55
+
56
+Ben Walton (2):
57
+ git-svn fix to avoid using strftime %z
58
+ git-svn - return original format_svn_date semantics
59
+
60
+Brian Gernhardt (1):
61
+ git-svn: Create leading directories in create-ignore
62
+
63
+Christian Couder (3):
64
+ README: fix path to "gitcvs-migration.txt" and be more consistent
65
+ bisect: fix quoting TRIED revs when "bad" commit is also "skip"ped
66
+ bisect: fix another instance of eval'ed string
67
+
68
+David J. Mellor (3):
69
+ Documentation: minor grammatical fixes.
70
+ Documentation: minor grammatical fixes.
71
+ Documentation: minor grammatical fixes.
72
+
73
+Dévai Tamás (1):
74
+ git-svn: Fix for rewriteRoot URL containing username.
75
+
76
+Eric Wong (2):
77
+ git-svn: fix delete+add branch tracking with empty files
78
+ git-svn: disable broken symlink workaround by default
79
+
80
+Felipe Contreras (2):
81
+ git add: trivial codestyle cleanup
82
+ sha1_file.c: fix typo
83
+
84
+Gerrit Pape (2):
85
+ Install builtins with the user and group of the installing personality
86
+ git-quiltimport: preserve standard input to be able to read user input
87
+
88
+Giuseppe Bilotta (1):
89
+ gitweb: fix wrong base URL when non-root DirectoryIndex
90
+
91
+Jay Soffian (3):
92
+ disallow providing multiple upstream branches to rebase, pull --rebase
93
+ Allow HTTP tests to run on Darwin
94
+ t5540-http-push.sh: avoid non-portable grep -P
95
+
96
+Johannes Schindelin (2):
97
+ Introduce the function strip_path_suffix()
98
+ system_path(): simplify using strip_path_suffix(), and add suffix "git"
99
+
100
+Johannes Sixt (2):
101
+ gitattributes.txt: Path matching rules are explained in gitignore.txt
102
+ t3400-rebase: Move detached HEAD check earlier
103
+
104
+Junio C Hamano (4):
105
+ git-svn: fix parsing of timestamp obtained from svn
106
+ Make sure objects/pack exists before creating a new pack
107
+ GIT 1.6.2-rc2
108
+ git-am: make --abort less dangerous
109
+
110
+Lars Noschinski (1):
111
+ filter-branch -d: Export GIT_DIR earlier
112
+
113
+Linus Torvalds (1):
114
+ Support 'raw' date format
115
+
116
+Marc Branchaud (1):
117
+ Docs: Expand explanation of the use of + in git push refspecs.
118
+
119
+Marcel M. Cary (2):
120
+ gitweb: Fix warnings with override permitted but no repo override
121
+ gitweb: Hyperlink multiple git hashes on the same commit message line
122
+
123
+Michael J Gruber (2):
124
+ Fix typo in contrib/examples/git-svnimport.txt
125
+ git-am: Keep index in case of abort with dirty index
126
+
127
+Mike Ralphson (1):
128
+ Fix odb_mkstemp() on AIX
129
+
130
+Paul Mackerras (1):
131
+ gitk: Fix possible infinite loop and display corruption
132
+
133
+Pete Wyckoff (1):
134
+ git-p4: avoid syncing duplicate changes
135
+
136
+Peter Oberndorfer (1):
137
+ git-svn: read the dcommit url from the config file on a per remote basis
138
+
139
+René Scharfe (1):
140
+ builtin-receive-pack.c: fix compiler warnings about format string
141
+
142
+SZEDER Gábor (2):
143
+ bash: add missing 'git merge' options
144
+ bash: update 'git svn' options
145
+
146
+Thomas Rast (2):
147
+ bash completion: refactor common log, shortlog and gitk options
148
+ bash completion: only show 'log --merge' if merging
149
+
150
+Todd Zullinger (1):
151
+ git-rebase: Update --whitespace documentation
152
+