Merge branch 'lt/block-sha1'

* lt/block-sha1:
  remove ARM and Mozilla SHA1 implementations
  block-sha1: guard gcc extensions with __GNUC__
  make sure byte swapping is optimal for git
  block-sha1: make the size member first in the context struct
This commit is contained in:
Junio C Hamano
2009-08-27 17:00:35 -07:00
11 changed files with 54 additions and 531 deletions

View File

@ -174,6 +174,8 @@ extern char *gitbasename(char *);
#endif
#endif
#include "compat/bswap.h"
/* General helper functions */
extern void usage(const char *err) NORETURN;
extern void die(const char *err, ...) NORETURN __attribute__((format (printf, 1, 2)));