Browse Source
* maint: Start preparing for 1.5.3.6 git-send-email: Change the prompt for the subject of the initial message. SubmittingPatches: improve the 'Patch:' section of the checklist instaweb: Minor cleanups and fixes for potential problems stop t1400 hiding errors in tests Makefile: add missing dependency on wt-status.h refresh_index_quietly(): express "optional" nature of index writing better Fix sed string regex escaping in module_name. Avoid a few unportable, needlessly nested "...`...". git-mailsplit: with maildirs not only process cur/, but also new/ Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
Junio C Hamano
17 years ago
11 changed files with 68 additions and 46 deletions
@ -0,0 +1,21 @@
@@ -0,0 +1,21 @@
|
||||
GIT v1.5.3.6 Release Notes |
||||
========================== |
||||
|
||||
Fixes since v1.5.3.5 |
||||
-------------------- |
||||
|
||||
* git-cvsexportcommit handles root commits better; |
||||
|
||||
* git-svn dcommit used to clobber when sending a series of |
||||
patches; |
||||
|
||||
* git-grep sometimes refused to work when your index was |
||||
unmerged; |
||||
|
||||
* Quite a lot of documentation clarifications. |
||||
|
||||
-- |
||||
exec >/var/tmp/1 |
||||
O=v1.5.3.5-32-gcb6c162 |
||||
echo O=`git describe refs/heads/maint` |
||||
git shortlog --no-merges $O..refs/heads/maint |
Loading…
Reference in new issue