summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-06Add a setup.py file so user can install with pip1.0.01.0Thibault Saunier4-2/+62
2016-04-06Add patch output support to cherry-pick/mergeSjoerd Simons1-3/+31
2016-03-25Add ability to specify a custom arcrc fileSjoerd Simons1-9/+21
2016-03-24Don't require a staging repositorySjoerd Simons1-20/+18
2016-03-24Don't ask for new task creating by defaultSjoerd Simons2-15/+26
2016-03-24Add a way to directly land a task in one stepThibault Saunier1-0/+13
2016-03-24Implement cherry-pick and mergeSjoerd Simons1-1/+156
2016-03-24Don't ask for push confirmation if not pushingSjoerd Simons1-6/+6
2015-12-18Remove dependency on GIThibault Saunier2-2/+3
2015-12-18Give information about possible faillure during pushing to phab' remoteThibault Saunier1-2/+8
2015-12-02create config dir if it doesn't existGuillaume Desmottes1-0/+5
2015-11-20Document where fullname->email mapping is storedXavier Claessens1-1/+3
2015-11-19Read emails mapping from ~/.config/git/phabXavier Claessens1-0/+31
2015-11-11Do not fetch already proposed commits if we have them locallyXavier Claessens1-3/+15
2015-11-11Inherit tracking branch when creating new branchXavier Claessens1-0/+4
2015-11-11attach: Add a few missing \n in summaryXavier Claessens1-3/+3
2015-11-06list.prepend() doesn't exist in pythonXavier Claessens1-1/+1
2015-11-06prompt: Stop execution on ctr-cXavier Claessens1-2/+2
2015-11-06Add the new --no-push option in manpageXavier Claessens1-1/+1
2015-11-05Make sure phab fields are always last in commit messageXavier Claessens1-65/+106
2015-11-05land: Add --no-push optionXavier Claessens1-0/+7
2015-11-04list.index() raise exception on missing elementXavier Claessens1-12/+13
2015-11-04arclint: Do not run pep8 linter on git-phab.txtXavier Claessens1-1/+1
2015-11-04Simplify prompt() functionXavier Claessens1-10/+5
2015-11-04Prompt for reviewer's email if it can't be guessedXavier Claessens1-5/+14
2015-11-03Fix range order in printed messageXavier Claessens1-1/+1
2015-11-03Fix out of range index when all commits have already been proposedXavier Claessens1-5/+8
2015-11-03attach: Rename current branch instead of creating new one when possibleXavier Claessens1-6/+42
2015-11-03Early abort if HEAD is detachedXavier Claessens1-13/+11
2015-11-02Add workflow example in the READMEXavier Claessens1-2/+53
2015-11-02Truncate all_commits when filtering already proposed commitsXavier Claessens1-15/+13
2015-10-29attach: Fix "Depends on" for the first commit in the rangeXavier Claessens1-4/+3
2015-10-29Avoid updating commits that have already been proposed in the exact same formThibault Saunier1-0/+26
2015-10-29Small cleanupThibault Saunier1-3/+9
2015-10-29checkout: Correctly set new branch's commitXavier Claessens1-1/+1
2015-10-29Also accept "project.name" and "projects" in .arcconfigXavier Claessens1-3/+12
2015-10-29README: Improve bash completion trickXavier Claessens1-6/+11
2015-10-28README: Document how to enable bash completionXavier Claessens1-0/+6
2015-10-28update READMEXavier Claessens1-3/+6
2015-10-28Add .gitignoreXavier Claessens1-0/+1
2015-10-28Avoid pushing "Txxx-master" branchXavier Claessens1-13/+12
2015-10-28Get remote's real fetch URLXavier Claessens1-3/+15
2015-10-28git-phab: Fix a crash if no reviewers are setPhilip Withnall1-0/+2
2015-10-27Turn README into a manpageXavier Claessens2-63/+139
2015-10-27Add --cc option for subscribersSimon McVittie1-0/+7
2015-10-27Run arc without going via the shellSimon McVittie1-7/+9
2015-10-27Fix exception if user is not in reviewers listXavier Claessens1-1/+1
2015-10-27Keep local branch name when pushing wip/phab/ branch to remoteXavier Claessens1-1/+9
2015-10-27Add 'checkout' commandXavier Claessens1-2/+32
2015-10-27Simplify the fetch commandXavier Claessens1-24/+18