rebase: fix an incompatible-options error message
Elijah Newren committed over 6 years ago
rebase: reinstate --no-keep-empty
Elijah Newren committed over 6 years ago
rebase -i: mark commits that begin empty in todo editor
Elijah Newren committed over 6 years ago
config: reject parsing of files over INT_MAX
Jeff King committed over 6 years ago
config: use size_t to store parsed variable baselen
Jeff King committed over 6 years ago
git_config_parse_key(): return baselen as size_t
Jeff King committed over 6 years ago
config: drop useless length variable in write_pair()
Jeff King committed over 6 years ago
parse_config_key(): return subsection len as size_t
Jeff King committed over 6 years ago
remote: drop auto-strlen behavior of make_branch() and make_rewrite()
Jeff King committed over 6 years ago
mingw: cope with the Isilon network file system
Nathan Sanders committed over 6 years ago
ci: let GitHub Actions upload failed tests' directories
Johannes Schindelin committed over 6 years ago
ci: add a problem matcher for GitHub Actions
Johannes Schindelin committed over 6 years ago
tests: when run in Bash, annotate test failures with file name/line number
Johannes Schindelin committed over 6 years ago
ci: retire the Azure Pipelines definition
Johannes Schindelin committed over 6 years ago
README: add a build badge for the GitHub Actions runs
Johannes Schindelin committed over 6 years ago
ci: configure GitHub Actions for CI/PR
Đoàn Trần Công Danh committed over 6 years ago
ci: run gem with sudo to install asciidoctor
Johannes Schindelin committed over 6 years ago
ci: explicit install all required packages
Đoàn Trần Công Danh committed over 6 years ago
interactive: explicitly `fflush` stdout before expecting input
마누엘 committed over 6 years ago
interactive: refactor code asking the user for interactive input
Johannes Schindelin committed over 6 years ago