All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] Cogito-0.16.1
@ 2005-12-12  1:12 Petr Baudis
  2005-12-12  1:14 ` Petr Baudis
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Petr Baudis @ 2005-12-12  1:12 UTC (permalink / raw)
  To: git; +Cc: linux-kernel

  Hello,

  this is Cogito version 0.16.1, the next stable release of the
human-friendly version control UI for the Linus' GIT tool. Share
and enjoy at:

	http://www.kernel.org/pub/software/scm/cogito/

  This crispy new release gives you a few minor to medium bugfixes and
a significant cg-patch speedup. You can reach it as the "v0.16" branch
of the Cogito repository. Note that this is just the stable branch, more
interesting stuff is happenning (and especially going to happen) on the
master development branch; if everything goes well, I might release
cogito-0.17rc1 at the end of this week).

  So the new stuff since 0.16 is:

Jonas Fonseca:
      cg-merge: Improve the hook description
      cg-status: handle subdirs when listing heads

Petr Baudis:
      Fix cg-admin-setuprepo warning on missing post-update hook
      Initial cg-push to a remote branch wouldn't work properly
      Fix cg-object-id <singleletter>
      Fix unsafe sed usage in scripts
      cg-clean -n will just pretend to remove stuff
      Make cg-clean whitespace-safe
	If you use filenames with spaces _and_ cg-clean (or cg-clean
	at all, after all), you should certainly upgrade!
      bash-3.1-related fixes
      Fix broken cg-log FILE in subdirectory
      Drastically speed up cg-patch
      cogito-0.16.1

  Happy hacking,

-- 
				Petr "Pasky" Baudis
Stuff: http://pasky.or.cz/
VI has two modes: the one in which it beeps and the one in which
it doesn't.

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

* Re: [ANNOUNCE] Cogito-0.16.1
  2005-12-12  1:12 [ANNOUNCE] Cogito-0.16.1 Petr Baudis
@ 2005-12-12  1:14 ` Petr Baudis
  2005-12-12  3:03   ` Don Koch
  2005-12-13  1:02 ` Problems with cg-admin-setuprepo Paul Dickson
  2005-12-13  1:26 ` [ANNOUNCE] Cogito-0.16.1 Paul Dickson
  2 siblings, 1 reply; 10+ messages in thread
From: Petr Baudis @ 2005-12-12  1:14 UTC (permalink / raw)
  To: git

Dear diary, on Mon, Dec 12, 2005 at 02:12:10AM CET, I got a letter
where Petr Baudis <pasky@suse.cz> said that...
>   this is Cogito version 0.16.1, the next stable release of the
> human-friendly version control UI for the Linus' GIT tool.

  By the way, did anyone receive the 0.16 announcement? I have it in my
=sent mailbox, but not in either the git@ or linux-kernel@ mailboxes...
*perplexed*

  Thanks,

-- 
				Petr "Pasky" Baudis
Stuff: http://pasky.or.cz/
VI has two modes: the one in which it beeps and the one in which
it doesn't.

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

* Re: [ANNOUNCE] Cogito-0.16.1
  2005-12-12  1:14 ` Petr Baudis
@ 2005-12-12  3:03   ` Don Koch
  0 siblings, 0 replies; 10+ messages in thread
From: Don Koch @ 2005-12-12  3:03 UTC (permalink / raw)
  To: Petr Baudis; +Cc: git

On Mon, 12 Dec 2005 02:14:11 +0100
Petr Baudis wrote:

>   By the way, did anyone receive the 0.16 announcement? I have it in my
> =sent mailbox, but not in either the git@ or linux-kernel@ mailboxes...
> *perplexed*

I see the 0.16 RC1 and RC2 mails, but not the 0.16 announcement.  When didn't
you send it?

>   Thanks,
> 
> -- 
> 				Petr "Pasky" Baudis
--- 
Don Koch
http://www.krl.com/

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

* Problems with cg-admin-setuprepo
  2005-12-12  1:12 [ANNOUNCE] Cogito-0.16.1 Petr Baudis
  2005-12-12  1:14 ` Petr Baudis
@ 2005-12-13  1:02 ` Paul Dickson
  2005-12-13  1:16   ` Petr Baudis
  2005-12-13  1:26 ` [ANNOUNCE] Cogito-0.16.1 Paul Dickson
  2 siblings, 1 reply; 10+ messages in thread
From: Paul Dickson @ 2005-12-13  1:02 UTC (permalink / raw)
  To: git

On Mon, 12 Dec 2005 02:12:10 +0100, Petr Baudis wrote:

>   this is Cogito version 0.16.1, the next stable release of the
> human-friendly version control UI for the Linus' GIT tool.


The help from cg-admin-setuprepo say it will create the repo in the given
directory, but doesn't say it must create the directory.

  $ mkdir ~/test
  $ cg-admin-setuprepo ~/test
  cg-admin-setuprepo: /home/dickson/test already exists

There seems to be a missing step in the help instructions:

  $ cg-admin-setuprepo ~/test/test1
  $ cg-push
  cg-push: where to push to?


	-Paul

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

* Re: Problems with cg-admin-setuprepo
  2005-12-13  1:02 ` Problems with cg-admin-setuprepo Paul Dickson
