summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-15t/helper/test-read-graph.c: support commit-graph chainsLibravatar Taylor Blau1-12/+1
2020-04-13Sync with v2.26.1Libravatar Junio C Hamano16-6/+158
2020-04-11t: restrict `is_hidden` to be called only on WindowsLibravatar Johannes Schindelin3-6/+9
2020-04-11mingw: make test_path_is_hidden more robustLibravatar Johannes Schindelin1-1/+1
2020-04-11t: consolidate the `is_hidden` functionsLibravatar Johannes Schindelin3-14/+7
2020-04-11merge: use skip_prefix to parse config keyLibravatar Martin Ă…gren1-3/+5
2020-04-11rebase --merge: optionally skip upstreamed commitsLibravatar Jonathan Tan5-4/+110
2020-04-11rebase: fix an incompatible-options error messageLibravatar Elijah Newren1-1/+1
2020-04-11rebase: reinstate --no-keep-emptyLibravatar Elijah Newren6-30/+87
2020-04-11rebase -i: mark commits that begin empty in todo editorLibravatar Elijah Newren2-1/+7
2020-04-10config: reject parsing of files over INT_MAXLibravatar Jeff King1-0/+15
2020-04-10config: use size_t to store parsed variable baselenLibravatar Jeff King1-1/+1
2020-04-10git_config_parse_key(): return baselen as size_tLibravatar Jeff King2-8/+11
2020-04-10config: drop useless length variable in write_pair()Libravatar Jeff King1-3/+1
2020-04-10parse_config_key(): return subsection len as size_tLibravatar Jeff King12-15/+16
2020-04-10remote: drop auto-strlen behavior of make_branch() and make_rewrite()Libravatar Jeff King1-23/+12
2020-04-10mingw: cope with the Isilon network file systemLibravatar Nathan Sanders1-2/+15
2020-04-10ci: let GitHub Actions upload failed tests' directoriesLibravatar Johannes Schindelin2-0/+25
2020-04-10ci: add a problem matcher for GitHub ActionsLibravatar Johannes Schindelin2-0/+21
2020-04-10tests: when run in Bash, annotate test failures with file name/line numberLibravatar Johannes Schindelin1-1/+13