User Details
- User Since
- Sep 5 2015, 10:03 AM (480 w, 1 d)
- Availability
- Available
Jun 1 2021
Aug 13 2019
Apr 19 2019
Jan 6 2018
Jun 5 2016
Thanks, It worked!
Jun 4 2016
Since my https is terminated at nginx, setting security.require-https to true ends up in redirect loop
Apr 21 2016
Apr 19 2016
Feb 2 2016
Jan 28 2016
For now I've modified my local copy of this file and did few changes like:
Jan 22 2016
Jan 19 2016
Jan 5 2016
Nov 15 2015
Nov 11 2015
Are you using VCS password for cloning?
Sorry, I got it. I have to leave an empty line between youtube url and text.
Thanks.
Hi @joshuaspence I'm unable to embed youtube video in wikis. I've enabled remarkup.enable-embedded-youtube. But adding youtube link in wiki or adding youtube embedding html in wiki is not helping!
Oct 18 2015
Oct 3 2015
Sep 25 2015
let say this is my git tree
origin/master -> c1 -> c2 -> c3
at this point, arc diff results into creation of revision of c1, c2, c3. That's exactly what expected.
Now my reviews are pending and I started working on more stuff, so git tree will look like
origin/master -> c1 -> c2 -> c3 -> c4 -> c5 -> c6
this time arc diff will result into creation of revision of (c1, c2,.. c6) due to default ruleset. I want that arc diff should include only (c4, c5, c6) only.
I can achieve the same by using arc diff c4. But this situations is too frequent and doing arc diff <commit> is cumbersome because one have to do git log before that etc. So is there any ruleset in arcanist to handle that directly?