summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)Author
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-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-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
2008-06-24Prepare execv_git_cmd() for removal of builtins from the filesystemJunio C Hamano
2008-06-23Windows: Strip ".exe" from the program name.Johannes Sixt
2008-06-09Ignore .gitattributes in bare repositoriesRené Scharfe
2008-06-06Print info about "git help COMMAND" on git's main usage pagesTeemu Likonen
2008-05-27Merge branch 'jc/diff-no-no-index'Junio C Hamano
2008-05-24diff-files: do not play --no-index gamesJunio C Hamano
2008-05-05Build in cloneDaniel Barkalow
2008-04-30make git-status use a pagerBart Trojanowski
2008-04-02Accept git aliases outside a git repositoryJunio C Hamano
2008-03-26Always set *nongit_ok in setup_git_directory_gently()SZEDER Gábor