Browse Source
Modernize a less often used command. * jk/show-index: show-index: update documentation for index v2 make show-index a builtinmaint
Junio C Hamano
7 years ago
5 changed files with 25 additions and 8 deletions
@ -1,10 +1,11 @@
@@ -1,10 +1,11 @@
|
||||
#include "builtin.h" |
||||
#include "cache.h" |
||||
#include "pack.h" |
||||
|
||||
static const char show_index_usage[] = |
||||
"git show-index"; |
||||
|
||||
int cmd_main(int argc, const char **argv) |
||||
int cmd_show_index(int argc, const char **argv, const char *prefix) |
||||
{ |
||||
int i; |
||||
unsigned nr; |
Loading…
Reference in new issue