Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 | 1 | -13/+1 |
* | Add builtin merge-file, a minimal replacement for RCS merge | Johannes Schindelin | 2006-12-06 | 1 | -0/+1 |
* | shortlog: use pager | Johannes Schindelin | 2006-11-27 | 1 | -1/+1 |
* | Build in shortlog | Johannes Schindelin | 2006-11-19 | 1 | -0/+1 |
* | git-pickaxe: retire pickaxe | Junio C Hamano | 2006-11-08 | 1 | -1/+2 |
* | Merge branch 'jc/pickaxe' | Junio C Hamano | 2006-11-07 | 1 | -0/+1 |
|\ | |||||
| * | git-pickaxe: pagenate output by default. | Junio C Hamano | 2006-10-20 | 1 | -1/+1 |
| * | git-pickaxe: blame rewritten. | Junio C Hamano | 2006-10-19 | 1 | -0/+1 |
* | | branch: work in subdirectories. | Junio C Hamano | 2006-11-01 | 1 | -1/+1 |
* | | Merge branch 'rs/cherry' | Junio C Hamano | 2006-11-01 | 1 | -0/+1 |
|\ \ | |||||
| * | | Built-in cherry | Rene Scharfe | 2006-10-23 | 1 | -0/+1 |
| |/ | |||||
* | | Merge branch 'lj/refs' | Junio C Hamano | 2006-11-01 | 1 | -0/+3 |
|\ \ | |||||
| * | | Make git-branch a builtin | Lars Hjemli | 2006-10-23 | 1 | -0/+1 |
| * | | Merge branch 'master' into lj/refs | Junio C Hamano | 2006-09-27 | 1 | -2/+0 |
| |\ \ | |||||
| * \ \ | Merge branch 'jc/lt-ref2-with-lt-refs' into jc/ref-locking | Junio C Hamano | 2006-09-27 | 1 | -0/+1 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'lt/refs' into jc/lt-ref2-with-lt-refs | Junio C Hamano | 2006-09-21 | 1 | -0/+4 |
| | |\ \ \ | |||||
| | * | | | | Add "git show-ref" builtin command | Linus Torvalds | 2006-09-16 | 1 | -0/+1 |
| * | | | | | Merge branch 'lt/refs' into jc/for-each-ref-with-lt-refs | Junio C Hamano | 2006-09-21 | 1 | -0/+4 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| | * | | | | Start handling references internally as a sorted in-memory list | Linus Torvalds | 2006-09-17 | 1 | -0/+1 |
* | | | | | | Merge for-each-ref to sync gitweb fully with 'next' | Junio C Hamano | 2006-10-25 | 1 | -0/+1 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Add git-for-each-ref: helper for language bindings | Junio C Hamano | 2006-09-16 | 1 | -0/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'jc/web-blame' | Junio C Hamano | 2006-10-25 | 1 | -0/+1 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Remove git-annotate.perl and create a builtin-alias for git-blame | Ryan Anderson | 2006-10-09 | 1 | -0/+1 |
* | | | | | paginate git-diff by default | Martin Waitz | 2006-10-10 | 1 | -1/+1 |
* | | | | | git-tar-tree: don't RUN_SETUP | Rene Scharfe | 2006-10-08 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Fix usage string to match that given in the man page | Alan Chandler | 2006-10-03 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Remove upload-tar and make git-tar-tree a thin wrapper to git-archive | Junio C Hamano | 2006-09-24 | 1 | -1/+0 |
* | | | Remove git-zip-tree | Rene Scharfe | 2006-09-23 | 1 | -1/+0 |
| |/ |/| | |||||
* | | Merge branch 'jk/diff' | Junio C Hamano | 2006-09-17 | 1 | -0/+1 |
|\ \ | |||||
| * | | git-commit.sh: convert run_status to a C builtin | Jeff King | 2006-09-08 | 1 | -0/+1 |
* | | | Merge branch 'jc/archive' | Junio C Hamano | 2006-09-17 | 1 | -0/+2 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Add git-upload-archive | Franck Bui-Huu | 2006-09-09 | 1 | -0/+1 |
| * | | Add git-archive | Franck Bui-Huu | 2006-09-09 | 1 | -0/+1 |
| |/ | |||||
* | | Handle invalid argc gently | Dmitry V. Levin | 2006-09-14 | 1 | -1/+1 |
* | | Make count-objects, describe and merge-tree work in subdirectory | Dmitry V. Levin | 2006-09-13 | 1 | -1/+1 |
|/ | |||||
* | Fix memory leak in prepend_to_path (git.c). | Christian Couder | 2006-09-05 | 1 | -0/+2 |
* | Trace into a file or an open fd and refactor tracing code. | Christian Couder | 2006-09-02 | 1 | -21/+4 |
* | Replace uses of strdup with xstrdup. | Shawn Pearce | 2006-09-02 | 1 | -1/+1 |
* | Use xmalloc instead of malloc | Jonas Fonseca | 2006-08-31 | 1 | -1/+1 |
* | Add git-zip-tree | Rene Scharfe | 2006-08-26 | 1 | -0/+1 |
* | Use xrealloc instead of realloc | Jonas Fonseca | 2006-08-26 | 1 | -3/+3 |
* | remove ugly shadowing of loop indexes in subloops. | Pierre Habouzit | 2006-08-23 | 1 | -3/+3 |
* | remove unnecessary initializations | David Rientjes | 2006-08-15 | 1 | -1/+1 |
* | git-verify-pack: make builtin | Rene Scharfe | 2006-08-10 | 1 | -0/+1 |
* | Merge branch 'master' into mk/rename | Junio C Hamano | 2006-08-08 | 1 | -1/+1 |
|\ | |||||
| * | git-push: allow pushing from subdirectories | Jeff King | 2006-08-08 | 1 | -1/+1 |
* | | git.c: Rename NEEDS_PREFIX to RUN_SETUP | Junio C Hamano | 2006-08-04 | 1 | -36/+36 |
* | | builtins: Makefile clean-up | Junio C Hamano | 2006-08-04 | 1 | -34/+34 |
* | | Make git-checkout-index a builtin | Junio C Hamano | 2006-08-04 | 1 | -0/+1 |
* | | Make git-symbolic-ref a builtin | Matthias Kestenholz | 2006-08-03 | 1 | -0/+1 |