38097 Commits (4ace7ff4557350b7e0b57d024a2ea311b332e01d)
 

Author SHA1 Message Date
Jeff King 207394908e traverse_commit_list: support pending blobs/trees with paths 10 years ago
Junio C Hamano 98349e5364 Merge branch 'jc/completion-no-chdir' 10 years ago
Junio C Hamano c11dc64722 Merge branch 'bw/trace-no-inline-getnanotime' 10 years ago
Junio C Hamano 1cb3324e61 Merge branch 'po/everyday-doc' 10 years ago
Roland Mas 4750f4b962 gitweb: use start_form, not startform that was removed in CGI.pm 4.04 10 years ago
David Aguilar 688684eba4 t7610-mergetool: add test cases for mergetool.writeToTemp 10 years ago
David Aguilar 8f0cb41da2 mergetool: add an option for writing to a temporary directory 10 years ago
David Aguilar eab335c46d mergetool: use more conservative temporary filenames 10 years ago
David Aguilar 9e8f8dea46 test-lib-functions: adjust style to match CodingGuidelines 10 years ago
David Aguilar d7d300ea59 t7610-mergetool: use test_config to isolate tests 10 years ago
David Aguilar b12d04503b mergetools/meld: make usage of `--output` configurable and more robust 10 years ago
Jeff King 9e0c3c4fcd make add_object_array_with_context interface more sane 10 years ago
Jeff King 33d4221c79 write_sha1_file: freshen existing objects 10 years ago
Jeff King abcb86553d pack-objects: match prune logic for discarding objects 10 years ago
Jeff King d0d46abc16 pack-objects: refactor unpack-unreachable expiration check 10 years ago
Jeff King d3038d22f9 prune: keep objects reachable from recent objects 10 years ago
Jeff King 660c889e46 sha1_file: add for_each iterators for loose and packed objects 10 years ago
Jeff King 4a1e693a30 count-objects: use for_each_loose_file_in_objdir 10 years ago
Jeff King cac05d4dfd count-objects: do not use xsize_t when counting object size 10 years ago
Jeff King 0d3b729680 prune-packed: use for_each_loose_file_in_objdir 10 years ago
Jeff King 3725427945 reachable: mark index blobs as SEEN 10 years ago
Jeff King 27e1e22d5e prune: factor out loose-object directory traversal 10 years ago
Jeff King 718ccc9731 reachable: reuse revision.c "add all reflogs" code 10 years ago
Jeff King 5f78a431ab reachable: use traverse_commit_list instead of custom walk 10 years ago
Jeff King 1da1e07c83 clean up name allocation in prepare_revision_walk 10 years ago
Jeff King 46be823124 object_array: add a "clear" function 10 years ago
Jeff King 68f492359e object_array: factor out slopbuf-freeing logic 10 years ago
Jeff King 50a71776ab isxdigit: cast input to unsigned char 10 years ago
Jeff King fe1b22686f foreach_alt_odb: propagate return value from callback 10 years ago
Sebastian Schuberth 2ea40f01c5 contacts: add a Makefile to generate docs and install 10 years ago
Sebastian Schuberth 4d24d5202c subtree: add an install-html target 10 years ago
Charles Bailey 4fb4b02d98 difftool: don't assume that default sh is sane 10 years ago
Charles Bailey 7bfb7c357c mergetool: don't require a work tree for --tool-help 10 years ago
David Aguilar 1c7e2d23e4 git-sh-setup: move GIT_DIR initialization into a function 10 years ago
David Aguilar 9c66cd3bd0 mergetool: use more conservative temporary filenames 10 years ago
David Aguilar 76ee96a9b6 test-lib-functions: adjust style to match CodingGuidelines 10 years ago
David Aguilar f9e43085bb t7610-mergetool: prefer test_config over git config 10 years ago
David Aguilar 4756c05741 t7610-mergetool: add missing && and remove commented-out code 10 years ago
David Aguilar 74578618a0 t7610-mergetool: use tabs instead of a mix of tabs and spaces 10 years ago
brian m. carlson 773ee47c2b Documentation: implement linkgit macro for Asciidoctor 10 years ago
brian m. carlson 7d61547db8 Documentation: move some AsciiDoc parameters into variables 10 years ago
Jonathan Nieder 65732845e8 ref_transaction_commit: bail out on failure to remove a ref 10 years ago
Jonathan Nieder fb43bd1cd1 lockfile: remove unable_to_lock_error 10 years ago
Jonathan Nieder 5a603b0463 refs.c: do not permit err == NULL 10 years ago
Ronnie Sahlberg 2ebb49ca8a remote rm/prune: print a message when writing packed-refs fails 10 years ago
Ronnie Sahlberg 971c41c717 for-each-ref: skip and warn about broken ref names 10 years ago
Ronnie Sahlberg d0f810f0bc refs.c: allow listing and deleting badly named refs 10 years ago
Ronnie Sahlberg 8159f4af7d test: put tests for handling of bad ref names in one place 10 years ago
Jonathan Nieder f3cc52d840 packed-ref cache: forbid dot-components in refnames 10 years ago
Ronnie Sahlberg 18f29fc61e branch -d: simplify by using RESOLVE_REF_READING 10 years ago