summaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAgeFilesLines
* Make git-update-ref a builtinLukas Sandström2006-06-181-1/+2
* Make git-update-index a builtinLukas Sandström2006-06-181-1/+2
* Make git-stripspace a builtinLukas Sandström2006-06-181-1/+2
* Make git-mailinfo a builtinLukas Sandström2006-06-181-1/+2
* Make git-mailsplit a builtinLukas Sandström2006-06-181-1/+2
* Make git-write-tree a builtinLukas Sandström2006-06-181-1/+2
* fix git aliasJunio C Hamano2006-06-161-3/+3
* Built-in git-get-tar-commit-idRene Scharfe2006-06-101-1/+1
* git alias: try alias last.Junio C Hamano2006-06-051-6/+14
* If you have a config containing something like this:Johannes Schindelin2006-06-051-0/+111
* Builtin git-rev-parse.Christian Couder2006-06-031-1/+2
* Builtin git-cat-fileTimo Hirvonen2006-05-241-1/+2
* Merge branch 'js/fmt-patch'Junio C Hamano2006-05-241-0/+1
|\
| * git-format-patch: now built-in.Junio C Hamano2006-05-211-1/+1
| * Merge branch 'master' into js/fmt-patchJunio C Hamano2006-05-211-0/+4
| |\
| * \ Merge branch 'master' into js/fmt-patchJunio C Hamano2006-05-061-1/+3
| |\ \
| * \ \ Merge branch 'master' into jc/fmt-patchJunio C Hamano2006-04-211-341/+3
| |\ \ \
| * | | | rename internal format-patch wipJunio C Hamano2006-04-201-1/+1
| * | | | Tentative built-in format-patch.Junio C Hamano2006-04-181-0/+38
* | | | | Merge branch 'jc/builtin-n-tar-tree'Junio C Hamano2006-05-241-1/+14
|\ \ \ \ \
| * \ \ \ \ Merge branch 'jc/tartree' into jc/builtin-n-tar-treeJunio C Hamano2006-05-231-0/+2
| |\ \ \ \ \
| | * | | | | built-in tar-tree and remote tar-treeJunio C Hamano2006-05-191-1/+3
| | | |_|_|/ | | |/| | |
| * | | | | Builtin git-diff-files, git-diff-index, git-diff-stages, and git-diff-tree.Peter Eriksen2006-05-231-1/+5
| * | | | | Builtin git-show-branch.Peter Eriksen2006-05-231-1/+2
| * | | | | Builtin git-apply.Peter Eriksen2006-05-231-1/+2
| * | | | | Builtin git-commit-tree.Peter Eriksen2006-05-231-1/+2
| * | | | | Builtin git-read-tree.Peter Eriksen2006-05-231-1/+2
| * | | | | Builtin git-tar-tree.Peter Eriksen2006-05-231-1/+2
| * | | | | Builtin git-ls-tree.Peter Eriksen2006-05-231-1/+2
| * | | | | Builtin git-ls-files.Peter Eriksen2006-05-231-1/+2
| |/ / / /
* | | | | Merge branch 'lt/dirwalk'Junio C Hamano2006-05-241-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add builtin "git rm" commandLinus Torvalds2006-05-191-0/+1
| * | | | Do "git add" as a builtinLinus Torvalds2006-05-171-0/+1
* | | | | Builtin git-init-dbTimo Hirvonen2006-05-191-0/+1
* | | | | Make git-check-format-ref a builtin.Lukas Sandström2006-05-181-0/+1
* | | | | Make "git rev-list" be a builtinLinus Torvalds2006-05-181-0/+1
|/ / / /
* | | | Merge branch 'jc/grep'Junio C Hamano2006-05-151-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | built-in "git grep"Junio C Hamano2006-05-011-0/+1
* | | | Merge branch 'jc/diff'Junio C Hamano2006-05-031-0/+1
|\ \ \ \
| * | | | builtin-diff: call it "git-diff", really.Junio C Hamano2006-05-011-1/+1
| * | | | built-in diff.Junio C Hamano2006-04-281-0/+1
| |/ / /
* | | | Merge branch 'jc/count'Junio C Hamano2006-05-031-0/+1
|\ \ \ \
| * | | | built-in count-objects.Junio C Hamano2006-04-271-0/+1
| |/ / /
* | | | git builtin "push"Linus Torvalds2006-04-301-0/+1
|/ / /
* | | Fix "git help -a" terminal autosizingLinus Torvalds2006-04-271-1/+0
| |/ |/|
* | Split up builtin commands into separate files from git.cLinus Torvalds2006-04-211-302/+3
* | git log: don't do merge diffs by defaultLinus Torvalds2006-04-191-2/+0
|/
* git.c: LOGSIZE is unused after log printing cleanup.Junio C Hamano2006-04-171-2/+0
* Log message printout cleanupsLinus Torvalds2006-04-171-55/+2
* Fixes for option parsingLinus Torvalds2006-04-161-0/+1