summaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAgeFilesLines
* git-pickaxe: retire pickaxeJunio C Hamano2006-11-081-1/+2
* Merge branch 'jc/pickaxe'Junio C Hamano2006-11-071-0/+1
|\
| * git-pickaxe: pagenate output by default.Junio C Hamano2006-10-201-1/+1
| * git-pickaxe: blame rewritten.Junio C Hamano2006-10-191-0/+1
* | branch: work in subdirectories.Junio C Hamano2006-11-011-1/+1
* | Merge branch 'rs/cherry'Junio C Hamano2006-11-011-0/+1
|\ \
| * | Built-in cherryRene Scharfe2006-10-231-0/+1
| |/
* | Merge branch 'lj/refs'Junio C Hamano2006-11-011-0/+3
|\ \
| * | Make git-branch a builtinLars Hjemli2006-10-231-0/+1
| * | Merge branch 'master' into lj/refsJunio C Hamano2006-09-271-2/+0
| |\ \
| * \ \ Merge branch 'jc/lt-ref2-with-lt-refs' into jc/ref-lockingJunio C Hamano2006-09-271-0/+1
| |\ \ \
| | * \ \ Merge branch 'lt/refs' into jc/lt-ref2-with-lt-refsJunio C Hamano2006-09-211-0/+4
| | |\ \ \
| | * | | | Add "git show-ref" builtin commandLinus Torvalds2006-09-161-0/+1
| * | | | | Merge branch 'lt/refs' into jc/for-each-ref-with-lt-refsJunio C Hamano2006-09-211-0/+4
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Start handling references internally as a sorted in-memory listLinus Torvalds2006-09-171-0/+1
* | | | | | Merge for-each-ref to sync gitweb fully with 'next'Junio C Hamano2006-10-251-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add git-for-each-ref: helper for language bindingsJunio C Hamano2006-09-161-0/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'jc/web-blame'Junio C Hamano2006-10-251-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Remove git-annotate.perl and create a builtin-alias for git-blameRyan Anderson2006-10-091-0/+1
* | | | | paginate git-diff by defaultMartin Waitz2006-10-101-1/+1
* | | | | git-tar-tree: don't RUN_SETUPRene Scharfe2006-10-081-1/+1
|/ / / /
* | | | Fix usage string to match that given in the man pageAlan Chandler2006-10-031-1/+1
| |_|/ |/| |
* | | Remove upload-tar and make git-tar-tree a thin wrapper to git-archiveJunio C Hamano2006-09-241-1/+0
* | | Remove git-zip-treeRene Scharfe2006-09-231-1/+0
| |/ |/|
* | Merge branch 'jk/diff'Junio C Hamano2006-09-171-0/+1
|\ \
| * | git-commit.sh: convert run_status to a C builtinJeff King2006-09-081-0/+1
* | | Merge branch 'jc/archive'Junio C Hamano2006-09-171-0/+2
|\ \ \ | |_|/ |/| |
| * | Add git-upload-archiveFranck Bui-Huu2006-09-091-0/+1
| * | Add git-archiveFranck Bui-Huu2006-09-091-0/+1
| |/
* | Handle invalid argc gentlyDmitry V. Levin2006-09-141-1/+1
* | Make count-objects, describe and merge-tree work in subdirectoryDmitry V. Levin2006-09-131-1/+1
|/
* Fix memory leak in prepend_to_path (git.c).Christian Couder2006-09-051-0/+2
* Trace into a file or an open fd and refactor tracing code.Christian Couder2006-09-021-21/+4
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-1/+1
* Use xmalloc instead of mallocJonas Fonseca2006-08-311-1/+1
* Add git-zip-treeRene Scharfe2006-08-261-0/+1
* Use xrealloc instead of reallocJonas Fonseca2006-08-261-3/+3
* remove ugly shadowing of loop indexes in subloops.Pierre Habouzit2006-08-231-3/+3
* remove unnecessary initializationsDavid Rientjes2006-08-151-1/+1
* git-verify-pack: make builtinRene Scharfe2006-08-101-0/+1
* Merge branch 'master' into mk/renameJunio C Hamano2006-08-081-1/+1
|\
| * git-push: allow pushing from subdirectoriesJeff King2006-08-081-1/+1
* | git.c: Rename NEEDS_PREFIX to RUN_SETUPJunio C Hamano2006-08-041-36/+36
* | builtins: Makefile clean-upJunio C Hamano2006-08-041-34/+34
* | Make git-checkout-index a builtinJunio C Hamano2006-08-041-0/+1
* | Make git-symbolic-ref a builtinMatthias Kestenholz2006-08-031-0/+1
* | Make git-unpack-objects a builtinMatthias Kestenholz2006-08-031-0/+1
* | Make git-pack-objects a builtinMatthias Kestenholz2006-08-031-0/+1
* | Make git-name-rev a builtinMatthias Kestenholz2006-08-031-0/+1
|/
* Make git-repo-config a builtinMatthias Kestenholz2006-08-021-0/+1