author | Junio C Hamano <junkio@cox.net> | |
Thu, 30 Mar 2006 03:41:37 +0000 (19:41 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 30 Mar 2006 03:41:37 +0000 (19:41 -0800) | ||
commit | ce4a706388bd26a3f897bb41a397113f1076ffc6 | |
tree | 76548ea5eaa5a478ac7882a0b77d944e12bc727f | tree | snapshot |
parent | 384e99a4a99820c34fe3600b2aad3f0185dd43db | commit | diff |
revision arguments: ..B means HEAD..B, just like A.. means A..HEAD
For consistency reasons, we should probably allow that to be written as
just "..branch", the same way we can write "branch.." to mean "everything
in HEAD but not in "branch".
Signed-off-by: Junio C Hamano <junkio@cox.net>
For consistency reasons, we should probably allow that to be written as
just "..branch", the same way we can write "branch.." to mean "everything
in HEAD but not in "branch".
Signed-off-by: Junio C Hamano <junkio@cox.net>
rev-parse.c | diff | blob | history | |
revision.c | diff | blob | history |