summaryrefslogtreecommitdiffstats
path: root/git.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-15Remove hyphen from "git-command" in two error messagesPete Harlan1-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
2009-04-12Merge branch 'cc/bisect-filter'Junio C Hamano1-0/+1
2009-04-05bisect--helper: implement "git bisect--helper"Christian Couder1-0/+1
2009-04-04add --html-path to get the location of installed HTML docsMarkus Heidelberg1-1/+4
2009-02-03Merge branch 'jk/maint-cleanup-after-exec-failure'Junio C Hamano1-6/+15
2009-01-28git: use run_command() to execute dashed externalsJeff King1-4/+13
2009-01-28git: s/run_command/run_builtin/Jeff King1-2/+2
2009-01-26git_extract_argv0_path(): Move check for valid argv0 from caller to calleeSteffen Prohaska1-3/+2
2009-01-26Refactor git_set_argv0_path() to git_extract_argv0_path()Steve Haslam1-14/+5
2009-01-17Merge branch 'as/autocorrect-alias'Junio C Hamano1-20/+33
2009-01-05remove trailing LF in die() messagesAlexander Potashev1-1/+1
2009-01-05git.c: make autocorrected aliases workAdeodato Simó1-20/+33
2009-01-02git wrapper: Make while loop more reader-friendlyJohannes Schindelin1-3/+2
2008-12-04Make chdir failures visibleAlex Riesen1-2/+2
2008-12-02Add a built-in alias for 'stage' to the 'add' commandScott Chacon1-0/+1
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-2/+1
2008-09-25Merge branch 'jc/alternate-push'Shawn O. Pearce1-0/+1
2008-09-25Merge branch 'maint'Shawn O. Pearce1-0/+2
2008-09-24maint: check return of split_cmdline to avoid bad config stringsDeskin Miller1-0/+2
2008-09-09Use xmalloc() and friends to catch allocation failuresDotan Barak1-1/+1
2008-09-09receive-pack: make it a builtinJunio C Hamano1-0/+1
2008-09-07Merge branch 'ar/autospell'Junio C Hamano1-1/+3
2008-08-31git wrapper: DWIM mistyped commandsJohannes Schindelin1-1/+3
2008-08-28diff*: fix worktree setupNguyễn Thái Ngọc Duy1-1/+1
2008-08-25Revert "Build-in "git-shell""Junio C Hamano1-1/+0
2008-08-20Build-in "git-shell"Junio C Hamano1-0/+1
2008-07-25Record the command invocation path earlyJohannes Sixt1-3/+2