summaryrefslogtreecommitdiff
path: root/builtin/reflog.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-16refs: convert reflog_expire parameter to struct object_idLibravatar brian m. carlson1-3/+3
2017-10-16refs: convert dwim_log to struct object_idLibravatar brian m. carlson1-2/+2
2017-10-16builtin/reflog: convert remaining unsigned char uses to object_idLibravatar brian m. carlson1-9/+9
2017-09-24object_array: add and use `object_array_pop()`Libravatar Martin Ågren1-1/+1
2017-09-24object_array: use `object_array_clear()`, not `free()`Libravatar Martin Ågren1-2/+2
2017-07-10Merge branch 'ab/wildmatch'Libravatar Junio C Hamano1-1/+1
2017-06-24Merge branch 'bw/config-h'Libravatar Junio C Hamano1-0/+1
2017-06-23wildmatch: remove unused wildopts parameterLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-05-29Merge branch 'bc/object-id'Libravatar Junio C Hamano1-18/+18
2017-05-08object: convert parse_object* to take struct object_idLibravatar brian m. carlson1-1/+1
2017-05-08Convert lookup_tree to struct object_idLibravatar brian m. carlson1-1/+1
2017-05-08builtin/reflog: convert tree_is_complete to take struct object_idLibravatar brian m. carlson1-5/+5
2017-05-08Convert lookup_commit* to struct object_idLibravatar brian m. carlson1-4/+4
2017-05-08reflog_expire: convert to struct object_idLibravatar brian m. carlson1-11/+11
2017-04-27timestamp_t: a new data type for timestampsLibravatar Johannes Schindelin1-12/+12
2017-02-22refs: convert each_reflog_ent_fn to struct object_idLibravatar brian m. carlson1-1/+1
2016-04-25struct name_entry: use struct object_id instead of unsigned char sha1[20]Libravatar brian m. carlson1-2/+2
2016-02-22convert trivial cases to FLEX_ARRAY macrosLibravatar Jeff King1-5/+2
2016-02-19reflog_expire_cfg: NUL-terminate pattern fieldLibravatar Jeff King1-5/+3
2015-11-20Remove get_object_hash.Libravatar brian m. carlson1-2/+2
2015-11-20Add several uses of get_object_hash.Libravatar brian m. carlson1-2/+2
2015-10-30Merge branch 'rs/pop-commit'Libravatar Junio C Hamano1-5/+1
2015-10-26use pop_commit() for consuming the first entry of a struct commit_listLibravatar René Scharfe1-5/+1
2015-09-01Merge branch 'ah/reflog-typofix-in-error'Libravatar Junio C Hamano1-1/+1
2015-08-28reflog: add missing single quote to error messageLibravatar Alex Henrie1-1/+1
2015-07-21git-reflog: add exists commandLibravatar David Turner1-1/+32
2015-05-25builtin/reflog: rewrite ref functions to take an object_id argumentLibravatar Michael Haggerty1-10/+6
2015-05-25each_ref_fn: change to take an object_id parameterLibravatar Michael Haggerty1-2/+7
2015-03-05reflog: improve and update documentationLibravatar Michael Haggerty1-6/+3
2014-12-22reflog_expire(): new function in the reference APILibravatar Michael Haggerty1-133/+15
2014-12-12expire_reflog(): treat the policy callback data as opaqueLibravatar Michael Haggerty1-36/+36
2014-12-12Move newlog and last_kept_sha1 to "struct expire_reflog_cb"Libravatar Michael Haggerty1-10/+10
2014-12-12expire_reflog(): move rewrite to flags argumentLibravatar Michael Haggerty1-5/+5
2014-12-12expire_reflog(): move verbose to flags argumentLibravatar Michael Haggerty1-8/+8
2014-12-12expire_reflog(): pass flags through to expire_reflog_ent()Libravatar Michael Haggerty1-0/+2
2014-12-12struct expire_reflog_cb: a new callback data typeLibravatar Michael Haggerty1-17/+26
2014-12-12Rename expire_reflog_cb to expire_reflog_policy_cbLibravatar Michael Haggerty1-9/+10
2014-12-12expire_reflog(): move updateref to flags argumentLibravatar Michael Haggerty1-6/+6
2014-12-12expire_reflog(): move dry_run to flags argumentLibravatar Michael Haggerty1-5/+8
2014-12-12expire_reflog(): add a "flags" argumentLibravatar Michael Haggerty1-4/+6
2014-12-12expire_reflog(): extract two policy-related functionsLibravatar Michael Haggerty1-42/+52
2014-12-12Extract function should_expire_reflog_ent()Libravatar Michael Haggerty1-28/+42
2014-12-12expire_reflog(): use a lock_file for rewriting the reflog fileLibravatar Michael Haggerty1-19/+41
2014-12-12expire_reflog(): return early if the reference has no reflogLibravatar Michael Haggerty1-3/+5
2014-12-12expire_reflog(): rename "ref" parameter to "refname"Libravatar Michael Haggerty1-8/+8
2014-12-12expire_reflog(): it's not an each_ref_fn anymoreLibravatar Michael Haggerty1-5/+5
2014-10-29Merge branch 'jk/prune-mtime'Libravatar Junio C Hamano1-1/+1
2014-10-16prune: keep objects reachable from recent objectsLibravatar Jeff King1-1/+1
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cLibravatar Michael Haggerty1-1/+1