summaryrefslogtreecommitdiffstats
path: root/git.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-08-08git-push: allow pushing from subdirectoriesJeff King1-1/+1
2006-08-02Make git-repo-config a builtinMatthias Kestenholz1-0/+1
2006-08-02Make git-prune-packed a builtinMatthias Kestenholz1-0/+1
2006-08-02Remove cmd_usage() routine and re-organize the help/usage code.Ramsay Allan Jones1-2/+5
2006-07-31Builtins: control the use of pager from the command table.Junio C Hamano1-5/+8
2006-07-30git.c: allow alias expansion without a git directoryMatthias Lederhofer1-40/+36
2006-07-29Merge branch 'lt/setup' into __/setup-n-mvJunio C Hamano1-73/+105
2006-07-29Call setup_git_directory() much earlierLinus Torvalds1-28/+35
2006-07-26Make git-mv a builtinJohannes Schindelin1-0/+1
2006-07-25git wrapper: add --git-dir=<path> and --bare optionsJohannes Schindelin1-45/+46
2006-07-25Allow an alias to start with "-p"Johannes Schindelin1-6/+30
2006-07-14argv created by handle_alias should be NULL terminatedMatthias Lederhofer1-6/+5
2006-07-12Merge branch 'ml/trace'Junio C Hamano1-0/+25
2006-07-12Merge branch 'lt/prune'Junio C Hamano1-1/+2
2006-07-09"git -p cmd" to page anywhereJunio C Hamano1-0/+5
2006-07-09GIT_TRACE: show which built-in/external commands are executedMatthias Lederhofer1-0/+25
2006-07-09builtin "git prune"Linus Torvalds1-1/+2
2006-07-03Make git-fmt-merge-msg a builtinJohannes Schindelin1-1/+2
2006-06-28Save errno in handle_alias()Johannes Schindelin1-1/+3
2006-06-28Make some strings constTimo Hirvonen1-1/+2
2006-06-28git wrapper: fix command name in an error message.Andreas Ericsson1-2/+1
2006-06-18Make git-update-ref a builtinLukas Sandström1-1/+2
2006-06-18Make git-update-index a builtinLukas Sandström1-1/+2
2006-06-18Make git-stripspace a builtinLukas Sandström1-1/+2
2006-06-18Make git-mailinfo a builtinLukas Sandström1-1/+2
2006-06-18Make git-mailsplit a builtinLukas Sandström1-1/+2
2006-06-18Make git-write-tree a builtinLukas Sandström1-1/+2
2006-06-16fix git aliasJunio C Hamano1-3/+3
2006-06-10Built-in git-get-tar-commit-idRene Scharfe1-1/+1
2006-06-05git alias: try alias last.Junio C Hamano1-6/+14
2006-06-05If you have a config containing something like this:Johannes Schindelin1-0/+111
2006-06-03Builtin git-rev-parse.Christian Couder1-1/+2
2006-05-24Builtin git-cat-fileTimo Hirvonen1-1/+2
2006-05-24Merge branch 'js/fmt-patch'Junio C Hamano1-0/+1
2006-05-24Merge branch 'jc/builtin-n-tar-tree'Junio C Hamano1-1/+14
2006-05-24Merge branch 'lt/dirwalk'Junio C Hamano1-0/+2
2006-05-23Merge branch 'jc/tartree' into jc/builtin-n-tar-treeJunio C Hamano1-0/+2
2006-05-23Builtin git-diff-files, git-diff-index, git-diff-stages, and git-diff-tree.Peter Eriksen1-1/+5
2006-05-23Builtin git-show-branch.Peter Eriksen1-1/+2
2006-05-23Builtin git-apply.Peter Eriksen1-1/+2
2006-05-23Builtin git-commit-tree.Peter Eriksen1-1/+2
2006-05-23Builtin git-read-tree.Peter Eriksen1-1/+2
2006-05-23Builtin git-tar-tree.Peter Eriksen1-1/+2
2006-05-23Builtin git-ls-tree.Peter Eriksen1-1/+2
2006-05-23Builtin git-ls-files.Peter Eriksen1-1/+2
2006-05-21git-format-patch: now built-in.Junio C Hamano1-1/+1
2006-05-21Merge branch 'master' into js/fmt-patchJunio C Hamano1-0/+4
2006-05-19built-in tar-tree and remote tar-treeJunio C Hamano1-1/+3
2006-05-19Add builtin "git rm" commandLinus Torvalds1-0/+1
2006-05-19Builtin git-init-dbTimo Hirvonen1-0/+1