summaryrefslogtreecommitdiff
path: root/builtin/reflog.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | struct expire_reflog_cb: a new callback data typeMichael Haggerty2014-12-121-17/+26
* | Rename expire_reflog_cb to expire_reflog_policy_cbMichael Haggerty2014-12-121-9/+10
* | expire_reflog(): move updateref to flags argumentMichael Haggerty2014-12-121-6/+6
* | expire_reflog(): move dry_run to flags argumentMichael Haggerty2014-12-121-5/+8
* | expire_reflog(): add a "flags" argumentMichael Haggerty2014-12-121-4/+6
* | expire_reflog(): extract two policy-related functionsMichael Haggerty2014-12-121-42/+52
* | Extract function should_expire_reflog_ent()Michael Haggerty2014-12-121-28/+42
* | expire_reflog(): use a lock_file for rewriting the reflog fileMichael Haggerty2014-12-121-19/+41
* | expire_reflog(): return early if the reference has no reflogMichael Haggerty2014-12-121-3/+5
* | expire_reflog(): rename "ref" parameter to "refname"Michael Haggerty2014-12-121-8/+8
* | expire_reflog(): it's not an each_ref_fn anymoreMichael Haggerty2014-12-121-5/+5
* | Merge branch 'jk/prune-mtime'Junio C Hamano2014-10-291-1/+1
|\ \
| * | prune: keep objects reachable from recent objectsJeff King2014-10-161-1/+1
* | | lockfile.h: extract new header file for the functions in lockfile.cmh/lockfileMichael Haggerty2014-10-011-1/+1
* | | lockfile: change lock_file::filename into a strbufMichael Haggerty2014-10-011-1/+1
|/ /
* | refs.c: add new functions reflog_exists and delete_reflogRonnie Sahlberg2014-05-081-1/+1
* | use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy2014-02-201-1/+1
* | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-2/+2
* | Merge branch 'bk/refs-multi-update'Junio C Hamano2013-09-201-1/+1
|\ \