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