Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove upload-tar and make git-tar-tree a thin wrapper to git-archive | Junio C Hamano | 2006-09-25 | 1 | -39/+0 |
| | | | | | | | | | | | The command now issues a big deprecation warning message and runs git-archive command with appropriate arguments. git-tar-tree $tree_ish $base always forces $base to be the leading directory name, so the --prefix parameter passed internally to git-archive is a slash appended to it, i.e. "--prefix=$base/". Signed-off-by: Junio C Hamano <junkio@cox.net> | ||||
* | Assorted typo fixes | Pavel Roskin | 2006-07-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Junio C Hamano <junkio@cox.net> | ||||
* | Documentation: add missing docs make check-docs found. | Junio C Hamano | 2006-06-07 | 1 | -0/+39 |
Signed-off-by: Junio C Hamano <junkio@cox.net> |