diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:47:55 +0000 |
commit | f04f772d4c2791a1bc0e36fe8df2dc8d62ea8378 (patch) | |
tree | 6601becfb9eccb5e3361f1f802e96ea7839bfca8 /debian/git-doc.doc-base.git-shallow-clone-design | |
parent | Adding upstream version 1:2.39.2. (diff) | |
download | git-f04f772d4c2791a1bc0e36fe8df2dc8d62ea8378.tar.xz git-f04f772d4c2791a1bc0e36fe8df2dc8d62ea8378.zip |
Adding debian version 1:2.39.2-1.1.debian/1%2.39.2-1.1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/git-doc.doc-base.git-shallow-clone-design | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/git-doc.doc-base.git-shallow-clone-design b/debian/git-doc.doc-base.git-shallow-clone-design new file mode 100644 index 0000000..9f94a2f --- /dev/null +++ b/debian/git-doc.doc-base.git-shallow-clone-design @@ -0,0 +1,12 @@ +Document: git-shallow-clone-design +Title: Technical documentation for shallow clones in git +Author: Johannes Schindelin +Abstract: There has not been any work on the git fetch/clone + --depth lately, so it is hard to find out what it does, and + how. This document describes the ideas as well as the + current problems, and can serve as a starting point for + shallow people. +Section: File Management + +Format: Text +Files: /usr/share/doc/git-doc/technical/shallow.txt |