From: "Nguyễn Thái Ngọc Duy" <pclouds@gmail.com>
To: git@vger.kernel.org
Cc: "Nguyễn Thái Ngọc Duy" <pclouds@gmail.com>
Subject: [RFC PATCH v2 0/4] Sparse checkout
Date: Mon, 10 Aug 2009 22:19:18 +0700 [thread overview]
Message-ID: <1249917562-5931-1-git-send-email-pclouds@gmail.com> (raw)
Another RFC, which is more usable than the last series I sent out.
Compared to the last one, a few more patches have gone the way of
Dodo; 'git shape-workdir' has become a hook and should be easier
to write too. All you need is a few
"git update-index --[no-]assume-unchanged" in .git/hooks/sparse.
Nguyá»
n Thái Ngá»c Duy (4):
Prevent diff machinery from examining assume-unchanged entries on
worktree
gitignore: read from index if .gitignore is assume-unchanged
unpack_trees(): add support for sparse checkout
read-tree: add --no-sparse to turn off sparse hook
Documentation/technical/api-directory-listing.txt | 3 +
builtin-clean.c | 5 +-
builtin-ls-files.c | 4 +-
builtin-read-tree.c | 4 +-
cache.h | 3 +
diff-lib.c | 5 +-
dir.c | 70 +++++++---
t/t1009-read-tree-sparse.sh | 48 +++++++
t/t3001-ls-files-others-exclude.sh | 20 +++
t/t4039-diff-assume-unchanged.sh | 31 ++++
t/t7300-clean.sh | 19 +++
unpack-trees.c | 154 ++++++++++++++++++++-
unpack-trees.h | 3 +
13 files changed, 335 insertions(+), 34 deletions(-)
create mode 100755 t/t1009-read-tree-sparse.sh
create mode 100755 t/t4039-diff-assume-unchanged.sh
next reply other threads:[~2009-08-10 15:19 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-10 15:19 Nguyễn Thái Ngọc Duy [this message]
2009-08-10 15:19 ` [RFC PATCH v2 1/4] Prevent diff machinery from examining assume-unchanged entries on worktree Nguyễn Thái Ngọc Duy
2009-08-10 15:19 ` [RFC PATCH v2 2/4] gitignore: read from index if .gitignore is assume-unchanged Nguyễn Thái Ngọc Duy
2009-08-10 15:19 ` [RFC PATCH v2 3/4] unpack_trees(): add support for sparse checkout Nguyễn Thái Ngọc Duy
2009-08-10 15:19 ` [RFC PATCH v2 4/4] read-tree: add --no-sparse to turn off sparse hook Nguyễn Thái Ngọc Duy
2009-08-10 16:46 ` Johannes Schindelin
2009-08-11 1:38 ` Nguyen Thai Ngoc Duy
2009-08-11 5:13 ` Junio C Hamano
2009-08-11 6:50 ` Johannes Schindelin
2009-08-11 7:08 ` Nguyen Thai Ngoc Duy
2009-08-10 16:41 ` [RFC PATCH v2 3/4] unpack_trees(): add support for sparse checkout Johannes Schindelin
2009-08-11 1:47 ` Nguyen Thai Ngoc Duy
2009-08-11 7:02 ` Johannes Schindelin
2009-08-10 16:33 ` [RFC PATCH v2 2/4] gitignore: read from index if .gitignore is assume-unchanged Johannes Schindelin
2009-08-11 1:57 ` Nguyen Thai Ngoc Duy
2009-08-11 8:12 ` Johannes Schindelin
2009-08-10 16:20 ` [RFC PATCH v2 1/4] Prevent diff machinery from examining assume-unchanged entries on worktree Johannes Schindelin
2009-08-11 1:34 ` Nguyen Thai Ngoc Duy
2009-08-11 6:45 ` Johannes Schindelin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1249917562-5931-1-git-send-email-pclouds@gmail.com \
--to=pclouds@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).