Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-07-29 | Call setup_git_directory() much earlier | Linus Torvalds | 1 | -2/+1 | |
This changes the calling convention of built-in commands and passes the "prefix" (i.e. pathname of $PWD relative to the project root level) down to them. Signed-off-by: Linus Torvalds <torvalds@osdl.org> Signed-off-by: Junio C Hamano <junkio@cox.net> | |||||
2006-05-23 | Merge branch 'jc/builtin-n-tar-tree' into next | Junio C Hamano | 1 | -0/+499 | |
* jc/builtin-n-tar-tree: Builtin git-diff-files, git-diff-index, git-diff-stages, and git-diff-tree. Builtin git-show-branch. Builtin git-apply. Builtin git-commit-tree. Builtin git-read-tree. Builtin git-tar-tree. Builtin git-ls-tree. Builtin git-ls-files. | |||||
2006-05-23 | Builtin git-ls-files. | Peter Eriksen | 1 | -0/+824 | |
Signed-off-by: Peter Eriksen <s022018@student.dtu.dk> Signed-off-by: Junio C Hamano <junkio@cox.net> |