Add git lfs

This commit is contained in:
Jakob Lechner 2023-11-08 01:43:06 +00:00
parent 346cd977d7
commit 0fd18c5b4d
No known key found for this signature in database
GPG key ID: 996082EFB5906C10

View file

@ -18,6 +18,7 @@
alias.find-merge = "!sh -c 'commit=$0 && branch=\${1:-HEAD} && (git rev-list $commit..$branch --ancestry-path | cat -n; git rev-list $commit..$branch --first-parent | cat -n) | sort -k2 -s | uniq -f1 -d | sort -n | tail -1 | cut -f2'"; alias.find-merge = "!sh -c 'commit=$0 && branch=\${1:-HEAD} && (git rev-list $commit..$branch --ancestry-path | cat -n; git rev-list $commit..$branch --first-parent | cat -n) | sort -k2 -s | uniq -f1 -d | sort -n | tail -1 | cut -f2'";
alias.show-merge = "!sh -c 'merge=$(git find-merge $0 $1) && [ -n \"$merge\" ] && git show $merge'"; alias.show-merge = "!sh -c 'merge=$(git find-merge $0 $1) && [ -n \"$merge\" ] && git show $merge'";
}; };
lfs.enable = true;
}; };
fish = { fish = {
shellAbbrs = { shellAbbrs = {