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