summaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cc/replace'Junio C Hamano2009-11-231-0/+3
|\
| * replace: use a GIT_NO_REPLACE_OBJECTS env variableChristian Couder2009-11-201-0/+3
* | Let 'git <command> -h' show usage without a git dirJonathan Nieder2009-11-101-9/+12
* | Retire fetch--tool helper to contrib/examplesJonathan Nieder2009-11-091-1/+0
|/
* git: add --no-replace-objects option to disable replacingChristian Couder2009-10-131-1/+3
* Merge branch 'db/vcs-helper'Junio C Hamano2009-09-131-3/+0
|\
| * git-http-fetch: not a builtinLinus Torvalds2009-08-051-3/+0
* | wrap git's main usage string.Matthieu Moy2009-09-131-1/+4
* | update-server-info: make builtin, use parseoptRené Scharfe2009-08-291-0/+1
* | Merge branch 'cc/replace'Junio C Hamano2009-08-211-0/+1
|\ \
| * | Add new "git replace" commandChristian Couder2009-05-311-0/+1
* | | Merge branch 'js/run-command-updates'Junio C Hamano2009-08-101-7/+3
|\ \ \ | |_|/ |/| |
| * | run_command: report failure to execute the program, but optionally don'tJohannes Sixt2009-07-061-1/+1
| * | run_command: report system call errors instead of returning error codesJohannes Sixt2009-07-061-5/+1
| * | run_command: return exit code as positive valueJohannes Sixt2009-07-051-2/+2
* | | 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