summaryrefslogtreecommitdiff
path: root/builtin-reflog.c
AgeCommit message (Expand)Author
2009-11-10Let 'git <command> -h' show usage without a git dirJonathan Nieder
2009-09-13use write_str_in_full helper to avoid literal string lengthsJim Meyering
2009-08-05Better usage string for reflog.Matthieu Moy
2009-04-23Fix more typos/spelling in commentsMichael J Gruber
2009-04-23Fix typos / spelling in commentsMike Ralphson
2009-04-01Speed up reflog pruning of unreachable commitsJunio Hamano
2009-04-01Clean up reflog unreachability pruning decisionLinus Torvalds
2008-10-31Merge branch 'ar/maint-mksnpath' into ar/mksnpathJunio C Hamano
2008-10-31Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen
2008-08-17builtin-reflog: Allow reflog expire to name partial refPieter de Bie
2008-08-11Merge branch 'maint'Junio C Hamano
2008-08-11Fix deleting reflog entries from HEAD reflogJunio C Hamano
2008-07-13Make usage strings dash-lessStephan Beyer
2008-06-29Make default expiration period of reflog used for stash infiniteJunio C Hamano
2008-06-29Per-ref reflog expiry configurationJunio C Hamano
2008-06-15Make git reflog expire honour core.sharedRepository.Pierre Habouzit
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-02-23git-reflog: add option --updateref to write the last reflog sha1 into the refBrandon Casey
2008-02-23git-reflog: add option --rewrite to update reflog entries while expiringBrandon Casey
2008-02-23reflog-delete: parse standard reflog optionsBrandon Casey
2008-02-23Merge branch 'bc/reflog-fix' into js/reflog-deleteJunio C Hamano
2008-02-23builtin-reflog.c: don't install new reflog on write failureBrandon Casey
2008-02-11builtin-reflog.c: guard config parser from value=NULLJunio C Hamano
2008-01-30reflog-expire: Avoid creating new files in a directory inside readdir(3) loopJunio C Hamano
2008-01-05builtin-reflog.c: fix typo that accesses an unset variableBrandon Casey
2007-10-17Teach "git reflog" a subcommand to delete single entriesJohannes Schindelin
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