summaryrefslogtreecommitdiff
path: root/builtin-reflog.c
AgeCommit message (Expand)Author
2007-05-10git-update-ref: add --no-deref option for overwriting/detaching refSven Verdoolaege
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-02-14Merge branch 'jc/merge-base' (early part)Junio C Hamano
2007-02-08git reflog showLinus Torvalds
2007-02-03scan reflogs independently from refsNicolas Pitre
2007-01-28make reflog filename independent from struct ref_lockNicolas Pitre
2007-01-23reflog gc: a tag that does not point at a commit is not a crime.Junio C Hamano
2007-01-15git reflog expire: document --stale-fix option.Junio C Hamano
2007-01-12reflog-expire: brown paper bag fix.Junio C Hamano
2007-01-10Allow in_merge_bases() to take more than one reference commits.Junio C Hamano
2007-01-09Sanitize for_each_reflog_ent()Johannes Schindelin
2007-01-07reflog --fix-stale: do not check the same trees and commits repeatedly.Junio C Hamano
2007-01-07reflog expire --fix-staleJunio C Hamano
2006-12-27git-reflog: gc.* configuration and documentation.Junio C Hamano
2006-12-23reflog expire: do not punt on tags that point at non commits.Junio C Hamano
2006-12-22reflog expire: prune commits that are not incompleteJunio C Hamano
2006-12-21git reflog expireJunio C Hamano