git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Re-fix get_pathspec()
@ 2008-03-07  8:38 Junio C Hamano
  2008-03-07  8:38 ` [PATCH 1/4] get_pathspec(): die when an out-of-tree path is given Junio C Hamano
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Junio C Hamano @ 2008-03-07  8:38 UTC (permalink / raw)
  To: git

After 1.5.4, we improved get_pathspec() to allow absolute paths, because
people wanted to cut&paste from file managers and such, so that you can
feed absolute paths to "git add" and friends.

However, the paths still must be inside work tree, so there must be a way
to ensure that.  d089eba (setup: sanitize absolute and funny paths in
get_pathspec()) botched the interface, by making the check the
responsibility of the callers, while keeping the interface to the function
intact, which meant that the callers needed to count returned pathspecs
and compared it with the number of paths fed to the function.

This miniseries cleans up the interface by making get_pathspec() to die
again.

Junio C Hamano (4):
  get_pathspec(): die when an out-of-tree path is given
  Revert part of 744dacd (builtin-mv: minimum fix to avoid losing files)
  Revert part of 1abf095 (git-add: adjust to the get_pathspec() changes)
  Revert part of d089eba (setup: sanitize absolute and funny paths in
    get_pathspec())

 builtin-add.c              |   12 ------------
 builtin-ls-files.c         |   11 +----------
 builtin-mv.c               |    6 +-----
 setup.c                    |    2 ++
 t/t3101-ls-tree-dirname.sh |    2 +-
 t/t7010-setup.sh           |    7 ++++---
 6 files changed, 9 insertions(+), 31 deletions(-)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-03-08  9:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-07  8:38 [PATCH 0/4] Re-fix get_pathspec() Junio C Hamano
2008-03-07  8:38 ` [PATCH 1/4] get_pathspec(): die when an out-of-tree path is given Junio C Hamano
2008-03-07 18:29   ` Robin Rosenberg
2008-03-07 18:51     ` Junio C Hamano
2008-03-07 11:53 ` [PATCH 0/4] Re-fix get_pathspec() Johannes Schindelin
2008-03-07 17:48   ` Junio C Hamano
2008-03-08  9:37 ` Junio C Hamano

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).