36 Commits (1a3b55c6b424904835ebfd74c992a5bffbaa7e7e)

Author SHA1 Message Date
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 18 years ago
Junio C Hamano a8e0d16d85 Convert memset(hash,0,20) to hashclr(hash). 18 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 18 years ago
David Rientjes b4e275992f blame.c return cleanup 19 years ago
Ramsay Allan Jones 15e593e4d3 Fixup command names in some usage strings. 19 years ago
Linus Torvalds db6296a566 Call setup_git_directory() early 19 years ago
Pavel Roskin a9486b02ec Avoid C99 comments, use old-style C comments instead. 19 years ago
Pavel Roskin 82e5a82fd7 Fix more typos, primarily in the code 19 years ago
Florian Forster 04f086071e Cast pointers to `void *' when used in a format. 19 years ago
Linus Torvalds d3ff6f5501 Move "void *util" from "struct object" into "struct commit" 19 years ago
Fredrik Kuivinen b19ee24b22 blame: Add --time to produce raw timestamps 19 years ago
Linus Torvalds 3a7c352bd0 Make "tree_entry" have a SHA1 instead of a union of object pointers 19 years ago
Linus Torvalds a755dfe45c Make "tree_entry" have a SHA1 instead of a union of object pointers 19 years ago
Fredrik Kuivinen 899707dac0 blame: Fix path pruning 19 years ago
Junio C Hamano c4e05b1a22 blame and friends: adjust to multiple pathspec change. 19 years ago
Junio C Hamano 5040f17eba blame -S <ancestry-file> 19 years ago
Junio C Hamano ba3c93743a blame.c: fix completely broken ancestry traversal. 19 years ago
Junio C Hamano f2f880f537 blame: use built-in xdiff 19 years ago
Peter Eriksen 8e44025925 Use blob_, commit_, tag_, and tree_type throughout. 19 years ago
Junio C Hamano 84a9b58c42 sha1_name: warning ambiguous refs. 19 years ago
Luck, Tony 2928390774 fix field width/precision warnings in blame.c 19 years ago
Fredrik Kuivinen 53dc463627 blame: Fix git-blame <directory> 19 years ago
Fredrik Kuivinen 88a8b79556 blame: Nicer output 19 years ago
Fredrik Kuivinen 27e7304567 blame: Rename detection (take 2) 19 years ago
Junio C Hamano 690e307f54 blame: unbreak "diff -U 0". 19 years ago
Junio C Hamano 604c86d15b blame: avoid "diff -u0". 19 years ago
Junio C Hamano cfea8e077b blame and annotate: show localtime with timezone. 19 years ago
Junio C Hamano a0fb95e319 blame: avoid -lm by not using log(). 19 years ago
Fredrik Kuivinen ea4c7f9bf6 git-blame: Make the output human readable 19 years ago
Junio C Hamano 9201c70742 Const tightening. 19 years ago
Fredrik Kuivinen fc675b8cd5 git-blame, take 2 19 years ago
Fredrik Kuivinen cbfb73d73f Add git-blame, a tool for assigning blame. 19 years ago