merge(third_party/git): Merge squashed git subtree at v2.23.0
Merge commit '1b593e1ea4' as 'third_party/git'
This commit is contained in:
commit
7ef0d62730
3629 changed files with 1139935 additions and 0 deletions
12
third_party/git/alias.h
vendored
Normal file
12
third_party/git/alias.h
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef ALIAS_H
|
||||
#define ALIAS_H
|
||||
|
||||
struct string_list;
|
||||
|
||||
char *alias_lookup(const char *alias);
|
||||
int split_cmdline(char *cmdline, const char ***argv);
|
||||
/* Takes a negative value returned by split_cmdline */
|
||||
const char *split_cmdline_strerror(int cmdline_errno);
|
||||
void list_aliases(struct string_list *list);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue