44 Commits (16163602bacb2804d00d599049a62b7af0b0b7b6)

Author SHA1 Message Date
Jeff King fcd12db6af prefer git_pathdup to git_path in some possibly-dangerous cases 10 years ago
Johannes Schindelin 1335f73289 fsck: support ignoring objects in `git fsck` via fsck.skiplist 10 years ago
Johannes Schindelin 02976bf856 fsck: introduce `git fsck --connectivity-only` 10 years ago
Johannes Schindelin 2becf00ff7 fsck: support demoting errors to warnings 10 years ago
Johannes Schindelin c99ba492f1 fsck: introduce identifiers for fsck messages 10 years ago
Johannes Schindelin 22410549fc fsck: introduce fsck options 10 years ago
Michael Haggerty 19bf6c9b34 fsck: report errors if reflog entries point at invalid objects 10 years ago
Michael Haggerty d66ae59b8a fsck_handle_reflog_sha1(): new function 10 years ago
Michael Haggerty 635b99a0c7 fsck: change functions to use object_id 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Nguyễn Thái Ngọc Duy dcf692625a path.c: make get_pathname() call sites return const char * 10 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
Jeff King 30d1038d1b fsck: return non-zero status on missing ref tips 11 years ago
Johannes Schindelin 90a398bbd7 fsck_object(): allow passing object data separately from the object itself 11 years ago
Jeff King 2e770fe47e fsck: exit with non-zero status upon error from fsck_obj() 11 years ago
Ronnie Sahlberg e7e0f26eb6 refs.c: add a public is_branch function 11 years ago
Jeff King 0fb370da9c provide a helper to free commit buffer 11 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
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Jeff King 6e454b9a31 clear parsed flag when we free tree buffers 12 years ago
Michael Haggerty 16aa3bfc9b fsck: don't put a void*-shaped peg in a char*-shaped hole 12 years ago
Nguyễn Thái Ngọc Duy cf8fe315e6 i18n: fsck: mark parseopt strings for translation 13 years ago
Nguyễn Thái Ngọc Duy 6f7f3beb2d fsck: use streaming API for writing lost-found blobs 13 years ago
Junio C Hamano c6a13b2c86 fsck: --no-dangling omits "dangling object" information 13 years ago
Nguyễn Thái Ngọc Duy 8cad4744ee Rename resolve_ref() to resolve_ref_unsafe() 13 years ago
Nguyễn Thái Ngọc Duy 1e49f22f07 fsck: print progress 13 years ago
Nguyễn Thái Ngọc Duy c9486eb04d fsck: avoid reading every object twice 13 years ago
Nguyễn Thái Ngọc Duy a3ed7552d6 fsck: return error code when verify_pack() goes wrong 13 years ago
Junio C Hamano eb726f2d76 fsck: do not abort upon finding an empty blob 14 years ago
Johannes Schindelin c0aa335c95 Remove unused variables 14 years ago
Junio C Hamano ea6f0a23ac fsck: do not give up too early in fsck_dir() 14 years ago
Junio C Hamano a1cdc25172 fsck: drop unused parameter from traverse_one_object() 14 years ago
René Scharfe fd03881a48 add description parameter to OPT__VERBOSE 14 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Wesley J. Landaker 2b26e0e189 Update git fsck --full short description to mention packs 15 years ago
Tarmigan Casebolt 28bea9e534 Check the format of more printf-type functions 15 years ago
Junio C Hamano f29cd3938d fsck: default to "git fsck --full" 16 years ago
Thomas Rast 0721c314a5 Use die_errno() instead of die() when checking syscalls 16 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Linus Torvalds 2af202be3d Fix various sparse warnings in the git source code 16 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
Junio C Hamano cd673c1f17 has_sha1_pack(): refactor "pretend these packs do not exist" interface 16 years ago
Junio C Hamano e15ef66943 fsck: check loose objects from alternate object stores by default 16 years ago
Junio C Hamano 469e2ebf63 fsck: HEAD is part of refs 16 years ago
Christian Couder 3aed2fda6f builtin-fsck: fix off by one head count 16 years ago
Alexander Potashev 8ca12c0d62 add is_dot_or_dotdot inline function 16 years ago