* should git push . from:to work?
@ 2007-02-01 14:56 Michael S. Tsirkin
2007-02-01 15:00 ` Johannes Schindelin
0 siblings, 1 reply; 4+ messages in thread
From: Michael S. Tsirkin @ 2007-02-01 14:56 UTC (permalink / raw)
To: git
Should I not be able to use . as a URL?
git push seems to think . is a remote, not a URL:
mst@mst-lt:~/scm/sdpnetstat$ git push . refs/heads/master:refs/heads/ofed_1_2
fatal: remote '.' has no URL
mst@mst-lt:~/scm/sdpnetstat$ git push $PWD refs/heads/master:refs/heads/ofed_1_2
updating 'refs/heads/ofed_1_2' using 'refs/heads/master'
from c16c0acb0906209868d5682d0668ada0f250da02
to cfc08ab244ece514f7c453d27397281129f14264
Generating pack...
Done counting 0 objects.
Writing 0 objects.
Total 0 (delta 0), reused 0 (delta 0)
Unpacking 0 objects
refs/heads/ofed_1_2: c16c0acb0906209868d5682d0668ada0f250da02 -> cfc08ab244ece514f7c453d27397281129f14264
So there's an easy workaround, but why does this work for pull but not for push?
--
MST
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: should git push . from:to work?
2007-02-01 14:56 should git push . from:to work? Michael S. Tsirkin
@ 2007-02-01 15:00 ` Johannes Schindelin
2007-02-01 15:05 ` Michael S. Tsirkin
0 siblings, 1 reply; 4+ messages in thread
From: Johannes Schindelin @ 2007-02-01 15:00 UTC (permalink / raw)
To: Michael S. Tsirkin; +Cc: git
Hi,
On Thu, 1 Feb 2007, Michael S. Tsirkin wrote:
> Should I not be able to use . as a URL?
> git push seems to think . is a remote, not a URL:
You seem to be infected by the less-than-intuitive
"git pull ."-makes-perfect-sense camp.
Why not just do "git branch to from"?
Ciao,
Dscho
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: should git push . from:to work?
2007-02-01 15:00 ` Johannes Schindelin
@ 2007-02-01 15:05 ` Michael S. Tsirkin
2007-02-02 10:02 ` Jakub Narebski
0 siblings, 1 reply; 4+ messages in thread
From: Michael S. Tsirkin @ 2007-02-01 15:05 UTC (permalink / raw)
To: Johannes Schindelin; +Cc: git
> Quoting Johannes Schindelin <Johannes.Schindelin@gmx.de>:
> Subject: Re: should git push . from:to work?
>
> Hi,
>
> On Thu, 1 Feb 2007, Michael S. Tsirkin wrote:
>
> > Should I not be able to use . as a URL?
> > git push seems to think . is a remote, not a URL:
>
> You seem to be infected by the less-than-intuitive
> "git pull ."-makes-perfect-sense camp.
Not really, I don't really care.
> Why not just do "git branch to from"?
Because I want to update am existing local branch that is different from what
I have checked out.
--
MST
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: should git push . from:to work?
2007-02-01 15:05 ` Michael S. Tsirkin
@ 2007-02-02 10:02 ` Jakub Narebski
0 siblings, 0 replies; 4+ messages in thread
From: Jakub Narebski @ 2007-02-02 10:02 UTC (permalink / raw)
To: git
Michael S. Tsirkin wrote:
>> Quoting Johannes Schindelin <Johannes.Schindelin@gmx.de>:
>> Subject: Re: should git push . from:to work?
>> On Thu, 1 Feb 2007, Michael S. Tsirkin wrote:
>>
>> > Should I not be able to use . as a URL?
>> > git push seems to think . is a remote, not a URL:
>>
>> You seem to be infected by the less-than-intuitive
>> "git pull ."-makes-perfect-sense camp.
>
> Not really, I don't really care.
>
>> Why not just do "git branch to from"?
>
> Because I want to update am existing local branch that is different from
> what I have checked out.
But git-branch does _not_ do checkout, so you can use it to manipulate
branches even if you are on different branch (even if you have different
branch checked out)!
Neither git-fetch not git-push understand '.' remote; git-pull was (and is)
special case to allow git-fetch+git-pull workflow.
--
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-02-02 10:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-01 14:56 should git push . from:to work? Michael S. Tsirkin
2007-02-01 15:00 ` Johannes Schindelin
2007-02-01 15:05 ` Michael S. Tsirkin
2007-02-02 10:02 ` Jakub Narebski
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.