summaryrefslogtreecommitdiffstats
path: root/ref-filter.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/trailer-fixes'Junio C Hamano2018-09-171-0/+2
|\ \
| * | pretty, ref-filter: format %(trailers) with no_divider optionJeff King2018-08-231-0/+2
* | | Merge branch 'ds/reachable'Junio C Hamano2018-09-171-138/+8
|\ \ \ | |_|/ |/| |
| * | commit-reach: move commit_contains from ref-filterDerrick Stolee2018-07-211-138/+7
| * | commit.h: remove method declarationsDerrick Stolee2018-07-211-0/+1
* | | Merge branch 'ot/ref-filter-object-info'Junio C Hamano2018-08-171-88/+138
|\ \ \
| * | | ref-filter: use oid_object_info() to get objectOlga Telezhnaya2018-07-181-33/+87
| * | | ref-filter: merge get_obj and get_objectOlga Telezhnaya2018-07-181-25/+11
| * | | ref-filter: initialize eaten variableOlga Telezhnaya2018-07-181-1/+2
| * | | ref-filter: fill empty fields with empty valuesOlga Telezhnaya2018-07-181-1/+7
| * | | ref-filter: add info_source to valid_atomOlga Telezhnaya2018-07-181-39/+43
* | | | Merge branch 'jt/commit-graph-per-object-store'Junio C Hamano2018-08-031-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | commit-graph: add repo arg to graph readersJonathan Tan2018-07-181-1/+1
* | | | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-031-4/+8
|\| | |
| * | | commit: add repository argument to lookup_commit_reference_gentlyStefan Beller2018-06-291-2/+4
| * | | object: add repository argument to parse_object_bufferStefan Beller2018-06-291-1/+2
| * | | object: add repository argument to parse_objectStefan Beller2018-06-291-1/+2
| * | | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-0/+1
| |\ \ \ | | |/ / | |/| |
* | | | Merge branch 'jk/for-each-ref-icase'Junio C Hamano2018-07-241-1/+10
|\ \ \ \
| * | | | ref-filter: avoid backend filtering with --ignore-caseJeff King2018-07-031-0/+9
| * | | | for-each-ref: consistently pass WM_IGNORECASE flagAleksandr Makarov2018-07-031-1/+1
* | | | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+1
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | | | Merge branch 'ds/commit-graph-lockfile-fix'Junio C Hamano2018-06-251-5/+21
|\ \ \ \ | |_|_|/ |/| | |
| * | | ref-filter: use generation number for --containsDerrick Stolee2018-05-221-4/+20
| * | | ref-filter: fix outdated comment on in_commit_listDerrick Stolee2018-05-021-1/+1
* | | | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-2/+2
|\ \ \ \
| * | | | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-2/+2
* | | | | Merge branch 'ds/lazy-load-trees'Junio C Hamano2018-05-231-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | treewide: replace maybe_tree with accessor methodsDerrick Stolee2018-04-111-1/+1
| * | | | treewide: rename tree to maybe_treeDerrick Stolee2018-04-111-1/+1
* | | | | Merge branch 'ot/libify-get-ref-atom-value'Junio C Hamano2018-05-081-96/+197
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ref-filter: libify get_ref_atom_value()Olga Telezhnaya2018-03-291-24/+30
| * | | | ref-filter: add return value to parsersOlga Telezhnaya2018-03-291-49/+89
| * | | | ref-filter: change parsing function error handlingOlga Telezhnaya2018-03-291-8/+24
| * | | | ref-filter: add return value && strbuf to handlersOlga Telezhnaya2018-03-291-16/+35
| * | | | ref-filter: start adding strbufs with errorsOlga Telezhnaya2018-03-291-5/+12
| * | | | ref-filter: add shortcut to work with strbufsOlga Telezhnaya2018-03-291-0/+13
| | |_|/ | |/| |
* | | | Merge branch 'jk/ref-array-push'Junio C Hamano2018-04-251-11/+25
|\ \ \ \
| * | | | ref-filter: factor ref_array pushing into its own functionJeff King2018-04-081-3/+13
| * | | | ref-filter: make ref_array_item allocation more consistentJeff King2018-04-081-7/+11
| * | | | ref-filter: use "struct object_id" consistentlyJeff King2018-04-081-5/+5
| |/ / /
* | | | Merge branch 'ks/branch-list-detached-rebase-i'Junio C Hamano2018-04-251-4/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | branch --list: print useful info whilst interactive rebasing a detached HEADKaartic Sivaraam2018-04-051-4/+8
| |/ /
* | | sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-1/+1
* | | Convert find_unique_abbrev* to struct object_idbrian m. carlson2018-03-141-2/+2
* | | ref-filter: convert grab_objectname to struct object_idbrian m. carlson2018-03-141-6/+6
|/ /
* | Merge branch 'ot/ref-filter-cleanup'Junio C Hamano2018-03-081-27/+24
|\ \