Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2006-07-30 | git.c: allow alias expansion without a git directory | Matthias Lederhofer | 1 | -40/+36 |
2006-07-29 | Merge branch 'lt/setup' into __/setup-n-mv | Junio C Hamano | 1 | -73/+105 |
2006-07-29 | Call setup_git_directory() much earlier | Linus Torvalds | 1 | -28/+35 |
2006-07-26 | Make git-mv a builtin | Johannes Schindelin | 1 | -0/+1 |
2006-07-25 | git wrapper: add --git-dir=<path> and --bare options | Johannes Schindelin | 1 | -45/+46 |
2006-07-25 | Allow an alias to start with "-p" | Johannes Schindelin | 1 | -6/+30 |
2006-07-14 | argv created by handle_alias should be NULL terminated | Matthias Lederhofer | 1 | -6/+5 |
2006-07-12 | Merge branch 'ml/trace' | Junio C Hamano | 1 | -0/+25 |
2006-07-12 | Merge branch 'lt/prune' | Junio C Hamano | 1 | -1/+2 |
2006-07-09 | "git -p cmd" to page anywhere | Junio C Hamano | 1 | -0/+5 |
2006-07-09 | GIT_TRACE: show which built-in/external commands are executed | Matthias Lederhofer | 1 | -0/+25 |
2006-07-09 | builtin "git prune" | Linus Torvalds | 1 | -1/+2 |
2006-07-03 | Make git-fmt-merge-msg a builtin | Johannes Schindelin | 1 | -1/+2 |
2006-06-28 | Save errno in handle_alias() | Johannes Schindelin | 1 | -1/+3 |
2006-06-28 | Make some strings const | Timo Hirvonen | 1 | -1/+2 |
2006-06-28 | git wrapper: fix command name in an error message. | Andreas Ericsson | 1 | -2/+1 |
2006-06-18 | Make git-update-ref a builtin | Lukas Sandström | 1 | -1/+2 |
2006-06-18 | Make git-update-index a builtin | Lukas Sandström | 1 | -1/+2 |
2006-06-18 | Make git-stripspace a builtin | Lukas Sandström | 1 | -1/+2 |
2006-06-18 | Make git-mailinfo a builtin | Lukas Sandström | 1 | -1/+2 |
2006-06-18 | Make git-mailsplit a builtin | Lukas Sandström | 1 | -1/+2 |
2006-06-18 | Make git-write-tree a builtin | Lukas Sandström | 1 | -1/+2 |
2006-06-16 | fix git alias | Junio C Hamano | 1 | -3/+3 |
2006-06-10 | Built-in git-get-tar-commit-id | Rene Scharfe | 1 | -1/+1 |
2006-06-05 | git alias: try alias last. | Junio C Hamano | 1 | -6/+14 |
2006-06-05 | If you have a config containing something like this: | Johannes Schindelin | 1 | -0/+111 |
2006-06-03 | Builtin git-rev-parse. | Christian Couder | 1 | -1/+2 |
2006-05-24 | Builtin git-cat-file | Timo Hirvonen | 1 | -1/+2 |
2006-05-24 | Merge branch 'js/fmt-patch' | Junio C Hamano | 1 | -0/+1 |
2006-05-24 | Merge branch 'jc/builtin-n-tar-tree' | Junio C Hamano | 1 | -1/+14 |
2006-05-24 | Merge branch 'lt/dirwalk' | Junio C Hamano | 1 | -0/+2 |
2006-05-23 | Merge branch 'jc/tartree' into jc/builtin-n-tar-tree | Junio C Hamano | 1 | -0/+2 |
2006-05-23 | Builtin git-diff-files, git-diff-index, git-diff-stages, and git-diff-tree. | Peter Eriksen | 1 | -1/+5 |
2006-05-23 | Builtin git-show-branch. | Peter Eriksen | 1 | -1/+2 |
2006-05-23 | Builtin git-apply. | Peter Eriksen | 1 | -1/+2 |
2006-05-23 | Builtin git-commit-tree. | Peter Eriksen | 1 | -1/+2 |
2006-05-23 | Builtin git-read-tree. | Peter Eriksen | 1 | -1/+2 |
2006-05-23 | Builtin git-tar-tree. | Peter Eriksen | 1 | -1/+2 |
2006-05-23 | Builtin git-ls-tree. | Peter Eriksen | 1 | -1/+2 |
2006-05-23 | Builtin git-ls-files. | Peter Eriksen | 1 | -1/+2 |
2006-05-21 | git-format-patch: now built-in. | Junio C Hamano | 1 | -1/+1 |
2006-05-21 | Merge branch 'master' into js/fmt-patch | Junio C Hamano | 1 | -0/+4 |
2006-05-19 | built-in tar-tree and remote tar-tree | Junio C Hamano | 1 | -1/+3 |
2006-05-19 | Add builtin "git rm" command | Linus Torvalds | 1 | -0/+1 |
2006-05-19 | Builtin git-init-db | Timo Hirvonen | 1 | -0/+1 |
2006-05-18 | Make git-check-format-ref a builtin. | Lukas Sandström | 1 | -0/+1 |
2006-05-18 | Make "git rev-list" be a builtin | Linus Torvalds | 1 | -0/+1 |
2006-05-17 | Do "git add" as a builtin | Linus Torvalds | 1 | -0/+1 |
2006-05-15 | Merge branch 'jc/grep' | Junio C Hamano | 1 | -0/+1 |
2006-05-06 | Merge branch 'master' into js/fmt-patch | Junio C Hamano | 1 | -1/+3 |