summaryrefslogtreecommitdiff
path: root/builtin/rev-list.c
AgeCommit message (Expand)Author
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson
2017-04-24PRItime: introduce a new "printf format" for timestampsJohannes Schindelin
2017-03-27Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson
2017-01-30use oid_to_hex_r() for converting struct object_id hashes to hex stringsRené Scharfe
2016-10-20rev-list: use hdr_termination instead of a always using a newlineJacob Keller
2016-09-01graph: add support for --line-prefix on all graph-aware outputJacob Keller
2016-07-20rev-list: add optional progress reportingJeff King
2016-06-20Merge branch 'jk/rev-list-count-with-bitmap'Junio C Hamano
2016-06-03rev-list: disable bitmaps when "-n" is used with listing objectsJeff King
2016-06-03rev-list: "adjust" results of "--count --use-bitmap-index -n"Jeff King
2016-03-16list-objects: pass full pathname to callbacksJeff King
2016-03-16list-objects: drop name_path entirelyJeff King
2016-02-12list-objects: pass full pathname to callbacksJeff King
2016-02-12list-objects: drop name_path entirelyJeff King
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-10-05use sha1_to_hex_r() instead of strcpyJeff King
2015-08-24rev-list: make it obvious that we do not support notesJeff King
2015-07-27Merge branch 'ls/hint-rev-list-count' into maintJunio C Hamano
2015-07-10Merge branch 'ls/hint-rev-list-count'Junio C Hamano
2015-07-01rev-list: disable --use-bitmap-index when pruning commitsJeff King
2015-07-01rev-list: add --count to usage guideLawrence Siebert
2014-06-13commit: record buffer length in cacheJeff King
2014-06-13use get_cached_commit_buffer where appropriateJeff King
2014-06-13provide a helper to free commit bufferJeff King
2014-02-27Merge branch 'jk/pack-bitmap'Junio C Hamano
2013-12-30rev-list: add bitmap mode to speed up object listsVicent Marti
2013-10-16C: have space around && and || operatorsJunio C Hamano
2013-08-28list-objects: reduce one argument in mark_edges_uninterestingNguyễn Thái Ngọc Duy
2013-06-26pretty: --format output should honor logOutputEncodingAlexey Shumkin
2012-10-29Move print_commit_list to libgit.aNguyễn Thái Ngọc Duy
2012-10-29Move estimate_bisect_steps to libgit.aNguyễn Thái Ngọc Duy
2012-05-11Merge branch 'jk/maint-reflog-walk-count-vs-time'Junio C Hamano
2012-05-04log: respect date_mode_explicit with --format:%gdJeff King
2012-02-28rev-list: fix --verify-objects --quiet becoming --objectsNguyễn Thái Ngọc Duy
2012-02-28rev-list: remove BISECT_SHOW_TRIED flagNguyễn Thái Ngọc Duy
2012-02-13git rev-list: fix invalid typecastClemens Buchacher
2011-09-01rev-list --verify-objectJunio C Hamano
2011-09-01list-objects: pass callback data to show_objects()Junio C Hamano
2011-08-22revision.c: add show_object_with_name() helper functionJunio C Hamano
2011-08-22rev-list: fix finish_object() callJunio C Hamano
2011-05-31Merge branch 'jk/format-patch-am'Junio C Hamano
2011-05-26clean up calling conventions for pretty.c functionsJeff King
2011-04-26rev-list --count: separate count for --cherry-markMichael J Gruber
2011-03-23revision.c: introduce --min-parents and --max-parents optionsMichael J Gruber
2011-03-09rev-list/log: factor out revision mark generationMichael J Gruber
2010-11-17Merge branch 'jk/maint-rev-list-nul'Junio C Hamano
2010-10-14rev-list: handle %x00 NUL in user formatJeff King