tummychow / git-absorb

git commit --fixup, but automatic
https://crates.io/crates/git-absorb
BSD 3-Clause "New" or "Revised" License
3.38k stars 58 forks source link

Split index #28

Closed sluongng closed 4 years ago

sluongng commented 4 years ago

Correct me if im wrong but you are reading the index information using Rust code directly?

In that case please consider supporting splitIndex mode https://git-scm.com/docs/git-update-index#_split_index

tummychow commented 4 years ago

we use libgit2, which does not support split indices (https://github.com/libgit2/libgit2/blob/master/tests/index/splitindex.c). you'll have to file an upstream issue