aboutsummaryrefslogtreecommitdiff
path: root/builtin/reflog.c
Commit message (Expand)AuthorAge
* refs: convert reflog_expire parameter to struct object_idbrian m. carlson2017-10-16
* refs: convert dwim_log to struct object_idbrian m. carlson2017-10-16
* builtin/reflog: convert remaining unsigned char uses to object_idbrian m. carlson2017-10-16
* object_array: add and use `object_array_pop()`Martin Ågren2017-09-24
* object_array: use `object_array_clear()`, not `free()`Martin Ågren2017-09-24
* Merge branch 'ab/wildmatch'Junio C Hamano2017-07-10
|\
| * wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason2017-06-23
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\ \ | |/ |/|
| * config: don't include config.h by defaultBrandon Williams2017-06-15
* | Merge branch 'bc/object-id'Junio C Hamano2017-05-29
|\ \
| * | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-08
| * | Convert lookup_tree to struct object_idbrian m. carlson2017-05-08
| * | builtin/reflog: convert tree_is_complete to take struct object_idbrian m. carlson2017-05-08
| * | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-08
| * | reflog_expire: convert to struct object_idbrian m. carlson2017-05-08
| |/
* | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-27
|/
* refs: convert each_reflog_ent_fn to struct object_idbrian m. carlson2017-02-22
* struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-25
* convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-22
* reflog_expire_cfg: NUL-terminate pattern fieldJeff King2016-02-19
* Remove get_object_hash.brian m. carlson2015-11-20
* Add several uses of get_object_hash.brian m. carlson2015-11-20
* Merge branch 'rs/pop-commit'Junio C Hamano2015-10-30
|\
| * use pop_commit() for consuming the first entry of a struct commit_listRené Scharfe2015-10-26
* | Merge branch 'ah/reflog-typofix-in-error'Junio C Hamano2015-09-01
|\ \
| * | reflog: add missing single quote to error messageAlex Henrie2015-08-28
* | | git-reflog: add exists commandDavid Turner2015-07-21
| |/ |/|
* | builtin/reflog: rewrite ref functions to take an object_id argumentMichael Haggerty2015-05-25
* | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25
* | reflog: improve and update documentationMichael Haggerty2015-03-05
* | reflog_expire(): new function in the reference APIMichael Haggerty2014-12-22
* | expire_reflog(): treat the policy callback data as opaqueMichael Haggerty2014-12-12
* | Move newlog and last_kept_sha1 to "struct expire_reflog_cb"Michael Haggerty2014-12-12
* | expire_reflog(): move rewrite to flags argumentMichael Haggerty2014-12-12
* | expire_reflog(): move verbose to flags argumentMichael Haggerty2014-12-12
* | expire_reflog(): pass flags through to expire_reflog_ent()Michael Haggerty2014-12-12
* | struct expire_reflog_cb: a new callback data typeMichael Haggerty2014-12-12
* | Rename expire_reflog_cb to expire_reflog_policy_cbMichael Haggerty2014-12-12
* | expire_reflog(): move updateref to flags argumentMichael Haggerty2014-12-12
* | expire_reflog(): move dry_run to flags argumentMichael Haggerty2014-12-12
* | expire_reflog(): add a "flags" argumentMichael Haggerty2014-12-12
* | expire_reflog(): extract two policy-related functionsMichael Haggerty2014-12-12
* | Extract function should_expire_reflog_ent()Michael Haggerty2014-12-12
* | expire_reflog(): use a lock_file for rewriting the reflog fileMichael Haggerty2014-12-12
* | expire_reflog(): return early if the reference has no reflogMichael Haggerty2014-12-12
* | expire_reflog(): rename "ref" parameter to "refname"Michael Haggerty2014-12-12
* | expire_reflog(): it's not an each_ref_fn anymoreMichael Haggerty2014-12-12
* | Merge branch 'jk/prune-mtime'Junio C Hamano2014-10-29
|\ \
| * | prune: keep objects reachable from recent objectsJeff King2014-10-16
* | | lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty2014-10-01