summaryrefslogtreecommitdiff
path: root/builtin/reflog.c
Commit message (Expand)AuthorAgeFilesLines
* commit: add repository argument to lookup_commit_reference_gentlyStefan Beller2018-06-291-4/+6
* tree: add repository argument to lookup_treeStefan Beller2018-06-291-1/+1
* 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
|\
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | 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 'bc/object-id'Junio C Hamano2018-04-101-1/+1
|\ \
| * | sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-1/+1
| |/
* | Merge branch 'nd/object-allocation-comments'Junio C Hamano2018-03-141-0/+1
|\ \ | |/ |/|
| * object.h: update flag allocation commentNguyễn Thái Ngọc Duy2018-03-061-0/+1
* | reflog: rename 'new' variablesBrandon Williams2018-02-221-4/+4
|/
* config: add --expiry-datehm/config-parse-expiry-dateHaaris Mehmood2017-11-181-12/+2
* refs: convert reflog_expire parameter to struct object_idbrian m. carlson2017-10-161-3/+3
* refs: convert dwim_log to struct object_idbrian m. carlson2017-10-161-2/+2
* builtin/reflog: convert remaining unsigned char uses to object_idbrian m. carlson2017-10-161-9/+9
* object_array: add and use `object_array_pop()`Martin Ågren2017-09-241-1/+1
* object_array: use `object_array_clear()`, not `free()`Martin Ågren2017-09-241-2/+2
* Merge branch 'ab/wildmatch'Junio C Hamano2017-07-101-1/+1
|\
| * wildmatch: remove unused wildopts parameterab/wildmatchÆvar Arnfjörð Bjarmason2017-06-231-1/+1
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ | |/ |/|
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | Merge branch 'bc/object-id'Junio C Hamano2017-05-291-18/+18
|\ \
| * | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-1/+1
| * | Convert lookup_tree to struct object_idbrian m. carlson2017-05-081-1/+1
| * | builtin/reflog: convert tree_is_complete to take struct object_idbrian m. carlson2017-05-081-5/+5
| * | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-4/+4
| * | reflog_expire: convert to struct object_idbrian m. carlson2017-05-081-11/+11
| |/
* | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-12/+12
|/
* refs: convert each_reflog_ent_fn to struct object_idbrian m. carlson2017-02-221-1/+1
* struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-251-2/+2
* convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-221-5/+2
* reflog_expire_cfg: NUL-terminate pattern fieldJeff King2016-02-191-5/+3
* Remove get_object_hash.brian m. carlson2015-11-201-2/+2
* Add several uses of get_object_hash.brian m. carlson2015-11-201-2/+2
* Merge branch 'rs/pop-commit'Junio C Hamano2015-10-301-5/+1
|\
| * use pop_commit() for consuming the first entry of a struct commit_listrs/pop-commitRené Scharfe2015-10-261-5/+1
* | Merge branch 'ah/reflog-typofix-in-error'Junio C Hamano2015-09-011-1/+1
|\ \
| * | reflog: add missing single quote to error messageah/reflog-typofix-in-errorAlex Henrie2015-08-281-1/+1
* | | git-reflog: add exists commandDavid Turner2015-07-211-1/+32
| |/ |/|
* | builtin/reflog: rewrite ref functions to take an object_id argumentMichael Haggerty2015-05-251-10/+6
* | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-2/+7
* | reflog: improve and update documentationMichael Haggerty2015-03-051-6/+3
* | reflog_expire(): new function in the reference APIMichael Haggerty2014-12-221-133/+15
* | expire_reflog(): treat the policy callback data as opaqueMichael Haggerty2014-12-121-36/+36
* | Move newlog and last_kept_sha1 to "struct expire_reflog_cb"Michael Haggerty2014-12-121-10/+10
* | expire_reflog(): move rewrite to flags argumentMichael Haggerty2014-12-121-5/+5
* | expire_reflog(): move verbose to flags argumentMichael Haggerty2014-12-121-8/+8
* | expire_reflog(): pass flags through to expire_reflog_ent()Michael Haggerty2014-12-121-0/+2