79 Commits (d30fe89c37b746ac2f3419ae0e3990a9984fb4cf)

Author SHA1 Message Date
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Stefan Beller 0df8e96566 cache.h: add repository argument to oid_object_info 7 years ago
Derrick Stolee 2e27bd7731 treewide: replace maybe_tree with accessor methods 7 years ago
Derrick Stolee 891435d55d treewide: rename tree to maybe_tree 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
brian m. carlson 916bc35b29 tree-walk: convert tree entry functions to object_id 7 years ago
brian m. carlson abef9020e3 sha1_file: convert sha1_object_info* to object_id 7 years ago
Brandon Williams abeacb25b4 blame: rename 'this' variables 7 years ago
Patryk Obara 829e5c3b92 sha1_file: convert pretend_sha1_file to object_id 7 years ago
Brandon Williams 0d1e0e7801 diff: make struct diff_flags members lowercase 8 years ago
Brandon Williams 23dcf77f48 diff: remove DIFF_OPT_SET macro 8 years ago
Brandon Williams 3b69daed86 diff: remove DIFF_OPT_TST macro 8 years ago
brian m. carlson 49e61479be refs: convert resolve_ref_unsafe to struct object_id 8 years ago
SZEDER Gábor 9e7d8a9bfb blame: fix memory corruption scrambling revision name in error message 8 years ago
Ævar Arnfjörð Bjarmason e140f7afdd coccinelle: make use of the "expression" FREE_AND_NULL() rule 8 years ago
Brandon Williams 82b474e025 convert: convert convert_to_git to take an index 8 years ago
Jeff Smith bd481de713 blame: move entry prepend to libgit 8 years ago
Jeff Smith 09002f1b31 blame: move scoreboard setup to libgit 8 years ago
Jeff Smith b543bb1cdf blame: move scoreboard-related methods to libgit 8 years ago
Jeff Smith 072bf4321f blame: move fake-commit-related methods to libgit 8 years ago
Jeff Smith f5dd754c36 blame: move origin-related methods to libgit 8 years ago
Junio C Hamano acca687fa9 git-pickaxe: retire pickaxe 19 years ago
Junio C Hamano 2bc45477a5 git-blame: add internal statistics to count read blobs. 19 years ago
Junio C Hamano 4903161fb8 Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif" 19 years ago
Junio C Hamano b24642b2f2 blame: Document and add help text for -f, -n, and -p 19 years ago
Junio C Hamano b5c698d947 git-blame --porcelain 19 years ago
Junio C Hamano c137f40f8a blame.c: move code to output metainfo into a separate function. 19 years ago
Junio C Hamano cf54a029ff git-blame: --show-number (and -n) 19 years ago
Junio C Hamano eb93b72406 git-blame: --show-name (and -f) 19 years ago
Junio C Hamano 506e49ff9f blame.c: whitespace and formatting clean-up. 19 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 19 years ago
Junio C Hamano a8e0d16d85 Convert memset(hash,0,20) to hashclr(hash). 19 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 19 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 19 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