File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1367,15 +1367,16 @@ Git diff (changed files vs a git ref).
13671367
13681368##### git_diff.ref
13691369
1370- Type: ` string ` , Default: ` "HEAD" `
1370+ Type: ` string|string[] ` , Default: ` nil `
13711371
1372- Git reference to compare against.
1372+ Git reference(s) to compare against.
13731373
1374- ##### git_diff.compare_against
1374+ ##### git_diff.ref1
13751375
1376- Type: ` string ` , Default: ` "" `
1376+ Type: ` string ` , Default: ` nil `
13771377
13781378Git reference used as the base for the comparison.
1379+ ` compare_against ` was renamed to ` ref1 `
13791380
13801381#### git_files
13811382
Original file line number Diff line number Diff line change @@ -1847,16 +1847,17 @@ Git diff (changed files vs a git ref).
18471847
18481848git_diff.ref *fzf-lua-opts-git_diff.ref*
18491849
1850- Type: `string ` , Default: `" HEAD " `
1850+ Type: `string | string [] ` , Default: `nil `
18511851
1852- Git reference to compare against.
1852+ Git reference(s) to compare against.
18531853
18541854
1855- git_diff.compare_against *fzf-lua-opts-git_diff.compare_against *
1855+ git_diff.ref1 *fzf-lua-opts-git_diff.ref1 *
18561856
1857- Type: `string ` , Default: `" " `
1857+ Type: `string ` , Default: `nil `
18581858
1859- Git reference used as the base for the comparison.
1859+ Git reference used as the base for the comparison. `compare_against` was
1860+ renamed to `ref1`
18601861
18611862
18621863
You can’t perform that action at this time.
0 commit comments