Hi,
I would say
https://develop.kde.org/docs/getting-started/add-project/#kde-review.
Cheers,
Johnny
Le mer. 22 janv. 2025 à 07:38, Justin Zobel a écrit :
>
> On 22/1/25 17:03, Justin Zobel wrote:
> > Hey everyone,
> >
> > Where does the template come from e.g.
> > https://invent.kde.org/grap
On 22/1/25 17:03, Justin Zobel wrote:
Hey everyone,
Where does the template come from e.g.
https://invent.kde.org/graphics/karp/-/issues/9? I think each
distribution method e.g. Flatpak, Snap, etc should be a different
checkbox.
I also think it should more specifically refer to GitLab build
Hey everyone,
Where does the template come from e.g.
https://invent.kde.org/graphics/karp/-/issues/9? I think each
distribution method e.g. Flatpak, Snap, etc should be a different checkbox.
I also think it should more specifically refer to GitLab builds in
CI/CD. As often these checklists a
ell me how to get such a nice dependency tree for Review Requests?
>
> Best Regards,
> Sandro
this was a trick that one of my co-works told me:
I edited my ".gitconfig"
adding: post-review = rebase -i -x \"arc diff --head HEAD HEAD~1 && arc
amend\"
Then I ca
On Thu, Jan 25, 2018 at 3:00 PM, Michael Heidelbach wrote:
> Hi!
>
> When I do
>
> git checkout -b A origin/master
>
> (changes)
>
> git checkout -b B A
>
> (changes)
>
>
> git checkout A
>
> arc diff
>
> git checkout B
>
> arc diff
>
> Will phabricator show the relation of A and B? Is that a reas
Hi!
When I do
git checkout -b A origin/master
(changes)
git checkout -b B A
(changes)
git checkout A
arc diff
git checkout B
arc diff
Will phabricator show the relation of A and B? Is that a reasonable
approach, anyway?
Michael