summaryrefslogtreecommitdiff
path: root/git-phab
AgeCommit message (Expand)AuthorFilesLines
2017-05-31git-phab: Handle NoSection exception from configparserHEADmasterPhilip Withnall1-1/+1
2017-04-17Handle a different title placeholderAlexandru Băluț1-3/+11
2017-04-17Set the title in the dict only onceAlexandru Băluț1-1/+0
2017-03-21Use branches from staging repo to set task branchesThibault Saunier1-34/+52
2017-03-21Allow stashing changes before applying/attaching/landing patchesThibault Saunier1-13/+71
2017-03-16Explicitly set revision title when creatingDaniel Stone1-0/+1
2017-02-28Checkout the base commit of the first differential when building fake branchThibault Saunier1-2/+9
2017-02-17If there are multiple remotes, use the one we are trackingSimon McVittie1-3/+11
2017-02-17Re-enable '--arcrc' optionJustin Kim1-0/+7
2016-11-14Never add dependency on already closed revisionsThibault Saunier1-4/+9
2016-11-14Parse the repository-local arcconfig (in .git/arc/config).Andrew Shadura1-0/+7
2016-11-09git-phab: Fix additions and deletions of binary filesPhilip Withnall1-5/+18
2016-11-09git-phab: Pass --keep-cr to git-am to avoid breaking on CRLF patchesPhilip Withnall1-1/+5
2016-11-09Do not try to apply abandonned revisionsThibault Saunier1-0/+3
2016-09-28Enable bash completion againXavier Claessens1-0/+1
2016-09-17git-phab: Use repository.query for all repository queriesPhilip Withnall1-10/+16
2016-09-17Avoid trying to connect to phab when not neededThibault Saunier1-5/+20
2016-09-17get_changes_for_diff: ignore UnicodeDecodeErrorGuillaume Desmottes1-1/+1
2016-09-17fix 'arc lint' callGuillaume Desmottes1-1/+1
2016-08-10Use same code path to handle `fetch --checkout` as `fetch` aloneThibault Saunier1-62/+34
2016-08-10Do not print `pre-commit` output and let user interact with arclintThibault Saunier1-5/+5
2016-08-10Remove useless printsThibault Saunier1-3/+0
2016-08-10Rename merge to apply handling both revisions and tasksThibault Saunier1-38/+81
2016-08-10Remove checkout and make fetch behave like git fetchThibault Saunier1-24/+83
2016-08-09git-phab: Fix offsets in manually constructed git diffsPhilip Withnall1-2/+2
2016-08-09git-phab: Add --never-apply-patches argument to `arc lint`Philip Withnall1-2/+2
2016-08-09git-phab: Fix content type detection for binary filesPhilip Withnall1-6/+20
2016-08-09git-phab: Do not strip leading spaces from commit messagesPhilip Withnall1-2/+2
2016-08-09git-phab: Only match blacklisted headers at the start of linesPhilip Withnall1-1/+1
2016-08-09git-phab: Search for blacklisted fields in attach commit messagesPhilip Withnall1-15/+19
2016-08-09git-phab: Fix inclusion of git fields in attach commit messagesPhilip Withnall1-17/+20
2016-08-09git-phab: Increase result limit on repository.query methodPhilip Withnall1-1/+1
2016-08-09git-phab: Add some input error checking to cherry-pick modePhilip Withnall1-0/+3
2016-08-09git-phab: Expand error message if repository cannot be foundPhilip Withnall1-2/+3
2016-08-09fetch: Gracefully error if task has no git URI setPhilip Withnall1-3/+6
2016-08-05Remove 'Oo' prefix to oct valuesThibault Saunier1-1/+1
2016-08-05Pass changes as a dict in creatediff, as done now by arcThibault Saunier1-23/+33
2016-08-01Use the branch name as defined in revision when checking it out.Thibault Saunier1-1/+3
2016-07-29Avoid duplicated fieldsThibault Saunier1-3/+7
2016-07-29Allow applying patches that were raw pasted to phabricatorThibault Saunier1-5/+18
2016-07-29Implement checkout when no staging branch has been pushedThibault Saunier1-5/+40
2016-07-29Accept more exception type when trying to move to base commit cherry-picking ...Thibault Saunier1-1/+1
2016-07-29Add a runtime check on dependencies versionThibault Saunier1-0/+10
2016-07-28Add commit summarys in the task creation 'dialog'Thibault Saunier1-10/+39
2016-07-28Minor fixThibault Saunier1-5/+6
2016-07-27Enhance outputs all aroundThibault Saunier1-23/+23
2016-07-27Enhance printed information about attached commitThibault Saunier1-1/+2
2016-07-27Fix call to am_patch when calling `git phab merge`Thibault Saunier1-1/+1
2016-07-27Use staging repos if avalaibleThibault Saunier1-13/+87
2016-07-27Handle attaching first commit in a stack of several commitsThibault Saunier1-5/+8