summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)Author
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
2008-03-15shortlog: do not require to run from inside a git repositoryJonas Fonseca
2008-03-01Make git-remote a builtinJohannes Schindelin
2008-02-27Merge branch 'db/checkout'Junio C Hamano
2008-02-25make alias lookup a public, procedural functionJeff King
2008-02-23Add merge-subtree backJunio C Hamano
2008-02-16Build in checkoutDaniel Barkalow
2008-02-11git.c: guard config parser from value=NULLJunio C Hamano
2008-02-10Build-in merge-recursiveDaniel Barkalow
2007-12-05Merge branch 'kh/commit'Junio C Hamano
2007-12-04Trace and quote with argv: get rid of unneeded count argument.Christian Couder