Re: Could not interpret heads/dbrt-test as something to pull

2005-09-04 Thread Kalle Valo
Junio C Hamano [EMAIL PROTECTED] writes: Rsync works for me also. But HTTP is still broken. Sorry, a broken repo. Fix made on master should percolate through soonish. HTTP clone works now, thanks. -- Kalle Valo - To unsubscribe from this list: send the line unsubscribe git in the body

Re: cvsimport error: need a valid pathname

2005-08-27 Thread Kalle Valo
Martin Langhoff [EMAIL PROTECTED] writes: On 8/28/05, Kalle Valo [EMAIL PROTECTED] wrote: The documentation says that it should be possible to update incrementally from the CVS repository. Am I doing something wrong or is this a bug? It _should_ work the way you are running it, so consider

Re: [RFC] undo and redo

2005-08-25 Thread Kalle Valo
something important, nothing more. For anything else I would use branches, as was suggested. -- Kalle Valo - To unsubscribe from this list: send the line unsubscribe git in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] Change git-branch to list branches

2005-08-17 Thread Kalle Valo
Junio C Hamano [EMAIL PROTECTED] writes: I do not think we have agreed to limit ourselves to a flat namespace under refs/heads without subdirectories. Something like what git-show-branches-script does when $# == 0, perhaps? I didn't realise this. I'll send a revised patch soon. -- Kalle

Re: [PATCH] Add git-branches-script

2005-08-16 Thread Kalle Valo
. I have a patch coming up. -- Kalle Valo - To unsubscribe from this list: send the line unsubscribe git in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] Change git-branch to list branches

2005-08-16 Thread Kalle Valo
If no argument provided to `git branch`, show available branches and mark current branch with star. This is based on patch written by Amos Waterland [EMAIL PROTECTED]. Signed-off-by: Kalle Valo [EMAIL PROTECTED] --- git-branch-script |8 +++- 1 files changed, 7 insertions(+), 1