home/git: fzf -> skim, coreutils -> uutils

This commit is contained in:
2025-02-26 09:57:55 +01:00
parent 0bd882eb1a
commit ea12f16718
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ FORK_POINT=$(git merge-base --fork-point "$TARGET_BRANCH")
COMMITS_SINCE_FORK_POINT=$(git log --format=format:'%s' "$FORK_POINT"..HEAD | grep -v -E '^fixup!')
RESULT=$(fzf <<<"$COMMITS_SINCE_FORK_POINT")
RESULT=$(sk <<<"$COMMITS_SINCE_FORK_POINT")
if [ "$RESULT" == "" ]; then
echo "Doing nothing..."