summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)Author
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
2009-01-26git_extract_argv0_path(): Move check for valid argv0 from caller to calleeSteffen Prohaska
2009-01-26Refactor git_set_argv0_path() to git_extract_argv0_path()Steve Haslam
2009-01-18Merge branch 'as/autocorrect-alias'Junio C Hamano
2009-01-05remove trailing LF in die() messagesAlexander Potashev
2009-01-05git.c: make autocorrected aliases workAdeodato Simó
2009-01-02git wrapper: Make while loop more reader-friendlyJohannes Schindelin
2008-12-05Make chdir failures visibleAlex Riesen
2008-12-03Add a built-in alias for 'stage' to the 'add' commandScott Chacon
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-09-25Merge branch 'jc/alternate-push'Shawn O. Pearce
2008-09-25Merge branch 'maint'Shawn O. Pearce
2008-09-24maint: check return of split_cmdline to avoid bad config stringsDeskin Miller
2008-09-09Use xmalloc() and friends to catch allocation failuresDotan Barak
2008-09-09receive-pack: make it a builtinJunio C Hamano
2008-09-08Merge branch 'ar/autospell'Junio C Hamano
2008-08-31git wrapper: DWIM mistyped commandsJohannes Schindelin
2008-08-29diff*: fix worktree setupNguyễn Thái Ngọc Duy
2008-08-26Revert "Build-in "git-shell""Junio C Hamano
2008-08-20Build-in "git-shell"Junio C Hamano
2008-07-26Record the command invocation path earlyJohannes Sixt
2008-07-22Revert "make git-status use a pager"Junio C Hamano
2008-07-16Merge branch 'mv/merge-in-c'Junio C Hamano
2008-07-08Build in mergeMiklos Vajna
2008-07-06Allow per-command pager configJeff King
2008-07-03Merge branch 'j6t/mingw'Junio C Hamano
2008-07-01Move split_cmdline() to alias.cMiklos Vajna