What's in git.git (Jun 2008, issue #03; Mon, 23)
[git/spearce.git] / whatsin.txt
blob6cc28fa3c591ce391a4ec181aefb7d9f72a0e5b4
1 What's in git.git (Jun 2008, issue #03; Mon, 23)
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 ------------------------------------------------------------------------
7 There are a few more fixes destined for maint, being tested in next first.
9 * The 'maint' branch has these fixes since the last announcement.
11 Michele Ballabio (1):
12   parse-options.c: fix documentation syntax of optional arguments
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
20 * The 'master' branch has these since the last announcement
21   in addition to the above.
23 Jakub Narebski (2):
24   gitweb: Separate filling list of projects info
25   gitweb: Separate generating 'sort by' table header
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
34 Junio C Hamano (1):
35   diff -c/--cc: do not include uninteresting deletion before leading
36     context
38 Karl Hasselström (2):
39   Clean up builtin-update-ref's option parsing
40   Make old sha1 optional with git update-ref -d
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
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
53 Nanako Shiraishi (2):
54   environment.c: remove unused function
55   config.c: make git_env_bool() static
57 Pieter de Bie (1):
58   builtin-fast-export: Add importing and exporting of revision marks
60 Rafael Garcia-Suarez (1):
61   gitweb: remove git_blame and rename git_blame2 to git_blame
63 René Scharfe (1):
64   Teach new attribute 'export-ignore' to git-archive