winton-externals 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.markdown +10 -1
- data/externals.gemspec +1 -1
- data/lib/externals/repository.rb +1 -1
- metadata +1 -1
data/README.markdown
CHANGED
|
@@ -33,4 +33,13 @@ externals unfreeze
|
|
|
33
33
|
|
|
34
34
|
The usual flow is to unfreeze, commit to the external, freeze, and commit to the parent project.
|
|
35
35
|
|
|
36
|
-
Your .git directories will be zipped and stored in /tmp when frozen, and moved back to the external when unfrozen.
|
|
36
|
+
Your .git directories will be zipped and stored in /tmp when frozen, and moved back to the external when unfrozen.
|
|
37
|
+
|
|
38
|
+
Are my externals frozen?
|
|
39
|
+
------------------------
|
|
40
|
+
|
|
41
|
+
When you want to know the status of your externals:
|
|
42
|
+
|
|
43
|
+
<pre>
|
|
44
|
+
externals status
|
|
45
|
+
</pre>
|
data/externals.gemspec
CHANGED
data/lib/externals/repository.rb
CHANGED