summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-22Keep "git --git-dir" from causing a bus error.Brian Gernhardt1-2/+4
2006-12-21Make git-rerere a builtinJohannes Schindelin1-0/+1
2006-12-20git reflog expireJunio C Hamano1-0/+1
2006-12-20simplify inclusion of system header files.Junio C Hamano1-13/+1
2006-12-06Add builtin merge-file, a minimal replacement for RCS mergeJohannes Schindelin1-0/+1
2006-11-27shortlog: use pagerJohannes Schindelin1-1/+1
2006-11-19Build in shortlogJohannes Schindelin1-0/+1
2006-11-08git-pickaxe: retire pickaxeJunio C Hamano1-1/+2
2006-11-07Merge branch 'jc/pickaxe'Junio C Hamano1-0/+1
2006-11-01branch: work in subdirectories.Junio C Hamano1-1/+1
2006-11-01Merge branch 'rs/cherry'Junio C Hamano1-0/+1
2006-11-01Merge branch 'lj/refs'Junio C Hamano1-0/+3
2006-10-25Merge for-each-ref to sync gitweb fully with 'next'Junio C Hamano1-0/+1
2006-10-25Merge branch 'jc/web-blame'Junio C Hamano1-0/+1
2006-10-23Make git-branch a builtinLars Hjemli1-0/+1
2006-10-23Built-in cherryRene Scharfe1-0/+1
2006-10-20git-pickaxe: pagenate output by default.Junio C Hamano1-1/+1
2006-10-19git-pickaxe: blame rewritten.Junio C Hamano1-0/+1
2006-10-10paginate git-diff by defaultMartin Waitz1-1/+1
2006-10-09Remove git-annotate.perl and create a builtin-alias for git-blameRyan Anderson1-0/+1
2006-10-08git-tar-tree: don't RUN_SETUPRene Scharfe1-1/+1
2006-10-03Fix usage string to match that given in the man pageAlan Chandler1-1/+1
2006-09-27Merge branch 'master' into lj/refsJunio C Hamano1-2/+0
2006-09-27Merge branch 'jc/lt-ref2-with-lt-refs' into jc/ref-lockingJunio C Hamano1-0/+1
2006-09-24Remove upload-tar and make git-tar-tree a thin wrapper to git-archiveJunio C Hamano1-1/+0
2006-09-23Remove git-zip-treeRene Scharfe1-1/+0
2006-09-21Merge branch 'lt/refs' into jc/lt-ref2-with-lt-refsJunio C Hamano1-0/+4
2006-09-21Merge branch 'lt/refs' into jc/for-each-ref-with-lt-refsJunio C Hamano1-0/+4
2006-09-17Start handling references internally as a sorted in-memory listLinus Torvalds1-0/+1
2006-09-17Merge branch 'jk/diff'Junio C Hamano1-0/+1
2006-09-17Merge branch 'jc/archive'Junio C Hamano1-0/+2
2006-09-16Add git-for-each-ref: helper for language bindingsJunio C Hamano1-0/+1
2006-09-16Add "git show-ref" builtin commandLinus Torvalds1-0/+1
2006-09-14Handle invalid argc gentlyDmitry V. Levin1-1/+1
2006-09-13Make count-objects, describe and merge-tree work in subdirectoryDmitry V. Levin1-1/+1
2006-09-09Add git-upload-archiveFranck Bui-Huu1-0/+1
2006-09-09Add git-archiveFranck Bui-Huu1-0/+1
2006-09-08git-commit.sh: convert run_status to a C builtinJeff King1-0/+1
2006-09-05Fix memory leak in prepend_to_path (git.c).Christian Couder1-0/+2
2006-09-02Trace into a file or an open fd and refactor tracing code.Christian Couder1-21/+4
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce1-1/+1
2006-08-31Use xmalloc instead of mallocJonas Fonseca1-1/+1
2006-08-26Add git-zip-treeRene Scharfe1-0/+1
2006-08-26Use xrealloc instead of reallocJonas Fonseca1-3/+3
2006-08-23remove ugly shadowing of loop indexes in subloops.Pierre Habouzit1-3/+3
2006-08-15remove unnecessary initializationsDavid Rientjes1-1/+1
2006-08-10git-verify-pack: make builtinRene Scharfe1-0/+1
2006-08-08Merge branch 'master' into mk/renameJunio C Hamano1-1/+1
2006-08-08git-push: allow pushing from subdirectoriesJeff King1-1/+1
2006-08-04git.c: Rename NEEDS_PREFIX to RUN_SETUPJunio C Hamano1-36/+36