summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)Author
2006-12-06Add builtin merge-file, a minimal replacement for RCS mergeJohannes Schindelin
2006-11-28shortlog: use pagerJohannes Schindelin
2006-11-20Build in shortlogJohannes Schindelin
2006-11-09git-pickaxe: retire pickaxeJunio C Hamano
2006-11-08Merge branch 'jc/pickaxe'Junio C Hamano
2006-11-01branch: work in subdirectories.Junio C Hamano
2006-11-01Merge branch 'rs/cherry'Junio C Hamano
2006-11-01Merge branch 'lj/refs'Junio C Hamano
2006-10-25Merge for-each-ref to sync gitweb fully with 'next'Junio C Hamano
2006-10-25Merge branch 'jc/web-blame'Junio C Hamano
2006-10-24Make git-branch a builtinLars Hjemli
2006-10-24Built-in cherryRene Scharfe
2006-10-21git-pickaxe: pagenate output by default.Junio C Hamano
2006-10-20git-pickaxe: blame rewritten.Junio C Hamano
2006-10-11paginate git-diff by defaultMartin Waitz
2006-10-10Remove git-annotate.perl and create a builtin-alias for git-blameRyan Anderson
2006-10-08git-tar-tree: don't RUN_SETUPRene Scharfe
2006-10-04Fix usage string to match that given in the man pageAlan Chandler
2006-09-28Merge branch 'master' into lj/refsJunio C Hamano
2006-09-27Merge branch 'jc/lt-ref2-with-lt-refs' into jc/ref-lockingJunio C Hamano
2006-09-25Remove upload-tar and make git-tar-tree a thin wrapper to git-archiveJunio C Hamano
2006-09-23Remove git-zip-treeRene Scharfe
2006-09-21Merge branch 'lt/refs' into jc/lt-ref2-with-lt-refsJunio C Hamano
2006-09-21Merge branch 'lt/refs' into jc/for-each-ref-with-lt-refsJunio C Hamano
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-16Add git-for-each-ref: helper for language bindingsJunio C Hamano
2006-09-16Add "git show-ref" builtin commandLinus Torvalds
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