summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-22make "git pack-redundant" a built-inLibravatar Linus Torvalds1-0/+1
2010-01-22make "git unpack-file" a built-inLibravatar Linus Torvalds1-0/+1
2010-01-22make "mktag" a built-inLibravatar Linus Torvalds1-0/+1
2010-01-22make "merge-index" a built-inLibravatar Linus Torvalds1-0/+1
2010-01-21make "git patch-id" a built-inLibravatar Linus Torvalds1-0/+1
2010-01-21make "git var" a built-inLibravatar Linus Torvalds1-0/+1
2010-01-21make "git hash-object" a built-inLibravatar Linus Torvalds1-0/+1
2010-01-21make "git merge-tree" a built-inLibravatar Linus Torvalds1-0/+1
2010-01-20Merge branch 'ap/merge-backend-opts'Libravatar Junio C Hamano1-0/+2
2010-01-17git merge -X<option>Libravatar Avery Pennarun1-0/+2
2010-01-15grep: prepare to run outside of a work treeLibravatar Junio C Hamano1-1/+1
2009-11-23Merge branch 'cc/replace'Libravatar Junio C Hamano1-0/+3
2009-11-20replace: use a GIT_NO_REPLACE_OBJECTS env variableLibravatar Christian Couder1-0/+3
2009-11-10Let 'git <command> -h' show usage without a git dirLibravatar Jonathan Nieder1-9/+12
2009-11-09Retire fetch--tool helper to contrib/examplesLibravatar Jonathan Nieder1-1/+0
2009-10-13git: add --no-replace-objects option to disable replacingLibravatar Christian Couder1-1/+3
2009-09-13Merge branch 'db/vcs-helper'Libravatar Junio C Hamano1-3/+0
2009-09-13wrap git's main usage string.Libravatar Matthieu Moy1-1/+4
2009-08-29update-server-info: make builtin, use parseoptLibravatar René Scharfe1-0/+1
2009-08-21Merge branch 'cc/replace'Libravatar Junio C Hamano1-0/+1
2009-08-10Merge branch 'js/run-command-updates'Libravatar Junio C Hamano1-7/+3
2009-08-05git-http-fetch: not a builtinLibravatar Linus Torvalds1-3/+0
2009-07-09Merge branch 'js/run-command-updates' (early part)Libravatar Junio C Hamano1-1/+1
2009-07-06Merge branch 'tr/die_errno'Libravatar Junio C Hamano1-3/+3
2009-07-06run_command: report failure to execute the program, but optionally don'tLibravatar Johannes Sixt1-1/+1
2009-07-06run_command: report system call errors instead of returning error codesLibravatar Johannes Sixt1-5/+1
2009-07-05run_command: return exit code as positive valueLibravatar Johannes Sixt1-2/+2
2009-07-05MinGW: truncate exit()'s argument to lowest 8 bitsLibravatar Johannes Sixt1-1/+1
2009-06-30git.c: avoid allocating one-too-many elements for new argv arrayLibravatar Brandon Casey1-2/+1
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Libravatar Thomas Rast1-3/+3
2009-05-31Add new "git replace" commandLibravatar Christian Couder1-0/+1
2009-05-10build-in git-mktreeLibravatar Junio C Hamano1-0/+1
2009-05-01Fix a bunch of pointer declarations (codestyle)Libravatar Felipe Contreras1-4/+4
2009-04-22Fix typos / spelling in commentsLibravatar Mike Ralphson1-1/+1
2009-04-12Merge branch 'cc/bisect-filter'Libravatar Junio C Hamano1-0/+1
2009-04-05bisect--helper: implement "git bisect--helper"Libravatar Christian Couder1-0/+1
2009-04-04add --html-path to get the location of installed HTML docsLibravatar Markus Heidelberg1-1/+4
2009-02-03Merge branch 'jk/maint-cleanup-after-exec-failure'Libravatar Junio C Hamano1-6/+15
2009-01-28git: use run_command() to execute dashed externalsLibravatar Jeff King1-4/+13
2009-01-28git: s/run_command/run_builtin/Libravatar Jeff King1-2/+2
2009-01-26git_extract_argv0_path(): Move check for valid argv0 from caller to calleeLibravatar Steffen Prohaska1-3/+2
2009-01-26Refactor git_set_argv0_path() to git_extract_argv0_path()Libravatar Steve Haslam1-14/+5
2009-01-17Merge branch 'as/autocorrect-alias'Libravatar Junio C Hamano1-20/+33
2009-01-05remove trailing LF in die() messagesLibravatar Alexander Potashev1-1/+1
2009-01-05git.c: make autocorrected aliases workLibravatar Adeodato Simó1-20/+33
2009-01-02git wrapper: Make while loop more reader-friendlyLibravatar Johannes Schindelin1-3/+2
2008-12-04Make chdir failures visibleLibravatar Alex Riesen1-2/+2
2008-12-02Add a built-in alias for 'stage' to the 'add' commandLibravatar Scott Chacon1-0/+1
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerLibravatar Brandon Casey1-2/+1
2008-09-25Merge branch 'jc/alternate-push'Libravatar Shawn O. Pearce1-0/+1