summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)Author
2007-04-14Add basic infrastructure to assign attributes to pathsJunio C Hamano
2007-04-12handle_options in git wrapper miscounts the options it handled.Matthias Lederhofer
2007-04-05Revert "builtin-archive: use RUN_SETUP"René Scharfe
2007-03-25use 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-03Make git-revert & git-cherry-pick a builtinJohannes Schindelin
2007-03-03Merge 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-22Add git-bundle: move objects and references by archiveJohannes Schindelin
2007-02-22Teach git-diff-files the new option `--no-index`Johannes Schindelin
2007-02-20git grep: use pagerJohannes Schindelin
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano
2007-02-13git-fetch--tool: start rewriting parts of git-fetch in C.Junio C Hamano
2007-02-13Merge branch 'jc/merge-base' (early part)Junio C Hamano
2007-02-12Remove git-diff-stages.Junio C Hamano
2007-02-10Allow aliases to expand to shell commandsTheodore Ts'o
2007-02-10Print 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-28[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-11Merge 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-09Make merge-base a built-in.Junio C Hamano
2007-01-07"init-db" can really be just "init"Nicolas Pitre
2006-12-30Replace "GIT_DIR" with GIT_DIR_ENVIRONMENT.Shawn O. Pearce
2006-12-30Use PATH_MAX constant for --bare.Shawn O. Pearce
2006-12-26Merge branch 'jc/fsck-reflog'Junio C Hamano
2006-12-24Merge branch 'js/rerere'Junio C Hamano
2006-12-22Keep "git --git-dir" from causing a bus error.Brian Gernhardt
2006-12-21Make git-rerere a builtinJohannes Schindelin
2006-12-20git 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-27shortlog: use pagerJohannes Schindelin
2006-11-19Build in shortlogJohannes Schindelin
2006-11-08git-pickaxe: retire pickaxeJunio C Hamano
2006-11-07Merge 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-23Make git-branch a builtinLars Hjemli