summaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAgeFilesLines
* Allow aliases to expand to shell commandsTheodore Ts'o2007-02-101-0/+10
* Print a sane error message if an alias expands to an invalid git commandTheodore Ts'o2007-02-101-1/+8
* Commands requiring a work tree must not run in GIT_DIRJohannes Schindelin2007-02-051-2/+3
* Make fsck and fsck-objects be builtins.Mark Wooding2007-01-291-0/+2
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-281-1/+2
* git-blame --incremental: don't use pagerRen,Ai(B Scharfe2007-01-281-1/+1
* annotate: use pagerJohannes Schindelin2007-01-241-1/+1
* Merge branch 'jc/bare'Junio C Hamano2007-01-111-4/+11
|\
| * Disallow working directory commands in a bare repository.Shawn O. Pearce2007-01-101-4/+11
* | Make git-describe a builtin.Shawn O. Pearce2007-01-101-0/+1
|/
* "init-db" can really be just "init"Nicolas Pitre2007-01-071-0/+1
* Replace "GIT_DIR" with GIT_DIR_ENVIRONMENT.Shawn O. Pearce2006-12-301-3/+3
* Use PATH_MAX constant for --bare.Shawn O. Pearce2006-12-301-2/+2
* Merge branch 'jc/fsck-reflog'Junio C Hamano2006-12-261-0/+1
|\
| * git reflog expireJunio C Hamano2006-12-201-0/+1
* | Merge branch 'js/rerere'Junio C Hamano2006-12-241-0/+1
|\ \
| * | Make git-rerere a builtinJohannes Schindelin2006-12-211-0/+1
| |/
* | Keep "git --git-dir" from causing a bus error.Brian Gernhardt2006-12-221-2/+4
|/
* simplify inclusion of system header files.Junio C Hamano2006-12-201-13/+1
* Add builtin merge-file, a minimal replacement for RCS mergeJohannes Schindelin2006-12-061-0/+1
* shortlog: use pagerJohannes Schindelin2006-11-271-1/+1
* Build in shortlogJohannes Schindelin2006-11-191-0/+1
* git-pickaxe: retire pickaxeJunio C Hamano2006-11-081-1/+2
* Merge branch 'jc/pickaxe'Junio C Hamano2006-11-071-0/+1
|\
| * git-pickaxe: pagenate output by default.Junio C Hamano2006-10-201-1/+1
| * git-pickaxe: blame rewritten.Junio C Hamano2006-10-191-0/+1
* | branch: work in subdirectories.Junio C Hamano2006-11-011-1/+1
* | Merge branch 'rs/cherry'Junio C Hamano2006-11-011-0/+1
|\ \
| * | Built-in cherryRene Scharfe2006-10-231-0/+1
| |/
* | Merge branch 'lj/refs'Junio C Hamano2006-11-011-0/+3
|\ \
| * | Make git-branch a builtinLars Hjemli2006-10-231-0/+1
| * | Merge branch 'master' into lj/refsJunio C Hamano2006-09-271-2/+0
| |\ \
| * \ \ Merge branch 'jc/lt-ref2-with-lt-refs' into jc/ref-lockingJunio C Hamano2006-09-271-0/+1
| |\ \ \
| | * \ \ Merge branch 'lt/refs' into jc/lt-ref2-with-lt-refsJunio C Hamano2006-09-211-0/+4
| | |\ \ \
| | * | | | Add "git show-ref" builtin commandLinus Torvalds2006-09-161-0/+1
| * | | | | Merge branch 'lt/refs' into jc/for-each-ref-with-lt-refsJunio C Hamano2006-09-211-0/+4
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Start handling references internally as a sorted in-memory listLinus Torvalds2006-09-171-0/+1
* | | | | | Merge for-each-ref to sync gitweb fully with 'next'Junio C Hamano2006-10-251-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add git-for-each-ref: helper for language bindingsJunio C Hamano2006-09-161-0/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'jc/web-blame'Junio C Hamano2006-10-251-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Remove git-annotate.perl and create a builtin-alias for git-blameRyan Anderson2006-10-091-0/+1
* | | | | paginate git-diff by defaultMartin Waitz2006-10-101-1/+1
* | | | | git-tar-tree: don't RUN_SETUPRene Scharfe2006-10-081-1/+1
|/ / / /
* | | | Fix usage string to match that given in the man pageAlan Chandler2006-10-031-1/+1
| |_|/ |/| |
* | | Remove upload-tar and make git-tar-tree a thin wrapper to git-archiveJunio C Hamano2006-09-241-1/+0
* | | Remove git-zip-treeRene Scharfe2006-09-231-1/+0
| |/ |/|
* | Merge branch 'jk/diff'Junio C Hamano2006-09-171-0/+1
|\ \
| * | git-commit.sh: convert run_status to a C builtinJeff King2006-09-081-0/+1
* | | Merge branch 'jc/archive'Junio C Hamano2006-09-171-0/+2
|\ \ \ | |_|/ |/| |
| * | Add git-upload-archiveFranck Bui-Huu2006-09-091-0/+1