Split past issues of What's cooking and What's in
[git/spearce.git] / whats / in / 2008 / 07 / 08.txt
blob96fafedc83be275d01a31ac5f95adc758ecaa00a
1 What's in git.git (Jul 2008, #09; Thu, 31)
3   maint bfce508 (Makefile: fix shell quoting, 2008-07-25)
4  master 0fe8c13 (Allow "non-option" revision options in parse_option-enabled commands, 2008-07-31)
5 ------------------------------------------------------------------------
7 Some git-gui updates for 1.6.0 are included, and then many minor fixes.
8 Perhaps -rc2 this weekend.
10 * The 'master' branch has these since the last announcement.
12 Abhijit Menon-Sen (5):
13   git-gui: Look for gitk in $PATH, not $LIBEXEC/git-core
14   Clarify that "git log x.c y.h" lists commits that touch either file
15   `git submodule add` now requires a <path>
16   Make it clear that push can take multiple refspecs
17   Make the DESCRIPTION match <x>... items in the SYNOPSIS
19 Alex Riesen (1):
20   Make use of stat.ctime configurable
22 Alexander Gavrilov (7):
23   Fix pre-commit hooks under MinGW/MSYS
24   Add options to control the search for copies in blame.
25   Kill the blame back-end on window close.
26   Add a menu item to invoke full copy detection in blame.
27   git-gui: Fix the Remote menu separator.
28   git-gui: Preserve scroll position on reshow_diff.
29   Support copy and rename detection in fast-export.
31 Anders Melchiorsen (2):
32   Documentation: fix diff.external example
33   Advertise the ability to abort a commit
35 Björn Steinbrink (1):
36   rev-parse: Add support for the ^! and ^@ syntax
38 Brian Gernhardt (1):
39   Documentation: Remove mentions of git-svnimport.
41 Cesar Eduardo Barros (2):
42   Documentation/git-submodule.txt: fix doubled word
43   Documentation/git-rev-parse.txt: update for new git-describe output
44     format
46 Christian Couder (2):
47   merge-base: die with an error message if not passed a commit ref
48   documentation: user-manual: update "using-bisect" section
50 Jakub Narebski (1):
51   gitweb: More about how gitweb gets 'owner' of repository
53 Jeff King (2):
54   init: handle empty "template" parameter
55   Compact commit template message
57 Johannes Schindelin (1):
58   Avoid chdir() in list_commands_in_dir()
60 Johannes Sixt (2):
61   git-gui: Fix "Stage/Unstage Line" with one line of context.
62   git-gui: "Stage Line": Treat independent changes in adjacent lines better
64 Jonathan Nieder (1):
65   t6030 (bisect): work around Mac OS X "ls"
67 Junio C Hamano (11):
68   make sure parsed wildcard refspec ends with slash
69   GIT 1.6.0-rc1
70   Allow building without any git installed
71   Allow installing in the traditional way
72   ls-tree documentation: enhance notes on subdirectory and pathspec
73     behaviour
74   Documentation: clarify what is shown in "git-ls-files -s" output
75   t7001: fix "git mv" test
76   Teach gitlinks to ie_modified() and ce_modified_check_fs()
77   Fix merge name generation in "merge in C"
78   Fix test-parse-options "integer" test
79   Teach --find-copies-harder to "git blame"
81 Kevin Ballard (1):
82   format-patch: Produce better output with --inline or --attach
84 Lars Hjemli (3):
85   builtin-branch: remove duplicated code
86   builtin-branch: factor out merge_filter matching
87   builtin-branch: fix -v for --[no-]merged
89 Lee Marlow (1):
90   bash completion: Add completion for 'git help'
92 Olivier Marin (1):
93   builtin-verify-tag: fix -v option parsing
95 Petr Baudis (2):
96   git-mv: Remove dead code branch
97   git-mv: Keep moved index entries inact
99 Pierre Habouzit (1):
100   Allow "non-option" revision options in parse_option-enabled commands
102 Shawn O. Pearce (3):
103   git-gui: Correct 'Visualize Branches' on Mac OS X to start gitk
104   fsck: Don't require tmp_obj_ file names are 14 bytes in length
105   git-gui: Fix gitk search in $PATH to work on Windows
107 Steffen Prohaska (5):
108   Refactor, adding prepare_git_cmd(const char **argv)
109   run-command (Windows): Run dashless "git <cmd>"
110   git-gui: Correct installation of library to be $prefix/share
111   git-gui (Windows): Switch to relative discovery of oguilib
112   git-gui (Windows): Change wrapper to execdir 'libexec/git-core'
114 Thomas Rast (1):
115   bash completion: Add long options for 'git describe'
117 Todd Zullinger (1):
118   Replace uses of "git-var" with "git var"