]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
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-13  Роман Донченкоgitk: fix the context menu not appearing in the presenc...
2020-04-13  Johannes Sixtgitk: Un-hide selection in areas with non-default backg...
2020-04-13  Stefan Dotterweichgitk: add diff lines background colors
2020-04-13  Junio C Hamanogitk: be prepared to be run in a bare repository
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  Derrick Stoleebloom: ignore renames when computing changed paths
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
2020-04-08  Johannes Schindelinmingw: do not treat `COM0` as a reserved file name
2020-04-08  Matthias Aßhauermingw: use modern strftime implementation if possible
2020-04-08  Johannes Schindelinsubtree: fix build with AsciiDoctor 2
2020-04-08  Emma Brooksformat-patch: teach --no-encode-email-headers
2020-04-08  Johannes Schindelinci: fix the `jobname` of the `GETTEXT_POISON` job
2020-04-08  Đoàn Trần Công... ci/lib: set TERM environment variable if not exist
2020-04-08  Johannes Schindelinci/lib: allow running in GitHub Actions
2020-04-08  Johannes Schindelinci/lib: if CI type is unknown, show the environment...
2020-04-08  Junio C HamanoMerge branch 'dd/ci-musl-libc' into HEAD
2020-04-08  Junio C HamanoMerge branch 'dd/test-with-busybox' into HEAD
2020-04-07  Denton Liusequencer: make read_oneliner() extern
2020-04-07  Denton Liusequencer: configurably warn on non-existent files
2020-04-07  Denton Liusequencer: make read_oneliner() accept flags
2020-04-07  Denton Liusequencer: make file exists check more efficient
2020-04-07  Jonathan Tandiff: restrict when prefetching occurs
2020-04-07  Jonathan Tandiff: refactor object read
2020-04-07  Jonathan Tandiff: make diff_populate_filespec_options struct
2020-04-07  Elijah Newrensequencer: honor GIT_REFLOG_ACTION
2020-04-06  Đoàn Trần Công... travis: build and test on Linux with musl libc and...
2020-04-06  Đoàn Trần Công... ci/linux32: libify install-dependencies step
2020-04-06  Đoàn Trần Công... ci: refactor docker runner script
2020-04-06  Đoàn Trần Công... ci/linux32: parameterise command to switch arch
2020-04-06  Đoàn Trần Công... ci/lib-docker: preserve required environment variables
2020-04-06  Damien Robertdoc: --recurse-submodules mostly applies to active...
2020-04-06  Damien Robertdoc: be more precise on (fetch|push).recurseSubmodules
2020-04-06  Damien Robertdoc: explain how to deactivate submodule.recurse completely
2020-04-06  Damien Robertdoc: document --recurse-submodules for reset and restore
2020-04-06  Damien Robertdoc: list all commands affected by submodule.recurse
2020-04-06  Jeff Kingfast-import: replace custom hash with hashmap.c
2020-04-06  Garima Singhcommit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS...
2020-04-06  Garima Singht4216: add end to end tests for git log with Bloom...
2020-04-06  Garima Singhrevision.c: add trace2 stats around Bloom filter usage
2020-04-06  Garima Singhrevision.c: use Bloom filters to speed up path based...
2020-04-06  Garima Singhcommit-graph: add --changed-paths option to write subco...
2020-04-06  Garima Singhcommit-graph: reuse existing Bloom filters during write
2020-04-06  Garima Singhcommit-graph: write Bloom filters to commit graph file
2020-04-05  Philippe Blainpull doc: correct outdated description of an example
2020-04-05  Philippe Blainpull doc: refer to a specific section in 'fetch' doc
2020-04-05  Johannes Schindelint0007: fix a typo
2020-04-05  Jeff KingMakefile: avoid running curl-config unnecessarily
2020-04-05  Elijah Newrengit-rebase.txt: add another hook to the hooks section...
2020-04-05  Denton Liusequencer: stop leaking buf
next