https://github.com/git/git
Revision 28a925bc515c3672a46739434aefb78593ee6883 authored by Junio C Hamano on 18 October 2017, 05:19:09 UTC, committed by Junio C Hamano on 18 October 2017, 05:19:09 UTC
Doc update.

* bb/doc-eol-dirty:
  Documentation: mention that `eol` can change the dirty status of paths
2 parent s 0445bd7 + 3bc4b8f
Raw File
Tip revision: 28a925bc515c3672a46739434aefb78593ee6883 authored by Junio C Hamano on 18 October 2017, 05:19:09 UTC
Merge branch 'bb/doc-eol-dirty' into maint
Tip revision: 28a925b
bulk-checkin.h
/*
 * Copyright (c) 2011, Google Inc.
 */
#ifndef BULK_CHECKIN_H
#define BULK_CHECKIN_H

extern int index_bulk_checkin(unsigned char sha1[],
			      int fd, size_t size, enum object_type type,
			      const char *path, unsigned flags);

extern void plug_bulk_checkin(void);
extern void unplug_bulk_checkin(void);

#endif
back to top