diff options
| author | Mattias Andrée <maandree@operamail.com> | 2013-09-24 23:12:45 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2013-09-24 23:12:45 +0200 |
| commit | a525e58862d346db8a8dfba9eba81cb684ad75c7 (patch) | |
| tree | 1c8b59afd55cae2ddf8aba2d6c5371a6cd02c89c /using-git.texinfo | |
| parent | add symref to glossary (diff) | |
| download | using-git-a525e58862d346db8a8dfba9eba81cb684ad75c7.tar.gz using-git-a525e58862d346db8a8dfba9eba81cb684ad75c7.tar.bz2 using-git-a525e58862d346db8a8dfba9eba81cb684ad75c7.tar.xz | |
add reachable to glossary
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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 |
