What's in git.git (Jul 2008, issue #04; Sun, 13)
[git/spearce.git] / whatsin.txt
blob2d39d5c11bc5c990bc11285292a8be890331a6f9
1 What's in git.git (Jul 2008, issue #04; Sun, 13)
3   maint 191a8e3 (GIT 1.5.6.3, 2008-07-13)
4  master 10ce020 (Merge branch 'sp/maint-bash-completion-optim', 2008-07-13)
5 ------------------------------------------------------------------------
7 * The 'maint' branch is at 1.5.6.3
9 * The 'master' branch has these since the last announcement
10   in addition to what's in 1.5.6.3
12 Abhijit Menon-Sen (2):
13   Implement "git stash branch <newbranch> <stash>"
14   Add a test for "git stash branch"
16 Adam Brewster (1):
17   Teach git-bundle to read revision arguments from stdin like git-rev-list.
19 Brandon Casey (1):
20   t7701-repack-unpack-unreachable.sh: check timestamp of unpacked objects
22 Eric Hanchrow (2):
23   user-manual: typo and grammar fixes
24   Documentation: fix broken "linkgit" links
26 Eric Raible (2):
27   Documentation: tweak use case in "git stash save --keep-index"
28   completion: add branch options --contains --merged --no-merged
30 Jeff King (2):
31   Allow per-command pager config
32   avoid null SHA1 in oldest reflog
34 Johannes Schindelin (2):
35   Teach "git apply" to prepend a prefix with "--root=<root>"
36   Allow cherry-picking root commits
38 Johannes Sixt (1):
39   Provide fallback definitions of PRIu32 and PRIx32
41 Junio C Hamano (17):
42   revision traversal: --children option
43   rev-list --children
44   builtin-blame.c: move prepare_final() into a separate function.
45   builtin-blame.c: allow more than 16 parents
46   git-blame --reverse
47   Per-ref reflog expiry configuration
48   Make default expiration period of reflog used for stash infinite
49   apply --root: thinkofix.
50   Refactor "tracking statistics" code used by "git checkout"
51   git-status: show the remote tracking statistics
52   git-branch -v: show the remote tracking statistics
53   stat_tracking_info(): clear object flags used during counting
54   branch -r -v: do not spit out garbage
55   git-apply --directory: make --root more similar to GNU diff
56   Tone down warning about GNU Interactive Tools
57   Documentation: update sections on naming revisions and revision ranges
58   apply: fix copy/rename breakage
60 Mark Levedahl (1):
61   install-doc-quick - use git --exec-path to find git-sh-setup
63 Mike Hommey (4):
64   Catch failures from t5540-http-push
65   Fix http-push test
66   Skip t5540-http-push test when USE_CURL_MULTI is undefined
67   Avoid apache complaining about lack of server's FQDN
69 Petr Baudis (1):
70   Git.pm: Add remote_refs() git-ls-remote frontend
72 Pierre Habouzit (12):
73   parse-opt: have parse_options_{start,end}.
74   parse-opt: Export a non NORETURN usage dumper.
75   parse-opt: create parse_options_step.
76   parse-opt: do not print errors on unknown options, return -2 intead.
77   parse-opt: fake short strings for callers to believe in.
78   parse-opt: add PARSE_OPT_KEEP_ARGV0 parser option.
79   revisions: split handle_revision_opt() from setup_revisions()
80   git-blame: migrate to incremental parse-option [1/2]
81   git-blame: migrate to incremental parse-option [2/2]
82   git-blame: fix lapsus
83   git-shortlog: migrate to parse-options partially.
84   revisions: refactor handle_revision_opt into parse_revision_opt.
86 Ramsay Allan Jones (3):
87   t9113-*.sh: provide user feedback when test skipped
88   t9100-git-svn-basic.sh: Fix determination of utf-8 locale
89   git-request-pull: replace call to deprecated peek-remote
91 Robert Shearman (1):
92   git-send-email: Fix authenticating on some servers when using TLS.
94 SZEDER Gábor (1):
95   stash: introduce 'stash save --keep-index' option
97 Shawn O. Pearce (3):
98   Correct pack memory leak causing git gc to try to exceed ulimit
99   bash completion: Improve responsiveness of git-log completion
100   bash completion: Don't offer "a.." as a completion for "a."
102 Stephan Beyer (3):
103   git-am/git-mailsplit: correct synopsis for reading from stdin
104   t3404: test two "preserve merges with -p" cases
105   Make rebase--interactive use OPTIONS_SPEC
107 Thomas Rast (3):
108   git-add--interactive: replace hunk recounting with apply --recount
109   git-add--interactive: remove hunk coalescing
110   git-add--interactive: manual hunk editing mode