]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/show-index'
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Jun 2018 20:22:37 +0000 (13:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Jun 2018 20:22:37 +0000 (13:22 -0700)
Modernize a less often used command.

* jk/show-index:
  show-index: update documentation for index v2
  make show-index a builtin

1  2 
Makefile
builtin.h
git.c

diff --cc Makefile
index e4b503d259906d60a65204248aeb54962b12c062,ebc1a57cd4a23d00e1098cc27957fa2beb95c1fe..edba22955271fec370d9eba4bcb85069c8de39a6
+++ b/Makefile
@@@ -689,7 -642,7 +689,6 @@@ PROGRAM_OBJS += http-backend.
  PROGRAM_OBJS += imap-send.o
  PROGRAM_OBJS += sh-i18n--envsubst.o
  PROGRAM_OBJS += shell.o
- PROGRAM_OBJS += show-index.o
 -PROGRAM_OBJS += upload-pack.o
  PROGRAM_OBJS += remote-testsvn.o
  
  # Binary suffix, set to .exe for Windows builds
@@@ -1074,9 -1016,9 +1073,10 @@@ BUILTIN_OBJS += builtin/rev-parse.
  BUILTIN_OBJS += builtin/revert.o
  BUILTIN_OBJS += builtin/rm.o
  BUILTIN_OBJS += builtin/send-pack.o
 +BUILTIN_OBJS += builtin/serve.o
  BUILTIN_OBJS += builtin/shortlog.o
  BUILTIN_OBJS += builtin/show-branch.o
+ BUILTIN_OBJS += builtin/show-index.o
  BUILTIN_OBJS += builtin/show-ref.o
  BUILTIN_OBJS += builtin/stripspace.o
  BUILTIN_OBJS += builtin/submodule--helper.o
diff --cc builtin.h
Simple merge
diff --cc git.c
Simple merge