Add scripts to determine and create branch from patch
commitc47cbaaf2484f0fe2ee74f3ade2b2bf4d37404ab
authorImran M Yousuf <imyousuf@smartitengineering.com>
Tue, 23 Sep 2008 03:21:28 +0000 (23 09:21 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Tue, 23 Sep 2008 03:21:28 +0000 (23 09:21 +0600)
tree2d5b7bd207537ddcc2a8b7c69dfa2eb0dc0846cb
parent799e12baad000194ae7882d74956199de8082b3c
Add scripts to determine and create branch from patch

Branch is determined from patch file's index entries. If all patch content
is new files, then HEAD will be chosen as the branch creation point.

The shells may be used as follows:
./brachCreator $(./treeFinder path-to-patch-mail-or-file) test

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
brachCreator [new file with mode: 0755]
treeFinder [new file with mode: 0755]