summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-31git-phab: Handle NoSection exception from configparserHEADmasterPhilip Withnall1-1/+1
2017-04-17Back to development toward 3.0Thibault Saunier1-1/+1
2017-04-17Release 2.1.02.1.0Thibault Saunier1-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-04-17man: Fix incorrect flagAlexandru Băluț1-1/+1
2017-03-21man: Remove now removed documentation about checkoutThibault Saunier1-9/+2
2017-03-21Document 'apply' subcommand.Andrew Shadura1-0/+10
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-03-16Update pre-commit configDaniel Stone1-4/+5
2017-02-28Checkout the base commit of the first differential when building fake branchThibault Saunier1-2/+9
2017-02-17README: Add some documentation about how to first setup a projectThibault Saunier1-0/+10
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-17Bump version after releaseThibault Saunier1-1/+1
2016-11-17Release 2.02.0.0Thibault Saunier2-1/+2
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-14git-phab.txt: Make the formatting more manpagey.Andrew Shadura1-35/+36
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-28README: Add back instructions to install git-phabXavier Claessens1-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-09setup: Ignore pre-commit FileNotFoundError exceptionsPhilip Withnall1-1/+1
2016-08-09Add thiblahute as default reviewerThibault Saunier1-1/+1
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