38182 Commits (1f985d60ef04aa9b291d01c093ed7496e26ccaee)
 

Author SHA1 Message Date
Jeff King d3038d22f9 prune: keep objects reachable from recent objects 11 years ago
Jeff King 660c889e46 sha1_file: add for_each iterators for loose and packed objects 11 years ago
Jeff King 4a1e693a30 count-objects: use for_each_loose_file_in_objdir 11 years ago
Jeff King cac05d4dfd count-objects: do not use xsize_t when counting object size 11 years ago
Jeff King 0d3b729680 prune-packed: use for_each_loose_file_in_objdir 11 years ago
Jeff King 3725427945 reachable: mark index blobs as SEEN 11 years ago
Jeff King 27e1e22d5e prune: factor out loose-object directory traversal 11 years ago
Jeff King 718ccc9731 reachable: reuse revision.c "add all reflogs" code 11 years ago
Jeff King 5f78a431ab reachable: use traverse_commit_list instead of custom walk 11 years ago
Jeff King 1da1e07c83 clean up name allocation in prepare_revision_walk 11 years ago
Jeff King 46be823124 object_array: add a "clear" function 11 years ago
Jeff King 68f492359e object_array: factor out slopbuf-freeing logic 11 years ago
Jeff King 50a71776ab isxdigit: cast input to unsigned char 11 years ago
Jeff King fe1b22686f foreach_alt_odb: propagate return value from callback 11 years ago
Sebastian Schuberth 2ea40f01c5 contacts: add a Makefile to generate docs and install 11 years ago
Sebastian Schuberth 4d24d5202c subtree: add an install-html target 11 years ago
Charles Bailey 4fb4b02d98 difftool: don't assume that default sh is sane 11 years ago
Charles Bailey 7bfb7c357c mergetool: don't require a work tree for --tool-help 11 years ago
David Aguilar 1c7e2d23e4 git-sh-setup: move GIT_DIR initialization into a function 11 years ago
David Aguilar 9c66cd3bd0 mergetool: use more conservative temporary filenames 11 years ago
David Aguilar 76ee96a9b6 test-lib-functions: adjust style to match CodingGuidelines 11 years ago
David Aguilar f9e43085bb t7610-mergetool: prefer test_config over git config 11 years ago
David Aguilar 4756c05741 t7610-mergetool: add missing && and remove commented-out code 11 years ago
David Aguilar 74578618a0 t7610-mergetool: use tabs instead of a mix of tabs and spaces 11 years ago
brian m. carlson 773ee47c2b Documentation: implement linkgit macro for Asciidoctor 11 years ago
brian m. carlson 7d61547db8 Documentation: move some AsciiDoc parameters into variables 11 years ago
Jonathan Nieder 65732845e8 ref_transaction_commit: bail out on failure to remove a ref 11 years ago
Jonathan Nieder fb43bd1cd1 lockfile: remove unable_to_lock_error 11 years ago
Jonathan Nieder 5a603b0463 refs.c: do not permit err == NULL 11 years ago
Ronnie Sahlberg 2ebb49ca8a remote rm/prune: print a message when writing packed-refs fails 11 years ago
Ronnie Sahlberg 971c41c717 for-each-ref: skip and warn about broken ref names 11 years ago
Ronnie Sahlberg d0f810f0bc refs.c: allow listing and deleting badly named refs 11 years ago
Ronnie Sahlberg 8159f4af7d test: put tests for handling of bad ref names in one place 11 years ago
Jonathan Nieder f3cc52d840 packed-ref cache: forbid dot-components in refnames 11 years ago
Ronnie Sahlberg 18f29fc61e branch -d: simplify by using RESOLVE_REF_READING 11 years ago
Jonathan Nieder 62a2d52514 branch -d: avoid repeated symref resolution 11 years ago
Junio C Hamano 014e7db3f5 reflog test: test interaction with detached HEAD 11 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 11 years ago
Ronnie Sahlberg aae383db8c refs.c: make write_ref_sha1 static 11 years ago
Ronnie Sahlberg cd94f76572 fetch.c: change s_update_ref to use a ref transaction 11 years ago
Ronnie Sahlberg 28e6a97e39 refs.c: ref_transaction_commit: distinguish name conflicts from other errors 11 years ago
Ronnie Sahlberg 5fe7d825da refs.c: pass a list of names to skip to is_refname_available 11 years ago
Ronnie Sahlberg 5d94a1b033 refs.c: call lock_ref_sha1_basic directly from commit 11 years ago
Ronnie Sahlberg 8a9df90d9a refs.c: refuse to lock badly named refs in lock_ref_sha1_basic 11 years ago
Ronnie Sahlberg 7522e3dbcc rename_ref: don't ask read_ref_full where the ref came from 11 years ago
Ronnie Sahlberg db7516ab9f refs.c: pass the ref log message to _create/delete/update instead of _commit 11 years ago
Ronnie Sahlberg dbdcac7d5c refs.c: add an err argument to delete_ref_loose 11 years ago
Ronnie Sahlberg 9ccc0c0896 wrapper.c: add a new function unlink_or_msg 11 years ago
Ronnie Sahlberg 3c93c847ca refs.c: lock_ref_sha1_basic is used for all refs 11 years ago
Ronnie Sahlberg 1054af7d04 wrapper.c: remove/unlink_or_warn: simplify, treat ENOENT as success 11 years ago