diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2007-01-29 01:43:33 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2007-01-29 01:43:33 -0500 |
commit | 9a241220fd19c93a89501bfef51ce4ec79a79033 (patch) | |
tree | 25b9be09a5e2230308e2cc76fff70b601bff6ebf | |
parent | 1191ee1824aca8f817e531db6b779a11e7fe3c28 (diff) | |
download | git-9a241220fd19c93a89501bfef51ce4ec79a79033.tar.gz git-9a241220fd19c93a89501bfef51ce4ec79a79033.tar.xz |
user-manual: minor "TODO" updates
I still really want a section on interoperability with CVS, subversion,
etc., but I'm not getting around to it very fast, so just add this to
the TODO section for now. And a few other minor todo updates.
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
-rw-r--r-- | Documentation/user-manual.txt | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 8fd38e4ef..b4980a2a0 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -1784,11 +1784,6 @@ Examples TODO: topic branches, typical roles as in everyday.txt, ? -Working with other version control systems -========================================== - -TODO: CVS, Subversion, series-of-release-tarballs, etc. - [[cleaning-up-history]] Rewriting history and maintaining patch series ============================================== @@ -2902,7 +2897,6 @@ everything in between. Scan Documentation/ for other stuff left out; in particular: howto's - README some of technical/? hooks etc. @@ -2926,6 +2920,9 @@ standard end-of-chapter section? Include cross-references to the glossary, where appropriate. -To document: - reflogs, git reflog expire - shallow clones?? See draft 1.5.0 release notes for some documentation. +Document shallow clones? See draft 1.5.0 release notes for some +documentation. + +Add a sectin on working with other version control systems, including +CVS, Subversion, and just imports of series of release tarballs. + |