Skip to content

Commit 86daf1e

Browse files
committed
Cosmetics
1 parent dc58756 commit 86daf1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ projects.
2020
The ``svn:externals`` property allows one part of a Subversion
2121
repository to depend on other parts (or other repositories) so that
2222
when checked out the dependent parts will be checked out also. Also,
23-
updating the main checkout will update all the dependent checkouts
24-
also. Externals are often used to put together a composite application
25-
which consists of multiple independent parts.
23+
updating the main checkout will update all the dependent
24+
checkouts. Externals are often used to put together a composite
25+
application which consists of multiple independent parts.
2626

2727
The package provides a single script -- ``gitctl`` -- which reads in a
2828
configuration file and performs the appropriate clone / pull
@@ -32,7 +32,7 @@ working directory. Subsequent script calls will pull in (with
3232
--rebase) changes from the remote repository.
3333

3434
Also remote Subversion repositories are supported which will be cloned
35-
and updated using ``git-svn``. This is useful if you're composite
35+
and updated using ``git-svn``. This is useful if your composite
3636
project consists of components that are hosted on Subversion
3737
repositories not under your immediate control.
3838

0 commit comments

Comments
 (0)