summaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAgeFilesLines
...
* Allow passing of configuration parameters in the command lineAlex Riesen2010-03-281-0/+9
* Merge branch 'jh/notes'Junio C Hamano2010-03-151-0/+1
|\
| * Builtin-ify git-notesJohan Herland2010-02-131-0/+1
* | fallback SSH_ASKPASS when GIT_ASKPASS not setFrank Li2010-03-021-0/+3
* | Merge branch 'maint'Junio C Hamano2010-02-161-1/+1
|\ \
| * \ Merge branch 'maint-1.6.6' into maintJunio C Hamano2010-02-161-1/+1
| |\ \
| | * | Remove hyphen from "git-command" in two error messagesPete Harlan2010-02-151-1/+1
* | | | Resurrect "git grep --no-index"Junio C Hamano2010-02-131-1/+1
|/ / /
* | | Revert 30816237 and 7e62265Junio C Hamano2010-02-051-1/+1
| |/ |/|
* | make "index-pack" a built-inLinus Torvalds2010-01-221-0/+1
* | make "git pack-redundant" a built-inLinus Torvalds2010-01-221-0/+1
* | make "git unpack-file" a built-inLinus Torvalds2010-01-221-0/+1
* | make "mktag" a built-inLinus Torvalds2010-01-221-0/+1
* | make "merge-index" a built-inLinus Torvalds2010-01-221-0/+1
* | make "git patch-id" a built-inLinus Torvalds2010-01-211-0/+1
* | make "git var" a built-inLinus Torvalds2010-01-211-0/+1
* | make "git hash-object" a built-inLinus Torvalds2010-01-211-0/+1
* | make "git merge-tree" a built-inLinus Torvalds2010-01-211-0/+1
* | Merge branch 'ap/merge-backend-opts'Junio C Hamano2010-01-201-0/+2
|\ \
| * | git merge -X<option>Avery Pennarun2010-01-171-0/+2
| |/
* | grep: prepare to run outside of a work treeJunio C Hamano2010-01-151-1/+1
|/
* 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