summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-29Documentation: Remove mentions of git-svnimport.Libravatar Brian Gernhardt1-14/+12
2008-07-29Make it clear that push can take multiple refspecsLibravatar Abhijit Menon-Sen1-8/+9
2008-07-29`git submodule add` now requires a <path>Libravatar Abhijit Menon-Sen1-4/+4
2008-07-28Make use of stat.ctime configurableLibravatar Alex Riesen6-1/+19
2008-07-28merge-base: die with an error message if not passed a commit refLibravatar Christian Couder1-9/+17
2008-07-28t7001: fix "git mv" testLibravatar Junio C Hamano1-0/+2
2008-07-28Documentation: clarify what is shown in "git-ls-files -s" outputLibravatar Junio C Hamano1-1/+1
2008-07-28run-command (Windows): Run dashless "git <cmd>"Libravatar Steffen Prohaska1-7/+4
2008-07-28Refactor, adding prepare_git_cmd(const char **argv)Libravatar Steffen Prohaska2-1/+7
2008-07-28builtin-verify-tag: fix -v option parsingLibravatar Olivier Marin1-4/+5
2008-07-28ls-tree documentation: enhance notes on subdirectory and pathspec behaviourLibravatar Junio C Hamano1-4/+14
2008-07-28Allow installing in the traditional wayLibravatar Junio C Hamano1-1/+4
2008-07-28Allow building without any git installedLibravatar Junio C Hamano1-1/+1
2008-07-27init: handle empty "template" parameterLibravatar Jeff King2-0/+28
2008-07-27GIT 1.6.0-rc1Libravatar Junio C Hamano1-1/+18
2008-07-27git-mv: Keep moved index entries inactLibravatar Petr Baudis4-55/+80
2008-07-27git-mv: Remove dead code branchLibravatar Petr Baudis1-9/+7
2008-07-27fsck: Don't require tmp_obj_ file names are 14 bytes in lengthLibravatar Shawn O. Pearce1-4/+2
2008-07-27Avoid chdir() in list_commands_in_dir()Libravatar Johannes Schindelin1-2/+10
2008-07-27builtin-branch: fix -v for --[no-]mergedLibravatar Lars Hjemli1-0/+15
2008-07-27builtin-branch: factor out merge_filter matchingLibravatar Lars Hjemli1-5/+13
2008-07-27builtin-branch: remove duplicated codeLibravatar Lars Hjemli1-7/+2
2008-07-27rev-parse: Add support for the ^! and ^@ syntaxLibravatar Björn Steinbrink2-0/+34
2008-07-27make sure parsed wildcard refspec ends with slashLibravatar Junio C Hamano2-18/+64
2008-07-27gitweb: More about how gitweb gets 'owner' of repositoryLibravatar Jakub Narebski1-1/+2
2008-07-27t6030 (bisect): work around Mac OS X "ls"Libravatar Jonathan Nieder1-1/+1
2008-07-27Documentation/git-submodule.txt: fix doubled wordLibravatar Cesar Eduardo Barros1-1/+1
2008-07-27bash completion: Add completion for 'git help'Libravatar Lee Marlow1-7/+39
2008-07-27Documentation: fix diff.external exampleLibravatar Anders Melchiorsen2-5/+7
2008-07-27bash completion: Add long options for 'git describe'Libravatar Thomas Rast1-0/+9
2008-07-27Clarify that "git log x.c y.h" lists commits that touch either fileLibravatar Abhijit Menon-Sen1-1/+1
2008-07-27Merge git://repo.or.cz/git-guiLibravatar Junio C Hamano5-21/+178
2008-07-26git-gui: "Stage Line": Treat independent changes in adjacent lines betterLibravatar Johannes Sixt1-3/+58
2008-07-26git-gui: Fix "Stage/Unstage Line" with one line of context.Libravatar Johannes Sixt1-0/+3
2008-07-25git-reset: Let -q hush "locally modified" messagesLibravatar Stephan Beyer1-6/+9
2008-07-25git-svn: teach dcommit about svn auto-propsLibravatar Brad King2-0/+139
2008-07-25Windows: Do not compile git-shellLibravatar Johannes Sixt1-2/+2
2008-07-25Windows: Make sure argv[0] has a pathLibravatar Johannes Sixt1-0/+12
2008-07-25Windows: Make $(gitexecdir) relativeLibravatar Johannes Sixt1-0/+1
2008-07-25Allow add_path() to add non-existent directories to the pathLibravatar Johannes Sixt3-37/+37
2008-07-25Allow the built-in exec path to be relative to the command invocation pathLibravatar Johannes Sixt2-42/+26
2008-07-25Fix relative built-in paths to be relative to the command invocationLibravatar Johannes Sixt2-3/+3
2008-07-25Record the command invocation path earlyLibravatar Johannes Sixt6-10/+16
2008-07-25Makefile: Normalize $(bindir) and $(gitexecdir) before comparingLibravatar Johannes Sixt1-10/+10
2008-07-25Makefile: Do not install a copy of 'git' in $(gitexecdir)Libravatar Johannes Sixt1-0/+1
2008-07-25archive: allow --exec and --remote without equal signLibravatar Rene Scharfe1-3/+17
2008-07-25archive: declare struct archiver where it's neededLibravatar Rene Scharfe2-7/+5
2008-07-25archive: define MAX_ARGS where it's neededLibravatar Rene Scharfe2-4/+2
2008-07-25archive: move parameter parsing code to archive.cLibravatar Rene Scharfe3-145/+137
2008-07-25archive: add write_archive()Libravatar Rene Scharfe4-21/+21