summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-30Support copy and rename detection in fast-export.Alexander Gavrilov
2008-07-30format-patch: Produce better output with --inline or --attachKevin Ballard
2008-07-30Documentation: Remove mentions of git-svnimport.Brian Gernhardt
2008-07-30Make it clear that push can take multiple refspecsAbhijit Menon-Sen
2008-07-30`git submodule add` now requires a <path>Abhijit Menon-Sen
2008-07-29Make use of stat.ctime configurableAlex Riesen
2008-07-29merge-base: die with an error message if not passed a commit refChristian Couder
2008-07-29t7001: fix "git mv" testJunio C Hamano
2008-07-29Documentation: clarify what is shown in "git-ls-files -s" outputJunio C Hamano
2008-07-29run-command (Windows): Run dashless "git <cmd>"Steffen Prohaska
2008-07-29Refactor, adding prepare_git_cmd(const char **argv)Steffen Prohaska
2008-07-29builtin-verify-tag: fix -v option parsingOlivier Marin
2008-07-29ls-tree documentation: enhance notes on subdirectory and pathspec behaviourJunio C Hamano
2008-07-28Allow installing in the traditional wayJunio C Hamano
2008-07-28Allow building without any git installedJunio C Hamano
2008-07-28init: handle empty "template" parameterJeff King
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-26git-reset: Let -q hush "locally modified" messagesStephan Beyer
2008-07-26git-svn: teach dcommit about svn auto-propsBrad King
2008-07-26Windows: Do not compile git-shellJohannes Sixt
2008-07-26Windows: Make sure argv[0] has a pathJohannes Sixt
2008-07-26Windows: Make $(gitexecdir) relativeJohannes Sixt
2008-07-26Allow add_path() to add non-existent directories to the pathJohannes Sixt
2008-07-26Allow the built-in exec path to be relative to the command invocation pathJohannes Sixt
2008-07-26Fix relative built-in paths to be relative to the command invocationJohannes Sixt
2008-07-26Record the command invocation path earlyJohannes Sixt
2008-07-26Makefile: Normalize $(bindir) and $(gitexecdir) before comparingJohannes Sixt
2008-07-26Makefile: Do not install a copy of 'git' in $(gitexecdir)Johannes Sixt
2008-07-26archive: allow --exec and --remote without equal signRene Scharfe
2008-07-26archive: declare struct archiver where it's neededRene Scharfe
2008-07-26archive: define MAX_ARGS where it's neededRene Scharfe