summaryrefslogtreecommitdiff
path: root/builtin/reflog.c
AgeCommit message (Expand)Author
2020-07-07Merge branch 'es/get-worktrees-unsort'Junio C Hamano
2020-06-22worktree: drop get_worktrees() unused 'flags' argumentEric Sunshine
2020-04-10parse_config_key(): return subsection len as size_tJeff King
2020-01-31C: use skip_prefix() to avoid hardcoded string lengthJunio C Hamano
2019-02-07Merge branch 'jk/loose-object-cache-oid'Junio C Hamano
2019-01-15tree-walk: store object_id in a separate memberbrian m. carlson
2019-01-08convert has_sha1_file() callers to has_object_file()Jeff King
2019-01-04Merge branch 'nd/i18n'Junio C Hamano
2018-11-13Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano
2018-11-12reflog: mark strings for translationNguyễn Thái Ngọc Duy
2018-10-22reflog expire: cover reflog from all worktreesNguyễn Thái Ngọc Duy
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller
2018-06-29tree: add repository argument to lookup_treeStefan Beller
2018-06-29object: add repository argument to parse_objectStefan Beller
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee
2018-04-09Merge branch 'bc/object-id'Junio C Hamano
2018-03-14Merge branch 'nd/object-allocation-comments'Junio C Hamano
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2018-03-06object.h: update flag allocation commentNguyễn Thái Ngọc Duy
2018-02-22reflog: rename 'new' variablesBrandon Williams
2017-11-18config: add --expiry-dateHaaris Mehmood
2017-10-16refs: convert reflog_expire parameter to struct object_idbrian m. carlson
2017-10-16refs: convert dwim_log to struct object_idbrian m. carlson
2017-10-16builtin/reflog: convert remaining unsigned char uses to object_idbrian m. carlson
2017-09-24object_array: add and use `object_array_pop()`Martin Ågren
2017-09-24object_array: use `object_array_clear()`, not `free()`Martin Ågren
2017-07-10Merge branch 'ab/wildmatch'Junio C Hamano
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-24wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson
2017-05-08Convert lookup_tree to struct object_idbrian m. carlson
2017-05-08builtin/reflog: convert tree_is_complete to take struct object_idbrian m. carlson
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-05-08reflog_expire: convert to struct object_idbrian m. carlson
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-02-22refs: convert each_reflog_ent_fn to struct object_idbrian m. carlson
2016-04-25struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King
2016-02-19reflog_expire_cfg: NUL-terminate pattern fieldJeff King
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-10-30Merge branch 'rs/pop-commit'Junio C Hamano
2015-10-26use pop_commit() for consuming the first entry of a struct commit_listRené Scharfe