What's in/cooking
[git/spearce.git] / whats / in / 2008 / 10 / 05.txt
blobd597c67bae70d7959d318b8282ef6e0b86184a92
1 Subject: What's in git.git (Oct 2008, #05; Wed, 22)
2 X-maint-at: 031e6c898f61db1ae0c0be641eac6532c1000d56
3 X-master-at: 759ad19e772a79a2a5ae6b7377d57eb21d29e6a0
4 X-maint-was: f430c8e44d0548e844d817fc32be7c38b2b6856c
5 X-master-was: 3041b98a9d40e5eb1aae9698c7e15c85ff37f344
7 What's in git.git (Oct 2008, #05; Wed, 22)
9   maint 031e6c8 (GIT 1.6.0.3)
10  master 759ad19 (submodule: fix some non-portable grep invocations)
11 ------------------------------------------------------------------------
13 BLURB HERE
15 * The 'maint' branch has these fixes since the last announcement.
17 Abhijit Bhopatkar (1):
18   Documentation: Clarify '--signoff' for git-commit
20 Junio C Hamano (2):
21   Fix testcase failure when extended attributes are in use
22   GIT 1.6.0.3
24 Nicolas Pitre (1):
25   rehabilitate 'git index-pack' inside the object store
28 * The 'master' branch has these since the last announcement
29   in addition to the above.
31 Alexander Gavrilov (3):
32   gitk: Fix a bug in collapsing deeply nested trees
33   gitk: Enhance file encoding support
34   gitk: Implement batch lookup and caching of encoding attrs
36 Andreas Ericsson (1):
37   rebase: Support preserving merges in non-interactive mode
39 Brian Gernhardt (1):
40   format-patch: autonumber by default
42 Christian Stimming (1):
43   gitk: Add untranslated error messages to translation
45 Dmitry Potapov (2):
46   check-attr: add an internal check_attr() function
47   check-attr: Add --stdin option
49 Fredrik Skolmli (1):
50   Documentation: Spelling fix
52 Giuseppe Bilotta (1):
53   gitweb: refactor input parameters parse/validation
55 Jeff King (8):
56   refactor handling of "other" files in ls-files and status
57   t4012: use test_cmp instead of cmp
58   diff: unify external diff and funcname parsing code
59   diff: introduce diff.<driver>.binary
60   diff: add filter for converting binary to text
61   document "intent to add" option to git-add
62   rm: loosen safety valve for empty files
63   submodule: fix some non-portable grep invocations
65 Johannes Schindelin (1):
66   Fix fetch/pull when run without --update-head-ok
68 Johannes Sixt (1):
69   git-remote: list branches in vertical lists
71 Jonas Fonseca (1):
72   git-check-attr(1): use 'verse' for multi-line synopsis sections
74 Junio C Hamano (6):
75   pull: allow "git pull origin $something:$current_branch" into an unborn
76     branch
77   Fix "checkout --track -b newbranch" on detached HEAD
78   reset --hard/read-tree --reset -u: remove unmerged new paths
79   demonstrate breakage of detached checkout with symbolic link HEAD
80   Enhance hold_lock_file_for_{update,append}() API
81   Fix mismerge at cdb22c4 in builtin-checkout.c
83 Lee Marlow (2):
84   bash completion: Add 'workflows' to 'git help'
85   workflows documentation: fix link to git-request-pull[1]
87 Mark Levedahl (1):
88   compat/cygwin.c - Use cygwin's stat if core.filemode == true
90 Matt McCutchen (1):
91   git-merge-recursive: honor merge.conflictstyle once again
93 Miklos Vajna (2):
94   builtin-commit: use reduce_heads() only when appropriate
95   Implement git clone -v
97 Nanako Shiraishi (2):
98   rebase --no-verify
99   rebase: Document --no-verify option to bypass pre-rebase hook
101 Paul Mackerras (6):
102   gitk: Use <Button-2> for context menus on OSX
103   gitk: Clean up file encoding code and add enable/disable option
104   gitk: Fix binding for <Return> in sha1 entry field
105   gitk: New way of constructing menus that allows for Alt+letter
106     accelerators
107   gitk: Regenerate .po files
108   gitk: Turn short SHA1 names into links too
110 Petr Baudis (1):
111   Do not rename read-only files during a push
113 RenĂ© Scharfe (3):
114   add alloc_ref_with_prefix()
115   use alloc_ref_from_str() everywhere
116   make alloc_ref_from_str() the new alloc_ref()
118 Richard Quirk (1):
119   gitk: Bind Key-Return to create on new branch dialog
121 Shawn O. Pearce (1):
122   describe: Make --tags and --all match lightweight tags more often
124 Stephen Haberman (1):
125   rebase--interactive: fix parent rewriting for dropped commits
127 Thomas Rast (3):
128   Documentation: new upstream rebase recovery section in git-rebase
129   Documentation: Refer to git-rebase(1) to warn against rewriting
130   Documentation: add manpage about workflows