Revision 8a6444d50ea73350ae7e6083ecc63393749e5bb0 authored by Junio C Hamano on 05 March 2015, 20:45:42 UTC, committed by Junio C Hamano on 05 March 2015, 20:45:42 UTC
Code cleanups.

* rs/simple-cleanups:
  sha1_name: use strlcpy() to copy strings
  pretty: use starts_with() to check for a prefix
  for-each-ref: use skip_prefix() to avoid duplicate string comparison
  connect: use strcmp() for string comparison
2 parent s ca70473 + 2ce63e9
Raw File
msvc.c
#include "../git-compat-util.h"
#include "win32.h"
#include <conio.h>
#include "../strbuf.h"

#include "mingw.c"
back to top