summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-31git.c: execution pathJunio C Hamano1-5/+5
2007-07-26Make verify-tag a builtin.Carlos Rica1-0/+1
2007-07-20Make git tag a builtin.Carlos Rica1-0/+1
2007-07-04Remove USE_PAGER from git-pickaxe and git-annotateAndrew Ruder1-2/+2
2007-07-02Make '!' aliases more usefulJohannes Schindelin1-0/+15
2007-07-01Merge branch 'ml/worktree'Junio C Hamano1-4/+18
2007-07-01Merge branch 'ei/worktree+filter'Junio C Hamano1-13/+22
2007-06-30git: Try a bit harder not to lose errno in stdioLinus Torvalds1-4/+5
2007-06-24Check for IO errors after running a commandLinus Torvalds1-1/+20
2007-06-24Clean up internal command handlingLinus Torvalds1-22/+30
2007-06-12make git barf when an alias changes environment variablesMatthias Lederhofer1-4/+18
2007-06-06Use new semantics of is_bare/inside_git_dir/inside_work_treeMatthias Lederhofer1-10/+10
2007-06-06introduce GIT_WORK_TREE to specify the work treeMatthias Lederhofer1-1/+11
2007-05-20Merge branch 'maint-1.5.1' into maintJunio C Hamano1-1/+1
2007-05-20annotate: make it work from subdirectories.Junio C Hamano1-1/+1
2007-04-14Add basic infrastructure to assign attributes to pathsJunio C Hamano1-0/+1
2007-04-12handle_options in git wrapper miscounts the options it handled.Matthias Lederhofer1-0/+1
2007-04-05Revert "builtin-archive: use RUN_SETUP"René Scharfe1-1/+1
2007-03-25use xmalloc in git.c and help.cJames Bowes1-1/+1
2007-03-17Make gc a builtin.James Bowes1-0/+1
2007-03-14Merge branch 'jc/fetch'Junio C Hamano1-0/+1
2007-03-03Make git-revert & git-cherry-pick a builtinJohannes Schindelin1-0/+2
2007-03-03Merge branch 'maint'Junio C Hamano1-1/+1
2007-03-03builtin-archive: use RUN_SETUPJohannes Schindelin1-1/+1
2007-02-28Merge branch 'js/bundle'Junio C Hamano1-0/+1
2007-02-27Merge branch 'np/types' into jc/fetchJunio C Hamano1-7/+7
2007-02-26Merge branch 'master' into js/diff-niJunio C Hamano1-6/+6
2007-02-22Add git-bundle: move objects and references by archiveJohannes Schindelin1-0/+1
2007-02-22Teach git-diff-files the new option `--no-index`Johannes Schindelin1-2/+2
2007-02-20git grep: use pagerJohannes Schindelin1-1/+1
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-5/+5
2007-02-13git-fetch--tool: start rewriting parts of git-fetch in C.Junio C Hamano1-0/+1
2007-02-13Merge branch 'jc/merge-base' (early part)Junio C Hamano1-0/+1
2007-02-12Remove git-diff-stages.Junio C Hamano1-1/+0
2007-02-10Allow aliases to expand to shell commandsTheodore Ts'o1-0/+10
2007-02-10Print a sane error message if an alias expands to an invalid git commandTheodore Ts'o1-1/+8
2007-02-05Commands requiring a work tree must not run in GIT_DIRJohannes Schindelin1-2/+3
2007-01-29Make fsck and fsck-objects be builtins.Mark Wooding1-0/+2
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince1-1/+2
2007-01-28git-blame --incremental: don't use pagerRen,Ai(B Scharfe1-1/+1
2007-01-24annotate: use pagerJohannes Schindelin1-1/+1
2007-01-11Merge branch 'jc/bare'Junio C Hamano1-4/+11
2007-01-10Disallow working directory commands in a bare repository.Shawn O. Pearce1-4/+11
2007-01-10Make git-describe a builtin.Shawn O. Pearce1-0/+1
2007-01-09Make merge-base a built-in.Junio C Hamano1-0/+1
2007-01-07"init-db" can really be just "init"Nicolas Pitre1-0/+1
2006-12-30Replace "GIT_DIR" with GIT_DIR_ENVIRONMENT.Shawn O. Pearce1-3/+3
2006-12-30Use PATH_MAX constant for --bare.Shawn O. Pearce1-2/+2
2006-12-26Merge branch 'jc/fsck-reflog'Junio C Hamano1-0/+1
2006-12-24Merge branch 'js/rerere'Junio C Hamano1-0/+1