]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2024-12-18  Patrick Steinhardttrace: stop using `the_repository`
2024-12-18  Patrick Steinhardtpager: stop using `the_repository`
2024-12-18  Patrick Steinhardtprogress: stop using `the_repository`
2024-12-18  Junio C HamanoMerge branch 'ps/build-sign-compare' into ps/the-repository
2024-12-18  Junio C HamanoMerge https://github.com/j6t/gitk
2024-12-17  Johannes SixtMerge branch 'ah/commit-id-to-clipboard'
2024-12-16  Junio C HamanoGit 2.48-rc0 v2.48.0-rc0
2024-12-16  Junio C HamanoMerge branch 'ps/build'
2024-12-16  Junio C HamanoMerge branch 'jt/fix-fattening-promisor-fetch'
2024-12-16  Junio C HamanoMerge branch 'ps/commit-with-message-syntax-fix'
2024-12-16  Junio C HamanoMerge branch 'rj/strvec-splice-fix'
2024-12-16  Junio C HamanoMerge branch 'bf/explicit-config-set-in-advice-messages'
2024-12-16  Junio C HamanoMerge branch 'jc/forbid-head-as-tagname'
2024-12-16  Junio C HamanoMerge branch 'jk/describe-perf'
2024-12-14  Johannes Sixtgitk: offer "Copy commit ID to X11 selection" only...
2024-12-13  Junio C HamanoThe sixteenth batch
2024-12-13  Junio C HamanoMerge branch 'kk/doc-ancestry-path'
2024-12-13  Junio C HamanoMerge branch 'kn/midx-wo-the-repository'
2024-12-13  Junio C HamanoMerge branch 'cw/worktree-extension'
2024-12-13  Junio C HamanoMerge branch 'es/oss-fuzz'
2024-12-13  Junio C HamanoMerge branch 'en/fast-import-verify-path'
2024-12-13  Junio C HamanoMerge branch 'kh/doc-update-ref-grammofix'
2024-12-13  Junio C HamanoMerge branch 'kh/doc-bundle-typofix'
2024-12-13  Junio C HamanoMerge branch 'jc/doc-error-message-guidelines'
2024-12-13  Junio C HamanoMerge branch 'jt/bundle-fsck'
2024-12-12  Avi Halachmi... gitk: support auto-copy comit ID to primary clipboard
2024-12-12  Avi Halachmi... gitk: prefs dialog: refine Auto-select UI
2024-12-12  Avi Halachmi... gitk: UI text: change "SHA1 ID" to "Commit ID"
2024-12-10  Junio C HamanoThe fifteenth batch
2024-12-10  Junio C HamanoMerge branch 'ps/reftable-iterator-reuse'
2024-12-10  Junio C HamanoMerge branch 'ps/reftable-detach'
2024-12-10  Junio C HamanoMerge branch 'bc/allow-upload-pack-from-other-people'
2024-12-10  Junio C HamanoMerge branch 'pb/mergetool-errors'
2024-12-10  Junio C HamanoMerge branch 'jc/doc-opt-tilde-expand'
2024-12-10  Junio C HamanoMerge branch 'bc/ancient-ci'
2024-12-10  Rubén Justostrvec: `strvec_splice()` to a statically initialized...
2024-12-09  Jonathan Tanindex-pack --promisor: also check commits' trees
2024-12-09  Jonathan Tanindex-pack --promisor: don't check blobs
2024-12-09  Jonathan Tanindex-pack --promisor: dedup before checking links
2024-12-09  Christoph Sommergitk: add text wrapping preferences
2024-12-09  Christoph Sommergitk: make headings of preferences bold
2024-12-07  Patrick Steinhardtobject-name: fix reversed ordering with ":/<text>"...
2024-12-06  Patrick SteinhardtIntroduce support for the Meson build system
2024-12-06  Patrick SteinhardtDocumentation: add comparison of build systems
2024-12-06  Patrick Steinhardtt: allow overriding build dir
2024-12-06  Patrick Steinhardtt: better support for out-of-tree builds
2024-12-06  Patrick SteinhardtDocumentation: extract script to generate a list of...
2024-12-06  Patrick SteinhardtDocumentation: teach "cmd-list.perl" about out-of-tree...
2024-12-06  Patrick SteinhardtDocumentation: allow sourcing generated includes from...
2024-12-06  Patrick SteinhardtMakefile: simplify building of templates
2024-12-06  Patrick SteinhardtMakefile: write absolute program path into bin-wrappers
2024-12-06  Patrick SteinhardtMakefile: allow "bin-wrappers/" directory to exist
2024-12-06  Patrick SteinhardtMakefile: refactor generators to be PWD-independent
2024-12-06  Patrick SteinhardtMakefile: extract script to generate gitweb.js
2024-12-06  Patrick SteinhardtMakefile: extract script to generate gitweb.cgi
2024-12-06  Patrick SteinhardtMakefile: extract script to massage Python scripts
2024-12-06  Patrick SteinhardtMakefile: extract script to massage Shell scripts
2024-12-06  Patrick SteinhardtMakefile: use "generate-perl.sh" to massage Perl library
2024-12-06  Patrick SteinhardtMakefile: extract script to massage Perl scripts
2024-12-06  Patrick SteinhardtMakefile: consistently use PERL_PATH
2024-12-06  Patrick SteinhardtMakefile: generate doc versions via GIT-VERSION-GEN
2024-12-06  Patrick SteinhardtMakefile: generate "git.rc" via GIT-VERSION-GEN
2024-12-06  Patrick SteinhardtMakefile: propagate Git version via generated header
2024-12-06  Patrick SteinhardtMakefile: refactor GIT-VERSION-GEN to be reusable
2024-12-06  Patrick SteinhardtMakefile: consistently use @PLACEHOLDER@ to substitute
2024-12-06  Patrick SteinhardtMakefile: use common template for GIT-BUILD-OPTIONS
2024-12-06  Patrick Steinhardtt/helper: don't depend on implicit wraparound
2024-12-06  Patrick Steinhardtscalar: address -Wsign-compare warnings
2024-12-06  Patrick Steinhardtbuiltin/patch-id: fix type of `get_one_patchid()`
2024-12-06  Patrick Steinhardtbuiltin/blame: fix type of `length` variable when emitt...
2024-12-06  Patrick Steinhardtgpg-interface: address -Wsign-comparison warnings
2024-12-06  Patrick Steinhardtdaemon: fix type of `max_connections`
2024-12-06  Patrick Steinhardtdaemon: fix loops that have mismatching integer types
2024-12-06  Patrick Steinhardtglobal: trivial conversions to fix `-Wsign-compare...
2024-12-06  Patrick Steinhardtpkt-line: fix -Wsign-compare warning on 32 bit platform
2024-12-06  Junio C Hamanocsum-file: fix -Wsign-compare warning on 32-bit platform
2024-12-06  Patrick Steinhardtdiff.h: fix index used to loop through unsigned integer
2024-12-06  Patrick Steinhardtconfig.mak.dev: drop `-Wno-sign-compare`
2024-12-06  Patrick Steinhardtglobal: mark code units that generate warnings with...
2024-12-06  Patrick Steinhardtcompat/win32: fix -Wsign-compare warning in "wWinMain()"
2024-12-06  Patrick Steinhardtcompat/regex: explicitly ignore "-Wsign-compare" warnings
2024-12-06  Patrick Steinhardtgit-compat-util: introduce macros to disable "-Wsign...
2024-12-06  Jeff Kingdescribe: split "found all tags" and max_candidates...
2024-12-06  Junio C HamanoThe fourteenth batch
2024-12-06  Junio C HamanoMerge branch 'kh/sequencer-comment-char'
2024-12-06  Junio C HamanoMerge branch 'sj/refs-symref-referent-fix'
2024-12-06  Bence Ferdinandyadvice: suggest using subcommand "git config set"
2024-12-04  Karthik Nayakmidx: inline the `MIDX_MIN_SIZE` definition
2024-12-04  Karthik Nayakmidx: pass down `hash_algo` to functions using global...
2024-12-04  Karthik Nayakmidx: pass `repository` to `load_multi_pack_index`
2024-12-04  Karthik Nayakmidx: cleanup internal usage of `the_repository` and...
2024-12-04  Karthik Nayakmidx-write: pass down repository to `write_midx_file...
2024-12-04  Karthik Nayakwrite-midx: add repository field to `write_midx_context`
2024-12-04  Karthik Nayakmidx-write: use `revs->repo` inside `read_refs_snapshot`
2024-12-04  Karthik Nayakmidx-write: pass down repository to static functions
2024-12-04  Junio C HamanoMerge branch 'kn/pass-repo-to-builtin-sub-sub-commands...
2024-12-04  Junio C HamanoMerge branch 'kn/the-repository' into kn/midx-wo-the...
2024-12-04  Junio C HamanoThe thirteenth batch
2024-12-04  Junio C HamanoMerge branch 'ja/git-diff-doc-markup'
2024-12-04  Junio C HamanoMerge branch 'bc/drop-ancient-libcurl-and-perl'
next