summaryrefslogtreecommitdiffstats
path: root/strbuf.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-24create_bundle(): drop unused "header" parameterJeff King3-6/+5
2019-01-24apply: drop unused "def" parameter from find_name_gnu()Jeff King1-3/+2
2019-01-24match-trees: drop unused path parameter from score functionsJeff King1-9/+7
2019-01-18Third batch after 2.20Junio C Hamano1-0/+80
2019-01-15Second batch after 2.20Junio C Hamano1-0/+42
2019-01-11gc/repack: release packs when neededJohannes Schindelin2-1/+5
2019-01-10git-show-ref.txt: fix order of flagsElijah Newren1-1/+1
2019-01-10ref-filter: give uintmax_t to format with %PRIuMAXJunio C Hamano1-1/+1
2019-01-08git-gc.txt: fix typo about gc.writeCommitGraphDerrick Stolee1-1/+1
2019-01-08object-store: retire odb_load_loose_cache()René Scharfe2-14/+2
2019-01-08object-store: use one oid_array per subdirectory for loose cacheRené Scharfe2-4/+7
2019-01-08object-store: factor out odb_clear_loose_cache()René Scharfe4-6/+13
2019-01-08object-store: factor out odb_loose_cache()René Scharfe3-8/+21
2019-01-08git-quiltimport: add --keep-non-patch optionLaura Abbott2-2/+9
2019-01-07git-p4: fix problem when p4 login is not necessaryPeter Osterlund1-0/+2
2019-01-07git-multimail: update to release 1.5.0Matthieu Moy8-57/+281
2019-01-07worktree: allow to (re)move worktrees with uninitialized submodulesNguyễn Thái Ngọc Duy2-6/+60
2019-01-07test-lib: add the '--stress' option to run a test repeatedly under loadSZEDER Gábor3-5/+130
2019-01-07test-lib-functions: introduce the 'test_set_port' helper functionSZEDER Gábor7-13/+41
2019-01-07test-lib: set $TRASH_DIRECTORY earlierSZEDER Gábor1-6/+6
2019-01-07test-lib: consolidate naming of test-results pathsSZEDER Gábor1-11/+11
2019-01-07test-lib: parse command line options earlierSZEDER Gábor1-109/+124
2019-01-07test-lib: parse options in a for loop to keep $@ intactSZEDER Gábor1-36/+42
2019-01-07test-lib: extract Bash version check for '-x' tracingSZEDER Gábor1-18/+19
2019-01-07config.mak.dev: add -Wall, primarily for -Wformat, to help autoconf usersThomas Gummerer1-0/+1
2019-01-07sha1-file: close fd of empty file in map_sha1_file_1()René Scharfe1-0/+1
2019-01-07t3506: validate '-m 1 -ff' is now accepted for non-merge commitsSergey Organov1-3/+3
2019-01-07t3502: validate '-m 1' argument is now accepted for non-merge commitsSergey Organov1-6/+6
2019-01-07Revert "t/lib-git-daemon: record daemon log"Thomas Gummerer1-11/+3
2019-01-04First batch after 2.20.1Junio C Hamano1-0/+44
2019-01-03test-lib: translate SIGTERM and SIGHUP to an exitSZEDER Gábor1-1/+1
2019-01-03compat/regex/regcomp.c: define intptr_t and uintptr_t on NonStopRandall S. Becker1-0/+8
2019-01-03git-compat-util.h: add FLOSS headers for HPE NonStopRandall S. Becker1-0/+13
2019-01-03config.mak.uname: support for modern HPE NonStop config.Randall S. Becker1-6/+23
2019-01-03transport-helper: drop read/write errno checksJeff King1-3/+2
2019-01-03transport-helper: use xread instead of readRandall S. Becker1-1/+1
2019-01-03completion: fix typo in git-completion.bashChayoung You1-1/+1
2019-01-03test-lib: check Bash version for '-x' without using shell arraysSZEDER Gábor1-2/+2
2019-01-03completion: treat results of git ls-tree as file pathsChayoung You2-24/+17
2019-01-03zsh: complete unquoted paths with spaces correctlyChayoung You2-4/+4
2019-01-03Simplify handling of setup_git_directory_gently() failure cases.Erin Dahlgren1-31/+43
2019-01-03commit-graph: writing missing parents is a BUGDerrick Stolee1-6/+11
2019-01-02banned.h: mark strncat() as bannedEric Wong1-0/+2
2018-12-28doc/config: do a better job of introducing 'worktree.guessRemote'Eric Sunshine1-2/+2
2018-12-28t5570: drop racy testThomas Gummerer1-13/+0
2018-12-28ref-filter: add docs for new optionsOlga Telezhnaya1-1/+20
2018-12-28ref-filter: add tests for deltabaseOlga Telezhnaya1-0/+3
2018-12-28ref-filter: add deltabase optionOlga Telezhnaya1-1/+15
2018-12-28ref-filter: add tests for objectsize:diskOlga Telezhnaya1-0/+3
2018-12-28ref-filter: add check for negative file sizeOlga Telezhnaya1-0/+2