summaryrefslogtreecommitdiffstats
path: root/git.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-25Fix 'git log' early pager startup error caseLinus Torvalds1-3/+3
2010-07-27Fix 'git' wrapper usage stringThomas Rast1-2/+2
2010-07-15Merge branch 'jn/paginate-fix'Junio C Hamano1-1/+4
2010-07-14git --paginate: paginate external commands againJonathan Nieder1-0/+3
2010-06-28git --paginate: do not commit pager choice too earlyNguyễn Thái Ngọc Duy1-1/+1
2010-06-13grep: Add the option '--open-files-in-pager'Johannes Schindelin1-1/+1
2010-03-28Allow passing of configuration parameters in the command lineAlex Riesen1-0/+9
2010-03-15Merge branch 'jh/notes'Junio C Hamano1-0/+1
2010-03-02fallback SSH_ASKPASS when GIT_ASKPASS not setFrank Li1-0/+3
2010-02-16Merge branch 'maint'Junio C Hamano1-1/+1
2010-02-16Merge branch 'maint-1.6.6' into maintJunio C Hamano1-1/+1
2010-02-15Remove hyphen from "git-command" in two error messagesPete Harlan1-1/+1
2010-02-13Builtin-ify git-notesJohan Herland1-0/+1
2010-02-13Resurrect "git grep --no-index"Junio C Hamano1-1/+1
2010-02-05Revert 30816237 and 7e62265Junio C Hamano1-1/+1
2010-01-22make "index-pack" a built-inLinus Torvalds1-0/+1
2010-01-22make "git pack-redundant" a built-inLinus Torvalds1-0/+1
2010-01-22make "git unpack-file" a built-inLinus Torvalds1-0/+1
2010-01-22make "mktag" a built-inLinus Torvalds1-0/+1
2010-01-22make "merge-index" a built-inLinus Torvalds1-0/+1
2010-01-21make "git patch-id" a built-inLinus Torvalds1-0/+1
2010-01-21make "git var" a built-inLinus Torvalds1-0/+1
2010-01-21make "git hash-object" a built-inLinus Torvalds1-0/+1
2010-01-21make "git merge-tree" a built-inLinus Torvalds1-0/+1
2010-01-20Merge branch 'ap/merge-backend-opts'Junio C Hamano1-0/+2
2010-01-17git merge -X<option>Avery Pennarun1-0/+2
2010-01-15grep: prepare to run outside of a work treeJunio C Hamano1-1/+1
2009-11-23Merge branch 'cc/replace'Junio C Hamano1-0/+3
2009-11-20replace: use a GIT_NO_REPLACE_OBJECTS env variableChristian Couder1-0/+3
2009-11-10Let 'git <command> -h' show usage without a git dirJonathan Nieder1-9/+12
2009-11-09Retire fetch--tool helper to contrib/examplesJonathan Nieder1-1/+0
2009-10-13git: add --no-replace-objects option to disable replacingChristian Couder1-1/+3
2009-09-13Merge branch 'db/vcs-helper'Junio C Hamano1-3/+0
2009-09-13wrap git's main usage string.Matthieu Moy1-1/+4
2009-08-29update-server-info: make builtin, use parseoptRené Scharfe1-0/+1
2009-08-21Merge branch 'cc/replace'Junio C Hamano1-0/+1
2009-08-10Merge branch 'js/run-command-updates'Junio C Hamano1-7/+3
2009-08-05git-http-fetch: not a builtinLinus Torvalds1-3/+0
2009-07-09Merge branch 'js/run-command-updates' (early part)Junio C Hamano1-1/+1
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano1-3/+3
2009-07-06run_command: report failure to execute the program, but optionally don'tJohannes Sixt1-1/+1
2009-07-06run_command: report system call errors instead of returning error codesJohannes Sixt1-5/+1
2009-07-05run_command: return exit code as positive valueJohannes Sixt1-2/+2
2009-07-05MinGW: truncate exit()'s argument to lowest 8 bitsJohannes Sixt1-1/+1
2009-06-30git.c: avoid allocating one-too-many elements for new argv arrayBrandon Casey1-2/+1
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast1-3/+3
2009-05-31Add new "git replace" commandChristian Couder1-0/+1
2009-05-10build-in git-mktreeJunio C Hamano1-0/+1
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras1-4/+4
2009-04-22Fix typos / spelling in commentsMike Ralphson1-1/+1