aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-reflog.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-719/+0
2009-11-10Let 'git <command> -h' show usage without a git dirJonathan Nieder1-0/+3
2009-09-13use write_str_in_full helper to avoid literal string lengthsJim Meyering1-1/+1
2009-08-05Better usage string for reflog.Matthieu Moy1-1/+1
2009-04-22Fix more typos/spelling in commentsMichael J Gruber1-1/+1
2009-04-22Fix typos / spelling in commentsMike Ralphson1-1/+1
2009-04-01Speed up reflog pruning of unreachable commitsJunio Hamano1-0/+44
2009-04-01Clean up reflog unreachability pruning decisionLinus Torvalds1-6/+26
2008-10-30Merge branch 'ar/maint-mksnpath' into ar/mksnpathJunio C Hamano1-2/+2
2008-10-30Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen1-2/+2
2008-08-17builtin-reflog: Allow reflog expire to name partial refPieter de Bie1-4/+4
2008-08-11Merge branch 'maint'Junio C Hamano1-2/+2
2008-08-10Fix deleting reflog entries from HEAD reflogJunio C Hamano1-2/+2
2008-07-13Make usage strings dash-lessStephan Beyer1-3/+3
2008-06-28Make default expiration period of reflog used for stash infiniteJunio C Hamano1-0/+11
2008-06-28Per-ref reflog expiry configurationJunio C Hamano1-19/+126
2008-06-15Make git reflog expire honour core.sharedRepository.Pierre Habouzit1-0/+2
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-3/+3
2008-02-22git-reflog: add option --updateref to write the last reflog sha1 into the refBrandon Casey1-1/+16
2008-02-22git-reflog: add option --rewrite to update reflog entries while expiringBrandon Casey1-1/+11
2008-02-22reflog-delete: parse standard reflog optionsBrandon Casey1-3/+21
2008-02-22Merge branch 'bc/reflog-fix' into js/reflog-deleteJunio C Hamano1-9/+52
2008-02-22builtin-reflog.c: don't install new reflog on write failureBrandon Casey1-2/+3
2008-02-11builtin-reflog.c: guard config parser from value=NULLJunio C Hamano1-5/+11
2008-01-29reflog-expire: Avoid creating new files in a directory inside readdir(3) loopJunio C Hamano1-2/+38
2008-01-04builtin-reflog.c: fix typo that accesses an unset variableBrandon Casey1-1/+1
2007-10-17Teach "git reflog" a subcommand to delete single entriesJohannes Schindelin1-0/+59
2007-05-10git-update-ref: add --no-deref option for overwriting/detaching refSven Verdoolaege1-1/+1
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds1-5/+5
2007-02-27convert object type handling from a string to a numberNicolas Pitre1-2/+2
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-2/+2
2007-02-13Merge branch 'jc/merge-base' (early part)Junio C Hamano1-2/+2
2007-02-08git reflog showLinus Torvalds1-6/+12
2007-02-03scan reflogs independently from refsNicolas Pitre1-5/+2
2007-01-28make reflog filename independent from struct ref_lockNicolas Pitre1-4/+6
2007-01-22reflog gc: a tag that does not point at a commit is not a crime.Junio C Hamano1-3/+0
2007-01-15git reflog expire: document --stale-fix option.Junio C Hamano1-1/+1
2007-01-11reflog-expire: brown paper bag fix.Junio C Hamano1-6/+12
2007-01-09Allow in_merge_bases() to take more than one reference commits.Junio C Hamano1-2/+2
2007-01-09Sanitize for_each_reflog_ent()Johannes Schindelin1-14/+12
2007-01-06reflog --fix-stale: do not check the same trees and commits repeatedly.Junio C Hamano1-23/+54
2007-01-06reflog expire --fix-staleJunio C Hamano1-21/+138
2006-12-27git-reflog: gc.* configuration and documentation.Junio C Hamano1-2/+23
2006-12-22reflog expire: do not punt on tags that point at non commits.Junio C Hamano1-5/+5
2006-12-22reflog expire: prune commits that are not incompleteJunio C Hamano1-3/+40
2006-12-20git reflog expireJunio C Hamano1-0/+175