git
2020-04-22  Junio C Hamanoreceive-pack: compilation fix
2020-04-21  Michael F.... docs: fix minor glitch in illustration
2020-04-21  Taylor Blaudiff-tree.c: load notes machinery when required
2020-04-20  Denton Liut9819: don't use test_must_fail with p4
2020-04-20  Denton Liut9164: use test_must_fail only on git commands
2020-04-20  Denton Liut9160: use test_path_is_missing()
2020-04-20  Denton Liut9141: use test_path_is_missing()
2020-04-20  Denton Liut7508: don't use `test_must_fail test_cmp`
2020-04-20  Denton Liut7408: replace incorrect uses of test_must_fail
2020-04-20  Denton Liut6030: use test_path_is_missing()
2020-04-20  Matheus Tavaresgrep: follow conventions for printing paths w/ unusual...
2020-04-20  Junio C HamanoSync with 2.26.2
2020-04-19  Jonathan NiederGit 2.26.2 v2.26.2
2020-04-19  Jonathan NiederGit 2.25.4 v2.25.4
2020-04-19  Jonathan NiederGit 2.24.3 v2.24.3
2020-04-19  Jonathan NiederGit 2.23.3 v2.23.3
2020-04-19  Jonathan NiederGit 2.22.4 v2.22.4
2020-04-19  Jonathan NiederGit 2.21.3 v2.21.3
2020-04-19  Jonathan NiederGit 2.20.4 v2.20.4
2020-04-19  Jonathan NiederGit 2.19.5 v2.19.5
2020-04-19  Jonathan NiederGit 2.18.4 v2.18.4
2020-04-19  Jeff KingGit 2.17.5 v2.17.5
2020-04-19  Jonathan Niederfsck: reject URL with empty host in .gitmodules
2020-04-19  Jonathan Niedercredential: treat URL with empty scheme as invalid
2020-04-19  Jonathan Niedercredential: treat URL without scheme as invalid
2020-04-19  Jeff Kingcredential: die() when parsing invalid urls
2020-04-19  Jonathan Niederfsck: convert gitmodules url to URL passed to curl
2020-04-19  Jeff Kingcredential: refuse to operate when missing host or...
2020-04-19  Jeff Kingcredential: parse URL without host as empty host, not...
2020-04-19  Jeff Kingt0300: use more realistic inputs
2020-04-19  Jeff Kingt0300: make "quit" helper more realistic
2020-04-17  Jiang Xintransport-helper: new method reject_atomic_push()
2020-04-17  Jiang Xintransport-helper: mark failure for atomic push
2020-04-17  Jiang Xinsend-pack: mark failure of atomic push properly
2020-04-17  Jiang Xint5543: never report what we do not push
2020-04-17  Jiang Xinsend-pack: fix inconsistent porcelain output
2020-04-17  Terry Moschoucomplete: zsh: add missing sub cmd completion candidates
2020-04-16  Derrick Stoleelog: add log.excludeDecoration config option
2020-04-16  Derrick Stoleelog-tree: make ref_filter_match() a helper method
2020-04-16  Emma BrooksDocumentation: explain "mboxrd" pretty format
2020-04-16  Vasil Dimovrange-diff: avoid negative string precision
2020-04-16  Vasil Dimovrange-diff: fix a crash in parsing git-log output
2020-04-15  Jeff Kingcredential: treat "?" and "#" in URLs as end of host
2020-04-15  luciano.rocha... freshen_file(): use NULL `times' for implicit current...
2020-04-15  Taylor Blaucommit-graph.c: introduce '--[no-]check-oids'
2020-04-15  Taylor Blaucommit-graph.h: replace 'commit_hex' with 'commits'
2020-04-15  Taylor Blauoidset: introduce 'oidset_size'
2020-04-15  Taylor Blaubuiltin/commit-graph.c: introduce split strategy 'replace'
2020-04-15  Taylor Blaubuiltin/commit-graph.c: introduce split strategy 'no...
2020-04-15  Taylor Blaubuiltin/commit-graph.c: support for '--split[=<strategy>]'
2020-04-15  Taylor Blaut/helper/test-read-graph.c: support commit-graph chains
2020-04-14  Junio C HamanoSync with v2.26.1
2020-04-11  Johannes Schindelint: restrict `is_hidden` to be called only on Windows
2020-04-11  Johannes Schindelinmingw: make test_path_is_hidden more robust
2020-04-11  Johannes Schindelint: consolidate the `is_hidden` functions
2020-04-11  Martin Ågrenmerge: use skip_prefix to parse config key
2020-04-11  Jonathan Tanrebase --merge: optionally skip upstreamed commits
2020-04-11  Elijah Newrenrebase: fix an incompatible-options error message
2020-04-11  Elijah Newrenrebase: reinstate --no-keep-empty
2020-04-11  Elijah Newrenrebase -i: mark commits that begin empty in todo editor
2020-04-10  Jeff Kingconfig: reject parsing of files over INT_MAX
2020-04-10  Jeff Kingconfig: use size_t to store parsed variable baselen
2020-04-10  Jeff Kinggit_config_parse_key(): return baselen as size_t
2020-04-10  Jeff Kingconfig: drop useless length variable in write_pair()
2020-04-10  Jeff Kingparse_config_key(): return subsection len as size_t
2020-04-10  Jeff Kingremote: drop auto-strlen behavior of make_branch()...
2020-04-10  Nathan Sandersmingw: cope with the Isilon network file system
2020-04-10  Johannes Schindelinci: let GitHub Actions upload failed tests' directories
2020-04-10  Johannes Schindelinci: add a problem matcher for GitHub Actions
2020-04-10  Johannes Schindelintests: when run in Bash, annotate test failures with...
2020-04-10  Johannes Schindelinci: retire the Azure Pipelines definition
2020-04-10  Johannes SchindelinREADME: add a build badge for the GitHub Actions runs
2020-04-10  Đoàn Trần Công... ci: configure GitHub Actions for CI/PR
2020-04-10  Johannes Schindelinci: run gem with sudo to install asciidoctor
2020-04-10  Đoàn Trần Công... ci: explicit install all required packages
2020-04-10  마누엘interactive: explicitly `fflush` stdout before expectin...
2020-04-10  Johannes Schindelininteractive: refactor code asking the user for interact...
2020-04-10  Johannes Schindelinmingw: help debugging by optionally executing bash...
2020-04-10  Derrick Stoleerevision: --show-pulls adds helpful merges
2020-04-10  Denton Liupull: pass --autostash to merge
2020-04-10  Denton Liut5520: make test_pull_autostash() accept expect_parent_num
2020-04-10  Denton Liumerge: teach --autostash option
2020-04-10  Denton Liusequencer: implement apply_autostash_oid()
2020-04-10  Denton Liusequencer: implement save_autostash()
2020-04-10  Denton Liusequencer: unlink autostash in apply_autostash()
2020-04-10  Denton Liusequencer: extract perform_autostash() from rebase
2020-04-10  Denton Liurebase: generify create_autostash()
2020-04-10  Denton Liurebase: extract create_autostash()
2020-04-10  Denton Liureset: extract reset_head() from rebase
2020-04-10  Denton Liurebase: generify reset_head()
2020-04-10  Denton Liurebase: use apply_autostash() from sequencer.c
2020-04-10  Denton Liusequencer: rename stash_sha1 to stash_oid
2020-04-10  Denton Liusequencer: make apply_autostash() accept a path
2020-04-10  Denton Liurebase: use read_oneliner()
2020-04-10  Jeff Kingrepository: mark the "refs" pointer as private
2020-04-10  brian m. carlsonbuiltin/receive-pack: use constant-time comparison...
2020-04-10  Junio C Hamanosha1-name: do not assume that the ref store is initialized
2020-04-09  Martin Ågrenconfig.txt: move closing "----" to cover entire listing
2020-04-08  Johannes Schindelinstash -p: (partially) fix bug concerning split hunks
2020-04-08  Johannes Schindelint3904: fix incorrect demonstration of a bug
next