summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-20t7408: replace incorrect uses of test_must_failLibravatar Denton Liu1-4/+4
2020-04-20t6030: use test_path_is_missing()Libravatar Denton Liu1-4/+4
2020-04-20grep: follow conventions for printing paths w/ unusual charsLibravatar Matheus Tavares3-14/+85
2020-04-19Sync with 2.26.2Libravatar Junio C Hamano16-40/+503
2020-04-19Git 2.26.2Libravatar Jonathan Nieder18-42/+504
2020-04-19Git 2.25.4Libravatar Jonathan Nieder17-42/+499
2020-04-19Git 2.24.3Libravatar Jonathan Nieder16-42/+494
2020-04-19Git 2.23.3Libravatar Jonathan Nieder15-42/+489
2020-04-19Git 2.22.4Libravatar Jonathan Nieder14-42/+484
2020-04-19Git 2.21.3Libravatar Jonathan Nieder13-42/+479
2020-04-19Git 2.20.4Libravatar Jonathan Nieder12-42/+474
2020-04-19Git 2.19.5Libravatar Jonathan Nieder11-42/+469
2020-04-19Git 2.18.4Libravatar Jonathan Nieder10-42/+464
2020-04-19Git 2.17.5Libravatar Jeff King3-2/+24
2020-04-19fsck: reject URL with empty host in .gitmodulesLibravatar Jonathan Nieder2-3/+39
2020-04-19credential: treat URL with empty scheme as invalidLibravatar Jonathan Nieder3-3/+43
2020-04-19credential: treat URL without scheme as invalidLibravatar Jonathan Nieder4-9/+84
2020-04-19credential: die() when parsing invalid urlsLibravatar Jeff King2-6/+3
2020-04-19fsck: convert gitmodules url to URL passed to curlLibravatar Jonathan Nieder2-5/+118
2020-04-19credential: refuse to operate when missing host or protocolLibravatar Jeff King2-14/+40
2020-04-19credential: parse URL without host as empty host, not unsetLibravatar Jeff King3-2/+19
2020-04-19t0300: use more realistic inputsLibravatar Jeff King1-4/+85
2020-04-19t0300: make "quit" helper more realisticLibravatar Jeff King1-3/+13
2020-04-17transport-helper: new method reject_atomic_push()Libravatar Jiang Xin3-41/+29
2020-04-17transport-helper: mark failure for atomic pushLibravatar Jiang Xin3-6/+28
2020-04-17send-pack: mark failure of atomic push properlyLibravatar Jiang Xin5-19/+7
2020-04-17t5543: never report what we do not pushLibravatar Jiang Xin1-0/+89
2020-04-17send-pack: fix inconsistent porcelain outputLibravatar Jiang Xin5-5/+294
2020-04-17complete: zsh: add missing sub cmd completion candidatesLibravatar Terry Moschou1-0/+2
2020-04-16blame: use changed-path Bloom filtersLibravatar Derrick Stolee3-9/+146
2020-04-16tests: write commit-graph with Bloom filtersLibravatar Derrick Stolee4-5/+29
2020-04-16revision: complicated pathspecs disable filtersLibravatar Derrick Stolee1-1/+18
2020-04-16bugreport: add compiler infoLibravatar Emily Shaffer3-0/+48
2020-04-16bugreport: add uname infoLibravatar Emily Shaffer2-1/+16
2020-04-16bugreport: gather git version and build infoLibravatar Emily Shaffer4-19/+51
2020-04-16bugreport: add tool to generate debugging infoLibravatar Emily Shaffer8-0/+224
2020-04-16help: move list_config_help to builtin/helpLibravatar Emily Shaffer9-113/+123
2020-04-16log: add log.excludeDecoration config optionLibravatar Derrick Stolee6-11/+93
2020-04-16log-tree: make ref_filter_match() a helper methodLibravatar Derrick Stolee3-59/+46
2020-04-15Documentation: explain "mboxrd" pretty formatLibravatar Emma Brooks1-0/+6
2020-04-15range-diff: avoid negative string precisionLibravatar Vasil Dimov1-1/+4
2020-04-15range-diff: fix a crash in parsing git-log outputLibravatar Vasil Dimov2-0/+23
2020-04-15credential: treat "?" and "#" in URLs as end of hostLibravatar Jeff King2-2/+43
2020-04-15freshen_file(): use NULL `times' for implicit current-timeLibravatar luciano.rocha@booking.com1-3/+1
2020-04-15commit-graph.c: introduce '--[no-]check-oids'Libravatar Taylor Blau4-4/+42
2020-04-15commit-graph.h: replace 'commit_hex' with 'commits'Libravatar Taylor Blau4-31/+52
2020-04-15oidset: introduce 'oidset_size'Libravatar Taylor Blau2-0/+10
2020-04-15builtin/commit-graph.c: introduce split strategy 'replace'Libravatar Taylor Blau5-18/+66
2020-04-15builtin/commit-graph.c: introduce split strategy 'no-merge'Libravatar Taylor Blau5-9/+36
2020-04-15builtin/commit-graph.c: support for '--split[=<strategy>]'Libravatar Taylor Blau3-9/+33