Oleg Utkin
Oleg Utkin
It does not error out when attempting to fetch on a shallowly cloned repository. Just checked: ``` git init git remote add repo1 git fetch repo1 --depth 1 git remote...
@mcuadros Any update on this?
Hey @jpgrayson thank you for going over this! Your points are mostly valid but I wanted to give my perspective on the second one: > Doesn't running stg diff and/or...
I do somewhat agree that contrib could be a good alternative, but in an ideal world it would be nice to have a refresh `--interactive` like option that gives you...
@jpgrayson On `repair --remap` tree vs commit is a very good question. If potentailly we supported both semantics will be quite different: * commit would essentially replace the `oid` in...
@jpgrayson I think the @larsks refers to having some files in the modified but Unstaged state after refreshing a subset. I presume, they want to be able to ask push...
@arxanas I had the same experience as @jpgrayson when testing on my repo, I tried both building the PR that ignored per Worktree Config extension, and just un-setting the WorkTree...
@jpgrayson ❤️ , let me get to testing this right away!
I think I may have uncovered another issue: ``` > stg lg error: Malformed version 4 meta: missing Previous > stg version Stacked Git 2.0.0-beta.2 (2f0a3980b) Copyright (C) 2005-2022 StGit...
Strange one: ``` > git cat-file -p refs/stacks/master:stack.json { "version": 5, "prev": "78ca357f4edf94549b0e91146076ba0f6b305f3c", "head": "2f0a3980b9b10721cd1d6c1e32c078438b894dae", "applied": [], "unapplied": [ "notes-copy", "silly", "update-index-error-fix", "feature-edit-patch-update" ], "hidden": [ "branch-rename-tests" ], "patches": {...