summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)Author
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
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-12-06Add builtin merge-file, a minimal replacement for RCS mergeJohannes Schindelin
2006-11-28shortlog: use pagerJohannes Schindelin
2006-11-20Build in shortlogJohannes Schindelin
2006-11-09git-pickaxe: retire pickaxeJunio C Hamano
2006-11-08Merge branch 'jc/pickaxe'Junio C Hamano
2006-11-01branch: work in subdirectories.Junio C Hamano
2006-11-01Merge branch 'rs/cherry'Junio C Hamano
2006-11-01Merge branch 'lj/refs'Junio C Hamano
2006-10-25Merge for-each-ref to sync gitweb fully with 'next'Junio C Hamano
2006-10-25Merge branch 'jc/web-blame'Junio C Hamano
2006-10-24Make git-branch a builtinLars Hjemli