arcanist Questions

4

Solved

Here's a workflow that I commonly deal with at work. git checkout -b feature_branch # Do some development git add . git commit git push origin feature_branch At this point the feature branch is ...
Mummify asked 23/3, 2014 at 15:44

1

I'm trying to configure a phabricator instance, and I find that change the arcanist default template when we use arc diff can be very useful for the team. Actually the template contains this text...
Escadrille asked 8/1, 2016 at 14:9

2

arc help --full | less reveals this for graft: graft revision Grafts revision and its dependencies (if any) onto your working tree. --force Do not run any sanity checks. --skip-landed Do n...
Sass asked 17/1, 2019 at 2:1

1

Solved

I created a diff (rather than revision) using arc diff --preview on one machine and I'd like to patch it on another machine. What command do I use? If I try arc patch <ID> I get: Exception T...
Diva asked 10/10, 2017 at 20:48

2

Solved

I have a patch which I want to close and hide in my project without landing it myself or let others to land it later on. This patch is just obsolete. Is there any way to close/delete/reject this?...
Ploy asked 15/4, 2014 at 12:10

1

Solved

When I do arc linters, there are no options for a Java linter currently. Is there a way to configure Arcanist to lint Java code?
Hibbard asked 31/3, 2016 at 5:41

0

I`m using Phabricator and have main project in git and many submodules inside which are other git`s projects. Lets suppose I changed one file in every submodule and I would like to do arc diff on t...
Homogeneous asked 3/3, 2015 at 10:29

1

Solved

The first time I used arc diff to submit a branch, it asked me which branch to compare changes to. I entered origin/master. This compares it to all the changes that have been made to the Master bra...
Anthropomorphous asked 28/5, 2014 at 19:35

1

arc diff rejects the commit if no test plan is specified. Is there any way to disable this feature?
Talamantes asked 15/12, 2013 at 18:22

2

Solved

I'm pretty new to both Arcanist and git. I'd like to be able to create an arc diff (Phabricator Differential instance using Arcanist) against a git branch that I'm currently checked-out/working in ...
Storytelling asked 6/11, 2013 at 17:55
1

© 2022 - 2024 — McMap. All rights reserved.