summaryrefslogtreecommitdiff
path: root/builtin/rev-list.c
Commit message (Expand)AuthorAgeFilesLines
* rev-list: teach --no-object-names to enable pipingEmily Shaffer2019-06-201-1/+18
* rev-list: drop unused void pointer from finish_commit()Jeff King2019-05-131-5/+5
* Merge branch 'tb/unexpected'Junio C Hamano2019-05-091-1/+3
|\
| * rev-list: let traversal die when --missing is not in useJeff King2019-04-101-1/+3
* | Merge branch 'jk/virtual-objects-do-exist'Junio C Hamano2019-03-201-1/+1
|\ \ | |/ |/|
| * rev-list: allow cached objects in existence checkJeff King2019-03-051-1/+1
* | Merge branch 'ds/push-sparse-tree-walk'Junio C Hamano2019-02-061-1/+1
|\ \
| * | list-objects: consume sparse tree walkDerrick Stolee2019-01-171-1/+1
* | | Merge branch 'sb/more-repo-in-api'Junio C Hamano2019-02-051-1/+2
|\ \ \
| * | | commit: prepare free_commit_buffer and release_commit_memory for any repoStefan Beller2018-12-281-1/+2
* | | | Merge branch 'md/exclude-promisor-objects-fix-cleanup'Junio C Hamano2019-01-141-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | revision.c: put promisor option in specialized structMatthew DeVore2018-12-061-2/+4
* | | | Merge branch 'md/exclude-promisor-objects-fix'Junio C Hamano2018-11-061-0/+1
|\ \ \ \ | |/ / /
| * | | exclude-promisor-objects: declare when option is allowedMatthew DeVore2018-10-231-0/+1
* | | | Merge branch 'md/filter-trees'Junio C Hamano2018-10-301-4/+7
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | rev-list: handle missing tree objects properlyMatthew DeVore2018-10-071-4/+7
* | | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-1/+1
|\ \ \
| * | | revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
| |/ /
* | | Merge branch 'jk/rev-list-stdin-noop-is-ok'Junio C Hamano2018-09-171-1/+1
|\ \ \ | |/ / |/| |
| * | rev-list: make empty --stdin not an errorJeff King2018-08-221-1/+1
* | | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-1/+1
|\ \ \ | |/ / |/| |
| * | object: add repository argument to parse_objectStefan Beller2018-06-291-1/+1
* | | Merge branch 'jt/remove-pack-bitmap-global'Junio C Hamano2018-07-181-4/+9
|\ \ \ | |/ / |/| |
| * | pack-bitmap: add free functionJonathan Tan2018-06-211-0/+2
| * | pack-bitmap: remove bitmap_git global variableJonathan Tan2018-06-211-4/+7
* | | object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
|/ /
* | Merge branch 'bc/object-id'Junio C Hamano2018-04-101-1/+1
|\ \ | |/ |/|
| * Convert find_unique_abbrev* to struct object_idbrian m. carlson2018-03-141-1/+1
* | Merge branch 'rj/warning-uninitialized-fix'Junio C Hamano2018-03-211-1/+1
|\ \ | |/ |/|
| * -Wuninitialized: remove some 'init-self' workaroundsRamsay Jones2018-03-201-1/+1
* | Merge branch 'jk/cached-commit-buffer'Junio C Hamano2018-03-061-1/+1
|\ \
| * | commit: drop uses of get_cached_commit_buffer()Jeff King2018-02-221-1/+1
| |/
* | Merge branch 'jh/partial-clone'Junio C Hamano2018-02-131-1/+1
|\ \
| * | fetch: inherit filter-spec from partial cloneJeff Hostetler2017-12-081-1/+1
* | | Merge branch 'jh/fsck-promisors'Junio C Hamano2018-02-131-6/+63
|\ \ \ | |/ / | | / | |/ |/|
| * rev-list: support termination at promisor objectsJonathan Tan2017-12-081-6/+63
* | Merge branch 'jh/object-filtering'Junio C Hamano2017-12-271-2/+110
|\ \ | |/
| * rev-list: support --no-filter argumentJeff Hostetler2017-12-051-0/+4
| * rev-list: add list-objects filtering supportJeff Hostetler2017-11-221-2/+106
* | Merge branch 'ma/bisect-leakfix'Junio C Hamano2017-11-151-2/+1
|\ \
| * | bisect: change calling-convention of `find_bisection()`Martin Ågren2017-11-061-2/+1
| |/
* | Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano2017-11-091-1/+1
|\ \
| * | diff: make struct diff_flags members lowercasebw/diff-opt-impl-to-bitfieldsBrandon Williams2017-11-011-1/+1
| * | diff: remove DIFF_OPT_TST macroBrandon Williams2017-11-011-1/+1
| |/
* | pack-bitmap: convert traverse_bitmap_commit_list to object_idbrian m. carlson2017-10-161-2/+2
|/
* Merge branch 'jc/simplify-progress'Junio C Hamano2017-08-241-1/+1
|\
| * progress: simplify "delayed" progress APIjc/simplify-progressJunio C Hamano2017-08-191-1/+1
* | Merge branch 'jk/rev-list-empty-input'Junio C Hamano2017-08-111-1/+2
|\ \
| * | rev-list: don't show usage when we see empty ref patternsJeff King2017-08-021-1/+2
| |/
* | Merge branch 'jk/reflog-walk'Junio C Hamano2017-08-111-1/+2
|\ \