What's in

Junio C Hamano committed Feb 15, 2009 at 02:44 UTC c1b07915ae1c79280b59aa0fc2ec68ddf624a6fd
1 file changed +85
whats/in/2009/02/03.txt new
+85
@@ -0,0 +1,85 @@
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
7 +
8 +What's in git.git (Feb 2009, #03; Sun, 15)
9 +
10 + maint e5887c1 (Prepare for 1.6.1.4.)
11 + master 075394e (RelNotes Update)
12 +------------------------------------------------------------------------
13 +
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.
17 +
18 +I am going to bed now; it is way past my bedtime.
19 +
20 +* The 'master' branch has these since the last announcement.
21 +
22 +Fabian Franz (1):
23 + submodule: add --no-fetch parameter to update command
24 +
25 +Jacob Helwig (1):
26 + Add 'rm -f' equivalent to 'git rm' example of filter-branch
27 + --index-filter
28 +
29 +Jakub Narebski (1):
30 + gitweb: Better regexp for SHA-1 committag match
31 +
32 +Jeff King (1):
33 + symbolic-ref: allow refs/<whatever> in HEAD
34 +
35 +Jeremy White (1):
36 + Update documentation to add further information about using Thunderbird
37 + with git-imap-send.
38 +
39 +Johannes Schindelin (1):
40 + gc: make --prune useful again by accepting an optional parameter
41 +
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
48 +
49 +Keith Cascio (1):
50 + Remove redundant bit clears from diff_setup()
51 +
52 +Marcel M. Cary (1):
53 + git-sh-setup: Use "cd" option, not /bin/pwd, for symlinked work tree
54 +
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
63 +
64 +Mark Burton (1):
65 + git-rebase.txt: --interactive does not work with --whitespace
66 +
67 +Matt Kraai (1):
68 + bash-completion: Complete the values of color.interactive, color.ui,
69 + color.pager
70 +
71 +Nazri Ramliy (1):
72 + Bugfix: GIT_EXTERNAL_DIFF with more than one changed files
73 +
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
78 +
79 +Tay Ray Chuan (1):
80 + use a hash of the lock token as the suffix for PUT/MOVE
81 +
82 +Thomas Rast (2):
83 + log: do not print ellipses with --abbrev-commit
84 + Documentation: pruning recipe for destructive filter-branch
85 +