Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start handling references internally as a sorted in-memory list | Linus Torvalds | 2006-09-17 | 1 | -0/+1 |
* | 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 |
* | | Make git-unpack-objects a builtin | Matthias Kestenholz | 2006-08-03 | 1 | -0/+1 |
* | | Make git-pack-objects a builtin | Matthias Kestenholz | 2006-08-03 | 1 | -0/+1 |
* | | Make git-name-rev a builtin | Matthias Kestenholz | 2006-08-03 | 1 | -0/+1 |
|/ | |||||
* | Make git-repo-config a builtin | Matthias Kestenholz | 2006-08-02 | 1 | -0/+1 |
* | Make git-prune-packed a builtin | Matthias Kestenholz | 2006-08-02 | 1 | -0/+1 |
* | Remove cmd_usage() routine and re-organize the help/usage code. | Ramsay Allan Jones | 2006-08-02 | 1 | -2/+5 |
* | Builtins: control the use of pager from the command table. | Junio C Hamano | 2006-07-31 | 1 | -5/+8 |
* | git.c: allow alias expansion without a git directory | Matthias Lederhofer | 2006-07-30 | 1 | -40/+36 |
* | Merge branch 'lt/setup' into __/setup-n-mv | Junio C Hamano | 2006-07-29 | 1 | -73/+105 |
|\ | |||||
| * | Call setup_git_directory() much earlier | Linus Torvalds | 2006-07-29 | 1 | -28/+35 |
| * | git wrapper: add --git-dir=<path> and --bare options | Johannes Schindelin | 2006-07-25 | 1 | -45/+46 |
| * | Allow an alias to start with "-p" | Johannes Schindelin | 2006-07-25 | 1 | -6/+30 |
* | | Make git-mv a builtin | Johannes Schindelin | 2006-07-26 | 1 | -0/+1 |
|/ | |||||
* | argv created by handle_alias should be NULL terminated | Matthias Lederhofer | 2006-07-14 | 1 | -6/+5 |
* | Merge branch 'ml/trace' | Junio C Hamano | 2006-07-12 | 1 | -0/+25 |
|\ | |||||
| * | GIT_TRACE: show which built-in/external commands are executed | Matthias Lederhofer | 2006-07-09 | 1 | -0/+25 |
* | | Merge branch 'lt/prune' | Junio C Hamano | 2006-07-12 | 1 | -1/+2 |
|\ \ | |||||
| * | | builtin "git prune" | Linus Torvalds | 2006-07-09 | 1 | -1/+2 |
| |/ | |||||
* | | "git -p cmd" to page anywhere | Junio C Hamano | 2006-07-09 | 1 | -0/+5 |
|/ | |||||
* | Make git-fmt-merge-msg a builtin | Johannes Schindelin | 2006-07-03 | 1 | -1/+2 |
* | Save errno in handle_alias() | Johannes Schindelin | 2006-06-28 | 1 | -1/+3 |
* | Make some strings const | Timo Hirvonen | 2006-06-28 | 1 | -1/+2 |
* | git wrapper: fix command name in an error message. | Andreas Ericsson | 2006-06-28 | 1 | -2/+1 |
* | Make git-update-ref a builtin | Lukas Sandström | 2006-06-18 | 1 | -1/+2 |
* | Make git-update-index a builtin | Lukas Sandström | 2006-06-18 | 1 | -1/+2 |
* | Make git-stripspace a builtin | Lukas Sandström | 2006-06-18 | 1 | -1/+2 |
* | Make git-mailinfo a builtin | Lukas Sandström | 2006-06-18 | 1 | -1/+2 |