Dexter Miguel
12/05/2023, 2:22 AMgt
is very unreliable when it comes to syncing the state of a local branch to remote. it used to work just fine and now i’m constantly running into issues. often branches that get merged don’t get correctly closed. additionally branches that get merged into other branches throw gt
into a state of chaos whereas before it knew it needed to fold the branch.
anyhow just in general not enjoying this update whatsoeverBen Jaffe
12/05/2023, 2:29 AMVeith Röthlingshöfer
12/05/2023, 11:52 AMgit status
, and fix all remaining files manually, then do gt add -A
and then "continue works again".
Very weird behavior.Noé RUBINSTEIN
12/05/2023, 2:18 PM--show-delete-progress
of gt sync
is kind of wonky?
(I just tried this option out of curiosity, this is not an important bug report)Cal Courtney
12/05/2023, 3:46 PMK
hotkey:Graham Jans
12/05/2023, 6:25 PMCal Courtney
12/05/2023, 6:49 PMZhiwei Chong
12/06/2023, 1:44 AMThere have been remote changes to my_awesome_branch.
Check out the branch and run `gt get`, then try submitting again.
To overwrite remote changes, use the use the --force option of gt submit.
I have been sticking to the legacy aliases and using gt rs
though- could that be why?Valentin Hervieu
12/06/2023, 11:06 AMgt pull
, it says:
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.
git pull <remote> <branch>
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream-to=origin/<branch> my-branch-name
Then, if I run gt track
it says:
my-branch-name is already tracked.
Am I doing anything wrong?Veith Röthlingshöfer
12/06/2023, 12:46 PMBen Jaffe
12/06/2023, 3:23 PM@coworker
in a comment box, it doesn't work if I don't have a space preceding. This happens often when I add a comment, and then edit to tag someone, or if I try to @coworker
in the middle of a sentence. It's not terrible, but I run up against this friction maybe 5 times a day.Tyler Laprade
12/06/2023, 7:13 PMGreg
12/06/2023, 7:20 PMDave Caruso
12/06/2023, 11:32 PMJeff Huang
12/07/2023, 4:33 AMBen Jaffe
12/07/2023, 1:16 PMTao Bojlén
12/07/2023, 1:34 PMBen Jaffe
12/07/2023, 2:53 PMYash Shah
12/07/2023, 3:09 PMERROR: Your Graphite auth token is invalid/expired.
Please obtain a new auth token by visiting <https://app.graphite.dev/activate>.
However, when I go on the site and create a token, it vanishes when I refresh the page, and using the new token on the CLI still throws the same errorDexter Miguel
12/07/2023, 4:50 PMMartin Ek
12/07/2023, 5:46 PMLaurent S
12/07/2023, 7:24 PMElla Rohm-Ensing
12/07/2023, 8:38 PMgt submit
seems to swallow the pre-commit
logging of pre-push hooks. Specifically this:
Running formatting (~30s).......................
Because it's a longer running hook, it makes it look like graphite is hanging on
:incoming_envelope: Pushing to remote and creating/updating PRs...
and I don't want my team's new graphite users to get stuck on this 🙂
If the hook succeeds, we don't get any logs when doing it through graphite, though we get the info with raw git because we have the hook with verbose: True
If the hook fails, we get the entire logs of the hook in red (harder to grok than normal) because it's error output from ERROR: Command failed with error exit code 1:
Gustavo Nunes Goretkin
12/07/2023, 9:22 PMgt
commands (e.g. gt init
) generate any stdout output except for gt --version
and gt --help
. The --debug
flag does not help. There is no stdout output telling us where the log file is. Based on other machines, it should be in ~/.local/share/graphite
, but there is no graphite
dir there. We tried Graphite version 1.0.9
and 1.0.10
, and this is on node version v18.18.2
.Tyler Laprade
12/07/2023, 10:18 PMDirk Meister
12/08/2023, 6:46 PMJackie Luo
12/08/2023, 7:53 PMIvan Vanderbyl
12/08/2023, 10:59 PM// Code generated by ent, DO NOT EDIT.
// Code generated by protoc-gen-connect-go. DO NOT EDIT.
Shuo Yang
12/08/2023, 11:11 PMLee G
12/09/2023, 8:11 PMgt ls
, or any graphite commands don't work with the exception of gt --help