Split past issues of What's cooking and What's in
[git/spearce.git] / whats / in / 2008 / 07 / 06.txt
blobad7013923a3545202dc08b8aefa674a2cf5c6eae
1 What's in git.git (Jul 2008, issue #06; Sat, 19)
3   maint a1b6fb0 (GIT 1.5.6.4, 2008-07-19)
4  master 09651dd (Getting closer to 1.6.0-rc0, 2008-07-19)
5 ------------------------------------------------------------------------
7 * The 'maint' branch is at 1.5.6.4.
9 * The 'master' branch has these since the last announcement
10   in addition to what is already in 1.5.6.4.
12 Alexander Gavrilov (3):
13   Avoid rescanning unchanged entries in search for copies.
14   Do not try to detect move/copy for entries below threshold.
15   Support gitlinks in fast-import.
17 Eric Raible (1):
18   Teach lookup_prog not to select directories
20 Eric Wong (1):
21   t/lib-git-svn: fix SVN_HTTPD tests to work with "trash directory"
23 Fabian Emmes (2):
24   Testsuite: Unset CVS_SERVER
25   testsuite for cvs co -c
27 Johannes Sixt (1):
28   builtin-clone: rewrite guess_dir_name()
30 Junio C Hamano (9):
31   git-rebase: report checkout failure
32   t/aggregate-results: whitespace fix
33   Update draft release notes for 1.6.0
34   read-cache.c: typofix
35   mailinfo: off-by-one fix for [PATCH (foobar)] removal from Subject: line
36   builtin-remote.c: fix earlier "skip_prefix()" conversion
37   t9001 (send-email): Do not use hardcoded /bin/sh in test
38   .mailmap update
39   Getting closer to 1.6.0-rc0
41 Lars Noschinski (2):
42   cvsserver: Add support for packed refs
43   cvsserver: Add cvs co -c support
45 Lukas Sandström (3):
46   Make some strbuf_*() struct strbuf arguments const.
47   Add some useful functions for strbuf manipulation.
48   git-mailinfo: use strbuf's instead of fixed buffers
50 Miklos Vajna (4):
51   t0001-init.sh: change confusing directory name
52   t1007-hash-object.sh: use quotes for the test description
53   git-bisect: use dash-less form on git bisect log
54   make remove-dashes: apply to scripts and programs as well, not just to
55     builtins
57 Nanako Shiraishi (3):
58   cache-tree.c: make cache_tree_find() static
59   builtin-describe.c: make a global variable "pattern" static
60   parse-options.c: make check_typos() static
62 Peter Harris (1):
63   Add ANSI control code emulation for the Windows console
65 Petr Baudis (5):
66   Documentation/git-submodule.txt: Add Description section
67   Documentation/RelNotes-1.6.0.txt: Expand on the incompatible packfiles
68   Documentation/git-submodule.txt: Further clarify the description
69   Documentation: How to ignore local changes in tracked files
70   Documentation/git-merge.txt: Partial rewrite of How Merge Works
72 René Scharfe (8):
73   archive: remove args member from struct archiver
74   add context pointer to read_tree_recursive()
75   archive: add baselen member to struct archiver_args
76   archive: centralize archive entry writing
77   archive: unify file attribute handling
78   archive: remove extra arguments parsing code
79   archive: make zip compression level independent from core git
80   archive: remove unused headers
82 Stephan Beyer (4):
83   t/test-lib.sh: exit with small negagive int is ok with test_must_fail
84   t/: Use "test_must_fail git" instead of "! git"
85   Make usage strings dash-less
86   Link git-shell only to a subset of libgit.a
88 SungHyun Nam (1):
89   t/Makefile: use specified shell when running aggregation script