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

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

2005-09-04 Thread Kalle Valo
gh. Rsync works for me also. But HTTP is still broken. -- 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

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

2005-09-04 Thread Kalle Valo
I'm using git compiled earlier this week on Debian unstable. -- 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: 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 _

Re: [RFC] undo and redo

2005-08-25 Thread Kalle Valo
just a backup if (read: when) I undo 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
Kalle Valo <[EMAIL PROTECTED]> writes: > 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

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

2005-08-17 Thread Kalle Valo
send a revised patch soon. -- 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 inse

Re: [PATCH] Add git-branches-script

2005-08-16 Thread Kalle Valo
x27;git branch' command and 'git branches' is too similar. I think they should be merged. 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] Fix debian doc-base

2005-08-03 Thread Kalle Valo
Fixed location of HTML documents in debian doc-base file. Without this fix debian package won't install properly (complains about missing /usr/share/doc/git-core/html directory). --- debian/git-core.doc-base |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 194759c0447f88804dfb43615