aboutsummaryrefslogtreecommitdiffstats
path: root/git.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-21Revert "make git-status use a pager"Junio C Hamano1-1/+1
2008-07-15Merge branch 'mv/merge-in-c'Junio C Hamano1-53/+1
2008-07-07Build in mergeMiklos Vajna1-0/+1
2008-07-06Allow per-command pager configJeff King1-4/+47
2008-07-02Merge branch 'j6t/mingw'Junio C Hamano1-3/+16
2008-06-30Move split_cmdline() to alias.cMiklos Vajna1-53/+0
2008-06-23Prepare execv_git_cmd() for removal of builtins from the filesystemJunio C Hamano1-1/+31
2008-06-23Windows: Strip ".exe" from the program name.Johannes Sixt1-3/+16
2008-06-09Ignore .gitattributes in bare repositoriesRené Scharfe1-1/+1
2008-06-06Print info about "git help COMMAND" on git's main usage pagesTeemu Likonen1-0/+4
2008-05-26Merge branch 'jc/diff-no-no-index'Junio C Hamano1-1/+1
2008-05-24diff-files: do not play --no-index gamesJunio C Hamano1-1/+1
2008-05-04Build in cloneDaniel Barkalow1-0/+1
2008-04-29make git-status use a pagerBart Trojanowski1-1/+1
2008-04-01Accept git aliases outside a git repositoryJunio C Hamano1-1/+2
2008-03-26Always set *nongit_ok in setup_git_directory_gently()SZEDER Gábor1-2/+2
2008-03-15shortlog: do not require to run from inside a git repositoryJonas Fonseca1-1/+1
2008-03-01Make git-remote a builtinJohannes Schindelin1-0/+1
2008-02-27Merge branch 'db/checkout'Junio C Hamano1-0/+3
2008-02-24make alias lookup a public, procedural functionJeff King1-14/+3
2008-02-23Add merge-subtree backJunio C Hamano1-0/+1