diff options
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 3827e8d..4123eb8 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -2287,7 +2287,10 @@ branch, often a remote-tracking branch. The action of sending updates to a remote repository. -@c TODO @item reachable +@item reachable +All ancestors of a given commit are reachable +from that commit. This can be generallised to +chained objects. @item rebase The action of rewriting history by pretending |