summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-10ci: retire the Azure Pipelines definitionLibravatar Johannes Schindelin2-559/+0
2020-04-10README: add a build badge for the GitHub Actions runsLibravatar Johannes Schindelin1-0/+1
2020-04-10ci: configure GitHub Actions for CI/PRLibravatar Đoàn Trần Công Danh1-0/+212
2020-04-10ci: run gem with sudo to install asciidoctorLibravatar Johannes Schindelin1-1/+1
2020-04-10ci: explicit install all required packagesLibravatar Đoàn Trần Công Danh1-3/+11
2020-04-10interactive: explicitly `fflush` stdout before expecting inputLibravatar 마누엘1-1/+3
2020-04-10interactive: refactor code asking the user for interactive inputLibravatar Johannes Schindelin6-16/+22
2020-04-10mingw: help debugging by optionally executing bash with straceLibravatar Johannes Schindelin1-0/+26
2020-04-10revision: --show-pulls adds helpful mergesLibravatar Derrick Stolee5-5/+284
2020-04-10pull: pass --autostash to mergeLibravatar Denton Liu4-23/+42