summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)Author
2006-08-08git-push: allow pushing from subdirectoriesJeff King
2006-08-03Make git-repo-config a builtinMatthias Kestenholz
2006-08-02Make git-prune-packed a builtinMatthias Kestenholz
2006-08-02Remove cmd_usage() routine and re-organize the help/usage code.Ramsay Allan Jones
2006-07-31Builtins: control the use of pager from the command table.Junio C Hamano
2006-07-31git.c: allow alias expansion without a git directoryMatthias Lederhofer
2006-07-29Merge branch 'lt/setup' into __/setup-n-mvJunio C Hamano
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-07-26Make git-mv a builtinJohannes Schindelin
2006-07-25git wrapper: add --git-dir=<path> and --bare optionsJohannes Schindelin
2006-07-25Allow an alias to start with "-p"Johannes Schindelin
2006-07-14argv created by handle_alias should be NULL terminatedMatthias Lederhofer
2006-07-13Merge branch 'ml/trace'Junio C Hamano
2006-07-13Merge branch 'lt/prune'Junio C Hamano
2006-07-09"git -p cmd" to page anywhereJunio C Hamano
2006-07-09GIT_TRACE: show which built-in/external commands are executedMatthias Lederhofer
2006-07-09builtin "git prune"Linus Torvalds
2006-07-04Make git-fmt-merge-msg a builtinJohannes Schindelin
2006-06-28Save errno in handle_alias()Johannes Schindelin
2006-06-28Make some strings constTimo Hirvonen
2006-06-28git wrapper: fix command name in an error message.Andreas Ericsson
2006-06-19Make git-update-ref a builtinLukas Sandström
2006-06-19Make git-update-index a builtinLukas Sandström
2006-06-19Make git-stripspace a builtinLukas Sandström
2006-06-19Make git-mailinfo a builtinLukas Sandström
2006-06-19Make git-mailsplit a builtinLukas Sandström
2006-06-19Make git-write-tree a builtinLukas Sandström
2006-06-17fix git aliasJunio C Hamano
2006-06-10Built-in git-get-tar-commit-idRene Scharfe
2006-06-06git alias: try alias last.Junio C Hamano
2006-06-06If you have a config containing something like this:Johannes Schindelin
2006-06-04Builtin git-rev-parse.Christian Couder
2006-05-24Builtin git-cat-fileTimo Hirvonen
2006-05-24Merge branch 'js/fmt-patch'Junio C Hamano
2006-05-24Merge branch 'jc/builtin-n-tar-tree'Junio C Hamano
2006-05-24Merge branch 'lt/dirwalk'Junio C Hamano
2006-05-23Merge branch 'jc/tartree' into jc/builtin-n-tar-treeJunio C Hamano
2006-05-23Builtin git-diff-files, git-diff-index, git-diff-stages, and git-diff-tree.Peter Eriksen
2006-05-23Builtin git-show-branch.Peter Eriksen
2006-05-23Builtin git-apply.Peter Eriksen
2006-05-23Builtin git-commit-tree.Peter Eriksen
2006-05-23Builtin git-read-tree.Peter Eriksen
2006-05-23Builtin git-tar-tree.Peter Eriksen
2006-05-23Builtin git-ls-tree.Peter Eriksen
2006-05-23Builtin git-ls-files.Peter Eriksen
2006-05-21git-format-patch: now built-in.Junio C Hamano
2006-05-21Merge branch 'master' into js/fmt-patchJunio C Hamano
2006-05-20built-in tar-tree and remote tar-treeJunio C Hamano
2006-05-20Add builtin "git rm" commandLinus Torvalds
2006-05-19Builtin git-init-dbTimo Hirvonen