]> Kevux Git Server - rit/shortlog
rit
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 Stoleeblame: use changed-path Bloom filters
2020-04-16 Derrick Stoleetests: write commit-graph with Bloom filters
2020-04-16 Derrick Stoleerevision: complicated pathspecs disable filters
2020-04-16 Emily Shafferbugreport: add compiler info
2020-04-16 Emily Shafferbugreport: add uname info
2020-04-16 Emily Shafferbugreport: gather git version and build info
2020-04-16 Emily Shafferbugreport: add tool to generate debugging info
2020-04-16 Emily Shafferhelp: move list_config_help to builtin/help
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-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
next