aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/reflog.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-20Remove get_object_hash.brian m. carlson1-2/+2
2015-11-20Add several uses of get_object_hash.brian m. carlson1-2/+2
2015-10-30Merge branch 'rs/pop-commit'Junio C Hamano1-5/+1
2015-10-26use pop_commit() for consuming the first entry of a struct commit_listRené Scharfe1-5/+1
2015-09-01Merge branch 'ah/reflog-typofix-in-error'Junio C Hamano1-1/+1
2015-08-28reflog: add missing single quote to error messageAlex Henrie1-1/+1
2015-07-21git-reflog: add exists commandDavid Turner1-1/+32
2015-05-25builtin/reflog: rewrite ref functions to take an object_id argumentMichael Haggerty1-10/+6
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty1-2/+7
2015-03-05reflog: improve and update documentationMichael Haggerty1-6/+3
2014-12-22reflog_expire(): new function in the reference APIMichael Haggerty1-133/+15
2014-12-12expire_reflog(): treat the policy callback data as opaqueMichael Haggerty1-36/+36
2014-12-12Move newlog and last_kept_sha1 to "struct expire_reflog_cb"Michael Haggerty1-10/+10
2014-12-12expire_reflog(): move rewrite to flags argumentMichael Haggerty1-5/+5
2014-12-12expire_reflog(): move verbose to flags argumentMichael Haggerty1-8/+8
2014-12-12expire_reflog(): pass flags through to expire_reflog_ent()Michael Haggerty1-0/+2
2014-12-12struct expire_reflog_cb: a new callback data typeMichael Haggerty1-17/+26
2014-12-12Rename expire_reflog_cb to expire_reflog_policy_cbMichael Haggerty1-9/+10
2014-12-12expire_reflog(): move updateref to flags argumentMichael Haggerty1-6/+6
2014-12-12expire_reflog(): move dry_run to flags argumentMichael Haggerty1-5/+8
2014-12-12expire_reflog(): add a "flags" argumentMichael Haggerty1-4/+6
2014-12-12expire_reflog(): extract two policy-related functionsMichael Haggerty1-42/+52
2014-12-12Extract function should_expire_reflog_ent()Michael Haggerty1-28/+42
2014-12-12expire_reflog(): use a lock_file for rewriting the reflog fileMichael Haggerty1-19/+41
2014-12-12expire_reflog(): return early if the reference has no reflogMichael Haggerty1-3/+5
2014-12-12expire_reflog(): rename "ref" parameter to "refname"Michael Haggerty1-8/+8
2014-12-12expire_reflog(): it's not an each_ref_fn anymoreMichael Haggerty1-5/+5
2014-10-29Merge branch 'jk/prune-mtime'Junio C Hamano1-1/+1
2014-10-16prune: keep objects reachable from recent objectsJeff King1-1/+1
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty1-1/+1
2014-10-01lockfile: change lock_file::filename into a strbufMichael Haggerty1-1/+1
2014-05-08refs.c: add new functions reflog_exists and delete_reflogRonnie Sahlberg1-1/+1
2014-02-20use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy1-1/+1
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-2/+2
2013-09-20Merge branch 'bk/refs-multi-update'Junio C Hamano1-1/+1
2013-09-17Merge branch 'jk/free-tree-buffer'Junio C Hamano1-2/+1
2013-08-30refs: report ref type from lock_any_ref_for_updateBrad King1-1/+1
2013-06-06clear parsed flag when we free tree buffersJeff King1-2/+1
2013-05-29Merge branch 'jc/prune-all'Junio C Hamano1-7/+7
2013-04-17date.c: add parse_expiry_date()Junio C Hamano1-7/+7
2013-03-25Merge branch 'jc/maint-reflog-expire-clean-mark-typofix'Junio C Hamano1-1/+1
2013-03-05reflog: fix typo in "reflog expire" clean-up codepathJunio C Hamano1-1/+1
2013-01-23reflog: use parse_config_key in config callbackJeff King1-6/+7
2012-06-07reflog: remove i18n legos in pruning messageNguyễn Thái Ngọc Duy1-2/+4
2011-11-07prune: show progress while marking reachable objectsNguyễn Thái Ngọc Duy1-1/+1
2011-08-01reflog: actually default to subcommand 'show'Michael Schubert1-2/+1
2010-05-21Merge branch 'jc/maint-no-reflog-expire-unreach-for-head'Junio C Hamano1-10/+59
2010-05-08Merge branch 'jc/maint-reflog-expire-unreachable'Junio C Hamano1-40/+56
2010-04-19Merge branch 'maint'Junio C Hamano1-1/+1
2010-03-10Merge branch 'lt/deepen-builtin-source'Junio C Hamano1-0/+717
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-0/+719