]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2023-02-27  Junio C HamanoA bit more before 2.40-rc1
2023-02-27  Junio C HamanoMerge branch 'if/simplify-trace-setup'
2023-02-27  Junio C HamanoMerge branch 'jc/countermand-format-attach'
2023-02-27  Junio C HamanoMerge branch 'jk/shorten-unambiguous-ref-wo-sscanf'
2023-02-27  Junio C HamanoMerge branch 'mh/credential-password-expiry'
2023-02-27  Junio C HamanoMerge branch 'rs/archive-mtime'
2023-02-27  Junio C HamanoMerge branch 'tb/drop-dir-iterator-follow-symlink-bit'
2023-02-27  Junio C HamanoMerge branch 'tl/range-diff-custom-abbrev'
2023-02-27  Junio C HamanoMerge branch 'ap/t2015-style-update'
2023-02-27  Junio C HamanoMerge branch 'jc/diff-algo-attribute'
2023-02-27  Junio C HamanoMerge branch 'pw/rebase-i-validate-labels-early'
2023-02-27  Andy Kopperestore: fault --staged --worktree with merge opts
2023-02-27  Eric Wongfetch: support hideRefs to speed up connectivity checks
2023-02-27  Andrei Rybaktest-lib: drop comment about test_description
2023-02-27  Elijah Newrenunpack-trees: add usage notices around df_conflict_entry
2023-02-27  Elijah Newrenunpack-trees: special case read-tree debugging as inter...
2023-02-27  Elijah Newrenunpack-trees: rewrap a few overlong lines from previous...
2023-02-27  Elijah Newrenunpack-trees: mark fields only used internally as internal
2023-02-27  Elijah Newrenunpack_trees: start splitting internal fields from...
2023-02-27  Elijah Newrensparse-checkout: avoid using internal API of unpack...
2023-02-27  Elijah Newrensparse-checkout: avoid using internal API of unpack...
2023-02-27  Elijah Newrenunpack-trees: clean up some flow control
2023-02-27  Elijah Newrendir: mark output only fields of dir_struct as such
2023-02-27  Elijah Newrendir: add a usage note to exclude_per_dir
2023-02-27  Elijah Newrendir: separate public from internal portion of dir_struct
2023-02-27  Elijah Newrenunpack-trees: heed requests to overwrite ignored files
2023-02-27  Elijah Newrent2021: fix platform-specific leftover cruft
2023-02-27  Jeff Kingdrop pure pass-through config callbacks
2023-02-27  Jeff Kingfsck: check even zero-entry index files
2023-02-25  Rubén Justoswitch: reject if the branch is already checked out...
2023-02-25  Rubén Justorebase: refuse to switch to a branch already checked...
2023-02-25  Rubén Justobranch: fix die_if_checked_out() when ignore_current_wo...
2023-02-25  Rubén Justoworktree: introduce is_shared_symref()
2023-02-25  Zhang Yit9700: modernize test scripts
2023-02-25  Junio C HamanoA few more topics post 2.40-rc0
2023-02-25  Junio C HamanoMerge branch 'ps/free-island-marks'
2023-02-25  Junio C HamanoMerge branch 'jk/http-proxy-tests'
2023-02-25  Junio C HamanoMerge branch 'ma/fetch-parallel-use-online-cpus'
2023-02-24  Junio C HamanoGit 2.40-rc0 v2.40.0-rc0
2023-02-24  Junio C HamanoMerge branch 'jc/genzeros-avoid-raw-write'
2023-02-24  Junio C HamanoMerge branch 'rd/doc-default-date-format'
2023-02-24  Junio C HamanoMerge branch 'js/gpg-errors'
2023-02-24  Junio C HamanoMerge branch 'rs/ctype-test'
2023-02-24  Jeff Kingfsck: mention file path for index errors
2023-02-24  Jeff Kingfsck: check index files in all worktrees
2023-02-24  Jeff Kingfsck: factor out index fsck
2023-02-24  Jeff Kinghelp: mark unused parameter in git_unknown_cmd_config()
2023-02-24  Jeff Kingrun_processes_parallel: mark unused callback parameters
2023-02-24  Jeff Kinguserformat_want_item(): mark unused parameter
2023-02-24  Jeff Kingfor_each_commit_graft(): mark unused callback parameter
2023-02-24  Jeff Kingrewrite_parents(): mark unused callback parameter
2023-02-24  Jeff Kingfetch-pack: mark unused parameter in callback function
2023-02-24  Jeff Kingnotes: mark unused callback parameters
2023-02-24  Jeff Kingprio-queue: mark unused parameters in comparison functions
2023-02-24  Jeff Kingfor_each_object: mark unused callback parameters
2023-02-24  Jeff Kinglist-objects: mark unused callback parameters
2023-02-24  Jeff Kingmark unused parameters in signal handlers
2023-02-24  Jeff Kingrun-command: mark error routine parameters as unused
2023-02-24  Jeff Kingmark "pointless" data pointers in callbacks
2023-02-24  Jeff Kingref-filter: mark unused callback parameters
2023-02-24  Jeff Kinghttp-backend: mark unused parameters in virtual functions
2023-02-24  Jeff Kinghttp-backend: mark argc/argv unused
2023-02-24  Jeff Kingobject-name: mark unused parameters in disambiguate...
2023-02-24  Jeff Kingserve: mark unused parameters in virtual functions
2023-02-24  Jeff Kingserve: use repository pointer to get config
2023-02-24  Jeff Kingls-refs: drop config caching
2023-02-24  Jeff Kingref-filter: drop unused atom parameter from get_worktre...
2023-02-24  Elijah Newrendiff.h: remove unnecessary include of object.h
2023-02-24  Elijah NewrenRemove unnecessary includes of builtin.h
2023-02-24  Elijah Newrentreewide: replace cache.h with more direct headers...
2023-02-24  Elijah Newrenreplace-object.h: move read_replace_refs declaration...
2023-02-24  Elijah Newrenobject-store.h: move struct object_info from cache.h
2023-02-24  Elijah Newrendir.h: refactor to no longer need to include cache.h
2023-02-24  Elijah Newrenobject.h: stop depending on cache.h; make cache.h depen...
2023-02-24  Elijah Newrenident.h: move ident-related declarations out of cache.h
2023-02-24  Elijah Newrenpretty.h: move has_non_ascii() declaration from commit.h
2023-02-24  Elijah Newrencache.h: remove dependence on hex.h; make other files...
2023-02-24  Elijah Newrenhex.h: move some hex-related declarations from cache.h
2023-02-24  Elijah Newrenhash.h: move some oid-related declarations from cache.h
2023-02-24  Elijah Newrenalloc.h: move ALLOC_GROW() functions from cache.h
2023-02-24  Elijah Newrentreewide: remove unnecessary cache.h includes in source...
2023-02-24  Elijah Newrentreewide: remove unnecessary cache.h includes
2023-02-24  Elijah Newrentreewide: remove unnecessary git-compat-util.h includes...
2023-02-24  Elijah Newrentreewide: ensure one of the appropriate headers is...
2023-02-23  Phillip Woodrebase -i: fix parsing of "fixup -C<commit>"
2023-02-23  Phillip Woodrebase -i: match whole word in is_command()
2023-02-23  Jeff Kingt5559: make SSL/TLS the default
2023-02-23  Jeff Kingt5559: fix test failures with LIB_HTTPD_SSL
2023-02-23  Jeff Kingt/lib-httpd: enable HTTP/2 "h2" protocol, not just h2c
2023-02-23  Jeff Kingt/lib-httpd: respect $HTTPD_PROTO in expect_askpass()
2023-02-23  Jeff Kingt5551: drop curl trace lines without headers
2023-02-23  Jeff Kingt5551: handle v2 protocol in cookie test
2023-02-23  Jeff Kingt5551: simplify expected cookie file
2023-02-23  Jeff Kingt5551: handle v2 protocol in upload-pack service test
2023-02-23  Jeff Kingt5551: handle v2 protocol when checking curl trace
2023-02-23  Jeff Kingt5551: stop forcing clone to run with v0 protocol
2023-02-23  Jeff Kingt5551: handle HTTP/2 when checking curl trace
2023-02-23  Jeff Kingt5551: lower-case headers in expected curl trace
2023-02-23  Jeff Kingt5551: drop redundant grep for Accept-Language
2023-02-23  Jeff Kingt5541: simplify and move "no empty path components...
next