160 Commits (c95044d4f3c98b52f16e32cfe09f3ff988a80d2a)

Author SHA1 Message Date
Johannes Schindelin b8ec59234b Build in shortlog 18 years ago
Junio C Hamano acca687fa9 git-pickaxe: retire pickaxe 18 years ago
Junio C Hamano 1da1b3a3e0 branch: work in subdirectories. 18 years ago
Lars Hjemli c31820c26b Make git-branch a builtin 18 years ago
Rene Scharfe e827633a5d Built-in cherry 18 years ago
Junio C Hamano 1617baa587 git-pickaxe: pagenate output by default. 18 years ago
Junio C Hamano cee7f245dc git-pickaxe: blame rewritten. 18 years ago
Martin Waitz e88ee29154 paginate git-diff by default 18 years ago
Ryan Anderson f789e34746 Remove git-annotate.perl and create a builtin-alias for git-blame 18 years ago
Rene Scharfe 9cb90b80fc git-tar-tree: don't RUN_SETUP 18 years ago
Alan Chandler 281e67d6fa Fix usage string to match that given in the man page 18 years ago
Junio C Hamano fd88d9c81e Remove upload-tar and make git-tar-tree a thin wrapper to git-archive 18 years ago
Rene Scharfe 31756c5da8 Remove git-zip-tree 18 years ago
Linus Torvalds e1e22e37f4 Start handling references internally as a sorted in-memory list 18 years ago
Junio C Hamano 9f613ddd21 Add git-for-each-ref: helper for language bindings 18 years ago
Linus Torvalds 358ddb62cf Add "git show-ref" builtin command 18 years ago
Dmitry V. Levin 5b6df8e45f Handle invalid argc gently 18 years ago
Dmitry V. Levin 8112894d82 Make count-objects, describe and merge-tree work in subdirectory 18 years ago
Franck Bui-Huu 39345a216f Add git-upload-archive 18 years ago
Franck Bui-Huu 4df096a5ca Add git-archive 18 years ago
Jeff King c91f0d92ef git-commit.sh: convert run_status to a C builtin 18 years ago
Christian Couder 0caea90be0 Fix memory leak in prepend_to_path (git.c). 18 years ago
Christian Couder 6ce4e61f1b Trace into a file or an open fd and refactor tracing code. 18 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 18 years ago
Jonas Fonseca 2d7320d0b0 Use xmalloc instead of malloc 18 years ago
Christian Couder 7cf67205ca Trace into open fd and refactor tracing code. 18 years ago
Rene Scharfe e4fbbfe9ec Add git-zip-tree 18 years ago
Jonas Fonseca 83572c1a91 Use xrealloc instead of realloc 18 years ago
Pierre Habouzit d828f6ddf8 remove ugly shadowing of loop indexes in subloops. 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 18 years ago
Rene Scharfe 2e3ed670eb git-verify-pack: make builtin 18 years ago
Jeff King 6c8d06aff1 git-push: allow pushing from subdirectories 18 years ago
Junio C Hamano efffea0334 git.c: Rename NEEDS_PREFIX to RUN_SETUP 19 years ago
Junio C Hamano f754fa9c54 builtins: Makefile clean-up 19 years ago
Junio C Hamano e414156ab6 Make git-checkout-index a builtin 19 years ago
Matthias Kestenholz 640ce1052b Make git-symbolic-ref a builtin 19 years ago
Matthias Kestenholz 6441363079 Make git-unpack-objects a builtin 19 years ago
Matthias Kestenholz 5d4a600335 Make git-pack-objects a builtin 19 years ago
Matthias Kestenholz d6b64ed0f3 Make git-name-rev a builtin 19 years ago
Matthias Kestenholz e12c095aa6 Make git-repo-config a builtin 19 years ago
Matthias Kestenholz 53bb2c002a Make git-prune-packed a builtin 19 years ago
Ramsay Allan Jones 822a7d5071 Remove cmd_usage() routine and re-organize the help/usage code. 19 years ago
Junio C Hamano 9590b041ea Builtins: control the use of pager from the command table. 19 years ago
Matthias Lederhofer 0347a8c764 git.c: allow alias expansion without a git directory 19 years ago
Linus Torvalds a633fca0c0 Call setup_git_directory() much earlier 19 years ago
Johannes Schindelin 11be42a476 Make git-mv a builtin 19 years ago
Johannes Schindelin 6acbcb927f git wrapper: add --git-dir=<path> and --bare options 19 years ago
Johannes Schindelin 4ab243a944 Allow an alias to start with "-p" 19 years ago
Matthias Lederhofer d5b9e6cfa7 argv created by handle_alias should be NULL terminated 19 years ago
Junio C Hamano 85fb65ed6e "git -p cmd" to page anywhere 19 years ago