git-topic 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +2 -2
- data/VERSION +1 -1
- data/git-topic.gemspec +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
@@ -91,14 +91,14 @@ all work is written by an author, and reviewed by someone else.
|
|
91
91
|
As above, but if, after examining the code you feel some changes are
|
92
92
|
appropriate, you can either:
|
93
93
|
|
94
|
-
|
94
|
+
==== do them yourself and have the other person review and merge
|
95
95
|
|
96
96
|
# do some changes, then destroy the old review branch and make a new one
|
97
97
|
# with the cleaned up code. Now the owner is changed from djh to hal, so
|
98
98
|
# djh must review and merge into master
|
99
99
|
git push origin review/djh/bar:review/hal/bar :review/djh/bar
|
100
100
|
|
101
|
-
|
101
|
+
==== do some (or no) changes, but with some TODOs for the original author.
|
102
102
|
|
103
103
|
# do your changes on review/djh/bar
|
104
104
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.3
|
data/git-topic.gemspec
CHANGED