index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin-reflog.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-13
use write_str_in_full helper to avoid literal string lengths
Jim Meyering
1
-1
/
+1
2009-08-05
Better usage string for reflog.
Matthieu Moy
1
-1
/
+1
2009-04-22
Fix more typos/spelling in comments
Michael J Gruber
1
-1
/
+1
2009-04-22
Fix typos / spelling in comments
Mike Ralphson
1
-1
/
+1
2009-04-01
Speed up reflog pruning of unreachable commits
Junio Hamano
1
-0
/
+44
2009-04-01
Clean up reflog unreachability pruning decision
Linus Torvalds
1
-6
/
+26
2008-10-30
Merge branch 'ar/maint-mksnpath' into ar/mksnpath
Junio C Hamano
1
-2
/
+2
2008-10-30
Use git_pathdup instead of xstrdup(git_path(...))
Alex Riesen
1
-2
/
+2
2008-08-17
builtin-reflog: Allow reflog expire to name partial ref
Pieter de Bie
1
-4
/
+4
2008-08-11
Merge branch 'maint'
Junio C Hamano
1
-2
/
+2
2008-08-10
Fix deleting reflog entries from HEAD reflog
Junio C Hamano
1
-2
/
+2
2008-07-13
Make usage strings dash-less
Stephan Beyer
1
-3
/
+3
2008-06-28
Make default expiration period of reflog used for stash infinite
Junio C Hamano
1
-0
/
+11
2008-06-28
Per-ref reflog expiry configuration
Junio C Hamano
1
-19
/
+126
2008-06-15
Make git reflog expire honour core.sharedRepository.
Pierre Habouzit
1
-0
/
+2
2008-05-14
Provide git_config with a callback-data parameter
Johannes Schindelin
1
-3
/
+3
2008-02-22
git-reflog: add option --updateref to write the last reflog sha1 into the ref
Brandon Casey
1
-1
/
+16
2008-02-22
git-reflog: add option --rewrite to update reflog entries while expiring
Brandon Casey
1
-1
/
+11
2008-02-22
reflog-delete: parse standard reflog options
Brandon Casey
1
-3
/
+21
2008-02-22
Merge branch 'bc/reflog-fix' into js/reflog-delete
Junio C Hamano
1
-9
/
+52
2008-02-22
builtin-reflog.c: don't install new reflog on write failure
Brandon Casey
1
-2
/
+3
2008-02-11
builtin-reflog.c: guard config parser from value=NULL
Junio C Hamano
1
-5
/
+11
2008-01-29
reflog-expire: Avoid creating new files in a directory inside readdir(3) loop
Junio C Hamano
1
-2
/
+38
2008-01-04
builtin-reflog.c: fix typo that accesses an unset variable
Brandon Casey
1
-1
/
+1
2007-10-17
Teach "git reflog" a subcommand to delete single entries
Johannes Schindelin
1
-0
/
+59
2007-05-10
git-update-ref: add --no-deref option for overwriting/detaching ref
Sven Verdoolaege
1
-1
/
+1
2007-03-21
Initialize tree descriptors with a helper function rather than by hand.
Linus Torvalds
1
-5
/
+5
2007-02-27
convert object type handling from a string to a number
Nicolas Pitre
1
-2
/
+2
2007-02-20
Mechanical conversion to use prefixcmp()
Junio C Hamano
1
-2
/
+2
2007-02-13
Merge branch 'jc/merge-base' (early part)
Junio C Hamano
1
-2
/
+2
2007-02-08
git reflog show
Linus Torvalds
1
-6
/
+12
2007-02-03
scan reflogs independently from refs
Nicolas Pitre
1
-5
/
+2
2007-01-28
make reflog filename independent from struct ref_lock
Nicolas Pitre
1
-4
/
+6
2007-01-22
reflog gc: a tag that does not point at a commit is not a crime.
Junio C Hamano
1
-3
/
+0
2007-01-15
git reflog expire: document --stale-fix option.
Junio C Hamano
1
-1
/
+1
2007-01-11
reflog-expire: brown paper bag fix.
Junio C Hamano
1
-6
/
+12
2007-01-09
Allow in_merge_bases() to take more than one reference commits.
Junio C Hamano
1
-2
/
+2
2007-01-09
Sanitize for_each_reflog_ent()
Johannes Schindelin
1
-14
/
+12
2007-01-06
reflog --fix-stale: do not check the same trees and commits repeatedly.
Junio C Hamano
1
-23
/
+54
2007-01-06
reflog expire --fix-stale
Junio C Hamano
1
-21
/
+138
2006-12-27
git-reflog: gc.* configuration and documentation.
Junio C Hamano
1
-2
/
+23
2006-12-22
reflog expire: do not punt on tags that point at non commits.
Junio C Hamano
1
-5
/
+5
2006-12-22
reflog expire: prune commits that are not incomplete
Junio C Hamano
1
-3
/
+40
2006-12-20
git reflog expire
Junio C Hamano
1
-0
/
+175