Files
git-mirror/Documentation
Lars Hjemli c976d415e5 git-branch: add options and tests for branch renaming
Extend git-branch with the following options:

  git-branch -m|-M [<oldbranch>] newbranch

The -M variation is required to force renaming over an exsisting
branchname.

This also indroduces $GIT_DIR/RENAME_REF which is a "metabranch"
used when renaming branches. It will always hold the original sha1
for the latest renamed branch.

Additionally, if $GIT_DIR/logs/RENAME_REF exists, all branch rename
events are logged there.

Finally, some testcases are added to verify the new options.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2006-12-05 23:50:57 -08:00
..
2006-03-02 00:52:59 -08:00
2006-05-24 22:29:23 -07:00
2006-06-07 11:49:35 -07:00
2006-07-01 17:09:01 -07:00
2006-06-07 11:49:35 -07:00
2006-07-09 02:42:41 -07:00
2006-09-27 23:59:09 -07:00
2006-07-09 02:42:41 -07:00
2006-07-09 02:42:41 -07:00
2006-07-09 02:42:41 -07:00
2006-06-03 23:54:55 -07:00
2006-06-17 17:56:52 -07:00
2006-11-06 22:56:07 -08:00
2006-10-22 22:51:42 -07:00
2006-06-03 23:54:55 -07:00
2006-11-07 16:33:59 -08:00
2006-11-18 14:04:45 -08:00
2006-06-03 23:54:55 -07:00
2006-11-19 22:59:05 -08:00
2006-11-28 20:59:41 -08:00
2006-07-09 02:42:41 -07:00
2006-09-09 11:57:37 -07:00
2006-06-21 02:34:14 -07:00
2006-05-01 22:29:16 -07:00
2006-09-20 09:00:14 -07:00
2006-06-24 01:11:19 -07:00
2006-09-13 23:39:33 -07:00
2006-11-29 12:16:55 -08:00
2006-10-23 13:19:49 -07:00