What's in git.git (Jun 2008, issue #03; Mon, 23)
Junio C Hamano committed
Jul 20, 2008 at 23:59 UTC
b189c1be429ad01a048fd66bdca6091ae752937e
1 file changed
+49
-27
whatsin.txt
+49
-27
@@ -1,43 +1,65 @@
1
-What's in git.git (Jun 2008, issue #02; Sat, 21)
1
+What's in git.git (Jun 2008, issue #03; Mon, 23)
2
3
- maint 3b2bbe9 (Documentation: fix formatting in git-svn, 2008-06-20)
4
- master 73f0362 (Correct documentation for git-push --mirror, 2008-06-20)
3
+ maint 010a2da (Extend parse-options test suite, 2008-06-22)
4
+ master 112db55 (Shrink the git binary a bit by avoiding unnecessary inline functions, 2008-06-22)
5
------------------------------------------------------------------------
6
7
-* The 'maint' branch has now preparing for 1.5.6.1, with these noncritical
8
- fixes.
7
+There are a few more fixes destined for maint, being tested in next first.
8
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
9
+* The 'maint' branch has these fixes since the last announcement.
10
15
-Dan McGee (1):
16
- completion: add --graph to log command completion
11
+Michele Ballabio (1):
12
+ parse-options.c: fix documentation syntax of optional arguments
13
18
-Jan Krüger (1):
19
- Documentation: fix formatting in git-svn
14
+Stephan Beyer (3):
15
+ api-builtin.txt: update and fix typo
16
+ api-parse-options.txt: Introduce documentation for parse options API
17
+ Extend parse-options test suite
18
19
20
* The 'master' branch has these since the last announcement
23
- in addition to the above. Not much to see here (yet).
21
+ in addition to the above.
22
25
-Cristian Peraferrer (1):
26
- Print errno upon failure to open the COMMIT_EDITMSG file
23
+Jakub Narebski (2):
24
+ gitweb: Separate filling list of projects info
25
+ gitweb: Separate generating 'sort by' table header
26
28
-Jakub Narebski (1):
29
- t/README: Add 'Skipping Tests' section below 'Running Tests'
27
+Jeff King (5):
28
+ fix whitespace violations in test scripts
29
+ mask necessary whitespace policy violations in test scripts
30
+ avoid whitespace on empty line in automatic usage message
31
+ avoid trailing whitespace in zero-change diffstat lines
32
+ enable whitespace checking of test scripts
33
31
-Lea Wiemann (1):
32
- test-lib.sh: add --long-tests option
34
+Junio C Hamano (1):
35
+ diff -c/--cc: do not include uninteresting deletion before leading
36
+ context
37
34
-Lukas Sandström (1):
35
- Add a helper script to send patches with Mozilla Thunderbird
38
+Karl Hasselström (2):
39
+ Clean up builtin-update-ref's option parsing
40
+ Make old sha1 optional with git update-ref -d
41
37
-Shawn O. Pearce (1):
38
- Correct documentation for git-push --mirror
42
+Linus Torvalds (3):
43
+ racy-git: an empty blob has a fixed object name
44
+ Make git_dir a path relative to work_tree in setup_work_tree()
45
+ Shrink the git binary a bit by avoiding unnecessary inline functions
46
40
-Teemu Likonen (2):
41
- bash: Add more option completions for 'git log'
42
- Add target "install-html" the the top level Makefile
47
+Marius Storm-Olsen (3):
48
+ Add an optional <mode> argument to commit/status -u|--untracked-files
49
+ option
50
+ Add argument 'no' commit/status option -u|--untracked-files
51
+ Add configuration option for default untracked files mode
52
+
53
+Nanako Shiraishi (2):
54
+ environment.c: remove unused function
55
+ config.c: make git_env_bool() static
56
+
57
+Pieter de Bie (1):
58
+ builtin-fast-export: Add importing and exporting of revision marks
59
+
60
+Rafael Garcia-Suarez (1):
61
+ gitweb: remove git_blame and rename git_blame2 to git_blame
62
+
63
+René Scharfe (1):
64
+ Teach new attribute 'export-ignore' to git-archive
65