]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'nd/the-index'
authorJunio C Hamano <gitster@pobox.com>
Fri, 4 Jan 2019 21:33:33 +0000 (13:33 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Jan 2019 21:33:33 +0000 (13:33 -0800)
commitcde555480b95c4311819dc1f7a38cc856a9aed23
treeafa74222656ad1c41fd10e48a7c8d40f484b87b2
parent3b2f8a02fa9a9e68d5215828e1d97bb4f6996976
parent36e7ed69de2c07a0214e79bde45714b92ac30ff2
Merge branch 'nd/the-index'

More codepaths become aware of working with in-core repository
instance other than the default "the_repository".

* nd/the-index: (22 commits)
  rebase-interactive.c: remove the_repository references
  rerere.c: remove the_repository references
  pack-*.c: remove the_repository references
  pack-check.c: remove the_repository references
  notes-cache.c: remove the_repository references
  line-log.c: remove the_repository reference
  diff-lib.c: remove the_repository references
  delta-islands.c: remove the_repository references
  cache-tree.c: remove the_repository references
  bundle.c: remove the_repository references
  branch.c: remove the_repository reference
  bisect.c: remove the_repository reference
  blame.c: remove implicit dependency the_repository
  sequencer.c: remove implicit dependency on the_repository
  sequencer.c: remove implicit dependency on the_index
  transport.c: remove implicit dependency on the_index
  notes-merge.c: remove implicit dependency the_repository
  notes-merge.c: remove implicit dependency on the_index
  list-objects.c: reduce the_repository references
  list-objects-filter.c: remove implicit dependency on the_index
  ...
25 files changed:
builtin/am.c
builtin/commit.c
builtin/fsck.c
builtin/merge.c
builtin/notes.c
builtin/pack-objects.c
builtin/pull.c
builtin/push.c
builtin/read-tree.c
builtin/rebase.c
builtin/rerere.c
builtin/reset.c
builtin/revert.c
bundle.c
combine-diff.c
diff.c
diffcore-pickaxe.c
grep.c
pack-objects.h
read-cache.c
ref-filter.c
sequencer.c
sequencer.h
transport.c
wt-status.c