[elpa] scratch/gited 17303e7: Use taggerdate/taggername when listing tags

2017-06-07 Thread Tino Calancha
branch: scratch/gited commit 17303e70939bdcb93b3dc46c3fa2f14046006411 Author: Tino Calancha Commit: Tino Calancha Use taggerdate/taggername when listing tags * gited.el (gited-list-refs-format-command): Don't hardcode authordate/authorname. (gited--list-refs-format): New defun.

[elpa] scratch/gited e0cb493: * gited.el (gited-move-to-branchname): NOOP when gited-branch-alist is nil.

2017-06-07 Thread Tino Calancha
branch: scratch/gited commit e0cb4934af79884f46e6564fe2d871baf7a61005 Author: Tino Calancha Commit: Tino Calancha * gited.el (gited-move-to-branchname): NOOP when gited-branch-alist is nil. --- packages/gited/gited.el | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git

[elpa] scratch/gited 253c2c8: * gited.el (gited--fill-branch-alist): Fix typo in progress reporter.

2017-06-07 Thread Tino Calancha
branch: scratch/gited commit 253c2c8b120c3124e03b4449c03b51ce66e0685e Author: Tino Calancha Commit: Tino Calancha * gited.el (gited--fill-branch-alist): Fix typo in progress reporter. --- packages/gited/gited.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packa

[elpa] scratch/gited a72bdca: * gited.el (gited-remote-repository-p): Don't include origin in regexp.

2017-06-07 Thread Tino Calancha
branch: scratch/gited commit a72bdca74a96a361c8fd1f9be85f4aa5fbd40542 Author: Tino Calancha Commit: Tino Calancha * gited.el (gited-remote-repository-p): Don't include origin in regexp. --- packages/gited/gited.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pac

[elpa] scratch/gited 1237832: Prune deleted remote branches

2017-06-07 Thread Tino Calancha
branch: scratch/gited commit 12378326cd5d3c89f193e596cd9ac85cb1b6efd6 Author: Tino Calancha Commit: Tino Calancha Prune deleted remote branches Add user option to control whether if deleted remote branches must be removed. * gited.el (gited--last-remote-prune): New variable.

[elpa] scratch/gited ed44126: Prefer user-error on errors with origin in the user

2017-06-07 Thread Tino Calancha
branch: scratch/gited commit ed44126a77d3f0f8af9723fb5ea016adfb53407c Author: Tino Calancha Commit: Tino Calancha Prefer user-error on errors with origin in the user * gited.el (gited--list-files): Fix docstring. (gited--check-unmerged-marked-branches) (gited-async-operation

[elpa] scratch/gited 70eccf3: Simplify code using gited-branch-exists-p

2017-06-07 Thread Tino Calancha
branch: scratch/gited commit 70eccf34106cd3dbdebcd76131d69d4611133c96 Author: Tino Calancha Commit: Tino Calancha Simplify code using gited-branch-exists-p * gited.el (gited-list-branches): Use gited-branch-exists-p. * gited-tests.el (gited-test1): Test `gited-mark-branches-by-d