summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)Author
2010-03-28Allow passing of configuration parameters in the command lineAlex Riesen
2010-03-15Merge branch 'jh/notes'Junio C Hamano
2010-03-02fallback SSH_ASKPASS when GIT_ASKPASS not setFrank Li
2010-02-17Merge branch 'maint'Junio C Hamano
2010-02-16Merge branch 'maint-1.6.6' into maintJunio C Hamano
2010-02-16Remove hyphen from "git-command" in two error messagesPete Harlan
2010-02-14Builtin-ify git-notesJohan Herland
2010-02-13Resurrect "git grep --no-index"Junio C Hamano
2010-02-05Revert 30816237 and 7e62265Junio C Hamano
2010-01-22make "index-pack" a built-inLinus Torvalds
2010-01-22make "git pack-redundant" a built-inLinus Torvalds
2010-01-22make "git unpack-file" a built-inLinus Torvalds
2010-01-22make "mktag" a built-inLinus Torvalds
2010-01-22make "merge-index" a built-inLinus Torvalds
2010-01-22make "git patch-id" a built-inLinus Torvalds
2010-01-22make "git var" a built-inLinus Torvalds
2010-01-22make "git hash-object" a built-inLinus Torvalds
2010-01-22make "git merge-tree" a built-inLinus Torvalds
2010-01-21Merge branch 'ap/merge-backend-opts'Junio C Hamano
2010-01-18git merge -X<option>Avery Pennarun
2010-01-15grep: prepare to run outside of a work treeJunio C Hamano
2009-11-24Merge branch 'cc/replace'Junio C Hamano
2009-11-21replace: use a GIT_NO_REPLACE_OBJECTS env variableChristian Couder
2009-11-10Let 'git <command> -h' show usage without a git dirJonathan Nieder
2009-11-10Retire fetch--tool helper to contrib/examplesJonathan Nieder
2009-10-13git: add --no-replace-objects option to disable replacingChristian Couder
2009-09-13Merge branch 'db/vcs-helper'Junio C Hamano
2009-09-13wrap git's main usage string.Matthieu Moy
2009-08-29update-server-info: make builtin, use parseoptRené Scharfe
2009-08-22Merge branch 'cc/replace'Junio C Hamano
2009-08-11Merge branch 'js/run-command-updates'Junio C Hamano
2009-08-06git-http-fetch: not a builtinLinus Torvalds
2009-07-09Merge branch 'js/run-command-updates' (early part)Junio C Hamano
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano
2009-07-06run_command: report failure to execute the program, but optionally don'tJohannes Sixt
2009-07-06run_command: report system call errors instead of returning error codesJohannes Sixt
2009-07-05run_command: return exit code as positive valueJohannes Sixt
2009-07-05MinGW: truncate exit()'s argument to lowest 8 bitsJohannes Sixt
2009-06-30git.c: avoid allocating one-too-many elements for new argv arrayBrandon Casey
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2009-06-01Add new "git replace" commandChristian Couder
2009-05-10build-in git-mktreeJunio C Hamano
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras
2009-04-23Fix typos / spelling in commentsMike Ralphson
2009-04-12Merge branch 'cc/bisect-filter'Junio C Hamano
2009-04-05bisect--helper: implement "git bisect--helper"Christian Couder
2009-04-05add --html-path to get the location of installed HTML docsMarkus Heidelberg
2009-02-03Merge branch 'jk/maint-cleanup-after-exec-failure'Junio C Hamano
2009-01-28git: use run_command() to execute dashed externalsJeff King
2009-01-28git: s/run_command/run_builtin/Jeff King