summaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/run-command-updates' (early part)Junio C Hamano2009-07-091-1/+1
|\
| * MinGW: truncate exit()'s argument to lowest 8 bitsJohannes Sixt2009-07-051-1/+1
* | Merge branch 'tr/die_errno'Junio C Hamano2009-07-061-3/+3
|\ \ | |/ |/|
| * Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-3/+3
* | git.c: avoid allocating one-too-many elements for new argv arrayBrandon Casey2009-06-301-2/+1
|/
* build-in git-mktreeJunio C Hamano2009-05-101-0/+1
* Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-011-4/+4
* Fix typos / spelling in commentsMike Ralphson2009-04-221-1/+1
* Merge branch 'cc/bisect-filter'Junio C Hamano2009-04-121-0/+1
|\
| * bisect--helper: implement "git bisect--helper"Christian Couder2009-04-051-0/+1
* | add --html-path to get the location of installed HTML docsMarkus Heidelberg2009-04-041-1/+4
|/
* Merge branch 'jk/maint-cleanup-after-exec-failure'Junio C Hamano2009-02-031-6/+15
|\
| * git: use run_command() to execute dashed externalsJeff King2009-01-281-4/+13
| * git: s/run_command/run_builtin/Jeff King2009-01-281-2/+2
* | git_extract_argv0_path(): Move check for valid argv0 from caller to calleeSteffen Prohaska2009-01-261-3/+2
* | Refactor git_set_argv0_path() to git_extract_argv0_path()Steve Haslam2009-01-261-14/+5
* | Merge branch 'as/autocorrect-alias'Junio C Hamano2009-01-171-20/+33
|\ \
| * | git.c: make autocorrected aliases workAdeodato Simó2009-01-051-20/+33
* | | remove trailing LF in die() messagesAlexander Potashev2009-01-051-1/+1
|/ /
* | git wrapper: Make while loop more reader-friendlyJohannes Schindelin2009-01-021-3/+2
|/
* Make chdir failures visibleAlex Riesen2008-12-041-2/+2
* Add a built-in alias for 'stage' to the 'add' commandScott Chacon2008-12-021-0/+1
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-2/+1
* Merge branch 'jc/alternate-push'Shawn O. Pearce2008-09-251-0/+1
|\
| * receive-pack: make it a builtinJunio C Hamano2008-09-091-0/+1
* | Merge branch 'maint'Shawn O. Pearce2008-09-251-0/+2
|\ \
| * | maint: check return of split_cmdline to avoid bad config stringsDeskin Miller2008-09-241-0/+2
* | | Use xmalloc() and friends to catch allocation failuresDotan Barak2008-09-091-1/+1
| |/ |/|
* | Merge branch 'ar/autospell'Junio C Hamano2008-09-071-1/+3
|\ \ | |/ |/|
| * git wrapper: DWIM mistyped commandsJohannes Schindelin2008-08-311-1/+3
| * Revert "Build-in "git-shell""Junio C Hamano2008-08-251-1/+0
| * Build-in "git-shell"Junio C Hamano2008-08-201-0/+1
* | diff*: fix worktree setupNguyễn Thái Ngọc Duy2008-08-281-1/+1
|/
* 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