What's in
[git/spearce.git] / whats / in / 2009 / 02 / 03.txt
blob4e701269d3b46eb113f2bf4c26b519d936b48993
1 To: git@vger.kernel.org
2 Subject: What's in git.git (Feb 2009, #03; Sun, 15)
3 X-maint-at: e5887c1bda12b31ea7af0ce798bfdee308e1b176
4 X-master-at: 075394e26cd7fb38e08d5f637a5fc825ab0b3fb3
5 X-maint-was: e5887c1bda12b31ea7af0ce798bfdee308e1b176
6 X-master-was: 30aa4fb15fa408596dea59cdc9f00c94eeaa69f1
8 What's in git.git (Feb 2009, #03; Sun, 15)
10   maint e5887c1 (Prepare for 1.6.1.4.)
11  master 075394e (RelNotes Update)
12 ------------------------------------------------------------------------
14 This is hopefully the last announcement before 1.6.2-rc1 is tagged.
15 Nothing unexpectedly complex nor controversial, just bunch of follow-up
16 fixes to what have already been scheduled for the upcoming release.
18 I am going to bed now; it is way past my bedtime.
20 * The 'master' branch has these since the last announcement.
22 Fabian Franz (1):
23   submodule: add --no-fetch parameter to update command
25 Jacob Helwig (1):
26   Add 'rm -f' equivalent to 'git rm' example of filter-branch
27     --index-filter
29 Jakub Narebski (1):
30   gitweb: Better regexp for SHA-1 committag match
32 Jeff King (1):
33   symbolic-ref: allow refs/<whatever> in HEAD
35 Jeremy White (1):
36   Update documentation to add further information about using Thunderbird
37     with git-imap-send.
39 Johannes Schindelin (1):
40   gc: make --prune useful again by accepting an optional parameter
42 Junio C Hamano (5):
43   Revert "validate_headref: tighten ref-matching to just branches"
44   Install the default "master" branch configuration after cloning a void
45   Teach the "@{-1} syntax to "git branch"
46   Teach @{-1} to git merge
47   RelNotes Update
49 Keith Cascio (1):
50   Remove redundant bit clears from diff_setup()
52 Marcel M. Cary (1):
53   git-sh-setup: Use "cd" option, not /bin/pwd, for symlinked work tree
55 Marius Storm-Olsen (5):
56   Add mailmap.file as configurational option for mailmap location
57   Add find_insert_index, insert_at_index and clear_func functions to
58     string_list
59   Add map_user() and clear_mailmap() to mailmap
60   Change current mailmap usage to do matching on both name and email of
61     author/committer.
62   Move mailmap documentation into separate file
64 Mark Burton (1):
65   git-rebase.txt: --interactive does not work with --whitespace
67 Matt Kraai (1):
68   bash-completion: Complete the values of color.interactive, color.ui,
69     color.pager
71 Nazri Ramliy (1):
72   Bugfix: GIT_EXTERNAL_DIFF with more than one changed files
74 SZEDER Gábor (3):
75   Move 'rev-parse --git-dir' test to t1500
76   t1500: more 'git rev-parse --git-dir' tests
77   bash: fix misspelled 'git svn' option
79 Tay Ray Chuan (1):
80   use a hash of the lock token as the suffix for PUT/MOVE
82 Thomas Rast (2):
83   log: do not print ellipses with --abbrev-commit
84   Documentation: pruning recipe for destructive filter-branch