From 03cf5a320e78388c93fb8a8219d5174a8b1d0558 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Tue, 27 Feb 2024 15:44:13 -0800 Subject: [PATCH] rename. invoking this with a git alias now --- git-browse => git-recent-with-fzf-and-diff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename git-browse => git-recent-with-fzf-and-diff (91%) diff --git a/git-browse b/git-recent-with-fzf-and-diff similarity index 91% rename from git-browse rename to git-recent-with-fzf-and-diff index 30d6bff..b0c184d 100755 --- a/git-browse +++ b/git-recent-with-fzf-and-diff @@ -21,8 +21,8 @@ git for-each-ref --color=always --sort=-committerdate "refs/heads/" --format="$ --layout=reverse --multi --height=90% --min-height=20 \ --border-label-pos=2 --border-label '🌲 Branches' --border \ --no-hscroll --no-multi \ - --preview-window='right,80%,border-left,border-rounded' --preview="$diffcommits_cmd" --preview-label="Commits unique to branch" \ - --header $'CTRL-O (show branch diff)\n\n' \ + --preview-window='right,70%,border-left,border-rounded' --preview="$diffcommits_cmd" --preview-label="Commits unique to branch" \ + --header $'CTRL-O (branch diff)\n\n' \ --bind "ctrl-o:execute:$diffbranch_cmd" # Checkout the selected item