diff options
author | Eric Wong <normalperson@yhbt.net> | 2007-02-08 12:53:57 -0800 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2007-02-23 00:57:11 -0800 |
commit | e518192f3be92097ba550098dbb69d769ca18429 (patch) | |
tree | 6d78a0fb5863ae719cc00a75c6dc76106964470c /builtin-update-ref.c | |
parent | git-svn: run get_log() on a sub-directory if possible (diff) | |
download | tgif-e518192f3be92097ba550098dbb69d769ca18429.tar.xz |
git-svn: implement auto-discovery of branches/tags
This is similar to the way git proper handles refs, except we
use the keys 'branches' and 'tags' to distinguish when we want
to use wildcards.
The left-hand side of the ':' contains the remote path, and must
have one asterisk ('*') in it for the branch name. The asterisk
may be in any component of the path as long as is it on its own
directory level.
The right-hand side contains the refname and must have the
asterisk as the last path component.
branches = branches/*:refs/remotes/*
tags = tags/*:refs/remotes/tags/*
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'builtin-update-ref.c')
0 files changed, 0 insertions, 0 deletions