]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2023-09-18  Junio C HamanoMerge branch 'js/complete-checkout-t'
2023-09-18  Junio C HamanoMerge branch 'rs/grep-no-no-or'
2023-09-14  Junio C HamanoThe ninth batch
2023-09-14  Junio C HamanoMerge branch 'so/diff-doc-for-patch-update'
2023-09-14  Junio C HamanoMerge branch 'pw/rebase-i-after-failure'
2023-09-14  Junio C HamanoMerge branch 'ob/revert-of-revert-is-reapply'
2023-09-14  Junio C HamanoMerge branch 'ak/pretty-decorate-more'
2023-09-14  Junio C HamanoMerge branch 'jk/tree-name-and-depth-limit'
2023-09-14  Junio C HamanoMerge branch 'ks/ref-filter-sort-numerically'
2023-09-14  Junio C HamanoMerge branch 'rs/name-rev-use-opt-hidden-bool'
2023-09-14  Junio C HamanoMerge branch 'rs/grep-parseopt-simplify'
2023-09-13  Junio C HamanoThe eighth batch
2023-09-13  Junio C HamanoMerge branch 'ob/sequencer-reword-error-message'
2023-09-13  Junio C HamanoMerge branch 'bc/more-git-var'
2023-09-13  Junio C HamanoMerge branch 'ew/hash-with-openssl-evp'
2023-09-13  Junio C HamanoMerge branch 'jk/unused-post-2.42-part2'
2023-09-08  Johannes Schindelincompletion(switch/checkout): treat --track and -t the...
2023-09-07  Junio C HamanoThe seventh batch
2023-09-07  Junio C HamanoMerge branch 'dd/format-patch-rfc-updates'
2023-09-07  Junio C HamanoMerge branch 'jk/ci-retire-allow-ref'
2023-09-07  Junio C HamanoMerge branch 'ws/git-svn-retire-faketerm'
2023-09-07  Junio C HamanoMerge branch 'jk/unused-post-2.42'
2023-09-07  Junio C HamanoMerge branch 'tb/multi-cruft-pack'
2023-09-07  René Scharfegrep: reject --no-or
2023-09-06  Phillip Woodrebase -i: fix adding failed command to the todo list
2023-09-06  Phillip Woodrebase --continue: refuse to commit after failed command
2023-09-06  Phillip Woodrebase: fix rewritten list for failed pick
2023-09-06  Phillip Woodsequencer: factor out part of pick_commits()
2023-09-06  Phillip Woodsequencer: use rebase_path_message()
2023-09-06  Phillip Woodrebase -i: remove patch file after conflict resolution
2023-09-06  Phillip Woodrebase -i: move unlink() calls
2023-09-06  Sergey Organovdoc/diff-options: fix link to generating patch section
2023-09-05  Johannes Schindelinvar: avoid a segmentation fault when `HOME` is unset
2023-09-05  Oswald Buddenhagensequencer: fix error message on failure to copy SQUASH_MSG
2023-09-05  René Scharfegrep: use OPT_INTEGER_F for --max-depth
2023-09-05  René Scharfename-rev: use OPT_HIDDEN_BOOL for --peel-tag
2023-09-05  Kousik Sanagavarapuref-filter: sort numerically when ":size" is used
2023-09-05  Jeff Kingparse-options: mark unused parameters in noop callback
2023-09-05  Jeff Kinginterpret-trailers: mark unused "unset" parameters...
2023-09-05  Jeff Kingparse-options: add more BUG_ON() annotations
2023-09-05  Jeff Kingmerge: do not pass unused opt->value parameter
2023-09-05  Jeff Kingparse-options: mark unused "opt" parameter in callbacks
2023-09-05  Jeff Kingparse-options: prefer opt->value to globals in callbacks
2023-09-05  Jeff Kingcheckout-index: delay automatic setting of to_tempfile
2023-09-05  Junio C HamanoThe sixth batch
2023-09-05  Junio C HamanoMerge branch 'jk/test-lsan-denoise-output'
2023-09-05  Junio C HamanoMerge branch 'js/ci-san-skip-p4-and-svn-tests'
2023-09-05  Junio C HamanoMerge branch 'tb/mark-more-tests-as-leak-free'
2023-09-05  Junio C HamanoMerge branch 'rs/parse-options-help-text-is-optional'
2023-09-02  Oswald Buddenhagengit-revert.txt: add discussion
2023-09-02  Oswald Buddenhagensequencer: beautify subject of reverts of reverts
2023-09-01  Junio C HamanoThe fifth batch
2023-09-01  Junio C HamanoMerge branch 'ob/format-patch-description-file'
2023-09-01  Junio C HamanoMerge branch 'jk/diff-result-code-cleanup'
2023-09-01  Eric Wongtreewide: fix various bugs w/ OpenSSL 3+ EVP API
2023-08-31  Jeff Kinglower core.maxTreeDepth default to 2048
2023-08-31  Jeff Kingtree-diff: respect max_allowed_tree_depth
2023-08-31  Jeff Kinglist-objects: respect max_allowed_tree_depth
2023-08-31  Jeff Kingread_tree(): respect max_allowed_tree_depth
2023-08-31  Jeff Kingtraverse_trees(): respect max_allowed_tree_depth
2023-08-31  Jeff Kingadd core.maxTreeDepth config
2023-08-31  Jeff Kingfsck: detect very large tree pathnames
2023-08-31  Jeff Kingtree-walk: rename "error" variable
2023-08-31  Jeff Kingtree-walk: drop MAX_TRAVERSE_TREES macro
2023-08-31  Jeff Kingtree-walk: reduce stack size for recursive functions
2023-08-31  Jeff Kingformat-patch: use OPT_STRING_LIST for to/cc options
2023-08-31  Jeff Kingmerge: simplify parsing of "-n" option
2023-08-31  Jeff Kingmerge: make xopts a strvec
2023-08-31  Drew DeVaultformat-patch: --rfc honors what --subject-prefix sets
2023-08-31  Junio C HamanoMerge branch 'ob/sequencer-empty-hint-fix'
2023-08-31  Junio C HamanoMerge branch 'ch/t6300-verify-commit-test-cleanup'
2023-08-31  Wesley Schwenglegit-svn: drop FakeTerm hack
2023-08-30  Jeff Kingci: deprecate ci/config/allow-ref script
2023-08-30  Jeff Kingci: allow branch selection through "vars"
2023-08-30  Junio C HamanoThe fourth batch
2023-08-30  Junio C HamanoMerge branch 'ts/unpacklimit-config-fix'
2023-08-30  Junio C HamanoMerge branch 'jc/diff-exit-code-with-w-fixes'
2023-08-30  Junio C HamanoMerge branch 'tb/commit-graph-verify-fix'
2023-08-30  Jeff Kingupdate-ref: mark unused parameter in parser callbacks
2023-08-30  Jeff Kinggc: mark unused descriptors in scheduler callbacks
2023-08-30  Jeff Kingbundle-uri: mark unused parameters in callbacks
2023-08-30  Jeff Kingfetch: mark unused parameter in ref_transaction callback
2023-08-30  Jeff Kingcredential: mark unused parameter in urlmatch callback
2023-08-30  Jeff Kinggrep: mark unused parmaeters in pcre fallbacks
2023-08-30  Jeff Kingimap-send: mark unused parameters with NO_OPENSSL
2023-08-30  Jeff Kingworktree: mark unused parameters in noop repair callback
2023-08-30  Jeff Kingnegotiator/noop: mark unused callback parameters
2023-08-30  Jeff Kingadd-interactive: mark unused callback parameters
2023-08-30  Jeff Kinggrep: mark unused parameter in output function
2023-08-30  Jeff Kingtest-trace2: mark unused argv/argc parameters
2023-08-30  Jeff Kingtrace2: mark unused config callback parameter
2023-08-30  Jeff Kingtrace2: mark unused us_elapsed_absolute parameters
2023-08-30  Jeff Kingstash: mark unused parameter in diff callback
2023-08-30  Jeff Kingls-tree: mark unused parameter in callback
2023-08-30  Jeff Kingcommit-graph: mark unused data parameters in generation...
2023-08-30  Jeff Kingworktree: mark unused parameters in each_ref_fn callback
2023-08-30  Jeff Kingpack-bitmap: mark unused parameters in show_object...
2023-08-30  Jeff Kingref-filter: mark unused parameters in parser callbacks
2023-08-30  Jeff Kingsequencer: mark repository argument as unused
2023-08-30  Jeff Kingsequencer: use repository parameter in short_commit_name()
next