diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-09-19 16:38:58 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-09-19 16:38:58 +0200 |
commit | f909c20974dbad2880ee7f8ee5281292b938a87a (patch) | |
tree | d73f6e930612be9b5180d2314aeae7061928de26 | |
parent | typo (diff) | |
download | using-git-f909c20974dbad2880ee7f8ee5281292b938a87a.tar.gz using-git-f909c20974dbad2880ee7f8ee5281292b938a87a.tar.bz2 using-git-f909c20974dbad2880ee7f8ee5281292b938a87a.tar.xz |
add todos
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | using-git.texinfo | 41 |
1 files changed, 30 insertions, 11 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 473c1da..2a57a69 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -2281,19 +2281,38 @@ is is also quite old. @item shallow repository A repository with an incomplete commit history. -@c @item symref +@c TODO @item symref @c @itemx symbolic reference -@c @item tag -@c @item tag object -@c @item topic branch -@c @item tree -@c @item tree object -@c @item tree-ish -@c @item unmerged index -@c @item unreachable object -@c @item upstream branch -@c @item working tree +@c TODO @item tag +@c TODO @item tag object +@c TODO @item topic branch +@c TODO @item tree +@c TODO @item tree object +@c TODO @item tree-ish +@c TODO @item unmerged index +@c TODO @item unreachable object +@c TODO @item upstream branch +@c TODO @item working tree @end table @bye + +TODO: + +man gitrevisions +.git/config +man gitrepository-layout +man gitignore +man gitmodules + + +TODO: (late in the manual) + +man gitattributes +man githooks +man gitdiffcore +man gitcredentials +man gitnamespaces +man gitcore-tutorial + |