summaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAgeFilesLines
* Make git-repo-config a builtinMatthias Kestenholz2006-08-021-0/+1
* Make git-prune-packed a builtinMatthias Kestenholz2006-08-021-0/+1
* Remove cmd_usage() routine and re-organize the help/usage code.Ramsay Allan Jones2006-08-021-2/+5
* Builtins: control the use of pager from the command table.Junio C Hamano2006-07-311-5/+8
* git.c: allow alias expansion without a git directoryMatthias Lederhofer2006-07-301-40/+36
* Merge branch 'lt/setup' into __/setup-n-mvJunio C Hamano2006-07-291-73/+105
|\
| * Call setup_git_directory() much earlierLinus Torvalds2006-07-291-28/+35
| * git wrapper: add --git-dir=<path> and --bare optionsJohannes Schindelin2006-07-251-45/+46
| * Allow an alias to start with "-p"Johannes Schindelin2006-07-251-6/+30
* | Make git-mv a builtinJohannes Schindelin2006-07-261-0/+1
|/
* argv created by handle_alias should be NULL terminatedMatthias Lederhofer2006-07-141-6/+5
* Merge branch 'ml/trace'Junio C Hamano2006-07-121-0/+25
|\
| * GIT_TRACE: show which built-in/external commands are executedMatthias Lederhofer2006-07-091-0/+25
* | Merge branch 'lt/prune'Junio C Hamano2006-07-121-1/+2
|\ \
| * | builtin "git prune"Linus Torvalds2006-07-091-1/+2
| |/
* | "git -p cmd" to page anywhereJunio C Hamano2006-07-091-0/+5
|/
* Make git-fmt-merge-msg a builtinJohannes Schindelin2006-07-031-1/+2
* Save errno in handle_alias()Johannes Schindelin2006-06-281-1/+3
* Make some strings constTimo Hirvonen2006-06-281-1/+2
* git wrapper: fix command name in an error message.Andreas Ericsson2006-06-281-2/+1
* 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
| |/ / / /