58 Commits (49d166081bb5ddefa57fd97fd517449264ee5246)

Author SHA1 Message Date
Jeff King 6ebd1cafe2 check_replace_refs: rename to read_replace_refs 7 years ago
Stefan Beller 5abddd1eb7 object: add repository argument to lookup_object 7 years ago
Stefan Beller c88134870e shallow: add repository argument to is_repository_shallow 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Stefan Beller 0df8e96566 cache.h: add repository argument to oid_object_info 7 years ago
brian m. carlson abef9020e3 sha1_file: convert sha1_object_info* to object_id 7 years ago
Brandon Williams debca9d2fe object: rename function 'typename' to 'type_name' 7 years ago
Jonathan Tan 0c16cd499d gc: do not repack promisor packfiles 7 years ago
Robert P. J. Day 1a1fc2d5b5 prune: add "--progress" to man page and usage msg 7 years ago
Junio C Hamano 8aade107dd progress: simplify "delayed" progress API 8 years ago
René Scharfe 70c49050d4 sha1_file: guard against invalid loose subdirectory numbers 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
brian m. carlson af6730e730 builtin/prune: convert to struct object_id 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
brian m. carlson 76c1d9a096 Convert object iteration callbacks to struct object_id 8 years ago
Nguyễn Thái Ngọc Duy df0b6cfbda worktree: new place for "git prune --worktrees" 10 years ago
Jeff King 067fbd4105 introduce "preciousObjects" repository extension 10 years ago
Max Kirillov 562bc08093 prune --worktrees: fix expire vs worktree existence condition 10 years ago
Jeff King ff4056bbc3 prune: turn on ref_paranoia flag 10 years ago
Nguyễn Thái Ngọc Duy 23af91d102 prune: strategies for linked checkouts 10 years ago
Jeff King d3038d22f9 prune: keep objects reachable from recent objects 10 years ago
Jeff King 27e1e22d5e prune: factor out loose-object directory traversal 10 years ago
Nguyễn Thái Ngọc Duy 754dbc43f0 i18n: mark all progress lines for translation 11 years ago
Michael Haggerty afc711b8e1 rename read_replace_refs to check_replace_refs 11 years ago
Jeff King 4454e9cb59 builtin/prune.c: use strbuf to avoid having to worry about PATH_MAX 11 years ago
Nguyễn Thái Ngọc Duy eab3296c7e prune: clean .git/shallow after pruning objects 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Nguyễn Thái Ngọc Duy af0b4a3b59 prune-packed: avoid implying "1" is DRY_RUN in prune_packed_objects() 12 years ago
Junio C Hamano 27ec394a97 prune: introduce OPT_EXPIRY_DATE() and use it 12 years ago
Jeff King f7892d1817 use parse_object_or_die instead of die("bad object") 12 years ago
Ramsay Jones 4e2d094dde Call mkpathdup() rather than xstrdup(mkpath(...)) 13 years ago
Nguyễn Thái Ngọc Duy 8f5b7281b4 i18n: prune: mark parseopt strings for translation 13 years ago
Brandon Casey 90b29cb7a8 prune.c: only print informational message in show_only or verbose mode 13 years ago
Karsten Blees d34e70d6b8 fix deletion of .git/objects sub-directories in git-prune/repack 13 years ago
Jeff King bf0a59b387 prune: handle --progress/no-progress 13 years ago
Nguyễn Thái Ngọc Duy dc347195cc prune: show progress while marking reachable objects 13 years ago
René Scharfe e21adb8c10 add description parameter to OPT__DRY_RUN 14 years ago
René Scharfe fd03881a48 add description parameter to OPT__VERBOSE 14 years ago
René Scharfe 24aea03313 prune: allow --dry-run for -n and --verbose for -v 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Junio C Hamano 9517e6b843 Typofixes outside documentation area 15 years ago
Christian Couder dae556bdb1 environment: add global variable to disable replacement 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Alex Riesen 691f1a28bf replace direct calls to unlink(2) with unlink_or_warn 16 years ago
Alexander Potashev 8ca12c0d62 add is_dot_or_dotdot inline function 16 years ago
Michael J Gruber b35ddf41ee make prune report removed objects on -v 17 years ago
Brandon Casey db87e3960c builtin-prune.c: prune temporary packs in <object_dir>/pack directory 17 years ago
Brandon Casey 3d32a46b24 Teach fsck and prune that tmp_obj_ file names may not be 14 bytes long 17 years ago
Brandon Casey 0e8316cc16 Teach fsck and prune about the new location of temporary objects 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago