What's in git.git (Jun 2008, issue #02; Sat, 21)
[git/spearce.git] / whatsin.txt
blob24d88fa159057fba8cb45d95752b326c9db38661
1 What's in git.git (Jun 2008, issue #02; Sat, 21)
3   maint 3b2bbe9 (Documentation: fix formatting in git-svn, 2008-06-20)
4  master 73f0362 (Correct documentation for git-push --mirror, 2008-06-20)
5 ------------------------------------------------------------------------
7 * The 'maint' branch has now preparing for 1.5.6.1, with these noncritical
8   fixes.
10 Brandon Casey (2):
11   git-merge.sh: fix typo in usage message: sucesses --> succeeds
12   t7502-commit.sh: test_must_fail doesn't work with inline environment
13     variables
15 Dan McGee (1):
16   completion: add --graph to log command completion
18 Jan Krüger (1):
19   Documentation: fix formatting in git-svn
22 * The 'master' branch has these since the last announcement
23   in addition to the above.  Not much to see here (yet).
25 Cristian Peraferrer (1):
26   Print errno upon failure to open the COMMIT_EDITMSG file
28 Jakub Narebski (1):
29   t/README: Add 'Skipping Tests' section below 'Running Tests'
31 Lea Wiemann (1):
32   test-lib.sh: add --long-tests option
34 Lukas Sandström (1):
35   Add a helper script to send patches with Mozilla Thunderbird
37 Shawn O. Pearce (1):
38   Correct documentation for git-push --mirror
40 Teemu Likonen (2):
41   bash: Add more option completions for 'git log'
42   Add target "install-html" the the top level Makefile