The CLI client
Details
Tue, Nov 5
Probably not enough consensus for a mass edit. Best we can do is case-by-case fixes reading warn reports.
Sep 30 2024
Sep 10 2024
Uh!
Sep 9 2024
Aug 29 2024
Aug 28 2024
Aug 20 2024
Aug 11 2024
Aug 9 2024
Aug 8 2024
I see. So, is that functionality already a part of arc diff? In other words, if arc work T123 would have worked exactly the same way as arc work branch-name (by creating a branch that's called either T123 or branch-name), then arc diff would correctly link it?
Aug 7 2024
Yes - it works seamlessly because if the local branch has a task number in it, the diff is automatically linked to that task when you run arc diff
I'd assume that it also links the task and the diff together and optionally allows to close the task automatically on diff land?
Aug 6 2024
Just adding references
Jul 26 2024
Jul 8 2024
Jul 1 2024
OK. Well, thaanks \o/
About this:
This [LANG=C] is supposed to be the default for missing LC_stuff
OK thanks! you persuaded me
LC_ALL=C is not risky on GNU systems.
Jun 30 2024
Jun 23 2024
Jun 21 2024
Jun 19 2024
Jun 11 2024
Jun 8 2024
May 25 2024
May 14 2024
git config --global core.quotepath false
Posted question at git@vger.kernel.org.
May 11 2024
I also faced this, tested @ D25623, and found out git format-patch was emitting that result which causes git apply to fail. See this git format-patch example.