Re: Trial git-based task list

2016-11-10 Thread Ximin Luo
Holger Levsen: > Hi, > > I'm sorry if this sounds dismissive, but this thread (and evaluation) > has shown me, that being decentralised is not a feature I desire in a > tracker, on the contrary, it seems that decentralised has downsides > making me wish for a centralized tracker which I can use

Re: Trial git-based task list

2016-11-10 Thread Holger Levsen
Hi, I'm sorry if this sounds dismissive, but this thread (and evaluation) has shown me, that being decentralised is not a feature I desire in a tracker, on the contrary, it seems that decentralised has downsides making me wish for a centralized tracker which I can use with a webbrowser. (or

Re: Trial git-based task list

2016-10-28 Thread Ximin Luo
Holger Levsen: > [..] > matrix:~/Projects/reproducible/tasks$ ./task add "test" > ln: unrecognized option '--git-path > hooks/post-merge' > Try 'ln --help' for more information. > > > what now? (this is on jessie) > I fixed this, it was because git-in-jessie doesn't support --git-path. The fix

Re: Trial git-based task list

2016-10-24 Thread Ximin Luo
Daniel Shahaf: > Ximin Luo wrote on Mon, Oct 24, 2016 at 19:54:00 +: >> $ git pull >> $ ./task add "Some stuff" >> $ ./task add priority:H "Some more important stuff" >> $ git push > > And suppose the push gives an error because somebody else had just > pushed something, i.e. a race condition

Trial git-based task list

2016-10-24 Thread Ximin Luo
Hey all, I prepared a basic issue tracker here: https://anonscm.debian.org/cgit/reproducible/tasks.git You can clone it, install taskwarrior, then work with it like $ git pull $ ./task add "Some stuff" $ ./task add priority:H "Some more important stuff" $ git push More docs are available in