summaryrefslogtreecommitdiff
path: root/builtin-reflog.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLibravatar Linus Torvalds1-719/+0
2009-11-10Let 'git <command> -h' show usage without a git dirLibravatar Jonathan Nieder1-0/+3
2009-09-13use write_str_in_full helper to avoid literal string lengthsLibravatar Jim Meyering1-1/+1
2009-08-05Better usage string for reflog.Libravatar Matthieu Moy1-1/+1
2009-04-22Fix more typos/spelling in commentsLibravatar Michael J Gruber1-1/+1
2009-04-22Fix typos / spelling in commentsLibravatar Mike Ralphson1-1/+1
2009-04-01Speed up reflog pruning of unreachable commitsLibravatar Junio Hamano1-0/+44
2009-04-01Clean up reflog unreachability pruning decisionLibravatar Linus Torvalds1-6/+26
2008-10-30Merge branch 'ar/maint-mksnpath' into ar/mksnpathLibravatar Junio C Hamano1-2/+2
2008-10-30Use git_pathdup instead of xstrdup(git_path(...))Libravatar Alex Riesen1-2/+2
2008-08-17builtin-reflog: Allow reflog expire to name partial refLibravatar Pieter de Bie1-4/+4
2008-08-11Merge branch 'maint'Libravatar Junio C Hamano1-2/+2
2008-08-10Fix deleting reflog entries from HEAD reflogLibravatar Junio C Hamano1-2/+2
2008-07-13Make usage strings dash-lessLibravatar Stephan Beyer1-3/+3
2008-06-28Make default expiration period of reflog used for stash infiniteLibravatar Junio C Hamano1-0/+11
2008-06-28Per-ref reflog expiry configurationLibravatar Junio C Hamano1-19/+126
2008-06-15Make git reflog expire honour core.sharedRepository.Libravatar Pierre Habouzit1-0/+2
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-3/+3
2008-02-22git-reflog: add option --updateref to write the last reflog sha1 into the refLibravatar Brandon Casey1-1/+16
2008-02-22git-reflog: add option --rewrite to update reflog entries while expiringLibravatar Brandon Casey1-1/+11
2008-02-22reflog-delete: parse standard reflog optionsLibravatar Brandon Casey1-3/+21
2008-02-22Merge branch 'bc/reflog-fix' into js/reflog-deleteLibravatar Junio C Hamano1-9/+52
2008-02-22builtin-reflog.c: don't install new reflog on write failureLibravatar Brandon Casey1-2/+3
2008-02-11builtin-reflog.c: guard config parser from value=NULLLibravatar Junio C Hamano1-5/+11
2008-01-29reflog-expire: Avoid creating new files in a directory inside readdir(3) loopLibravatar Junio C Hamano1-2/+38
2008-01-04builtin-reflog.c: fix typo that accesses an unset variableLibravatar Brandon Casey1-1/+1
2007-10-17Teach "git reflog" a subcommand to delete single entriesLibravatar Johannes Schindelin1-0/+59
2007-05-10git-update-ref: add --no-deref option for overwriting/detaching refLibravatar Sven Verdoolaege1-1/+1
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Libravatar Linus Torvalds1-5/+5
2007-02-27convert object type handling from a string to a numberLibravatar Nicolas Pitre1-2/+2
2007-02-20Mechanical conversion to use prefixcmp()Libravatar Junio C Hamano1-2/+2
2007-02-13Merge branch 'jc/merge-base' (early part)Libravatar Junio C Hamano1-2/+2
2007-02-08git reflog showLibravatar Linus Torvalds1-6/+12
2007-02-03scan reflogs independently from refsLibravatar Nicolas Pitre1-5/+2
2007-01-28make reflog filename independent from struct ref_lockLibravatar Nicolas Pitre1-4/+6
2007-01-22reflog gc: a tag that does not point at a commit is not a crime.Libravatar Junio C Hamano1-3/+0
2007-01-15git reflog expire: document --stale-fix option.Libravatar Junio C Hamano1-1/+1
2007-01-11reflog-expire: brown paper bag fix.Libravatar Junio C Hamano1-6/+12
2007-01-09Allow in_merge_bases() to take more than one reference commits.Libravatar Junio C Hamano1-2/+2
2007-01-09Sanitize for_each_reflog_ent()Libravatar Johannes Schindelin1-14/+12
2007-01-06reflog --fix-stale: do not check the same trees and commits repeatedly.Libravatar Junio C Hamano1-23/+54
2007-01-06reflog expire --fix-staleLibravatar Junio C Hamano1-21/+138
2006-12-27git-reflog: gc.* configuration and documentation.Libravatar Junio C Hamano1-2/+23
2006-12-22reflog expire: do not punt on tags that point at non commits.Libravatar Junio C Hamano1-5/+5
2006-12-22reflog expire: prune commits that are not incompleteLibravatar Junio C Hamano1-3/+40
2006-12-20git reflog expireLibravatar Junio C Hamano1-0/+175