@ 2005-12-13  1:16   ` Petr Baudis
  0 siblings, 0 replies; 10+ messages in thread
From: Petr Baudis @ 2005-12-13  1:16 UTC (permalink / raw)
  To: Paul Dickson; +Cc: git

Dear diary, on Tue, Dec 13, 2005 at 02:02:15AM CET, I got a letter
where Paul Dickson <paul@permanentmail.com> said that...
> On Mon, 12 Dec 2005 02:12:10 +0100, Petr Baudis wrote:
> >   this is Cogito version 0.16.1, the next stable release of the
> > human-friendly version control UI for the Linus' GIT tool.
> 
> The help from cg-admin-setuprepo say it will create the repo in the given
> directory, but doesn't say it must create the directory.
> 
>   $ mkdir ~/test
>   $ cg-admin-setuprepo ~/test
>   cg-admin-setuprepo: /home/dickson/test already exists

Good point. I've added it to the description.

> There seems to be a missing step in the help instructions:
> 
>   $ cg-admin-setuprepo ~/test/test1
>   $ cg-push
>   cg-push: where to push to?

You need to first add the remote branch to your local repository by the

	cg-branch-add origin ~/test/test1

command. I've added it to the instructions.

Thanks,

-- 
				Petr "Pasky" Baudis
Stuff: http://pasky.or.cz/
VI has two modes: the one in which it beeps and the one in which
it doesn't.

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

* Re: [ANNOUNCE] Cogito-0.16.1
  2005-12-12  1:12 [ANNOUNCE] Cogito-0.16.1 Petr Baudis
  2005-12-12  1:14 ` Petr Baudis
  2005-12-13  1:02 ` Problems with cg-admin-setuprepo Paul Dickson
@ 2005-12-13  1:26 ` Paul Dickson
  2005-12-13 16:56   ` Petr Baudis
  2 siblings, 1 reply; 10+ messages in thread
From: Paul Dickson @ 2005-12-13  1:26 UTC (permalink / raw)
  To: git

On Mon, 12 Dec 2005 02:12:10 +0100, Petr Baudis wrote:

>   this is Cogito version 0.16.1, the next stable release of the
> human-friendly version control UI for the Linus' GIT tool.

Can the -help argument be supported too?  It's pretty annoying to end up
typing -help and having that used as a tag or commit.

Any chance of man files?  I'm more use to type man than cg-help.

How about giving instructions in the edited commit message about how to
abort the commit.  I've figured out you can just delete all the
referenced files, but this was just by accident. (0.15.1)  I had my emacs
segfault and that commit was performed too.

Any chance a creating a very simple cg-mv?  Having to switch is a lower
level (git) to perform this function takes time (verifying the
functionality).

Is there a cogito equivalent of "git-branch foo"?  It seems cg-branch-add
does everything but that.

	-Paul
	Using git/cogito for 9 days.

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

* Re: [ANNOUNCE] Cogito-0.16.1
  2005-12-13  1:26 ` [ANNOUNCE] Cogito-0.16.1 Paul Dickson
@ 2005-12-13 16:56   ` Petr Baudis
  2005-12-13 18:02     ` Paul Dickson
  0 siblings, 1 reply; 10+ messages in thread
From: Petr Baudis @ 2005-12-13 16:56 UTC (permalink / raw)
  To: Paul Dickson; +Cc: git

Dear diary, on Tue, Dec 13, 2005 at 02:26:36AM CET, I got a letter
where Paul Dickson <paul@permanentmail.com> said that...
> On Mon, 12 Dec 2005 02:12:10 +0100, Petr Baudis wrote:
> 
> >   this is Cogito version 0.16.1, the next stable release of the
> > human-friendly version control UI for the Linus' GIT tool.
> 
> Can the -help argument be supported too?  It's pretty annoying to end up
> typing -help and having that used as a tag or commit.

Both -h and --help is supported. -help should always yield "unknown
argument", but supporting it directly would be inconsistent and might
make the users think that they can actually use that for all the long
arguments.

> Any chance of man files?  I'm more use to type man than cg-help.

You can make the man files by

	make doc

and install them by

	make install-doc


This isn't done by default so that you won't need asciidoc for the
build. This is exactly the same way in GIT.

> How about giving instructions in the edited commit message about how to
> abort the commit.  I've figured out you can just delete all the
> referenced files, but this was just by accident. (0.15.1)  I had my emacs
> segfault and that commit was performed too.

Thanks for the idea:

+[ "$commitalways" ] && echo "CG: Do not save this file and just quit if
	you want to abort the commit." >>$LOGMSG

