1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-01-08 13:51:01 +01:00
phorge-arcanist/src/workflow
san 410ea5dc32 Adding -- to the end of git log so can arc land when the branch is
named the same as a file path.

Summary: (In fbcode and www at least, the only places I tried) if a
branch happens to be named the same as a file path (from root) (like if
a branch is called `spec` and there is a directory in `www` called
`spec`) then `arc land` will fail with git complaining that the argument
(to `git log ...`) is ambiguous as it could refer to both a path and a
revision; so this diff adds a `--` to the end so that git knows that
both are revisions and not paths.

Test Plan: Try and land something from www (I did, see D752219) where
the branch is named `spec`.

Reviewed by: epriestley
2013-04-23 06:37:38 -07:00
..
exception Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistAliasWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistAmendWorkflow.php Apply new whitespace lint rules to arcanist/ 2013-02-19 14:09:20 -08:00
ArcanistAnoidWorkflow.php Fix dynamic string usage as safe input 2013-02-02 16:28:15 -08:00
ArcanistBaseWorkflow.php Move Arcanist machine config location on Windows 2013-04-19 22:12:02 -07:00
ArcanistBookmarkWorkflow.php Support arc bookmark in Mercurial 2013-02-13 13:58:07 -08:00
ArcanistBranchWorkflow.php Support arc bookmark in Mercurial 2013-02-13 13:58:07 -08:00
ArcanistBrowseWorkflow.php Apply new whitespace lint rules to arcanist/ 2013-02-19 14:09:20 -08:00
ArcanistCallConduitWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistCloseRevisionWorkflow.php Declare that amend and land are supported by Mercurial 2013-02-22 10:15:33 -08:00
ArcanistCloseWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistCommitWorkflow.php Fix dynamic string usage as safe input 2013-02-04 11:34:32 -08:00
ArcanistCoverWorkflow.php Refactor commit ranges and base commit handling 2012-12-17 12:54:08 -08:00
ArcanistDiffWorkflow.php Fix arc lint on working copy changes in mercurial repos 2013-02-26 16:15:29 -08:00
ArcanistDownloadWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistExportWorkflow.php Don't use emailuser in Mercurial 2013-04-02 14:06:46 -07:00
ArcanistFeatureWorkflow.php Don't connect to Conduit in arc feature name 2013-03-22 17:33:07 -07:00
ArcanistFlagWorkflow.php Apply new whitespace lint rules to arcanist/ 2013-02-19 14:09:20 -08:00
ArcanistGetConfigWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistGitHookPreReceiveWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistHelpWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistInlinesWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistInstallCertificateWorkflow.php make arc install-certificate <uri> work if uri is specified 2013-01-03 09:23:20 -08:00
ArcanistLandWorkflow.php Adding -- to the end of git log so can arc land when the branch is 2013-04-23 06:37:38 -07:00
ArcanistLiberateWorkflow.php Improve Windows compatibility 2013-03-10 18:08:41 -07:00
ArcanistLintWorkflow.php Fix arc lint amend for git to not add untracked files 2013-04-18 20:03:26 -07:00
ArcanistListWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistMarkCommittedWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistPasteWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistPatchWorkflow.php Make arc patch create a bookmark by default in hg 2013-03-21 17:52:07 -07:00
ArcanistSetConfigWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistShellCompleteWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistSvnHookPreCommitWorkflow.php Change lint_engine to lint.engine 2012-11-20 15:42:35 -08:00
ArcanistTasksWorkflow.php Apply new whitespace lint rules to arcanist/ 2013-02-19 14:09:20 -08:00
ArcanistTodoWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistUnitWorkflow.php Render unit results progressively 2013-02-28 15:33:21 -08:00
ArcanistUpgradeWorkflow.php Remove ArcanistRepositoryAPI::setDefaultBaseCommit() 2012-12-17 12:53:38 -08:00
ArcanistUploadWorkflow.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistWhichWorkflow.php Refactor commit ranges and base commit handling 2012-12-17 12:54:08 -08:00