Found 27 matching messages (0.177 seconds). Page 1 of 2.
... be forced) if you're > pushing to the head that's checked out in a non-bare repository ? > > It's pretty ... 1 refs mapping * push to non-bare repository, but with mapping ... Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list ...
git - Jakub Narebski - Mar 18 2007 - 18:01
... which is why "git push" to a non-bare repository
is extremely surprising ... you suggested, one possible
solution is:
> $ git reset --soft
git - Theodore Tso - Mar 18 2007 - 22:00
... So when you push to a non-bare repo, it might ... auto merge and refuse the push if merging is impossible (as ... tree). The primary > repository is in /src/git, and other ones ... miss something? Many thanks, Sergio - To unsubscribe from this list: send ...
git - Sergio Callegari - Mar 19 2007 - 08:44
... about splitting HEAD when you push to the underlying branch, and ... sanely, people who push between non bare repositories can just forget ... would run this on B instead: $ git push A with: [remote ... org folks (3) Meta is a checkout of my 'todo' branch ...
git - Junio C Hamano - Mar 19 2007 - 20:49
... simply don't use "git push" to remote trees; basically, if ... repository on machine A, and clone it to a non-bare ... . But that means duplicating the repository on the same filesystem of ... worried about what will happen to my light checkout when someone ...
git - Matthieu Moy - Mar 19 2007 - 05:19
... want. > > The default is not to encourage people (who do not ... are doing anyway) to push into non-bare repository. > Maybe it's ... 's checked out in a non-bare repository ? It's pretty ... this list: send the line "unsubscribe git" in the body of a ...
git - Sam Vilain - Mar 18 2007 - 17:51
... 't the default in a bare repository, but it should be ... is whether we have enough to enforce the following: > > * Only accept ... locally, and then redo the git push) Yes, the update hook ... by default rejects *all* non-fast-forward pushes, even if the ...
git - Shawn O. Pearce - Mar 18 2007 - 22:56
... usually doing from > tools like git-checkout. > > receive-pack isn't ... reflog if HEAD points at a branch we are actually updating ... performed on HEAD. Since the push updates the branch directly it ... for the discussion of pushing to a non-bare repository with ...
git - Nicolas Pitre - Mar 19 2007 - 00:08
... anything you want. The default is not to encourage people (who do not know what ... they are doing anyway) to push into non-bare repository. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger. ...
git - Junio C Hamano - Mar 18 2007 - 15:47
... isn't the default in a bare repository, but it
> should be the ... cd r1 ; git push ../r2)
updating 'refs/heads/master'
from f2e3cc0bb64c8c94b89ba07bfbdd1653584586f2
to ...
git - Theodore Tso - Mar 18 2007 - 23:21
... that wouldn't change the push at > all. > > Meaning that for the discussion of pushing to a non-bare repository with ... it will be confusing when "git reflog" shows no hint of ... shouldn't be updated. - Ted - To unsubscribe from this list: send ...
git - Theodore Tso - Mar 19 2007 - 02:25
... that for the discussion of pushing to a non-bare repository with > ... that reference HEAD will see a new commit, and and it will > be confusing when "git reflog" shows no hint of ... the exact same thing. Nicolas - To unsubscribe from this list: send ...
git - Nicolas Pitre - Mar 19 2007 - 11:16
... (that can be forced) if you're > pushing to the head that's checked out in a non-bare repository ? We talked about that in the past on the list. No. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a ...
git - Junio C Hamano - Mar 18 2007 - 18:18
Matthieu Moy wrote: > * Create a bare repository on machine A, and clone it to a non-bare >
git - Jakub Narebski - Mar 19 2007 - 06:01
... it will > > be confusing when "git reflog" shows no hint of ... symbolic refs. This is expensive to do in general, though, > because ... case which is a push to a non bare repo. If ... separately in those cases. Nicolas - To unsubscribe from this list: send ...
git - Nicolas Pitre - Mar 19 2007 - 11:20
... git push" won't modify). Then, provide me a way to ... s say "repository" in the git vocabulary) with a working tree ... in the same directory as a branch. The working tree knows ... the todo-list? Thanks, -- Matthieu - To unsubscribe from this list: send ...
git - Matthieu Moy - Mar 18 2007 - 13:31
... that I left non 'master' checked out, I would do "git > reset -- ... I do not want > my push to sometimes result in detached ... annoyed enough by sometimes mistakenly > pushing into the live branch, I ... " in the body of a message to majordomo@vger.kernel.org ...
git - Junio C Hamano - Mar 19 2007 - 20:54
... out
git - Theodore Tso - Mar 18 2007 - 22:47
... is whether we have enough to enforce the following: > > > > * Only accept ... do a git pull, merge > > locally, and then redo the git push) ... by > default rejects *all* non-fast-forward pushes, even if the ... happen when I was in a rush, and it was nice ...
git - Theodore Tso - Mar 18 2007 - 23:33
... branch, not HEAD. If you pushed instead to HEAD you should > see the HEAD ... > What about splitting HEAD when you push to the underlying branch, and making HEAD a non-symref? Sam ... from this list: send the line "unsubscribe git" in the body of a ...
git - Sam Vilain - Mar 19 2007 - 19:58