aboutsummaryrefslogtreecommitdiff
path: root/builtin/prune.c
Commit message (Expand)AuthorAge
* progress: simplify "delayed" progress APIJunio C Hamano2017-08-19
* Merge branch 'rs/sha1-name-readdir-optim'Junio C Hamano2017-07-05
|\
| * sha1_file: guard against invalid loose subdirectory numbersRené Scharfe2017-06-24
* | Merge branch 'bc/object-id'Junio C Hamano2017-05-29
|\ \
| * | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-08
| * | builtin/prune: convert to struct object_idbrian m. carlson2017-05-02
| |/
* | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-27
|/
* Convert object iteration callbacks to struct object_idbrian m. carlson2017-02-22
* Merge branch 'jk/repository-extension'Junio C Hamano2015-10-26
|\
| * introduce "preciousObjects" repository extensionJeff King2015-06-24
* | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-07-13
|\ \ | |/ |/|
| * worktree: new place for "git prune --worktrees"Nguyễn Thái Ngọc Duy2015-06-29
* | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-11
|\ \ | |/
| * prune --worktrees: fix expire vs worktree existence conditionMax Kirillov2015-03-31
| * prune: strategies for linked checkoutsNguyễn Thái Ngọc Duy2014-12-01
* | prune: turn on ref_paranoia flagJeff King2015-03-20
|/
* prune: keep objects reachable from recent objectsJeff King2014-10-16
* prune: factor out loose-object directory traversalJeff King2014-10-16
* Merge branch 'mh/replace-refs-variable-rename'Junio C Hamano2014-03-14
|\
| * rename read_replace_refs to check_replace_refsMichael Haggerty2014-02-20
* | i18n: mark all progress lines for translationNguyễn Thái Ngọc Duy2014-02-24
|/
* Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-17
|\
| * prune: clean .git/shallow after pruning objectsNguyễn Thái Ngọc Duy2013-12-10
* | Merge branch 'mh/path-max'Junio C Hamano2014-01-10
|\ \
| * | builtin/prune.c: use strbuf to avoid having to worry about PATH_MAXJeff King2013-12-18
| |/
* | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
|/
* Merge branch 'nd/prune-packed-dryrun-verbose'Junio C Hamano2013-06-06
|\
| * prune-packed: avoid implying "1" is DRY_RUN in prune_packed_objects()Nguyễn Thái Ngọc Duy2013-05-28
| * Merge branch 'jk/fully-peeled-packed-ref'Junio C Hamano2013-03-25
| |\
* | | prune: introduce OPT_EXPIRY_DATE() and use itJunio C Hamano2013-04-25
* | | Merge branch 'jk/fully-peeled-packed-ref' into maint-1.8.1Junio C Hamano2013-04-03
|\ \ \ | |/ / |/| / | |/
| * use parse_object_or_die instead of die("bad object")Jeff King2013-03-17
* | Merge branch 'rj/path-cleanup'Junio C Hamano2012-09-14
|\ \
| * | Call mkpathdup() rather than xstrdup(mkpath(...))Ramsay Jones2012-09-04
* | | Merge branch 'nd/i18n-parseopt-help'Junio C Hamano2012-09-07
|\ \ \ | |_|/ |/| |
| * | i18n: prune: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-20
| |/
* | prune.c: only print informational message in show_only or verbose modeBrandon Casey2012-08-07
|/
* fix deletion of .git/objects sub-directories in git-prune/repackKarsten Blees2012-03-07
* prune: handle --progress/no-progressJeff King2011-11-07
* prune: show progress while marking reachable objectsNguyễn Thái Ngọc Duy2011-11-07
* add description parameter to OPT__DRY_RUNRené Scharfe2010-11-15
* add description parameter to OPT__VERBOSERené Scharfe2010-11-15
* prune: allow --dry-run for -n and --verbose for -vRené Scharfe2010-08-09
* Merge branch 'lt/deepen-builtin-source'Junio C Hamano2010-03-10
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-22