Skip to content

Commit 3112481

Browse files
committed
update doc and notes
1 parent 9b93c25 commit 3112481

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Diff for: ReadMe.md

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ The `git-subrepo` command benefits these roles in the following ways:
5151
* Moving/renaming a subrepo subdir just works.
5252
* Your git history is kept squeaky clean.
5353
* Upstream history (clone/pull) is condensed into a single commit.
54+
* You can see the complete subrepo history by using a subrepo remote branch.
5455
* Commits pushed back upstream are NOT condensed.
5556
* Easy to play around with subrepos and then reset back.
5657
* Does not introduce history that messes up other git commands.

Diff for: doc/git-subrepo.1

+3
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ Your git history is kept squeaky clean\.
9191
Upstream history (clone/pull) is condensed into a single commit\.
9292
.
9393
.IP "\(bu" 4
94+
You can see the complete subrepo history by using a subrepo remote branch\.
95+
.
96+
.IP "\(bu" 4
9497
Commits pushed back upstream are NOT condensed\.
9598
.
9699
.IP "\(bu" 4

Diff for: note/ToDo

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
- git-subrepo.d/remote
3131
- git-subrepo.d/commit
3232

33+
- Rewrite the Intro doc.
34+
3335
== Promotion
3436

3537
- Git Commands

0 commit comments

Comments
 (0)