aboutsummaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAge
* make "index-pack" a built-inLinus Torvalds2010-01-22
* make "git pack-redundant" a built-inLinus Torvalds2010-01-22
* make "git unpack-file" a built-inLinus Torvalds2010-01-22
* make "mktag" a built-inLinus Torvalds2010-01-22
* make "merge-index" a built-inLinus Torvalds2010-01-22
* make "git patch-id" a built-inLinus Torvalds2010-01-21
* make "git var" a built-inLinus Torvalds2010-01-21
* make "git hash-object" a built-inLinus Torvalds2010-01-21
* make "git merge-tree" a built-inLinus Torvalds2010-01-21
* Merge branch 'ap/merge-backend-opts'Junio C Hamano2010-01-20
|\
| * git merge -X<option>Avery Pennarun2010-01-17
* | grep: prepare to run outside of a work treeJunio C Hamano2010-01-15
|/
* Merge branch 'cc/replace'Junio C Hamano2009-11-23
|\
| * replace: use a GIT_NO_REPLACE_OBJECTS env variableChristian Couder2009-11-20
* | Let 'git <command> -h' show usage without a git dirJonathan Nieder2009-11-10
* | Retire fetch--tool helper to contrib/examplesJonathan Nieder2009-11-09
|/
* git: add --no-replace-objects option to disable replacingChristian Couder2009-10-13
* Merge branch 'db/vcs-helper'Junio C Hamano2009-09-13
|\
| * git-http-fetch: not a builtinLinus Torvalds2009-08-05
* | wrap git's main usage string.Matthieu Moy2009-09-13
* | update-server-info: make builtin, use parseoptRené Scharfe2009-08-29
* | Merge branch 'cc/replace'Junio C Hamano2009-08-21
|\ \
| * | Add new "git replace" commandChristian Couder2009-05-31
* | | Merge branch 'js/run-command-updates'Junio C Hamano2009-08-10
|\ \ \ | |_|/ |/| |
| * | run_command: report failure to execute the program, but optionally don'tJohannes Sixt2009-07-06
| * | run_command: report system call errors instead of returning error codesJohannes Sixt2009-07-06
| * | run_command: return exit code as positive valueJohannes Sixt2009-07-05
* | | Merge branch 'js/run-command-updates' (early part)Junio C Hamano2009-07-09
|\ \ \ | |/ /
| * | MinGW: truncate exit()'s argument to lowest 8 bitsJohannes Sixt2009-07-05
* | | Merge branch 'tr/die_errno'Junio C Hamano2009-07-06
|\ \ \ | |/ / |/| |
| * | Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-27
| |/
* | git.c: avoid allocating one-too-many elements for new argv arrayBrandon Casey2009-06-30
|/
* build-in git-mktreeJunio C Hamano2009-05-10
* Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-01
* Fix typos / spelling in commentsMike Ralphson2009-04-22
* Merge branch 'cc/bisect-filter'Junio C Hamano2009-04-12
|\
| * bisect--helper: implement "git bisect--helper"Christian Couder2009-04-05
* | add --html-path to get the location of installed HTML docsMarkus Heidelberg2009-04-04
|/
* Merge branch 'jk/maint-cleanup-after-exec-failure'Junio C Hamano2009-02-03
|\
| * git: use run_command() to execute dashed externalsJeff King2009-01-28
| * git: s/run_command/run_builtin/Jeff King2009-01-28
* | git_extract_argv0_path(): Move check for valid argv0 from caller to calleeSteffen Prohaska2009-01-26
* | Refactor git_set_argv0_path() to git_extract_argv0_path()Steve Haslam2009-01-26
* | Merge branch 'as/autocorrect-alias'Junio C Hamano2009-01-17
|\ \
| * | git.c: make autocorrected aliases workAdeodato Simó2009-01-05
* | | remove trailing LF in die() messagesAlexander Potashev2009-01-05
|/ /
* | git wrapper: Make while loop more reader-friendlyJohannes Schindelin2009-01-02
|/
* Make chdir failures visibleAlex Riesen2008-12-04
* Add a built-in alias for 'stage' to the 'add' commandScott Chacon2008-12-02
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12