diff options
author | brian m. carlson <sandals@crustytoothpaste.net> | 2020-05-25 19:59:12 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-05-27 10:07:07 -0700 |
commit | 88a09a557c7571760b3ded75764bf3b1fd0e8bf0 (patch) | |
tree | c460af633418b672ccf4ae8e7fd1dd1fb166f712 /Documentation/RelNotes/2.3.8.txt | |
parent | t5302: modernize test formatting (diff) | |
download | tgif-88a09a557c7571760b3ded75764bf3b1fd0e8bf0.tar.xz |
builtin/show-index: provide options to determine hash algo
show-index is capable of reading any possible index file whether or not
the index is inside a repository. However, because our index files lack
metadata about the hash algorithm in use, it's not possible to
autodetect the algorithm that a particular index file is using.
In order to allow us to read index files of any algorithm, let's set up
the .git directory gently so that we default to the algorithm for the
current repository, and add an --object-format option to allow users to
override this setting and continue to run show-index outside of a
repository altogether. Let's also document this new option so that
people can find it and use it.
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.3.8.txt')
0 files changed, 0 insertions, 0 deletions