]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2025-07-29  Leon Michalakadd-patch: add diff.context command line overrides
2025-07-29  Leon Michalakadd-patch: respect diff.context configuration
2025-07-29  Leon Michalakt: use test_config in t4055
2025-07-29  Leon Michalakt: use test_grep in t3701 and t4055
2025-07-29  Patrick Steinhardtmeson: ensure correct "clar-decls.h" header is used
2025-07-29  Jeff Kingt7510: use $PWD instead of $(pwd) inside PATH
2025-07-29  Han Youngblame: remove parameter detailed in get_commit_info()
2025-07-28  Justin Toblerbuiltin: unmark git-switch and git-restore as experimental
2025-07-28  Karthik Nayakref-filter: use REF_ITERATOR_SEEK_SET_PREFIX instead...
2025-07-28  Karthik Nayakt6302: add test combining '--start-after' with '--exclude'
2025-07-28  Karthik Nayakfor-each-ref: reword the documentation for '--start...
2025-07-28  Karthik Nayakfor-each-ref: fix documentation argument ordering
2025-07-28  Karthik Nayakref-cache: use 'size_t' instead of int for length
2025-07-28  Junio C HamanoThe fifteenth batch
2025-07-28  Junio C HamanoMerge branch 'ac/auto-comment-char-fix'
2025-07-28  Junio C HamanoMerge branch 'rs/pop-recent-commit-with-prio-queue'
2025-07-28  Christian Coudert9350: redirect input to only fast-import
2025-07-25  René Scharfegit: show alias info only with lone -h
2025-07-24  Junio C HamanoThe fourteenth batch
2025-07-24  Junio C HamanoMerge branch 'bc/contribution-under-non-real-names'
2025-07-24  Junio C HamanoMerge branch 'rj/meson-libexecdir-fix'
2025-07-24  Junio C HamanoMerge branch 'ss/compat-bswap-revamp'
2025-07-24  Junio C HamanoMerge branch 'pw/config-kvi-remove-path'
2025-07-24  Junio C HamanoMerge branch 'kl/test-installed-fix'
2025-07-24  Junio C HamanoMerge branch 'pw/adopt-c99-bool-officially'
2025-07-24  Karthik Nayakref-cache: set prefix_state when seeking
2025-07-24  Junio C Hamanofixup! submodule: skip redundant active entries when...
2025-07-24  Junio C Hamanofixup! submodule: prevent overwriting .gitmodules on...
2025-07-24  K Jayatheerthsubmodule: skip redundant active entries when pattern...
2025-07-24  K Jayatheerthsubmodule: prevent overwriting .gitmodules on path...
2025-07-24  Seyi Kuforijit/unit-tests: finalize migration of reftable-related...
2025-07-24  Seyi Kuforijit/unit-tests: convert reftable stack test to use clar
2025-07-24  Seyi Kuforijit/unit-tests: convert reftable record test to use clar
2025-07-24  Seyi Kuforijit/unit-tests: convert reftable readwrite test to use...
2025-07-24  Seyi Kuforijit/unit-tests: convert reftable table test to use clar
2025-07-24  Seyi Kuforijit/unit-tests: convert reftable pq test to use clar
2025-07-24  Seyi Kuforijit/unit-tests: convert reftable merged test to use clar
2025-07-24  Seyi Kuforijit/unit-tests: convert reftable block test to use clar
2025-07-24  Seyi Kuforijit/unit-tests: convert reftable basics test to use clar...
2025-07-24  Seyi Kuforijit/unit-tests: implement clar specific reftable test...
2025-07-24  Jeff Kingtest-delta: close output descriptor after use
2025-07-24  Jeff Kingtest-delta: use strbufs to hold input files
2025-07-24  Jeff Kingtest-delta: handle errors with die()
2025-07-24  Junio C HamanoCodingGuidelines: document test balloons in flight
2025-07-23  Junio C HamanoThe thirteenth batch
2025-07-23  Junio C HamanoMerge branch 'cc/fast-import-export-signature-names'
2025-07-23  Junio C HamanoMerge branch 'ps/sane-ctype-workaround'
2025-07-23  Junio C HamanoMerge branch 'ly/changed-paths-traversal'
2025-07-23  Patrick Steinhardtconfig: fix sign comparison warnings
2025-07-23  Patrick Steinhardtconfig: move Git config parsing into "environment.c"
2025-07-23  Patrick Steinhardtconfig: remove unused `the_repository` wrappers
2025-07-23  Patrick Steinhardtconfig: drop `git_config_set_multivar()` wrapper
2025-07-23  Patrick Steinhardtconfig: drop `git_config_get_multivar_gently()` wrapper
2025-07-23  Patrick Steinhardtconfig: drop `git_config_set_multivar_in_file_gently...
2025-07-23  Patrick Steinhardtconfig: drop `git_config_set_in_file_gently()` wrapper
2025-07-23  Patrick Steinhardtconfig: drop `git_config_set()` wrapper
2025-07-23  Patrick Steinhardtconfig: drop `git_config_set_gently()` wrapper
2025-07-23  Patrick Steinhardtconfig: drop `git_config_set_in_file()` wrapper
2025-07-23  Patrick Steinhardtconfig: drop `git_config_get_bool()` wrapper
2025-07-23  Patrick Steinhardtconfig: drop `git_config_get_ulong()` wrapper
2025-07-23  Patrick Steinhardtconfig: drop `git_config_get_int()` wrapper
2025-07-23  Patrick Steinhardtconfig: drop `git_config_get_string()` wrapper
2025-07-23  Patrick Steinhardtconfig: drop `git_config_get_string()` wrapper
2025-07-23  Patrick Steinhardtconfig: drop `git_config_get_string_multi()` wrapper
2025-07-23  Patrick Steinhardtconfig: drop `git_config_get_value()` wrapper
2025-07-23  Patrick Steinhardtconfig: drop `git_config_get_value()` wrapper
2025-07-23  Patrick Steinhardtconfig: drop `git_config_get()` wrapper
2025-07-23  Patrick Steinhardtconfig: drop `git_config_clear()` wrapper
2025-07-23  Patrick Steinhardtconfig: drop `git_config()` wrapper
2025-07-22  Jacob Kellerreflog: close leak of reflog expire entry
2025-07-22  Hoyoung Leet/helper/test-truncate: close file descriptor after...
2025-07-22  Junio C HamanoMerge branch 'master' of https://github.com/j6t/git-gui
2025-07-22  Junio C HamanoMerge branch 'master' of https://github.com/j6t/gitk
2025-07-22  Jonas Brandstöttert7510: add test cases for non-absolute gpg program
2025-07-22  Johannes Sixtgitk: remove header of now empty section "General options"
2025-07-22  Mark Levedahlgit-gui: do not mix -translation binary and -encoding
2025-07-22  Mark Levedahlgit-gui: replace encoding binary with iso8859-1
2025-07-22  Mark Levedahlgit-gui: translation binary defines iso8859-1
2025-07-22  Mark Levedahlgit-gui: assure -eofchar {} on all channels
2025-07-22  Johannes SixtMerge branch 'ml/abandon-old-version' (early part)
2025-07-22  Johannes SixtMerge branch 'mr/sort-refs-by-type'
2025-07-22  Johannes SixtMerge branch 'ti/support-sha256'
2025-07-22  Aditya Gargdocs: explain how to use `git imap-send --list` command...
2025-07-22  Johannes SixtMerge branch 'ml/abandon-old-versions'
2025-07-22  Johannes SixtMerge branch 'ml/tcl86'
2025-07-22  René Scharfecommit: use prio_queue_replace() in pop_most_recent_com...
2025-07-22  René Scharfeprio-queue: add prio_queue_replace()
2025-07-22  René Scharfecommit: convert pop_most_recent_commit() to prio_queue
2025-07-22  Mark Levedahlgit-gui: use /cmd/git-gui.exe for shortcut
2025-07-22  Junio C Hamanorev-list: update a NEEDSWORK comment
2025-07-21  Junio C Hamanorev-list: make "struct rev_list_info" static to the...
2025-07-21  Mark Levedahlgit-gui: eliminate _search_exe
2025-07-21  Mark Levedahlgit-gui: remove procs gitexec and _git_cmd
2025-07-21  Mark Levedahlgit-gui: use dashless 'git cmd' form for read/write
2025-07-21  Mark Levedahlgit-gui: default to full copy for linked worktrees
2025-07-21  Mark Levedahlgit-gui: use git-clone
2025-07-21  Lidong Yanpull: add pull.autoStash config option
2025-07-21  Jeff Kingrevision: drop early output option
2025-07-21  Junio C HamanoThe twelfth batch
2025-07-21  Junio C HamanoMerge branch 'jb/gpg-program-variable-is-a-pathname'
next