summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)Author
2006-08-27Add git-zip-treeRene Scharfe
2006-08-27Use xrealloc instead of reallocJonas Fonseca
2006-08-24remove ugly shadowing of loop indexes in subloops.Pierre Habouzit
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-08-10git-verify-pack: make builtinRene Scharfe
2006-08-08Merge branch 'master' into mk/renameJunio C Hamano
2006-08-08git-push: allow pushing from subdirectoriesJeff King
2006-08-04git.c: Rename NEEDS_PREFIX to RUN_SETUPJunio C Hamano
2006-08-04builtins: Makefile clean-upJunio C Hamano
2006-08-04Make git-checkout-index a builtinJunio C Hamano
2006-08-04Make git-symbolic-ref a builtinMatthias Kestenholz
2006-08-04Make git-unpack-objects a builtinMatthias Kestenholz
2006-08-04Make git-pack-objects a builtinMatthias Kestenholz
2006-08-04Make git-name-rev a builtinMatthias Kestenholz
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