aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make use of stat.ctime configurableAlex Riesen2008-07-28
* merge-base: die with an error message if not passed a commit refChristian Couder2008-07-28
* t7001: fix "git mv" testJunio C Hamano2008-07-28
* Documentation: clarify what is shown in "git-ls-files -s" outputJunio C Hamano2008-07-28
* run-command (Windows): Run dashless "git <cmd>"Steffen Prohaska2008-07-28
* Refactor, adding prepare_git_cmd(const char **argv)Steffen Prohaska2008-07-28
* builtin-verify-tag: fix -v option parsingOlivier Marin2008-07-28
* ls-tree documentation: enhance notes on subdirectory and pathspec behaviourJunio C Hamano2008-07-28
* Allow installing in the traditional wayJunio C Hamano2008-07-28
* Allow building without any git installedJunio C Hamano2008-07-28
* init: handle empty "template" parameterJeff King2008-07-27
* GIT 1.6.0-rc1v1.6.0-rc1Junio C Hamano2008-07-27
* git-mv: Keep moved index entries inactPetr Baudis2008-07-27
* git-mv: Remove dead code branchPetr Baudis2008-07-27
* fsck: Don't require tmp_obj_ file names are 14 bytes in lengthShawn O. Pearce2008-07-27
* Avoid chdir() in list_commands_in_dir()Johannes Schindelin2008-07-27
* builtin-branch: fix -v for --[no-]mergedLars Hjemli2008-07-27
* builtin-branch: factor out merge_filter matchingLars Hjemli2008-07-27
* builtin-branch: remove duplicated codeLars Hjemli2008-07-27
* rev-parse: Add support for the ^! and ^@ syntaxBjörn Steinbrink2008-07-27
* make sure parsed wildcard refspec ends with slashJunio C Hamano2008-07-27
* gitweb: More about how gitweb gets 'owner' of repositoryJakub Narebski2008-07-27
* t6030 (bisect): work around Mac OS X "ls"Jonathan Nieder2008-07-27
* Documentation/git-submodule.txt: fix doubled wordCesar Eduardo Barros2008-07-27
* bash completion: Add completion for 'git help'Lee Marlow2008-07-27
* Documentation: fix diff.external exampleAnders Melchiorsen2008-07-27
* bash completion: Add long options for 'git describe'Thomas Rast2008-07-27
* Clarify that "git log x.c y.h" lists commits that touch either fileAbhijit Menon-Sen2008-07-27
* Merge git://repo.or.cz/git-guiJunio C Hamano2008-07-27
|\
| * git-gui: "Stage Line": Treat independent changes in adjacent lines betterJohannes Sixt2008-07-26
| * git-gui: Fix "Stage/Unstage Line" with one line of context.Johannes Sixt2008-07-26
| * git-gui: Correct 'Visualize Branches' on Mac OS X to start gitkShawn O. Pearce2008-07-25
| * git-gui: Look for gitk in $PATH, not $LIBEXEC/git-coreAbhijit Menon-Sen2008-07-25
| * Add a menu item to invoke full copy detection in blame.Alexander Gavrilov2008-07-16
| * Kill the blame back-end on window close.Alexander Gavrilov2008-07-16
| * Add options to control the search for copies in blame.Alexander Gavrilov2008-07-16
| * Fix pre-commit hooks under MinGW/MSYSAlexander Gavrilov2008-07-16
* | git-reset: Let -q hush "locally modified" messagesStephan Beyer2008-07-25
* | git-svn: teach dcommit about svn auto-propsBrad King2008-07-25
* | Windows: Do not compile git-shellJohannes Sixt2008-07-25
* | Windows: Make sure argv[0] has a pathJohannes Sixt2008-07-25
* | Windows: Make $(gitexecdir) relativeJohannes Sixt2008-07-25
* | Allow add_path() to add non-existent directories to the pathJohannes Sixt2008-07-25
* | Allow the built-in exec path to be relative to the command invocation pathJohannes Sixt2008-07-25
* | Fix relative built-in paths to be relative to the command invocationJohannes Sixt2008-07-25
* | Record the command invocation path earlyJohannes Sixt2008-07-25
* | Makefile: Normalize $(bindir) and $(gitexecdir) before comparingJohannes Sixt2008-07-25
* | Makefile: Do not install a copy of 'git' in $(gitexecdir)Johannes Sixt2008-07-25
* | archive: allow --exec and --remote without equal signRene Scharfe2008-07-25
* | archive: declare struct archiver where it's neededRene Scharfe2008-07-25