summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-27GIT 1.6.0-rc1v1.6.0-rc1Junio C Hamano
2008-07-27git-mv: Keep moved index entries inactPetr Baudis
2008-07-27git-mv: Remove dead code branchPetr Baudis
2008-07-27fsck: Don't require tmp_obj_ file names are 14 bytes in lengthShawn O. Pearce
2008-07-27Avoid chdir() in list_commands_in_dir()Johannes Schindelin
2008-07-27builtin-branch: fix -v for --[no-]mergedLars Hjemli
2008-07-27builtin-branch: factor out merge_filter matchingLars Hjemli
2008-07-27builtin-branch: remove duplicated codeLars Hjemli
2008-07-27rev-parse: Add support for the ^! and ^@ syntaxBjörn Steinbrink
2008-07-27make sure parsed wildcard refspec ends with slashJunio C Hamano
2008-07-27gitweb: More about how gitweb gets 'owner' of repositoryJakub Narebski
2008-07-27t6030 (bisect): work around Mac OS X "ls"Jonathan Nieder
2008-07-27Documentation/git-submodule.txt: fix doubled wordCesar Eduardo Barros
2008-07-27bash completion: Add completion for 'git help'Lee Marlow
2008-07-27Documentation: fix diff.external exampleAnders Melchiorsen
2008-07-27bash completion: Add long options for 'git describe'Thomas Rast
2008-07-27Clarify that "git log x.c y.h" lists commits that touch either fileAbhijit Menon-Sen
2008-07-27Merge git://repo.or.cz/git-guiJunio C Hamano
2008-07-26git-gui: "Stage Line": Treat independent changes in adjacent lines betterJohannes Sixt
2008-07-26git-gui: Fix "Stage/Unstage Line" with one line of context.Johannes Sixt
2008-07-25git-reset: Let -q hush "locally modified" messagesStephan Beyer
2008-07-25git-svn: teach dcommit about svn auto-propsBrad King
2008-07-25Windows: Do not compile git-shellJohannes Sixt
2008-07-25Windows: Make sure argv[0] has a pathJohannes Sixt
2008-07-25Windows: Make $(gitexecdir) relativeJohannes Sixt
2008-07-25Allow add_path() to add non-existent directories to the pathJohannes Sixt
2008-07-25Allow the built-in exec path to be relative to the command invocation pathJohannes Sixt
2008-07-25Fix relative built-in paths to be relative to the command invocationJohannes Sixt
2008-07-25Record the command invocation path earlyJohannes Sixt
2008-07-25Makefile: Normalize $(bindir) and $(gitexecdir) before comparingJohannes Sixt
2008-07-25Makefile: Do not install a copy of 'git' in $(gitexecdir)Johannes Sixt
2008-07-25archive: allow --exec and --remote without equal signRene Scharfe
2008-07-25archive: declare struct archiver where it's neededRene Scharfe
2008-07-25archive: define MAX_ARGS where it's neededRene Scharfe
2008-07-25archive: move parameter parsing code to archive.cRene Scharfe
2008-07-25archive: add write_archive()Rene Scharfe
2008-07-25Remove references to git-fetch-pack from "git clone" documentation.Steve Haslam
2008-07-25git-am: Mention --abort in usage string part of OPTIONS_SPECStephan Beyer
2008-07-25Propagate -u/--upload-pack option of "git clone" to transport.Steve Haslam
2008-07-25editor.c: Libify launch_editor()Stephan Beyer
2008-07-25Move launch_editor() from builtin-tag.c to editor.cStephan Beyer
2008-07-25git-gui: Correct 'Visualize Branches' on Mac OS X to start gitkShawn O. Pearce
2008-07-25git-gui: Look for gitk in $PATH, not $LIBEXEC/git-coreAbhijit Menon-Sen
2008-07-25Merge branch 'maint'Junio C Hamano
2008-07-25Documentation: clarify how to disable elements in core.whitespaceJunio C Hamano
2008-07-25Makefile: fix shell quotingJunio C Hamano
2008-07-25tests: propagate $(TAR) down from the toplevel MakefileJunio C Hamano
2008-07-25index-pack.c: correctly initialize appended objectsBjörn Steinbrink
2008-07-25send-email: find body-encoding correctlyPeter Valdemar Mørch
2008-07-25document that git-tag can tag more than headsJonathan Nieder