Signed-off-by: Matthieu Moy <Matthieu.Moy@xxxxxxx> --- Noticed while reviewing the patch serie about textconv and symlinks. If we have comments, better have them up-to-date ;-). sha1_name.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/sha1_name.c b/sha1_name.c index 7b7e617..d7ab72a 100644 --- a/sha1_name.c +++ b/sha1_name.c @@ -1062,6 +1062,7 @@ int get_sha1_with_context_1(const char *name, unsigned char *sha1, /* sha1:path --> object name of path in ent sha1 * :path -> object name of path in index * :[0-3]:path -> object name of path in index at stage + * :/foo -> last commit whose subject starts with foo */ if (name[0] == ':') { int stage = 0; -- 1.7.3.2.g257b5f -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html