diff options
author | Bruce Williams <bruce@codefluency.com> | 2010-03-18 14:46:12 -0700 |
---|---|---|
committer | Bruce Williams <bruce@codefluency.com> | 2010-03-18 14:46:12 -0700 |
commit | 463779ca3d297ade2568893372fb6e982fb5ec74 (patch) | |
tree | 22949e456ad799d4c7d3a328ab75fffb236b9faf /spec/fixtures | |
parent | dc64158c8cb818b7f583f5f7c8b5ce5197338ee0 (diff) |
Support different create and revision= operations depending on the revision type in Git (commit, tag, or local/remote branch)
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/git_branch_a.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/spec/fixtures/git_branch_a.txt b/spec/fixtures/git_branch_a.txt new file mode 100644 index 0000000..2c99829 --- /dev/null +++ b/spec/fixtures/git_branch_a.txt @@ -0,0 +1,14 @@ + feature/foo + feature/bar + feature/baz + feature/quux + only/local +* master + refactor/foo + origin/HEAD + origin/feature/foo + origin/feature/bar + origin/feature/baz + origin/feature/quux + origin/only/remote + origin/master |