]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2022-08-18  Elijah Newrenmerge-ort: avoid surprise with new sub_flag variable
2022-08-18  Elijah Newrenmerge-ort: remove translator lego in new "submodule...
2022-08-17  Jeff Kingpipe_command(): mark stdin descriptor as non-blocking
2022-08-17  Jeff Kingpipe_command(): handle ENOSPC when writing to a pipe
2022-08-17  Jeff Kingpipe_command(): avoid xwrite() for writing to pipe
2022-08-17  Jeff Kinggit-compat-util: make MAX_IO_SIZE define globally available
2022-08-17  RenĂ© Scharfenonblock: support Windows
2022-08-17  Jeff Kingcompat: add function to enable nonblocking pipes
2022-08-15  Josh Steadmonfetch-pack: add tracing for negotiation rounds
2022-08-15  Junio C HamanoThe thirteenth batch
2022-08-15  Junio C HamanoMerge branch 'js/safe-directory-plus'
2022-08-15  Junio C HamanoMerge branch 'pw/use-glibc-tunable-for-malloc-optim'
2022-08-15  Junio C HamanoMerge branch 'ab/tech-docs-to-help'
2022-08-15  Junio C HamanoMerge branch 'jc/rerere-autoupdate-doc'
2022-08-15  Junio C HamanoMerge branch 'ab/hooks-regression-fix'
2022-08-15  Matheus Tavarestests: use the new C rot13-filter helper to avoid PERL...
2022-08-15  Matheus Tavarest0021: implementation the rot13-filter.pl script in C
2022-08-15  Matheus Tavarest0021: avoid grepping for a Perl-specific string at...
2022-08-15  Jeff Kingis_promisor_object(): fix use-after-free of tree buffer
2022-08-12  Victoria Dyescalar: update technical doc roadmap
2022-08-12  Victoria Dyescalar-diagnose: use 'git diagnose --mode=all'
2022-08-12  Victoria Dyebuiltin/bugreport.c: create '--diagnose' option
2022-08-12  Victoria Dyebuiltin/diagnose.c: add '--mode' option
2022-08-12  Victoria Dyebuiltin/diagnose.c: create 'git diagnose' builtin
2022-08-12  Victoria Dyediagnose.c: add option to configure archive contents
2022-08-12  Victoria Dyescalar-diagnose: move functionality to common location
2022-08-12  Victoria Dyescalar-diagnose: move 'get_disk_info()' to 'compat/'
2022-08-12  Victoria Dyescalar-diagnose: add directory to archiver more gently
2022-08-12  Victoria Dyescalar-diagnose: avoid 32-bit overflow of size_t
2022-08-12  Victoria Dyescalar-diagnose: use "$GIT_UNZIP" in test
2022-08-12  Junio C HamanoThe twelfth batch
2022-08-12  Junio C HamanoMerge branch 'ab/plug-revisions-leak'
2022-08-12  Junio C HamanoMerge branch 'ab/leak-check'
2022-08-12  Junio C HamanoMerge branch 'gc/git-reflog-doc-markup'
2022-08-12  Junio C HamanoMerge branch 'lt/symbolic-ref-sanity'
2022-08-12  Teng Longtr2: shows scope unconditionally in addition to key...
2022-08-12  Teng Longapi-trace2.txt: print config key-value pair
2022-08-12  Eric DeCostafsmonitor: option to allow fsmonitor to run against...
2022-08-11  Li Linchaorev-list: support human-readable output for `--disk...
2022-08-11  Junio C HamanoSync with Git 2.37.2
2022-08-11  Junio C HamanoGit 2.37.2 v2.37.2
2022-08-11  Junio C HamanoMerge branch 'jc/string-list-cleanup' into maint
2022-08-11  Junio C HamanoMerge branch 'mt/pkt-line-comment-tweak' into maint
2022-08-11  Junio C HamanoMerge branch 'ma/t4200-update' into maint
2022-08-11  Junio C HamanoMerge branch 'tb/commit-graph-genv2-upgrade-fix' into...
2022-08-11  Junio C HamanoMerge branch 'tk/untracked-cache-with-uall' into maint
2022-08-11  Junio C HamanoMerge branch 'mt/checkout-count-fix' into maint
2022-08-11  Junio C HamanoMerge branch 'cl/rerere-train-with-no-sign' into maint
2022-08-11  Junio C HamanoMerge branch 'kk/p4-client-name-encoding-fix' into...
2022-08-11  Junio C HamanoMerge branch 'mb/p4-utf16-crlf' into maint
2022-08-11  Junio C HamanoMerge branch 'hx/lookup-commit-in-graph-fix' into maint
2022-08-11  Junio C HamanoMerge branch 'jc/resolve-undo' into maint
2022-08-10  Jeff Kingfsck: downgrade tree badFilemode to "info"
2022-08-10  Jeff Kingfsck: actually detect bad file modes in trees
2022-08-10  Jeff Kingtree-walk: add a mechanism for getting non-canonicalize...
2022-08-10  Derrick Stoleeclone: --bundle-uri cannot be combined with --depth
2022-08-10  Derrick Stoleebundle-uri: add support for http(s):// and file://
2022-08-10  Derrick Stoleeclone: add --bundle-uri option
2022-08-10  Derrick Stoleebundle-uri: create basic file-copy logic
2022-08-10  Derrick Stoleeremote-curl: add 'get' capability
2022-08-10  Derrick Stoleebundle-uri: add example bundle organization
2022-08-10  Derrick Stoleedocs: document bundle URI standard
2022-08-10  Shaoxuan Yuanmv: check overwrite for in-to-out move
2022-08-10  Shaoxuan Yuanadvice.h: add advise_on_moving_dirty_path()
2022-08-10  Shaoxuan Yuanmv: cleanup empty WORKING_DIRECTORY
2022-08-10  Shaoxuan Yuanmv: from in-cone to out-of-cone
2022-08-10  Shaoxuan Yuanmv: remove BOTH from enum update_mode
2022-08-10  Shaoxuan Yuanmv: check if <destination> is a SKIP_WORKTREE_DIR
2022-08-10  Shaoxuan Yuanmv: free the with_slash in check_dir_in_index()
2022-08-10  Shaoxuan Yuanmv: rename check_dir_in_index() to empty_dir_has_sparse...
2022-08-10  Shaoxuan Yuant7002: add tests for moving from in-cone to out-of...
2022-08-10  Felipe Contrerasmergetools: vimdiff: simplify tabfirst
2022-08-10  Felipe Contrerasmergetools: vimdiff: fix single window layouts
2022-08-10  Felipe Contrerasmergetools: vimdiff: rework tab logic
2022-08-10  Felipe Contrerasmergetools: vimdiff: fix for diffopt
2022-08-10  Felipe Contrerasmergetools: vimdiff: silence annoying messages
2022-08-10  Felipe Contrerasmergetools: vimdiff: make vimdiff3 actually work
2022-08-10  Felipe Contrerasmergetools: vimdiff: fix comment
2022-08-10  Philip Oakleydoc add: renormalize is not idempotent for CRCRLF
2022-08-08  Shaoxuan Yuanrm: integrate with sparse-index
2022-08-08  Shaoxuan Yuanrm: expand the index only when necessary
2022-08-08  Shaoxuan Yuanpathspec.h: move pathspec_needs_expanded_index() from...
2022-08-08  Shaoxuan Yuant1092: add tests for `git-rm`
2022-08-08  Junio C HamanoMerge branch 'vd/sparse-reset-checkout-fixes' into...
2022-08-08  Victoria Dyeunpack-trees: unpack new trees as sparse directories
2022-08-08  Victoria Dyecache.h: create 'index_name_pos_sparse()'
2022-08-08  Victoria Dyeoneway_diff: handle removed sparse directories
2022-08-08  Victoria Dyecheckout: fix nested sparse directory diff in sparse...
2022-08-08  Junio C HamanoThe eleventh batch
2022-08-08  Junio C HamanoMerge branch 'js/ort-clean-up-after-failed-merge'
2022-08-08  Junio C HamanoMerge branch 'jk/struct-zero-init-with-older-gcc'
2022-08-08  Junio C HamanoMerge branch 'js/t5351-freebsd-fix'
2022-08-08  Junio C HamanoMerge branch 'js/lstat-mingw-enotdir-fix'
2022-08-08  Junio C HamanoMerge branch 'js/mingw-with-python'
2022-08-08  Junio C HamanoMerge branch 'ca/unignore-local-installation-on-windows'
2022-08-08  Johannes Schindelinmingw: handle a file owned by the Administrators group...
2022-08-08  Johannes Schindelinmingw: be more informative when ownership check fails...
2022-08-08  Johannes Schindelinmingw: provide details about unsafe directories' ownership
2022-08-08  Johannes Schindelinsetup: prepare for more detailed "dubious ownership...
2022-08-08  Johannes Schindelinsetup: fix some formatting
next