What's in/cooking
[git/spearce.git] / whats / in / 2008 / 12 / 02.txt
blobc74ae090a3a8ce446c9865bdec13cc8759ba6ab4
1 To: git@vger.kernel.org
2 Subject: What's in git.git (Dec 2008, #02; Sun, 14)
3 X-maint-at: 544ddb045a4bd49da9ffc1d9da80bdc0d71b2518
4 X-master-at: 7e76aba317b690932c8236311219b0faf97f1571
5 X-maint-was: 25e30fa08e687d584d9dd87d13acf84bb1e1858c
6 X-master-was: 757c7f60a78004fc3d0ea62f44320d54ef430c10
8 What's in git.git (Dec 2008, #02; Sun, 14)
10   maint 544ddb0 (git-config.txt: fix a typo)
11  master 7e76aba (builtin-commit: remove unused message variable)
12 ------------------------------------------------------------------------
14 There are a handful fixes since 1.6.1-rc2 on 'master' and I am hoping that
15 we can do -rc3 later today, and declare the 1.6.1 final on the 20th or
16 so.
18 ----------------------------------------------------------------
20 * The 'maint' branch has these fixes since the last announcement.
22 Brandon Casey (11):
23   t7700: demonstrate mishandling of objects in packs with a .keep file
24   packed_git: convert pack_local flag into a bitfield and add pack_keep
25   pack-objects: new option --honor-pack-keep
26   repack: don't repack local objects in packs with .keep file
27   repack: do not fall back to incremental repacking with [-a|-A]
28   builtin-gc.c: use new pack_keep bitfield to detect .keep file existence
29   t7700: demonstrate mishandling of loose objects in an alternate ODB
30   sha1_file.c: split has_loose_object() into local and non-local
31     counterparts
32   pack-objects: extend --local to mean ignore non-local loose objects too
33   t7700: test that 'repack -a' packs alternate packed objects
34   repack: only unpack-unreachable if we are deleting redundant packs
36 Davide Libenzi (1):
37   xdiff: give up scanning similar lines early
39 Deskin Miller (1):
40   git-svn: Make following parents atomic
42 Jakub Narebski (1):
43   gitweb: Make project specific override for 'grep' feature work
45 Jeff King (2):
46   commit: Fix stripping of patch in verbose mode.
47   tag: delete TAG_EDITMSG only on successful tag
49 Jim Meyering (1):
50   git-config.txt: fix a typo
52 Johannes Sixt (1):
53   compat/mingw.c: Teach mingw_rename() to replace read-only files
55 Junio C Hamano (2):
56   GIT 1.6.0.5
57   work around Python warnings from AsciiDoc
59 Linus Torvalds (1):
60   fsck: reduce stack footprint
62 Matt McCutchen (1):
63   "git diff <tree>{3,}": do not reverse order of arguments
65 Miklos Vajna (1):
66   http.c: use 'git_config_string' to get 'curl_http_proxy'
68 Nicolas Pitre (1):
69   make sure packs to be replaced are closed beforehand
71 Thomas Rast (1):
72   fetch-pack: Avoid memcpy() with src==dst
75 * The 'master' branch has these since the last announcement
76   in addition to the above.
78 Alex Riesen (3):
79   Make some of fwrite/fclose/write/close failures visible
80   Make chdir failures visible
81   Report symlink failures in merge-recursive
83 Alexander Potashev (2):
84   Fix typos in documentation
85   Fix typo in comment in builtin-add.c
87 Alexey Borzenkov (1):
88   Define linkgit macro in [macros] section
90 Brandon Casey (1):
91   git-branch: display sha1 on branch deletion
93 Deskin Miller (1):
94   git-svn: Make branch use correct svn-remote
96 Jakub Narebski (2):
97   gitweb: Fix handling of non-ASCII characters in inserted HTML files
98   gitweb: Fix bug in insert_file() subroutine
100 Jeff King (6):
101   add stage to gitignore
102   reorder ALLOW_TEXTCONV option setting
103   diff: allow turning on textconv explicitly for plumbing
104   diff: fix handling of binary rewrite diffs
105   diff: respect textconv in rewrite diffs
106   rebase: improve error messages about dirty state
108 Junio C Hamano (16):
109   builtin-rm.c: explain and clarify the "local change" logic
110   git add --intent-to-add: fix removal of cached emptiness
111   git add --intent-to-add: do not let an empty blob be committed by
112     accident
113   Install git-stage in exec-path
114   git-am --whitespace: do not lose the command line option
115   git-am: propagate -C<n>, -p<n> options as well
116   git-am: propagate --3way options as well
117   Test that git-am does not lose -C/-p/--whitespace options
118   git-am: rename apply_opt_extra file to apply-opt
119   Update draft release notes to 1.6.1
120   Update draft release notes for 1.6.1
121   Revert "git-stash: use git rev-parse -q"
122   Point "stale" 1.6.0.5 documentation from the main git documentation page
123   builtin-checkout.c: check error return from read_cache()
124   read-cache.c: typofix in comment
125   Fix t4031
127 Markus Heidelberg (1):
128   builtin-commit: remove unused message variable
130 Miklos Vajna (5):
131   filter-branch: use git rev-parse -q
132   lost-found: use git rev-parse -q
133   pull: use git rev-parse -q
134   rebase: use git rev-parse -q
135   submodule: use git rev-parse -q
137 Nguyễn Thái Ngọc Duy (1):
138   Extend index to save more flags
140 Ralf Wildenhues (1):
141   Improve language in git-merge.txt and related docs
143 Tor Arvid Lund (2):
144   git-p4: Fix bug in p4Where method.
145   git-p4: Fix regression in p4Where method.