Merge branch 'tg/index-v4-format'

* tg/index-v4-format:
  read-cache: add index.version config variable
  test-lib: allow setting the index format version
  introduce GIT_INDEX_VERSION environment variable
This commit is contained in:
Junio C Hamano
2014-03-14 14:26:50 -07:00
8 changed files with 142 additions and 1 deletions

View File

@ -32,6 +32,11 @@ test_set_editor () {
export EDITOR
}
test_set_index_version () {
GIT_INDEX_VERSION="$1"
export GIT_INDEX_VERSION
}
test_decode_color () {
awk '
function name(n) {