summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)Author
2006-09-18Start handling references internally as a sorted in-memory listLinus Torvalds
2006-09-18Merge branch 'jk/diff'Junio C Hamano
2006-09-17Merge branch 'jc/archive'Junio C Hamano
2006-09-14Handle invalid argc gentlyDmitry V. Levin
2006-09-14Make count-objects, describe and merge-tree work in subdirectoryDmitry V. Levin
2006-09-09Add git-upload-archiveFranck Bui-Huu
2006-09-09Add git-archiveFranck Bui-Huu
2006-09-08git-commit.sh: convert run_status to a C builtinJeff King
2006-09-06Fix memory leak in prepend_to_path (git.c).Christian Couder
2006-09-02Trace into a file or an open fd and refactor tracing code.Christian Couder
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-08-31Use xmalloc instead of mallocJonas Fonseca
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