84 Commits (5fe494c54ae44ae01a8efa91d00ac9d4c1c475e9)

Author SHA1 Message Date
Jeff King b32fa95fd8 convert trivial cases to ALLOC_ARRAY 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Jeff King f932729cc7 memoize common git-path "constant" files 10 years ago
Antoine Delaite 21e5cfd8b3 bisect: add the terms old/new 10 years ago
Antoine Delaite cb46d630ba bisect: simplify the addition of new bisect terms 10 years ago
David Turner f3a977187e bisect: use update_ref 10 years ago
Antoine Delaite 43f9d9f3a6 bisect: replace hardcoded "bad|good" by variables 10 years ago
Antoine Delaite f6216c2c5c bisect: correction of typo 10 years ago
Michael Haggerty eed2514802 register_ref(): rewrite to take an object_id argument 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago
brian m. carlson 3c5ff9956c bisect.c: convert leaf functions to use struct object_id 10 years ago
Junio C Hamano 2ce406ccb8 get_merge_bases(): always clean-up object flags 10 years ago
Junio C Hamano d76c9e95b4 bisect: clean flags after checking merge bases 10 years ago
Jeff King 662174d299 log-tree: make add_name_decoration a public function 11 years ago
Nguyễn Thái Ngọc Duy 208acbfb82 object.h: centralize object flag allocation 11 years ago
Elia Pinto 4824d1b8c2 bisect.c: reduce scope of variable 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Nguyễn Thái Ngọc Duy e76a5fb459 list-objects: reduce one argument in mark_edges_uninteresting 12 years ago
Michael Haggerty bf42772e38 register_ref(): make a copy of the bad reference SHA-1 12 years ago
John Keeping 7b96d88802 bisect: avoid signed integer overflow 12 years ago
Nguyễn Thái Ngọc Duy c43cb38612 Move estimate_bisect_steps to libgit.a 12 years ago
Ramsay Jones d292bfaf35 Call git_pathdup() rather than xstrdup(git_path("...")) 13 years ago
Michael Haggerty 144e709004 bisect: copy filename string obtained from git_path() 13 years ago
René Scharfe 86a0a408b9 commit: factor out clear_commit_marks_for_object_array 14 years ago
René Scharfe 353f5657a8 bisect: use leak_pending flag 14 years ago
Jeff King 8a534b6124 bisect: use argv_array API 14 years ago
Jon Seymour fee92fc1dd bisect: introduce support for --no-checkout option. 14 years ago
Jeff King 902bb36451 bisect: refactor sha1_array into a generic sha1 list 14 years ago
Christian Couder 56ff37941e bisect: use find_commit_subject() instead of custom code 15 years ago
Christian Couder 8f69f72fca bisect: error out when passing bad path parameters 15 years ago
David Ripton 6329bade66 bisect: fix singular/plural grammar nit 15 years ago
Junio C Hamano ebdc302e3e bisect.c: mark file-local function static 15 years ago
Thiago Farina bd757c1859 Use warning function instead of fprintf(stderr, "Warning: ..."). 15 years ago
Nanako Shiraishi 21d0bc2f9a git-bisect: call the found commit "*the* first bad commit" 16 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Linus Torvalds 2af202be3d Fix various sparse warnings in the git source code 16 years ago
Christian Couder ebc9529f03 bisect: use a PRNG with a bias when skipping away from untestable commits 16 years ago
Christian Couder 62d0b0daf1 bisect: when skipping, choose a commit away from a skipped commit 16 years ago
Christian Couder 9af3589e0e bisect: add parameters to "filter_skipped" 16 years ago
Christian Couder e22278c0a0 bisect: display first bad commit without forking a new process 16 years ago
Christian Couder 7a8e3895f6 bisect: drop unparse_commit() and use clear_commit_marks() 16 years ago
Christian Couder 2d938fc7bc bisect: check ancestors without forking a "git rev-list" process 16 years ago
Christian Couder a22347c6c8 bisect: rework some rev related functions to make them more reusable 16 years ago
Christian Couder 0871984d30 bisect: make "git bisect" use new "--next-all" bisect-helper function 16 years ago
Christian Couder d937d4aca1 bisect: add "check_good_are_ancestors_of_bad" function 16 years ago
Christian Couder c053766280 bisect: implement the "check_merge_bases" function 16 years ago
Christian Couder 1da8c4fc2c bisect: automatically sort sha1_array if needed when looking it up 16 years ago