What's in -- first mass graduation post 1.6.2
Junio C Hamano committed
Mar 6, 2009 at 00:25 UTC
a58b4f28b36b064061bd9be36b9bd9008dc4dec1
1 file changed
+101
whats/in/2009/03/03.txt
new
+101
@@ -0,0 +1,101 @@
1
+To: git@vger.kernel.org
2
+Subject: What's in git.git (Mar 2009, #03; Fri, 06)
3
+X-maint-at: bdfd739dac4c109ce360d38d0572d8717a46e795
4
+X-master-at: 8cc3fe45c92a2e85400a6ee83c3b3a4a8ca1d6c7
5
+X-maint-was: bdfd739dac4c109ce360d38d0572d8717a46e795
6
+X-master-was: 836769e875ecf47e83137a39de5937652e0e861e
7
+
8
+What's in git.git (Mar 2009, #03; Fri, 06)
9
+
10
+ maint bdfd739 (Make the 'lock file' exists error more informative)
11
+ master 8cc3fe4 (Merge branch 'en/maint-hash-object')
12
+------------------------------------------------------------------------
13
+
14
+Quite a many topics that have been scheduled for 'master' for some time
15
+have all graduated. With this pace we may be able to have a very short
16
+cycle for a change before 1.6.3 final ;-).
17
+
18
+* The 'master' branch has these since the last announcement.
19
+
20
+Arjen Laarhoven (2):
21
+ Clean up use of ANSI color sequences
22
+ builtin-branch.c: Rename branch category color names
23
+
24
+Deskin Miller (1):
25
+ add -i: revisit hunk on editor failure
26
+
27
+Elijah Newren (1):
28
+ Ensure proper setup of git_dir for git-hash-object
29
+
30
+Felipe Contreras (3):
31
+ config: Add new option to open an editor.
32
+ git config: codestyle cleanups
33
+ Add tests for git log --pretty, --format and --oneline.
34
+
35
+Finn Arne Gangstad (1):
36
+ Support "\" in non-wildcard exclusion entries
37
+
38
+Jay Soffian (6):
39
+ builtin-branch: improve output when displaying remote branches
40
+ send-email: allow send-email to run outside a repo
41
+ send-email: handle multiple Cc addresses when reading mbox message
42
+ send-email: --suppress-cc improvements
43
+ send-email: don't create temporary compose file until it is needed
44
+ send-email: add --confirm option and configuration setting
45
+
46
+Jeff King (4):
47
+ valgrind: ignore ldso and more libz errors
48
+ branch: clean up repeated strlen
49
+ add basic branch display tests
50
+ never fallback relative times to absolute
51
+
52
+Jeremy White (2):
53
+ Enable setting attach as the default in .gitconfig for git-format-patch.
54
+ imap.preformattedHTML to tell Thunderbird to send non-flowed text
55
+
56
+Johannes Schindelin (11):
57
+ Add valgrind support in test scripts
58
+ Valgrind support: check for more than just programming errors
59
+ test-lib.sh: optionally output to test-results/$TEST.out, too
60
+ t/Makefile: provide a 'valgrind' target
61
+ Add a script to coalesce the valgrind outputs
62
+ Tests: let --valgrind imply --verbose and --tee
63
+ test-lib: avoid assuming that templates/ are in the GIT_EXEC_PATH
64
+ valgrind: do not require valgrind 3.4.0 or newer
65
+ Avoid segfault with 'git branch' when the HEAD is detached
66
+ git config: trivial cleanup for editor action
67
+ MinGW: 64-bit file offsets
68
+
69
+John Tapsell (1):
70
+ Documentation - More examples for git bisect
71
+
72
+Junio C Hamano (4):
73
+ git-blame: refactor code to emit "porcelain format" output
74
+ blame: show "previous" information in --porcelain/--incremental format
75
+ git-add -i/-p: learn to unwrap C-quoted paths
76
+ Draft release notes: Carry forward the warning for behaviour changes
77
+
78
+Marius Storm-Olsen (2):
79
+ Add bare repository indicator for __git_ps1
80
+ Fixup: Add bare repository indicator for __git_ps1
81
+
82
+Nanako Shiraishi (3):
83
+ Add --format that is a synonym to --pretty
84
+ Give short-hands to --pretty=tformat:%formatstring
85
+ Add --oneline that is a synonym to "--pretty=oneline --abbrev-commit"
86
+
87
+SZEDER Gábor (1):
88
+ rerere: remove duplicated functions
89
+
90
+Sverre Rabbelier (1):
91
+ Teach rebase to rebase even if upstream is up to date
92
+
93
+Ted Pavlic (4):
94
+ completion: For consistency, change "git rev-parse" to __gitdir calls
95
+ completion: Use consistent if [...] convention, not "test"
96
+ completion: Better __git_ps1 support when not in working directory
97
+ completion: More fixes to prevent unbound variable errors
98
+
99
+Teemu Likonen (1):
100
+ bash completion: add --format= and --oneline options for "git log"
101
+