diff options
author | David Greaves <david@dgreaves.com> | 2005-05-22 18:44:17 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-22 11:07:22 -0700 |
commit | 2aef5bbae99aeba3551408eae13faea02bf55b67 (patch) | |
tree | 99282828d5af15b0af0d0eac13a5b1194e88342c /Documentation/git.txt | |
parent | [PATCH] Docs - tag object, git- prefix and s/changeset/commit/g (diff) | |
download | tgif-2aef5bbae99aeba3551408eae13faea02bf55b67.tar.xz |
[PATCH] Docs - delta object
Added delta documentation
Signed-off-by: David Greaves <david@dgreaves.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 89e4cf787a..7edbcc38af 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -51,6 +51,9 @@ link:git-init-db.html[git-init-db]:: link:git-merge-base.html[git-merge-base]:: Finds as good a common ancestor as possible for a merge +link:git-mkdelta.html[git-mkdelta]:: + Creates a delta object + link:git-mktag.html[git-mktag]:: Creates a tag object |