Skip to content
Snippets Groups Projects
Commit 6d9276ea authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'jk/use-compat-util-in-test-tool'

Dev tool update.

* jk/use-compat-util-in-test-tool:
  test-tool.h: include git-compat-util.h
parents 986c5181 69d846f0
No related branches found
No related tags found
No related merge requests found
#ifndef __TEST_TOOL_H__
#define __TEST_TOOL_H__
 
#include "git-compat-util.h"
int cmd__chmtime(int argc, const char **argv);
int cmd__config(int argc, const char **argv);
int cmd__ctype(int argc, const char **argv);
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment