summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)Author
2007-08-28git --bare cmd: do not unconditionally nuke GIT_DIRJunio C Hamano
2007-08-28Fix initialization of a bare repositoryJunio C Hamano
2007-08-19Add and document a global --no-pager option for git.Matthieu Moy
2007-08-13diff: don't run pager if user asked for a diff style exit codeRené Scharfe
2007-08-11Merge branch 'cr/tag'Junio C Hamano
2007-08-05checkout-index needs a working treeJohannes Schindelin
2007-08-01Clean up work-tree handlingJohannes Schindelin
2007-07-31git.c: execution pathJunio C Hamano
2007-07-27Make verify-tag a builtin.Carlos Rica
2007-07-20Make git tag a builtin.Carlos Rica
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