On Thu, Jan 26, 2012 at 2:51 PM, Richard Hipp <[email protected]> wrote:
> > > On Thu, Jan 26, 2012 at 2:36 PM, Remigiusz Modrzejewski < > [email protected]> wrote: > >> 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. >> > > I'm of the old-fashioned opinion that you ought to test your code before > you check it in. > 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 your working copy. I can also see it being useful on "merge", especially when combined with --cherrypick. But not on "commit"; the thought of adding --interactive to commit gives me shivers. -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

