diff options
-rw-r--r-- | Documentation/technical/reftable.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/technical/reftable.md b/Documentation/technical/reftable.md index 47c61a350d..5140e624ef 100644 --- a/Documentation/technical/reftable.md +++ b/Documentation/technical/reftable.md @@ -566,6 +566,10 @@ supplied for the update. [update-ref]: https://git-scm.com/docs/git-update-ref#_logging_updates +Contrary to traditional reflog (which is a file), renames are encoded as a +combination of ref deletion and ref creation. + + #### Reading the log Readers accessing the log must first read the footer (below) to |