532 Commits (3e56e7245c37ce57dde72ec74ee2df41ce603dda)

Author SHA1 Message Date
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
René Scharfe e510ab8988 use pop_commit() for consuming the first entry of a struct commit_list 10 years ago
Jeff King 34fa79a6cd prefer memcpy to strcpy 10 years ago
Jeff King ce11360467 log: diagnose empty HEAD more clearly 10 years ago
Antoine Delaite cb46d630ba bisect: simplify the addition of new bisect terms 10 years ago
Jeff King a5481a6c94 convert "enum date_mode" into a struct 10 years ago
Stefan Beller ae40ebda9b revision.c: remove unneeded check for NULL 10 years ago
Jeff King ce4e7b2ac3 suppress errors on missing UNINTERESTING links 10 years ago
Jeff King daf7d86783 silence broken link warnings with revs->ignore_missing_links 10 years ago
Michael Haggerty a89caf4bd4 handle_one_reflog(): rewrite to take an object_id argument 10 years ago
Michael Haggerty a217dcbd1e handle_one_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
Jeff King b6e8a3b540 limit_list: avoid quadratic behavior from still_interesting 10 years ago
Kevin Daudt f88851c637 rev-list: refuse --first-parent combined with --bisect 10 years ago
Dongcan Jiang 695985f483 revision: forbid combining --graph and --no-walk 10 years ago
Junio C Hamano 0131c49096 revision.c: make save_parents() and free_saved_parents() static 10 years ago
Christoph Junghans 22dfa8a23d log: teach --invert-grep option 10 years ago
brian m. carlson 1684c1b219 rev-list: add an option to mark fewer edges as uninteresting 10 years ago
Junio C Hamano 2ce406ccb8 get_merge_bases(): always clean-up object flags 11 years ago
Ramsay Jones d7702be1e1 revision: remove definition of unused 'add_object' function 11 years ago
Jeff King 4fe10219bc rev-list: add --indexed-objects option 11 years ago
Jeff King 207394908e traverse_commit_list: support pending blobs/trees with paths 11 years ago
Jeff King 718ccc9731 reachable: reuse revision.c "add all reflogs" code 11 years ago
Jeff King 1da1e07c83 clean up name allocation in prepare_revision_walk 11 years ago
René Scharfe 2756ca4347 use REALLOC_ARRAY for changing the allocation size of arrays 11 years ago
Jeff King 2608c24940 log-tree: make name_decoration hash static 11 years ago
Jeff King ae18165fbb revision: drop useless string offset when parsing "--pretty" 11 years ago
Jeff King b66103c3ba convert logmsg_reencode to get_commit_buffer 11 years ago
Jeff King b000c59b0c logmsg_reencode: return const buffer 11 years ago
Junio C Hamano e3fa568cb3 revision: parse "git log -<count>" more carefully 11 years ago
Junio C Hamano eb077745a4 shortlog: allow --exclude=<glob> to be passed 11 years ago
Vicent Marti 2db1a43f41 add `ignore_missing_links` mode to revwalk 11 years ago
Nguyễn Thái Ngọc Duy 1b32decefd log: add --show-linear-break to help see non-linear history 11 years ago
Jeff King 4c30d50402 rev-list: disable object/refname ambiguity check with --stdin 11 years ago
Nguyễn Thái Ngọc Duy 429bb40abd pathspec: convert some match_pathspec_depth() to ce_path_match() 11 years ago
Nguyễn Thái Ngọc Duy eb07894fe0 use wildmatch() directly without fnmatch() wrapper 11 years ago
Kirill Smelkov 6275c91c08 revision: convert to using diff_tree_sha1() 11 years ago
Junio C Hamano a74352867e revision: propagate flag bits from tags to pointees 11 years ago
Junio C Hamano 2ac5e4470b revision: mark contents of an uninteresting tree uninteresting 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Junio C Hamano ff32d3420a rev-list --exclude: export add/clear-ref-exclusion and ref-excluded API 12 years ago
Felipe Contreras 9e57ac55ce revision: trivial style fixes 12 years ago
Nguyễn Thái Ngọc Duy 4a2d5ae262 pathspec: stop --*-pathspecs impact on internal parse_pathspec() uses 12 years ago
Vicent Marti a330de31d1 revision: allow setting custom limiter function 12 years ago
Nguyễn Thái Ngọc Duy c8556c6213 Fix calling parse_pathspec with no paths nor PATHSPEC_PREFER_* flags 12 years ago
Junio C Hamano 895c5ba3c1 revision: do not peel tags used in range notation 12 years ago
Felipe Contreras cf99a761d3 sha1-name: pass len argument to interpret_branch_name() 12 years ago
Junio C Hamano e7b432c521 revision: introduce --exclude=<glob> to tame wildcards 12 years ago