]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2025-07-21  Junio C HamanoMerge branch 'cb/daemon-reap-children'
2025-07-21  Junio C HamanoMerge branch 'ja/doc-git-log-markup'
2025-07-21  Junio C HamanoMerge branch 'rh/doc-glob-pathspec-fix'
2025-07-21  Junio C HamanoMerge branch 'ps/meson-cleanups'
2025-07-21  Junio C HamanoMerge branch 'jk/remote-avoid-overlapping-names'
2025-07-21  Junio C HamanoMerge branch 'tb/midx-avoid-cruft-packs'
2025-07-21  Junio C HamanoMerge branch 'bc/use-sha256-by-default-in-3.0'
2025-07-21  Mark Levedahlgit-gui: remove non-ttk code
2025-07-20  Michael Rappazzogitk: separate upstream refs when using the sort-by...
2025-07-20  Michael Rappazzogitk: make 'sort-refs-by-type' optional and persistent
2025-07-20  Michael Rappazzogitk: sort by ref type on the 'tags and heads' view
2025-07-19  Mark Levedahlgit-gui: Windows tk_getSaveFile is not useful for shortcuts
2025-07-19  Mark Levedahlgit-gui: let nice work on Windows
2025-07-19  Mark Levedahlgit-gui: do not add directories to PATH on Windows
2025-07-19  Mark Levedahlgit-gui: remove ${NS} indirection for ttk
2025-07-19  Mark Levedahlgit-gui: always use themed widgets from ttk
2025-07-19  Mark Levedahlgit-gui: remove redundant check for Tk >= 8.5
2025-07-19  Mark Levedahlgit-gui: remove unreachable Tk 8.4 code
2025-07-19  Mark Levedahlgit-gui: remove unused git-version
2025-07-19  Mark Levedahlgit-gui: use git_init to create new repository dir
2025-07-19  Mark Levedahlgit-gui: git-remote is always available
2025-07-19  Mark Levedahlgit-gui: git merge understands --strategy=recursive
2025-07-19  Mark Levedahlgit-gui: git-diff knows submodules and textconv
2025-07-19  Mark Levedahlgit-gui: git-blame understands -w and textconv
2025-07-19  Mark Levedahlgit-gui: git rev-parse knows show_toplevel
2025-07-19  Mark Levedahlgit-gui: use git-branch --show-current
2025-07-18  Mark Levedahlgit-gui: git-diff-index always knows submodules
2025-07-18  Mark Levedahlgit-gui: git ls-files knows --exclude-standard
2025-07-18  Carlo Marcelo... meson: work around broken system PCRE2 dependency in...
2025-07-18  Mark Levedahlgit-gui: Make TclTk 8.6 the minimum, allow 8.7
2025-07-17  Mark Levedahlgit-gui: require git >= 2.36
2025-07-17  Junio C HamanoMerge branch 'bc/use-sha256-by-default-in-3.0' into...
2025-07-17  Johannes Sixtgitk: choosefont - remove a stray debugging line
2025-07-17  Patrick Steinhardtobject-file: get rid of `the_repository` in index-relat...
2025-07-17  Patrick Steinhardtobject-file: get rid of `the_repository` in `force_obje...
2025-07-17  Patrick Steinhardtobject-file: get rid of `the_repository` in `read_loose...
2025-07-17  Patrick Steinhardtobject-file: get rid of `the_repository` in loose objec...
2025-07-17  Patrick Steinhardtobject-file: remove declaration for `for_each_file_in_o...
2025-07-17  Patrick Steinhardtobject-file: inline `for_each_loose_file_in_objdir_buf()`
2025-07-17  Patrick Steinhardtobject-file: get rid of `the_repository` when writing...
2025-07-17  Patrick Steinhardtodb: introduce `odb_write_object()`
2025-07-17  Patrick Steinhardtloose: write loose objects map via their source
2025-07-17  Patrick Steinhardtobject-file: get rid of `the_repository` in `finalize_o...
2025-07-17  Patrick Steinhardtobject-file: get rid of `the_repository` in `loose_obje...
2025-07-17  Patrick Steinhardtobject-file: get rid of `the_repository` when freshenin...
2025-07-17  Patrick Steinhardtobject-file: inline `check_and_freshen()` functions
2025-07-17  Patrick Steinhardtobject-file: get rid of `the_repository` in `has_loose_...
2025-07-17  Patrick Steinhardtobject-file: stop using `the_hash_algo`
2025-07-17  Patrick Steinhardtobject-file: fix -Wsign-compare warnings
2025-07-17  Mark Levedahlgitk: allow Tcl/Tk 9.0+
2025-07-17  Mark Levedahlgitk: use -profile tcl8 on encoding conversions
2025-07-17  Mark Levedahlgitk: use -profile tcl8 for file input with Tcl 9
2025-07-17  Mark Levedahlgitk: Tcl9 doesn't expand ~, use $env(HOME)
2025-07-17  Mark Levedahlgitk: switch to -translation binary
2025-07-17  Mark Levedahlgitk: update scrolling for TclTk 8.7+ / TIP 474
2025-07-17  Mark Levedahlgitk: restore ui colors after cancelling config dialog
2025-07-17  Mark Levedahlgitk: allow horizontal commit-graph scrolling
2025-07-17  Mark Levedahlgitk: set config dialog color swatches in one place
2025-07-17  Mark Levedahlgitk: update aqua scrolling for TclTk 8.6 / TIP171
2025-07-17  Mark Levedahlgitk: update x11 scrolling for TclTk 8.6 / TIP 171
2025-07-17  Mark Levedahlgitk: update win32 scrolling for Tk 8.6 / TIP 171
2025-07-17  Mark Levedahlgitk: mousewheel scrolling functions for Tk 8.6
2025-07-17  Mark Levedahlgitk: wheel scrolling multiplier preference
2025-07-17  Mark Levedahlgitk: separate x11 / win32 / aqua Mouse bindings
2025-07-17  Mark Levedahlgitk: remove non-ttk support code
2025-07-17  Mark Levedahlgitk: replace ${NS} with ttk
2025-07-17  Mark Levedahlgitk: always use themed Tk (ttk)
2025-07-17  Mark Levedahlgitk: use $config_variables as list for save/restore
2025-07-16  Junio C Hamanoci: allow github-actions print test failures again
2025-07-16  Takashi Iwaigit-gui: Add support of SHA256 repo
2025-07-16  Junio C HamanoThe eleventh batch
2025-07-16  Junio C HamanoMerge branch 'ag/doc-send-email'
2025-07-16  Junio C HamanoMerge branch 'rs/parse-options-precision'
2025-07-16  Junio C HamanoMerge branch 'ps/doc-pack-refs-auto-with-files-backend...
2025-07-16  Junio C HamanoMerge branch 'ps/refs-files-remove-empty-parent'
2025-07-16  Junio C HamanoMerge branch 'ps/t1006-tap-fix'
2025-07-16  Junio C HamanoMerge branch 'ph/fetch-prune-optim'
2025-07-16  Takashi Iwaigit-gui: Replace null_sha1 with nullid
2025-07-16  Mark Levedahlgitk: remove implementations for Tcl/Tk < 8.6
2025-07-16  Mark Levedahlgitk: Make TclTk 8.6 the minimum, allow 8.7
2025-07-16  Mark Levedahlgitk: remove code targeting git <= 1.7.2
2025-07-16  Mark Levedahlgitk: require git >= 2.20
2025-07-16  Ayush Chandekarconfig: set comment_line_str to "#" when core.commentCh...
2025-07-16  Ayush Chandekarcommit: avoid scanning trailing comments when 'core...
2025-07-16  Phillip Woodstrbuf: convert predicates to return bool
2025-07-16  Phillip Woodgit-compat-util: convert string predicates to return...
2025-07-16  Phillip WoodCodingGuidelines: allow the use of bool
2025-07-16  brian m. carlsonSubmittingPatches: allow non-real name contributions
2025-07-16  Ramsay Jonespo/meson.build: add missing 'ga' language code
2025-07-16  Ramsay Jonesmeson: fix installation when -Dlibexexdir is set
2025-07-15  Junio C HamanoThe tenth batch
2025-07-15  Junio C HamanoMerge branch 'ly/load-bitmap-leakfix'
2025-07-15  Junio C HamanoMerge branch 'ps/object-store'
2025-07-15  Sebastian Andrzej... bswap.h: provide a built-in based version of bswap32...
2025-07-15  Sebastian Andrzej... bswap.h: remove optimized x86 version of bswap32/64
2025-07-15  Sebastian Andrzej... bswap.h: always overwrite ntohl/ ntohll macros
2025-07-15  Sebastian Andrzej... bswap.h: define GIT_LITTLE_ENDIAN on msvc as little...
2025-07-15  Sebastian Andrzej... bswap.h: add support for __BYTE_ORDER__
2025-07-15  Kyle Lippincotttest-lib: respect GIT_TEST_INSTALLED when querying...
2025-07-15  Junio C HamanoMerge branch 'bc/use-sha256-by-default-in-3.0' into...
next