]> git.madduck.net Git - etc/taskwarrior.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

TaskWarrior: Set confirmation:no in config by default
authorTomas Babej <tomasbabej@gmail.com>
Fri, 2 Jan 2015 05:20:53 +0000 (06:20 +0100)
committerTomas Babej <tomasbabej@gmail.com>
Fri, 2 Jan 2015 15:21:21 +0000 (16:21 +0100)
commit0ea1b0d359dc80d2bef66971b523a26515e90fee
tree51c532773de18746d7eb5a7bd082e9224ddf10a2
parentcef665aa15650de3a3710215d83d6910f046209f
TaskWarrior: Set confirmation:no in config by default

TaskWarrior 2.2 asks for confirmation on some modifications.

Also, it makes no sense to ask for confirmation with tasklib,
since we do not provide a way to input something to stdin.
tasklib/task.py