Re: [fossil-users] What you think about this functionality?

2012-01-26 Thread Lluís Batlle i Rossell
On Thu, Jan 26, 2012 at 08:36:46PM +0100, Remigiusz Modrzejewski wrote: I've stumbled upon a description of something, that I missed once or twice in Fossil: http://nuclearsquid.com/writings/git-add/ Nothing that great: an ability to commit only part of changes to a file. This kind of a

Re: [fossil-users] What you think about this functionality?

2012-01-26 Thread Remigiusz Modrzejewski
On Jan 26, 2012, at 20:38 , Lluís Batlle i Rossell wrote: On Thu, Jan 26, 2012 at 08:36:46PM +0100, Remigiusz Modrzejewski wrote: I've stumbled upon a description of something, that I missed once or twice in Fossil: http://nuclearsquid.com/writings/git-add/ Nothing that great: an

Re: [fossil-users] What you think about this functionality?

2012-01-26 Thread Lluís Batlle i Rossell
On Thu, Jan 26, 2012 at 08:40:44PM +0100, Remigiusz Modrzejewski wrote: On Thu, Jan 26, 2012 at 08:36:46PM +0100, Remigiusz Modrzejewski wrote: I've stumbled upon a description of something, that I missed once or twice in Fossil: http://nuclearsquid.com/writings/git-add/ I find

Re: [fossil-users] What you think about this functionality?

2012-01-26 Thread Andreas Kupries
On 1/26/2012 11:40 AM, Remigiusz Modrzejewski wrote: On Jan 26, 2012, at 20:38 , Lluís Batlle i Rossell wrote: On Thu, Jan 26, 2012 at 08:36:46PM +0100, Remigiusz Modrzejewski wrote: I've stumbled upon a description of something, that I missed once or twice in Fossil:

Re: [fossil-users] What you think about this functionality?

2012-01-26 Thread Jeremy Cowgar
On Jan 26, 2012, at 2:47 PM, Andreas Kupries wrote: I love the ability to make a number of unrelated changes, or a bunch of related changes and then still be able to commit them independently. Or in the case of related stuff as a series of changes showing a nice progression in the

Re: [fossil-users] What you think about this functionality?

2012-01-26 Thread Richard Hipp
On Thu, Jan 26, 2012 at 2:36 PM, Remigiusz Modrzejewski l...@maxnet.org.plwrote: Hi, I've stumbled upon a description of something, that I missed once or twice in Fossil: http://nuclearsquid.com/writings/git-add/ Nothing that great: an ability to commit only part of changes to a file.

Re: [fossil-users] What you think about this functionality?

2012-01-26 Thread Lluís Batlle i Rossell
On Thu, Jan 26, 2012 at 02:51:04PM -0500, Richard Hipp wrote: On Thu, Jan 26, 2012 at 2:36 PM, Remigiusz Modrzejewski http://nuclearsquid.com/writings/git-add/ Any opinions? I'm of the old-fashioned opinion that you ought to test your code before you check it in. Very well explained!

Re: [fossil-users] What you think about this functionality?

2012-01-26 Thread Jeremy Cowgar
On Jan 26, 2012, at 2:54 PM, Lluís Batlle i Rossell wrote: On Thu, Jan 26, 2012 at 02:51:04PM -0500, Richard Hipp wrote: On Thu, Jan 26, 2012 at 2:36 PM, Remigiusz Modrzejewski http://nuclearsquid.com/writings/git-add/ Any opinions? I'm of the old-fashioned opinion that you ought to

Re: [fossil-users] What you think about this functionality?

2012-01-26 Thread Richard Hipp
On Thu, Jan 26, 2012 at 2:51 PM, Richard Hipp d...@sqlite.org wrote: On Thu, Jan 26, 2012 at 2:36 PM, Remigiusz Modrzejewski l...@maxnet.org.pl wrote: Hi, I've stumbled upon a description of something, that I missed once or twice in Fossil: http://nuclearsquid.com/writings/git-add/

Re: [fossil-users] What you think about this functionality?

2012-01-26 Thread Mike Meyer
On Thu, 26 Jan 2012 20:54:19 +0100 Lluís Batlle i Rossell vi...@viric.name wrote: On Thu, Jan 26, 2012 at 02:51:04PM -0500, Richard Hipp wrote: On Thu, Jan 26, 2012 at 2:36 PM, Remigiusz Modrzejewski http://nuclearsquid.com/writings/git-add/ Any opinions? I'm of the

Re: [fossil-users] What you think about this functionality?

2012-01-26 Thread Themba Fletcher
On Thu, 2012-01-26 at 15:06 -0500, Richard Hipp wrote: But I can see an --interactive option being useful for the stash apply command, so that you could selectively pull parts of a stash into your working copy. That's a fantastic idea. I have tended to do this by saying fossil stash diff and

Re: [fossil-users] What you think about this functionality?

2012-01-26 Thread Andreas Kupries
On 1/26/2012 12:06 PM, Richard Hipp wrote: On Thu, Jan 26, 2012 at 2:51 PM, Richard Hipp d...@sqlite.org mailto:d...@sqlite.org wrote: On Thu, Jan 26, 2012 at 2:36 PM, Remigiusz Modrzejewski l...@maxnet.org.pl mailto:l...@maxnet.org.pl wrote: Hi, I've stumbled upon

Re: [fossil-users] What you think about this functionality?

2012-01-26 Thread Bill Burdick
It's a nice alternative to Git's model, too; something that would serve to distinguish Fossil further from Git. Bill On Thu, Jan 26, 2012 at 10:17 PM, Themba Fletcher themba.fletc...@gmail.com wrote: On Thu, 2012-01-26 at 15:06 -0500, Richard Hipp wrote: But I can see an --interactive

Re: [fossil-users] What you think about this functionality?

2012-01-26 Thread Lluís Batlle i Rossell
On Thu, Jan 26, 2012 at 03:06:53PM -0500, Richard Hipp wrote: On Thu, Jan 26, 2012 at 2:51 PM, Richard Hipp d...@sqlite.org wrote: On Thu, Jan 26, 2012 at 2:36 PM, Remigiusz Modrzejewski l...@maxnet.org.pl wrote: Hi, I've stumbled upon a description of something, that I missed

Re: [fossil-users] What you think about this functionality?

2012-01-26 Thread Remigiusz Modrzejewski
On Jan 26, 2012, at 21:06 , Richard Hipp wrote: The --interactive option is not really appropriate for the commit command, for the reason cited above. But I can see an --interactive option being useful for the stash apply command, so that you could selectively pull parts of a stash into

[fossil-users] Add LDFLAGS support to ./configure

2012-01-26 Thread James Turner
Minor tweak to get LDFLAGS to work with ./configure. Previously you would need to set CFLAGS to get ./configure to find sqlite in /usr/local/lib. This now works: LDFLAGS=-L/usr/local/lib ./configure --disable-internal-sqlite -- James Turner ja...@calminferno.net Index: autosetup/cc.tcl

[fossil-users] Fossil completion for Zsh

2012-01-26 Thread MIURA Masahiro
Hi, I have created a simple Fossil completion file for Zsh. https://github.com/Dubhead/Fossil-completion-for-Zsh Enjoy :-) -- MIURA Masahiro echocham...@gmail.com ___ fossil-users mailing list fossil-users@lists.fossil-scm.org