summaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAgeFilesLines
* Record the command invocation path earlyJohannes Sixt2008-07-251-3/+2
* Revert "make git-status use a pager"Junio C Hamano2008-07-211-1/+1
* Merge branch 'mv/merge-in-c'Junio C Hamano2008-07-151-53/+1
|\
| * Build in mergeMiklos Vajna2008-07-071-0/+1
| * Move split_cmdline() to alias.cMiklos Vajna2008-06-301-53/+0
* | Allow per-command pager configJeff King2008-07-061-4/+47
* | Merge branch 'j6t/mingw'Junio C Hamano2008-07-021-3/+16
|\ \
| * | Windows: Strip ".exe" from the program name.Johannes Sixt2008-06-231-3/+16
| |/
* | Prepare execv_git_cmd() for removal of builtins from the filesystemJunio C Hamano2008-06-231-1/+31
|/
* Ignore .gitattributes in bare repositoriesRené Scharfe2008-06-091-1/+1
* Print info about "git help COMMAND" on git's main usage pagesTeemu Likonen2008-06-061-0/+4
* Merge branch 'jc/diff-no-no-index'Junio C Hamano2008-05-261-1/+1
|\
| * diff-files: do not play --no-index gamesJunio C Hamano2008-05-241-1/+1
* | Build in cloneDaniel Barkalow2008-05-041-0/+1
|/
* make git-status use a pagerBart Trojanowski2008-04-291-1/+1
* Accept git aliases outside a git repositoryJunio C Hamano2008-04-011-1/+2
* Always set *nongit_ok in setup_git_directory_gently()SZEDER Gábor2008-03-261-2/+2
* shortlog: do not require to run from inside a git repositoryJonas Fonseca2008-03-151-1/+1
* Make git-remote a builtinJohannes Schindelin2008-03-011-0/+1
* Merge branch 'db/checkout'Junio C Hamano2008-02-271-0/+3
|\
| * Add merge-subtree backJunio C Hamano2008-02-231-0/+1
| * Build in checkoutDaniel Barkalow2008-02-161-0/+1
| * Build-in merge-recursiveDaniel Barkalow2008-02-091-0/+1
* | make alias lookup a public, procedural functionJeff King2008-02-241-14/+3
* | git.c: guard config parser from value=NULLJunio C Hamano2008-02-111-0/+2
|/
* Merge branch 'kh/commit'Junio C Hamano2007-12-041-1/+2
|\
| * Port git commit to C.Kristian Høgsberg2007-11-221-1/+2
* | Trace and quote with argv: get rid of unneeded count argument.Christian Couder2007-12-031-3/+3
* | Add 'git fast-export', the sister of 'git fast-import'Johannes Schindelin2007-12-021-0/+1
* | Merge branch 'jk/send-pack'Junio C Hamano2007-11-241-0/+3
|\ \
| * \ Merge branch 'db/remote-builtin' into jk/send-packJunio C Hamano2007-11-141-0/+3
| |\ \
| | * | Build in ls-remoteDaniel Barkalow2007-11-051-1/+2
| | * | Build-in send-pack, with an API for other programs to call.Daniel Barkalow2007-11-021-0/+1
| | * | Build-in peek-remote, using transport infrastructure.Daniel Barkalow2007-11-021-0/+1
* | | | Merge branch 'sb/clean'Junio C Hamano2007-11-241-0/+1
|\ \ \ \
| * | | | Make git-clean a builtinShawn Bohrer2007-11-181-0/+1
* | | | | Merge branch 'js/mingw-fallouts'Junio C Hamano2007-11-241-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | builtin run_command: do not exit with -1.Johannes Sixt2007-11-141-1/+1
| | |/ / | |/| |
* | | | git-merge-ours: make it a builtin.Thomas Harning2007-11-221-0/+1
| |/ / |/| |
* | | Merge branch 'ph/parseopt-sh'Junio C Hamano2007-11-171-1/+1
|\ \ \ | |/ / |/| |
| * | git-rev-parse --parseoptJunio C Hamano2007-11-061-1/+1
| |/
* | Don't always require working tree for git-rmMike Hommey2007-11-051-1/+1
* | Refactor working tree setupMike Hommey2007-11-051-8/+3
|/
* use only the $PATH for exec'ing git commandsScott R Parish2007-10-291-36/+7
* "current_exec_path" is a misleading name, use "argv_exec_path"Scott R Parish2007-10-291-1/+1
* "git" returns 1; "git help" and "git help -a" return 0Scott R Parish2007-10-291-3/+4
* Merge branch 'db/fetch-pack'Junio C Hamano2007-10-241-0/+5
|\
| * Merge branch 'master' into db/fetch-packShawn O. Pearce2007-10-161-11/+5
| |\
| * | Make fetch a builtinDaniel Barkalow2007-09-191-0/+1
| * | Make fetch-pack a builtin with an internal APIDaniel Barkalow2007-09-191-0/+1