summaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano2018-10-161-7/+41
|\
| * refs.c: upgrade for_each_replace_ref to be a each_repo_ref_fn callbackStefan Beller2018-08-211-5/+4
| * refs.c: migrate internal ref iteration to pass thru repository argumentStefan Beller2018-08-211-2/+37
* | convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-291-4/+4
* | Merge branch 'jt/refspec-dwim-precedence-fix'Junio C Hamano2018-08-171-5/+13
|\ \
| * | remote: make refspec follow the same disambiguation rule as local refsJunio C Hamano2018-08-021-5/+13
* | | Merge branch 'nd/i18n'Junio C Hamano2018-08-151-20/+20
|\ \ \ | |_|/ |/| |
| * | refs.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-20/+20
| * | Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-6/+6
* | | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-1/+1
|\ \ \
| * | | object: add repository argument to object_as_typeStefan Beller2018-06-291-1/+1
| * | | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-0/+1
| |\ \ \ | | |/ / | |/| |
* | | | Merge branch 'bp/log-ref-write-fd-with-strbuf'Junio C Hamano2018-07-241-8/+4
|\ \ \ \
| * | | | convert log_ref_write_fd() to use strbufBen Peart2018-07-101-8/+4
| |/ / /
* | | | 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 'jk/snprintf-truncation'Junio C Hamano2018-05-301-2/+2
|\ \ \
| * | | shorten_unambiguous_ref: use xsnprintfJeff King2018-05-211-2/+2
| | |/ | |/|
* | | Merge branch 'ma/create-pseudoref-with-null-old-oid'Junio C Hamano2018-05-301-5/+17
|\ \ \
| * | | refs: handle zero oid for pseudorefsMartin Ågren2018-05-131-3/+13
| * | | refs.c: refer to "object ID", not "sha1", in error messagesMartin Ågren2018-05-131-2/+4
* | | | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-17/+17
|\ \ \ \
| * | | | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-17/+17
* | | | | Merge branch 'ma/lockfile-cleanup'Junio C Hamano2018-05-301-7/+9
|\ \ \ \ \
| * | | | | refs.c: do not die if locking fails in `delete_pseudoref()`Martin Ågren2018-05-101-4/+7
| * | | | | refs.c: do not die if locking fails in `write_pseudoref()`Martin Ågren2018-05-101-3/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'js/rebase-recreate-merge'Junio C Hamano2018-05-231-1/+2
|\ \ \ \ \
| * | | | | sequencer: make refs generated by the `label` command worktree-localJohannes Schindelin2018-04-261-1/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'sb/oid-object-info'Junio C Hamano2018-05-231-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | cache.h: add repository argument to oid_object_infoStefan Beller2018-04-261-1/+1
* | | | | Merge branch 'sb/object-store-replace'Junio C Hamano2018-05-231-0/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | get_main_ref_store: BUG() when outside a repositoryJeff King2018-05-211-0/+3
| |/ / /
* | | | Merge branch 'sb/object-store-replace'Junio C Hamano2018-05-081-41/+39
|\ \ \ \ | |/ / /
| * | | refs: allow for_each_replace_ref to handle arbitrary repositoriesStefan Beller2018-04-121-2/+2
| * | | refs: store the main ref store inside the repository structStefan Beller2018-04-121-8/+5
| * | | refs: add repository argument to for_each_replace_refStefan Beller2018-04-121-1/+1
| * | | refs: add repository argument to get_main_ref_storeStefan Beller2018-04-121-33/+34
| |/ /
* | | Merge branch 'bw/protocol-v2'Junio C Hamano2018-05-081-0/+14
|\ \ \ | |/ / |/| |
| * | ls-remote: pass ref prefixes when requesting a remote's refsBrandon Williams2018-03-151-0/+14
| |/
* | sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-141-1/+1
|/
* log: add option to choose which refs to decoratera/decorate-limit-refsRafael Ascensão2017-11-221-0/+65
* refs: update some more docs to use "oid" rather than "sha1"mh/tidy-ref-update-flagsMichael Haggerty2017-11-061-1/+1
* ref_transaction_add_update(): remove a checkMichael Haggerty2017-11-061-3/+0
* ref_transaction_update(): die on disallowed flagsMichael Haggerty2017-11-061-1/+2
* refs: convert read_raw_ref backends to struct object_idbrian m. carlson2017-10-161-4/+4
* refs: convert peel_object to struct object_idbrian m. carlson2017-10-161-5/+5
* refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson2017-10-161-15/+14
* refs: convert resolve_gitlink_ref to struct object_idbrian m. carlson2017-10-161-3/+3
* refs: convert reflog_expire parameter to struct object_idbrian m. carlson2017-10-161-4/+4
* refs: convert read_ref_at to struct object_idbrian m. carlson2017-10-161-17/+17