summaryrefslogtreecommitdiffstats
path: root/builtin-reflog.c
Commit message (Expand)AuthorAgeFilesLines
* Let 'git <command> -h' show usage without a git dirJonathan Nieder2009-11-101-0/+3
* use write_str_in_full helper to avoid literal string lengthsJim Meyering2009-09-131-1/+1
* Better usage string for reflog.Matthieu Moy2009-08-051-1/+1
* Fix more typos/spelling in commentsMichael J Gruber2009-04-221-1/+1
* Fix typos / spelling in commentsMike Ralphson2009-04-221-1/+1
* Speed up reflog pruning of unreachable commitsJunio Hamano2009-04-011-0/+44
* Clean up reflog unreachability pruning decisionLinus Torvalds2009-04-011-6/+26
* Merge branch 'ar/maint-mksnpath' into ar/mksnpathJunio C Hamano2008-10-301-2/+2
|\
| * Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen2008-10-301-2/+2
* | builtin-reflog: Allow reflog expire to name partial refPieter de Bie2008-08-171-4/+4
|/
* Merge branch 'maint'Junio C Hamano2008-08-111-2/+2
|\
| * Fix deleting reflog entries from HEAD reflogJunio C Hamano2008-08-101-2/+2
* | Make usage strings dash-lessStephan Beyer2008-07-131-3/+3
|/
* Make default expiration period of reflog used for stash infiniteJunio C Hamano2008-06-281-0/+11
* Per-ref reflog expiry configurationJunio C Hamano2008-06-281-19/+126
* Make git reflog expire honour core.sharedRepository.Pierre Habouzit2008-06-151-0/+2
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-3/+3
* git-reflog: add option --updateref to write the last reflog sha1 into the refBrandon Casey2008-02-221-1/+16
* git-reflog: add option --rewrite to update reflog entries while expiringBrandon Casey2008-02-221-1/+11
* reflog-delete: parse standard reflog optionsBrandon Casey2008-02-221-3/+21
* Merge branch 'bc/reflog-fix' into js/reflog-deleteJunio C Hamano2008-02-221-9/+52
|\
| * builtin-reflog.c: don't install new reflog on write failureBrandon Casey2008-02-221-2/+3
| * builtin-reflog.c: guard config parser from value=NULLJunio C Hamano2008-02-111-5/+11
| * reflog-expire: Avoid creating new files in a directory inside readdir(3) loopJunio C Hamano2008-01-291-2/+38
* | builtin-reflog.c: fix typo that accesses an unset variableBrandon Casey2008-01-041-1/+1
* | Teach "git reflog" a subcommand to delete single entriesJohannes Schindelin2007-10-171-0/+59
|/
* git-update-ref: add --no-deref option for overwriting/detaching refSven Verdoolaege2007-05-101-1/+1
* Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-211-5/+5
* convert object type handling from a string to a numberNicolas Pitre2007-02-271-2/+2
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-2/+2
* Merge branch 'jc/merge-base' (early part)Junio C Hamano2007-02-131-2/+2
|\
| * Allow in_merge_bases() to take more than one reference commits.Junio C Hamano2007-01-091-2/+2
* | git reflog showLinus Torvalds2007-02-081-6/+12
* | scan reflogs independently from refsNicolas Pitre2007-02-031-5/+2
* | make reflog filename independent from struct ref_lockNicolas Pitre2007-01-281-4/+6
* | reflog gc: a tag that does not point at a commit is not a crime.Junio C Hamano2007-01-221-3/+0
* | git reflog expire: document --stale-fix option.Junio C Hamano2007-01-151-1/+1
* | reflog-expire: brown paper bag fix.Junio C Hamano2007-01-111-6/+12
* | Sanitize for_each_reflog_ent()Johannes Schindelin2007-01-091-14/+12
|/
* reflog --fix-stale: do not check the same trees and commits repeatedly.Junio C Hamano2007-01-061-23/+54
* reflog expire --fix-staleJunio C Hamano2007-01-061-21/+138
* git-reflog: gc.* configuration and documentation.Junio C Hamano2006-12-271-2/+23
* reflog expire: do not punt on tags that point at non commits.Junio C Hamano2006-12-221-5/+5
* reflog expire: prune commits that are not incompleteJunio C Hamano2006-12-221-3/+40
* git reflog expireJunio C Hamano2006-12-201-0/+175