summaryrefslogtreecommitdiff
path: root/builtin/prune.c
AgeCommit message (Expand)Author
2013-06-06Merge branch 'nd/prune-packed-dryrun-verbose'Junio C Hamano
2013-05-28prune-packed: avoid implying "1" is DRY_RUN in prune_packed_objects()Nguyễn Thái Ngọc Duy
2013-04-25prune: introduce OPT_EXPIRY_DATE() and use itJunio C Hamano
2013-04-03Merge branch 'jk/fully-peeled-packed-ref' into maint-1.8.1Junio C Hamano
2013-03-25Merge branch 'jk/fully-peeled-packed-ref'Junio C Hamano
2013-03-17use parse_object_or_die instead of die("bad object")Jeff King
2012-09-14Merge branch 'rj/path-cleanup'Junio C Hamano
2012-09-07Merge branch 'nd/i18n-parseopt-help'Junio C Hamano
2012-09-04Call mkpathdup() rather than xstrdup(mkpath(...))Ramsay Jones
2012-08-20i18n: prune: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2012-08-07prune.c: only print informational message in show_only or verbose modeBrandon Casey
2012-03-07fix deletion of .git/objects sub-directories in git-prune/repackKarsten Blees
2011-11-08prune: handle --progress/no-progressJeff King
2011-11-08prune: show progress while marking reachable objectsNguyễn Thái Ngọc Duy
2010-11-15add description parameter to OPT__DRY_RUNRené Scharfe
2010-11-15add description parameter to OPT__VERBOSERené Scharfe
2010-08-09prune: allow --dry-run for -n and --verbose for -vRené Scharfe
2010-03-10Merge branch 'lt/deepen-builtin-source'Junio C Hamano
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds