summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-19traverse_commit_list: support pending blobs/trees with pathsLibravatar Jeff King2-9/+32
2014-10-16Merge branch 'jc/completion-no-chdir'Libravatar Junio C Hamano1-11/+7
2014-10-16Merge branch 'bw/trace-no-inline-getnanotime'Libravatar Junio C Hamano1-1/+1
2014-10-16Merge branch 'po/everyday-doc'Libravatar Junio C Hamano12-131/+185
2014-10-16gitweb: use start_form, not startform that was removed in CGI.pm 4.04Libravatar Roland Mas1-2/+2
2014-10-16t7610-mergetool: add test cases for mergetool.writeToTempLibravatar David Aguilar1-0/+23
2014-10-16mergetool: add an option for writing to a temporary directoryLibravatar David Aguilar2-4/+37
2014-10-16mergetool: use more conservative temporary filenamesLibravatar David Aguilar1-5/+11
2014-10-16test-lib-functions: adjust style to match CodingGuidelinesLibravatar David Aguilar1-12/+18
2014-10-16t7610-mergetool: use test_config to isolate testsLibravatar David Aguilar1-5/+3
2014-10-16mergetools/meld: make usage of `--output` configurable and more robustLibravatar David Aguilar2-2/+16
2014-10-16make add_object_array_with_context interface more saneLibravatar Jeff King3-20/+15
2014-10-16write_sha1_file: freshen existing objectsLibravatar Jeff King2-7/+71
2014-10-16pack-objects: match prune logic for discarding objectsLibravatar Jeff King4-40/+98
2014-10-16pack-objects: refactor unpack-unreachable expiration checkLibravatar Jeff King1-5/+12
2014-10-16prune: keep objects reachable from recent objectsLibravatar Jeff King5-3/+204
2014-10-16sha1_file: add for_each iterators for loose and packed objectsLibravatar Jeff King2-0/+73
2014-10-16count-objects: use for_each_loose_file_in_objdirLibravatar Jeff King1-71/+30
2014-10-16count-objects: do not use xsize_t when counting object sizeLibravatar Jeff King1-1/+1
2014-10-16prune-packed: use for_each_loose_file_in_objdirLibravatar Jeff King1-46/+23
2014-10-16reachable: mark index blobs as SEENLibravatar Jeff King1-1/+6
2014-10-16prune: factor out loose-object directory traversalLibravatar Jeff King3-61/+143
2014-10-16reachable: reuse revision.c "add all reflogs" codeLibravatar Jeff King3-25/+4
2014-10-16reachable: use traverse_commit_list instead of custom walkLibravatar Jeff King1-113/+17
2014-10-16clean up name allocation in prepare_revision_walkLibravatar Jeff King1-7/+7
2014-10-16object_array: add a "clear" functionLibravatar Jeff King3-6/+17
2014-10-16object_array: factor out slopbuf-freeing logicLibravatar Jeff King1-4/+12
2014-10-16isxdigit: cast input to unsigned charLibravatar Jeff King2-5/+5
2014-10-16foreach_alt_odb: propagate return value from callbackLibravatar Jeff King2-5/+9
2014-10-15contacts: add a Makefile to generate docs and installLibravatar Sebastian Schuberth2-0/+74
2014-10-15subtree: add an install-html targetLibravatar Sebastian Schuberth2-3/+9
2014-10-15difftool: don't assume that default sh is saneLibravatar Charles Bailey2-5/+5
2014-10-15mergetool: don't require a work tree for --tool-helpLibravatar Charles Bailey1-1/+4
2014-10-15git-sh-setup: move GIT_DIR initialization into a functionLibravatar David Aguilar1-2/+6
2014-10-15mergetool: use more conservative temporary filenamesLibravatar David Aguilar1-5/+11
2014-10-15test-lib-functions: adjust style to match CodingGuidelinesLibravatar David Aguilar1-12/+18
2014-10-15t7610-mergetool: prefer test_config over git configLibravatar David Aguilar1-11/+9
2014-10-15t7610-mergetool: add missing && and remove commented-out codeLibravatar David Aguilar1-8/+2
2014-10-15t7610-mergetool: use tabs instead of a mix of tabs and spacesLibravatar David Aguilar1-459/+459
2014-10-15Documentation: implement linkgit macro for AsciidoctorLibravatar brian m. carlson1-0/+39
2014-10-15Documentation: move some AsciiDoc parameters into variablesLibravatar brian m. carlson1-7/+11
2014-10-15ref_transaction_commit: bail out on failure to remove a refLibravatar Jonathan Nieder1-2/+6
2014-10-15lockfile: remove unable_to_lock_errorLibravatar Jonathan Nieder2-11/+0
2014-10-15refs.c: do not permit err == NULLLibravatar Jonathan Nieder1-19/+27
2014-10-15remote rm/prune: print a message when writing packed-refs failsLibravatar Ronnie Sahlberg1-4/+11
2014-10-15for-each-ref: skip and warn about broken ref namesLibravatar Ronnie Sahlberg1-0/+5
2014-10-15refs.c: allow listing and deleting badly named refsLibravatar Ronnie Sahlberg5-38/+273
2014-10-15test: put tests for handling of bad ref names in one placeLibravatar Ronnie Sahlberg3-74/+84
2014-10-15packed-ref cache: forbid dot-components in refnamesLibravatar Jonathan Nieder2-16/+4
2014-10-15branch -d: simplify by using RESOLVE_REF_READINGLibravatar Ronnie Sahlberg1-3/+4