aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/rev-list.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-17Merge branch 'jk/rev-list-stdin-noop-is-ok'Junio C Hamano1-1/+1
2018-08-22rev-list: make empty --stdin not an errorJeff King1-1/+1
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano1-1/+1
2018-07-18Merge branch 'jt/remove-pack-bitmap-global'Junio C Hamano1-4/+9
2018-06-29object: add repository argument to parse_objectStefan Beller1-1/+1
2018-06-21pack-bitmap: add free functionJonathan Tan1-0/+2
2018-06-21pack-bitmap: remove bitmap_git global variableJonathan Tan1-4/+7
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
2018-04-10Merge branch 'bc/object-id'Junio C Hamano1-1/+1
2018-03-21Merge branch 'rj/warning-uninitialized-fix'Junio C Hamano1-1/+1
2018-03-20-Wuninitialized: remove some 'init-self' workaroundsRamsay Jones1-1/+1
2018-03-14Convert find_unique_abbrev* to struct object_idbrian m. carlson1-1/+1
2018-03-06Merge branch 'jk/cached-commit-buffer'Junio C Hamano1-1/+1
2018-02-22commit: drop uses of get_cached_commit_buffer()Jeff King1-1/+1
2018-02-13Merge branch 'jh/partial-clone'Junio C Hamano1-1/+1
2018-02-13Merge branch 'jh/fsck-promisors'Junio C Hamano1-6/+63
2017-12-27Merge branch 'jh/object-filtering'Junio C Hamano1-2/+110
2017-12-08fetch: inherit filter-spec from partial cloneJeff Hostetler1-1/+1
2017-12-08rev-list: support termination at promisor objectsJonathan Tan1-6/+63
2017-12-05rev-list: support --no-filter argumentJeff Hostetler1-0/+4
2017-11-22rev-list: add list-objects filtering supportJeff Hostetler1-2/+106
2017-11-15Merge branch 'ma/bisect-leakfix'Junio C Hamano1-2/+1
2017-11-09Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano1-1/+1
2017-11-06bisect: change calling-convention of `find_bisection()`Martin Ågren1-2/+1
2017-11-01diff: make struct diff_flags members lowercaseBrandon Williams1-1/+1
2017-11-01diff: remove DIFF_OPT_TST macroBrandon Williams1-1/+1
2017-10-16pack-bitmap: convert traverse_bitmap_commit_list to object_idbrian m. carlson1-2/+2
2017-08-24Merge branch 'jc/simplify-progress'Junio C Hamano1-1/+1
2017-08-19progress: simplify "delayed" progress APIJunio C Hamano1-1/+1
2017-08-11Merge branch 'jk/rev-list-empty-input'Junio C Hamano1-1/+2
2017-08-11Merge branch 'jk/reflog-walk'Junio C Hamano1-1/+2
2017-08-02rev-list: don't show usage when we see empty ref patternsJeff King1-1/+2
2017-07-13rev-list: pass diffopt->use_colors through to pretty-printJeff King1-0/+1
2017-07-09rev-list: check reflog_info before showing usageJeff King1-1/+2
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-0/+1
2017-06-19Merge branch 'jk/consistent-h'Junio C Hamano1-0/+3
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-06-05diff- and log- family: handle "git cmd -h" earlyJunio C Hamano1-0/+3
2017-05-29Merge branch 'bc/object-id'Junio C Hamano1-1/+1
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson1-1/+1
2017-04-23PRItime: introduce a new "printf format" for timestampsJohannes Schindelin1-1/+1
2017-03-26Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson1-1/+1
2017-01-30use oid_to_hex_r() for converting struct object_id hashes to hex stringsRené Scharfe1-1/+1
2016-10-20rev-list: use hdr_termination instead of a always using a newlineJacob Keller1-1/+1
2016-08-31graph: add support for --line-prefix on all graph-aware outputJacob Keller1-41/+33
2016-07-20rev-list: add optional progress reportingJeff King1-0/+17
2016-06-20Merge branch 'jk/rev-list-count-with-bitmap'Junio C Hamano1-1/+5
2016-06-03rev-list: disable bitmaps when "-n" is used with listing objectsJeff King1-1/+2
2016-06-03rev-list: "adjust" results of "--count --use-bitmap-index -n"Jeff King1-0/+3
2016-03-16list-objects: pass full pathname to callbacksJeff King1-8/+4
2016-03-16list-objects: drop name_path entirelyJeff King1-2/+2
2016-02-12list-objects: pass full pathname to callbacksJeff King1-8/+4
2016-02-12list-objects: drop name_path entirelyJeff King1-2/+2
2015-11-20Remove get_object_hash.brian m. carlson1-2/+2
2015-11-20Convert struct object to object_idbrian m. carlson1-7/+7
2015-11-20Add several uses of get_object_hash.brian m. carlson1-2/+2
2015-10-05use sha1_to_hex_r() instead of strcpyJeff King1-2/+2
2015-08-24rev-list: make it obvious that we do not support notesJeff King1-0/+3
2015-07-27Merge branch 'ls/hint-rev-list-count' into maintJunio C Hamano1-0/+1
2015-07-10Merge branch 'ls/hint-rev-list-count'Junio C Hamano1-0/+1
2015-07-01rev-list: disable --use-bitmap-index when pruning commitsJeff King1-1/+1
2015-07-01rev-list: add --count to usage guideLawrence Siebert1-0/+1
2014-06-13commit: record buffer length in cacheJeff King1-1/+1
2014-06-13use get_cached_commit_buffer where appropriateJeff King1-1/+1
2014-06-13provide a helper to free commit bufferJeff King1-2/+1
2014-02-27Merge branch 'jk/pack-bitmap'Junio C Hamano1-0/+39
2013-12-30rev-list: add bitmap mode to speed up object listsVicent Marti1-0/+39
2013-10-16C: have space around && and || operatorsJunio C Hamano1-1/+1
2013-08-28list-objects: reduce one argument in mark_edges_uninterestingNguyễn Thái Ngọc Duy1-1/+1
2013-06-26pretty: --format output should honor logOutputEncodingAlexey Shumkin1-0/+1
2012-10-29Move print_commit_list to libgit.aNguyễn Thái Ngọc Duy1-10/+0
2012-10-29Move estimate_bisect_steps to libgit.aNguyễn Thái Ngọc Duy1-39/+0
2012-05-11Merge branch 'jk/maint-reflog-walk-count-vs-time'Junio C Hamano1-0/+1
2012-05-04log: respect date_mode_explicit with --format:%gdJeff King1-0/+1
2012-02-28rev-list: fix --verify-objects --quiet becoming --objectsNguyễn Thái Ngọc Duy1-11/+15
2012-02-28rev-list: remove BISECT_SHOW_TRIED flagNguyễn Thái Ngọc Duy1-11/+1
2012-02-13git rev-list: fix invalid typecastClemens Buchacher1-2/+2
2011-09-01rev-list --verify-objectJunio C Hamano1-0/+4
2011-09-01list-objects: pass callback data to show_objects()Junio C Hamano1-3/+7
2011-08-22revision.c: add show_object_with_name() helper functionJunio C Hamano1-14/+1
2011-08-22rev-list: fix finish_object() callJunio C Hamano1-1/+1
2011-05-31Merge branch 'jk/format-patch-am'Junio C Hamano1-1/+2
2011-05-26clean up calling conventions for pretty.c functionsJeff King1-1/+2
2011-04-26rev-list --count: separate count for --cherry-markMichael J Gruber1-2/+8
2011-03-23revision.c: introduce --min-parents and --max-parents optionsMichael J Gruber1-0/+4
2011-03-09rev-list/log: factor out revision mark generationMichael J Gruber1-12/+2
2010-11-17Merge branch 'jk/maint-rev-list-nul'Junio C Hamano1-2/+4
2010-10-13rev-list: handle %x00 NUL in user formatJeff King1-2/+4
2010-10-08Use angles for placeholders consistentlyŠtěpán Němec1-4/+4
2010-06-12rev-list: introduce --count optionThomas Rast1-0/+16
2010-04-06Merge branch 'ef/maint-empty-commit-log'Junio C Hamano1-1/+4
2010-04-03Merge branch 'mg/use-default-abbrev-length-in-rev-list'Junio C Hamano1-1/+1
2010-03-10Merge branch 'lt/deepen-builtin-source'Junio C Hamano1-0/+401
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-0/+400