On Wed, Jun 4, 2014 at 1:34 PM, Richard Hipp <d...@sqlite.org> wrote: > On Wed, Jun 4, 2014 at 2:20 PM, Nico Williams <n...@cryptonector.com> wrote: >> >> I never need to diff the staging area to the HEAD. Only the workspace >> to the HEAD+staging area, which is what git diff does. > > > Huh. I didn't not realize that was the default behavior for Git. > > It clearly would not work for me. I'm typically working on multiple > checkouts for multiple projects, all at once. And it is common for me to > forget to check in changes. In fossil I simply do: > > fossil all changes
git status tells you that you have uncommitted changes, and if you do, whether they are staged or not. And you can create git aliases. I create aliases that do what I want instead of whatever default. Nico -- _______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users