summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-15freshen_file(): use NULL `times' for implicit current-timeluciano.rocha@booking.com1-3/+1
2020-04-15commit-graph.c: introduce '--[no-]check-oids'Taylor Blau4-4/+42
2020-04-15commit-graph.h: replace 'commit_hex' with 'commits'Taylor Blau4-31/+52
2020-04-15oidset: introduce 'oidset_size'Taylor Blau2-0/+10
2020-04-15builtin/commit-graph.c: introduce split strategy 'replace'Taylor Blau5-18/+66
2020-04-15builtin/commit-graph.c: introduce split strategy 'no-merge'Taylor Blau5-9/+36
2020-04-15builtin/commit-graph.c: support for '--split[=<strategy>]'Taylor Blau3-9/+33
2020-04-15t/helper/test-read-graph.c: support commit-graph chainsTaylor Blau1-12/+1
2020-04-13Sync with v2.26.1Junio C Hamano16-6/+158
2020-04-13gitk: fix the context menu not appearing in the presence of submodule diffsРоман Донченко1-3/+3
2020-04-13gitk: Un-hide selection in areas with non-default background colorJohannes Sixt1-0/+6
2020-04-13gitk: add diff lines background colorsStefan Dotterweich1-3/+19
2020-04-13gitk: be prepared to be run in a bare repositoryJunio C Hamano1-3/+2
2020-04-11t: restrict `is_hidden` to be called only on WindowsJohannes Schindelin3-6/+9
2020-04-11mingw: make test_path_is_hidden more robustJohannes Schindelin1-1/+1
2020-04-11t: consolidate the `is_hidden` functionsJohannes Schindelin3-14/+7
2020-04-11merge: use skip_prefix to parse config keyMartin Ågren1-3/+5
2020-04-11rebase --merge: optionally skip upstreamed commitsJonathan Tan5-4/+110
2020-04-11rebase: fix an incompatible-options error messageElijah Newren1-1/+1
2020-04-11rebase: reinstate --no-keep-emptyElijah Newren6-30/+87
2020-04-11rebase -i: mark commits that begin empty in todo editorElijah Newren2-1/+7
2020-04-10config: reject parsing of files over INT_MAXJeff King1-0/+15
2020-04-10config: use size_t to store parsed variable baselenJeff King1-1/+1
2020-04-10git_config_parse_key(): return baselen as size_tJeff King2-8/+11
2020-04-10config: drop useless length variable in write_pair()Jeff King1-3/+1
2020-04-10parse_config_key(): return subsection len as size_tJeff King12-15/+16
2020-04-10remote: drop auto-strlen behavior of make_branch() and make_rewrite()Jeff King1-23/+12
2020-04-10mingw: cope with the Isilon network file systemNathan Sanders1-2/+15
2020-04-10ci: let GitHub Actions upload failed tests' directoriesJohannes Schindelin2-0/+25
2020-04-10ci: add a problem matcher for GitHub ActionsJohannes Schindelin2-0/+21
2020-04-10tests: when run in Bash, annotate test failures with file name/line numberJohannes Schindelin1-1/+13
2020-04-10ci: retire the Azure Pipelines definitionJohannes Schindelin2-559/+0
2020-04-10README: add a build badge for the GitHub Actions runsJohannes Schindelin1-0/+1
2020-04-10ci: configure GitHub Actions for CI/PRĐoàn Trần Công Danh1-0/+212
2020-04-10ci: run gem with sudo to install asciidoctorJohannes Schindelin1-1/+1
2020-04-10ci: explicit install all required packagesĐoàn Trần Công Danh1-3/+11
2020-04-10interactive: explicitly `fflush` stdout before expecting input마누엘1-1/+3
2020-04-10interactive: refactor code asking the user for interactive inputJohannes Schindelin6-16/+22
2020-04-10mingw: help debugging by optionally executing bash with straceJohannes Schindelin1-0/+26
2020-04-10revision: --show-pulls adds helpful mergesDerrick Stolee5-5/+284
2020-04-10pull: pass --autostash to mergeDenton Liu4-23/+42
2020-04-10t5520: make test_pull_autostash() accept expect_parent_numDenton Liu1-6/+8
2020-04-10merge: teach --autostash optionDenton Liu12-6/+214
2020-04-10sequencer: implement apply_autostash_oid()Denton Liu2-12/+27
2020-04-10sequencer: implement save_autostash()Denton Liu2-10/+28
2020-04-10sequencer: unlink autostash in apply_autostash()Denton Liu1-0/+1
2020-04-10sequencer: extract perform_autostash() from rebaseDenton Liu3-49/+52
2020-04-10rebase: generify create_autostash()Denton Liu1-16/+16
2020-04-10rebase: extract create_autostash()Denton Liu1-44/+50
2020-04-10reset: extract reset_head() from rebaseDenton Liu4-138/+162