Commit Graph

4 Commits

Author SHA1 Message Date
Sanchayan Maity d18f26ab93
fish: functions: Check for git repository in git helpers 2024-03-10 14:54:56 +05:30
Sanchayan Maity 2ab2c2255b
fish: functions: Make it easier to review code with difftool aliases
If no arguments are provided to the git difftool aliases, just invoke
it with the default `git difftool main...current-branch`. This is what
we will use most of the time anyway as this is exactly the command
needed when we want to review our own changes before pushing upstream
or reviewing some other merge request.
2023-02-25 18:00:07 +05:30
Sanchayan Maity 478fede9e4 fish: Clean up with fish_indent 2022-04-12 18:27:01 +05:30
Sanchayan Maity 22b9c09391 fish: functions: Add aliases for git difftool 2022-01-04 19:35:56 +05:30