git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* "git add" and absolute paths
@ 2008-01-28 12:32 Wincent Colaiuta
  2008-01-28 12:43 ` Johannes Schindelin
  2008-01-28 13:08 ` Jakub Narebski
  0 siblings, 2 replies; 4+ messages in thread
From: Wincent Colaiuta @ 2008-01-28 12:32 UTC (permalink / raw)
  To: git mailing list

I was somewhat surprised the other day to see that you can't pass  
absolute paths to "git add":

$ cd /tmp
$ mkdir foo
$ cd foo
$ git init
Initialized empty Git repository in .git/cuzco:foo
$ echo "content" > file
$ git add /tmp/foo/file
fatal: unable to add /tmp/foo/file to index
$ git add file

I understand that you can't add arbitrary paths outside of your  
worktree, but if the absolute path specifies something _inside_ your  
worktree then it seems that this is either a bug or a "usability  
shortcoming" if you prefer to avoid the term "bug".

I also understand that providing a relative path is by far the most  
common operation, but there are real use cases where it's easier to  
pass an absolute path. For example: you're working at the console  
inside the work tree but you also have a GUI file browser open  
alongside. Sometimes it is simpler to drag-and-drop the file from the  
GUI to the console window (thus inserting the absolute path to the  
file) rather than typing out the relative path, even with  
autocompletion.

Out of curiosity I went back and looked at the last version of Git  
before "add" became a built-in (1.3.3). It also barfs for absolute  
paths:

$ git add file
Ignoring path /tmp/foo/file

So I suspect it's always been this way. Do people agree that this  
issue is worth addressing?

Cheers,
Wincent

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

* Re: "git add" and absolute paths
  2008-01-28 12:32 "git add" and absolute paths Wincent Colaiuta
@ 2008-01-28 12:43 ` Johannes Schindelin
  2008-01-28 13:08 ` Jakub Narebski
  1 sibling, 0 replies; 4+ messages in thread
From: Johannes Schindelin @ 2008-01-28 12:43 UTC (permalink / raw)
  To: Wincent Colaiuta; +Cc: git mailing list

Hi,

On Mon, 28 Jan 2008, Wincent Colaiuta wrote:

> I was somewhat surprised the other day to see that you can't pass 
> absolute paths to "git add":

I think this is in the same ballpark as the wish to normalise paths passed 
to git add.  Not something for 1.5.4.

Personally, I have to admit that this was never an itch of mine, so I'll 
probably not "fix" it.

Ciao,
Dscho

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

* Re: "git add" and absolute paths
  2008-01-28 12:32 "git add" and absolute paths Wincent Colaiuta
  2008-01-28 12:43 ` Johannes Schindelin
@ 2008-01-28 13:08 ` Jakub Narebski
  2008-01-28 18:32   ` Jeff King
  1 sibling, 1 reply; 4+ messages in thread
From: Jakub Narebski @ 2008-01-28 13:08 UTC (permalink / raw)
  To: Wincent Colaiuta; +Cc: git mailing list

Wincent Colaiuta <win@wincent.com> writes:

> I was somewhat surprised the other day to see that you can't pass
> absolute paths to "git add":
>
[cut] 
> 
> I understand that you can't add arbitrary paths outside of your
> worktree, but if the absolute path specifies something _inside_ your
> worktree then it seems that this is either a bug or a "usability
> shortcoming" if you prefer to avoid the term "bug".

If I remember correctly this issue was discussed on git mailing list,
and I guess there were even some patches implementing that, but I
don't know what happened iwth them: freeze persiod, troubles with
Cygwin (MS Windows), or what...

-- 
Jakub Narebski
Poland
ShadeHawk on #git

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

* Re: "git add" and absolute paths
  2008-01-28 13:08 ` Jakub Narebski
@ 2008-01-28 18:32   ` Jeff King
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff King @ 2008-01-28 18:32 UTC (permalink / raw)
  To: Jakub Narebski; +Cc: Wincent Colaiuta, git mailing list

On Mon, Jan 28, 2008 at 05:08:44AM -0800, Jakub Narebski wrote:

> > I understand that you can't add arbitrary paths outside of your
> > worktree, but if the absolute path specifies something _inside_ your
> > worktree then it seems that this is either a bug or a "usability
> > shortcoming" if you prefer to avoid the term "bug".
> 
> If I remember correctly this issue was discussed on git mailing list,
> and I guess there were even some patches implementing that, but I
> don't know what happened iwth them: freeze persiod, troubles with
> Cygwin (MS Windows), or what...

I think the thread just trailed off, and no replacement patch got
submitted. See this thread:

  http://mid.gmane.org/200712032153.31322.robin.rosenberg.lists@dewire.com

-Peff

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

end of thread, other threads:[~2008-01-28 18:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-28 12:32 "git add" and absolute paths Wincent Colaiuta
2008-01-28 12:43 ` Johannes Schindelin
2008-01-28 13:08 ` Jakub Narebski
2008-01-28 18:32   ` Jeff King

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