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