Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GIT 0.99.9j aka 1.0rc3v1.0rc3v0.99.9j | Junio C Hamano | 2005-11-16 | 1 | -0/+1 |
| | | | | Signed-off-by: Junio C Hamano <junkio@cox.net> | ||||
* | Avoid compiler warning. | Junio C Hamano | 2005-10-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Junio C Hamano <junkio@cox.net> | ||||
* | Add git-symbolic-ref | Junio C Hamano | 2005-10-01 | 1 | -0/+34 |
This adds the counterpart of git-update-ref that lets you read and create "symbolic refs". By default it uses a symbolic link to represent ".git/HEAD -> refs/heads/master", but it can be compiled to use the textfile symbolic ref. The places that did 'readlink .git/HEAD' and 'ln -s refs/heads/blah .git/HEAD' have been converted to use new git-symbolic-ref command, so that they can deal with either implementation. Signed-off-by: Junio C Hamano <junio@twinsun.com> |