> Any chance a creating a very simple cg-mv?  Having to switch is a lower
> level (git) to perform this function takes time (verifying the
> functionality).

Yes. That's planned for 0.17, and I have the patch in my queue.

> Is there a cogito equivalent of "git-branch foo"?  It seems cg-branch-add
> does everything but that.

cg-switch, but it's not in 0.16. It's in the 0.17pre git tree and will
be in 0.17.

-- 
				Petr "Pasky" Baudis
Stuff: http://pasky.or.cz/
VI has two modes: the one in which it beeps and the one in which
it doesn't.

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

* Re: [ANNOUNCE] Cogito-0.16.1
  2005-12-13 16:56   ` Petr Baudis
@ 2005-12-13 18:02     ` Paul Dickson
  2005-12-13 22:31       ` Petr Baudis
  0 siblings, 1 reply; 10+ messages in thread
From: Paul Dickson @ 2005-12-13 18:02 UTC (permalink / raw)
  To: Petr Baudis; +Cc: git

On Tue, 13 Dec 2005 17:56:45 +0100, Petr Baudis wrote:

> Dear diary, on Tue, Dec 13, 2005 at 02:26:36AM CET, I got a letter
> where Paul Dickson <paul@permanentmail.com> said that...
> > Any chance of man files?  I'm more use to type man than cg-help.
> 
> You can make the man files by
> 
> 	make doc
> 
> and install them by
> 
> 	make install-doc
> 
> 
> This isn't done by default so that you won't need asciidoc for the
> build. This is exactly the same way in GIT.

See my messages about 0.99.9m and xmlto (and asciidoc).  They are
currently required for building the RPMs.  Perhaps the spec file needs
updating.

Thanks for the peek into your input queue.

	-Paul

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

* Re: [ANNOUNCE] Cogito-0.16.1
  2005-12-13 18:02     ` Paul Dickson
@ 2005-12-13 22:31       ` Petr Baudis
  2005-12-14  1:40         ` Paul Dickson
  0 siblings, 1 reply; 10+ messages in thread
From: Petr Baudis @ 2005-12-13 22:31 UTC (permalink / raw)
  To: Paul Dickson; +Cc: git

Dear diary, on Tue, Dec 13, 2005 at 07:02:57PM CET, I got a letter
where Paul Dickson <paul@permanentmail.com> said that...
> On Tue, 13 Dec 2005 17:56:45 +0100, Petr Baudis wrote:
> 
> > Dear diary, on Tue, Dec 13, 2005 at 02:26:36AM CET, I got a letter
> > where Paul Dickson <paul@permanentmail.com> said that...
> > > Any chance of man files?  I'm more use to type man than cg-help.
> > 
> > You can make the man files by
> > 
> > 	make doc
> > 
> > and install them by
> > 
> > 	make install-doc
> > 
> > 
> > This isn't done by default so that you won't need asciidoc for the
> > build. This is exactly the same way in GIT.
> 
> See my messages about 0.99.9m and xmlto (and asciidoc).  They are
> currently required for building the RPMs.  Perhaps the spec file needs
> updating.

But the spec file also makes the 'doc' and 'install-doc' targets. When
you act as a packager, asciidoc becomes a reasonable build-time
requirement.

-- 
				Petr "Pasky" Baudis
Stuff: http://pasky.or.cz/
VI has two modes: the one in which it beeps and the one in which
it doesn't.

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

* Re: [ANNOUNCE] Cogito-0.16.1
  2005-12-13 22:31       ` Petr Baudis
@ 2005-12-14  1:40         ` Paul Dickson
  0 siblings, 0 replies; 10+ messages in thread
From: Paul Dickson @ 2005-12-14  1:40 UTC (permalink / raw)
  To: Petr Baudis; +Cc: git

On Tue, 13 Dec 2005 23:31:14 +0100, Petr Baudis wrote:

> But the spec file also makes the 'doc' and 'install-doc' targets. When
> you act as a packager, asciidoc becomes a reasonable build-time
> requirement.

My mistake.  They weren't part of the 15.1 RPM and I didn't check after I
installed 16.1.  They are there now.

	-Paul

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

end of thread, other threads:[~2005-12-14  1:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-12  1:12 [ANNOUNCE] Cogito-0.16.1 Petr Baudis
2005-12-12  1:14 ` Petr Baudis
2005-12-12  3:03   ` Don Koch
2005-12-13  1:02 ` Problems with cg-admin-setuprepo Paul Dickson
2005-12-13  1:16   ` Petr Baudis
2005-12-13  1:26 ` [ANNOUNCE] Cogito-0.16.1 Paul Dickson
2005-12-13 16:56   ` Petr Baudis
2005-12-13 18:02     ` Paul Dickson
2005-12-13 22:31       ` Petr Baudis
2005-12-14  1:40         ` Paul Dickson

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.