diff options
author | Han-Wen Nienhuys <hanwen@google.com> | 2019-08-21 19:16:32 +0200 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@google.com> | 2019-08-21 19:16:51 +0200 |
commit | c517725b8c4fcd379a72acd4c4236b26b995bc25 (patch) | |
tree | 670d27b34aa656d3f5d96a92f369df05751743a1 /Documentation | |
parent | 2d0f1c1dc11fd445d3137b1f2fa49f88bbd48bb5 (diff) | |
download | jgit-c517725b8c4fcd379a72acd4c4236b26b995bc25.tar.gz jgit-c517725b8c4fcd379a72acd4c4236b26b995bc25.zip |
Documentation/technical/reftable: document rename in reflog.
Change-Id: I0fe7d28a772b1ee9eefd9a38bff5e08a8559988f
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Diffstat (limited to 'Documentation')
-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 |