71 Commits (ce7a9f014167ccf137eb09d5546eb1e8b550f11b)

Author SHA1 Message Date
Taylor Blau 120ad2b0f1 shallow: extract a header file for shallow-related functions 5 years ago
Denton Liu 9460fd48b5 Lib-ify prune-packed 5 years ago
Jeff King d0229abd93 object: convert lookup_object() to use object_id 6 years ago
Jeff King c2bf473d0d prune: check SEEN flag for reachability 6 years ago
Jeff King d55a30bb1d prune: lazily perform reachability traversal 6 years ago
Matthew DeVore bbcde41a70 revision.c: put promisor option in specialized struct 6 years ago
Johannes Schindelin 2588f6ed8b shallow: offer to prune only non-existing entries 6 years ago
Matthew DeVore 669b1d2aae exclude-promisor-objects: declare when option is allowed 6 years ago
Nguyễn Thái Ngọc Duy 2abf350385 revision.c: remove implicit dependency on the_index 6 years ago
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