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-prune.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-03
Typofixes outside documentation area
Junio C Hamano
1
-1
/
+1
2009-05-31
environment: add global variable to disable replacement
Christian Couder
1
-0
/
+1
2009-05-25
parse-opts: prepare for OPT_FILENAME
Stephen Boyd
1
-1
/
+1
2009-04-29
replace direct calls to unlink(2) with unlink_or_warn
Alex Riesen
1
-2
/
+2
2009-01-11
add is_dot_or_dotdot inline function
Alexander Potashev
1
-10
/
+4
2008-09-30
make prune report removed objects on -v
Michael J Gruber
1
-3
/
+7
2008-09-23
builtin-prune.c: prune temporary packs in <object_dir>/pack directory
Brandon Casey
1
-10
/
+12
2008-08-05
Teach fsck and prune that tmp_obj_ file names may not be 14 bytes long
Brandon Casey
1
-5
/
+4
2008-07-24
Teach fsck and prune about the new location of temporary objects
Brandon Casey
1
-17
/
+24
2008-07-13
Make usage strings dash-less
Stephan Beyer
1
-1
/
+1
2008-05-31
Remove now unnecessary 'sync()' calls
Linus Torvalds
1
-1
/
+0
2008-03-27
builtin-prune: protect objects listed on the command line
Junio C Hamano
1
-2
/
+13
2008-03-27
builtin-prune.c: use parse_options()
Michele Ballabio
1
-22
/
+16
2008-02-11
Make git prune remove temporary packs that look like write failures
David Steven Tweed
1
-0
/
+39
2007-11-30
Add "--expire <time>" option to 'git prune'
Johannes Schindelin
1
-1
/
+20
2007-03-20
minor git-prune optimization
Nicolas Pitre
1
-4
/
+4
2007-02-27
convert object type handling from a string to a number
Nicolas Pitre
1
-8
/
+3
2007-01-21
Revert "prune: --grace=time"
Junio C Hamano
1
-30
/
+1
2007-01-20
prune: --grace=time
Matthias Lederhofer
1
-1
/
+30
2007-01-06
Move traversal of reachable objects into a separate library.
Junio C Hamano
1
-193
/
+2
2007-01-06
builtin-prune: separate ref walking from reflog walking.
Junio C Hamano
1
-2
/
+9
2007-01-06
builtin-prune: make file-scope static struct to an argument.
Junio C Hamano
1
-15
/
+18
2007-01-05
builtin-prune: memory diet.
Junio C Hamano
1
-0
/
+2
2006-12-20
Protect commits recorded in reflog from pruning.
Junio C Hamano
1
-0
/
+16
2006-11-24
Typefix builtin-prune.c::prune_object()
Junio C Hamano
1
-3
/
+4
2006-11-21
Improve git-prune -n output
Andy Parkins
1
-1
/
+7
2006-11-01
Merge branch 'lj/refs'
Junio C Hamano
1
-2
/
+2
2006-10-22
Make prune also run prune-packed
J. Bruce Fields
1
-0
/
+2
2006-09-20
Tell between packed, unpacked and symbolic refs.
Junio C Hamano
1
-1
/
+1
2006-09-20
Add callback data to for_each_ref() family.
Junio C Hamano
1
-2
/
+2
2006-09-02
Replace uses of strdup with xstrdup.
Shawn Pearce
1
-1
/
+1
2006-08-15
remove unnecessary initializations
David Rientjes
1
-1
/
+1
2006-08-03
Further clean-up: usage() vs die()
Junio C Hamano
1
-1
/
+1
2006-07-29
Call setup_git_directory() much earlier
Linus Torvalds
1
-2
/
+2
2006-07-28
Call setup_git_directory() early
Linus Torvalds
1
-1
/
+1
2006-07-13
builtin-prune.c: forgot TYPE => OBJ changes.
Junio C Hamano
1
-3
/
+3
2006-07-09
builtin "git prune"
Linus Torvalds
1
-0
/
+259