From: Junio C Hamano Date: Wed, 6 Aug 2008 06:23:59 +0000 (-0700) Subject: Add Jul #09 issue of what's in X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19a1e065c865db403a41af97b2e9e81f1d01dd9e;p=thirdparty%2Fgit.git Add Jul #09 issue of what's in --- diff --git a/whats/in/2008/07/09.txt b/whats/in/2008/07/09.txt new file mode 100644 index 0000000000..96fafedc83 --- /dev/null +++ b/whats/in/2008/07/09.txt @@ -0,0 +1,119 @@ +What's in git.git (Jul 2008, #09; Thu, 31) + + maint bfce508 (Makefile: fix shell quoting, 2008-07-25) + master 0fe8c13 (Allow "non-option" revision options in parse_option-enabled commands, 2008-07-31) +------------------------------------------------------------------------ + +Some git-gui updates for 1.6.0 are included, and then many minor fixes. +Perhaps -rc2 this weekend. + +* The 'master' branch has these since the last announcement. + +Abhijit Menon-Sen (5): + git-gui: Look for gitk in $PATH, not $LIBEXEC/git-core + Clarify that "git log x.c y.h" lists commits that touch either file + `git submodule add` now requires a + Make it clear that push can take multiple refspecs + Make the DESCRIPTION match ... items in the SYNOPSIS + +Alex Riesen (1): + Make use of stat.ctime configurable + +Alexander Gavrilov (7): + Fix pre-commit hooks under MinGW/MSYS + Add options to control the search for copies in blame. + Kill the blame back-end on window close. + Add a menu item to invoke full copy detection in blame. + git-gui: Fix the Remote menu separator. + git-gui: Preserve scroll position on reshow_diff. + Support copy and rename detection in fast-export. + +Anders Melchiorsen (2): + Documentation: fix diff.external example + Advertise the ability to abort a commit + +Björn Steinbrink (1): + rev-parse: Add support for the ^! and ^@ syntax + +Brian Gernhardt (1): + Documentation: Remove mentions of git-svnimport. + +Cesar Eduardo Barros (2): + Documentation/git-submodule.txt: fix doubled word + Documentation/git-rev-parse.txt: update for new git-describe output + format + +Christian Couder (2): + merge-base: die with an error message if not passed a commit ref + documentation: user-manual: update "using-bisect" section + +Jakub Narebski (1): + gitweb: More about how gitweb gets 'owner' of repository + +Jeff King (2): + init: handle empty "template" parameter + Compact commit template message + +Johannes Schindelin (1): + Avoid chdir() in list_commands_in_dir() + +Johannes Sixt (2): + git-gui: Fix "Stage/Unstage Line" with one line of context. + git-gui: "Stage Line": Treat independent changes in adjacent lines better + +Jonathan Nieder (1): + t6030 (bisect): work around Mac OS X "ls" + +Junio C Hamano (11): + make sure parsed wildcard refspec ends with slash + GIT 1.6.0-rc1 + Allow building without any git installed + Allow installing in the traditional way + ls-tree documentation: enhance notes on subdirectory and pathspec + behaviour + Documentation: clarify what is shown in "git-ls-files -s" output + t7001: fix "git mv" test + Teach gitlinks to ie_modified() and ce_modified_check_fs() + Fix merge name generation in "merge in C" + Fix test-parse-options "integer" test + Teach --find-copies-harder to "git blame" + +Kevin Ballard (1): + format-patch: Produce better output with --inline or --attach + +Lars Hjemli (3): + builtin-branch: remove duplicated code + builtin-branch: factor out merge_filter matching + builtin-branch: fix -v for --[no-]merged + +Lee Marlow (1): + bash completion: Add completion for 'git help' + +Olivier Marin (1): + builtin-verify-tag: fix -v option parsing + +Petr Baudis (2): + git-mv: Remove dead code branch + git-mv: Keep moved index entries inact + +Pierre Habouzit (1): + Allow "non-option" revision options in parse_option-enabled commands + +Shawn O. Pearce (3): + git-gui: Correct 'Visualize Branches' on Mac OS X to start gitk + fsck: Don't require tmp_obj_ file names are 14 bytes in length + git-gui: Fix gitk search in $PATH to work on Windows + +Steffen Prohaska (5): + Refactor, adding prepare_git_cmd(const char **argv) + run-command (Windows): Run dashless "git " + git-gui: Correct installation of library to be $prefix/share + git-gui (Windows): Switch to relative discovery of oguilib + git-gui (Windows): Change wrapper to execdir 'libexec/git-core' + +Thomas Rast (1): + bash completion: Add long options for 'git describe' + +Todd Zullinger (1): + Replace uses of "git-var" with "git var" +