Revision 76f9d8bac8138d4c0caac02983ef4df7f9a51cba authored by Michael J Gruber on 17 June 2016, 07:46:08 UTC, committed by Junio C Hamano on 17 June 2016, 18:39:05 UTC
We use different types of signature formats in different places.
Set up the infrastructure and overview to describe them systematically
in our technical documentation.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 05219a1
Raw File
msvc.c
#include "../git-compat-util.h"
#include "win32.h"
#include <conio.h>
#include "../strbuf.h"

#include "mingw.c"
back to top