aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick Steinhardt21-39/+34
2025-07-23config: drop `git_config_get_ulong()` wrapperPatrick Steinhardt4-13/+8
2025-07-23config: drop `git_config_get_int()` wrapperPatrick Steinhardt13-36/+31
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt14-24/+19
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt12-30/+25
2025-07-23config: drop `git_config_get_string_multi()` wrapperPatrick Steinhardt5-12/+6
2025-07-23config: drop `git_config_get_value()` wrapperPatrick Steinhardt2-6/+1
2025-07-23config: drop `git_config_get_value()` wrapperPatrick Steinhardt5-12/+7
2025-07-23config: drop `git_config_get()` wrapperPatrick Steinhardt4-10/+5
2025-07-23config: drop `git_config_clear()` wrapperPatrick Steinhardt3-8/+3
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt118-153/+148
2025-07-22reflog: close leak of reflog expire entryJacob Keller5-0/+48
2025-07-22t/helper/test-truncate: close file descriptor after truncationHoyoung Lee1-0/+3
2025-07-22Merge branch 'master' of https://github.com/j6t/git-guiJunio C Hamano32-2818/+2028
2025-07-22Merge branch 'master' of https://github.com/j6t/gitkJunio C Hamano1-632/+504
2025-07-22t7510: add test cases for non-absolute gpg programJonas Brandstötter1-1/+11
2025-07-22gitk: remove header of now empty section "General options"Johannes Sixt1-2/+0
2025-07-22git-gui: do not mix -translation binary and -encodingMark Levedahl4-6/+6
2025-07-22git-gui: replace encoding binary with iso8859-1Mark Levedahl2-3/+3
2025-07-22git-gui: translation binary defines iso8859-1Mark Levedahl4-9/+5
2025-07-22git-gui: assure -eofchar {} on all channelsMark Levedahl6-11/+8
2025-07-22Merge branch 'ml/abandon-old-version' (early part)Johannes Sixt1-602/+401
2025-07-22Merge branch 'mr/sort-refs-by-type'Johannes Sixt1-14/+57
2025-07-22Merge branch 'ti/support-sha256'Johannes Sixt1-25/+58
2025-07-22docs: explain how to use `git imap-send --list` command to get a list of avai...Aditya Garg1-0/+28
2025-07-22Merge branch 'ml/abandon-old-versions'Johannes Sixt7-685/+92
2025-07-22Merge branch 'ml/tcl86'Johannes Sixt28-540/+361
2025-07-22commit: use prio_queue_replace() in pop_most_recent_commit()René Scharfe1-2/+9
2025-07-22prio-queue: add prio_queue_replace()René Scharfe3-13/+63
2025-07-22commit: convert pop_most_recent_commit() to prio_queueRené Scharfe7-21/+100
2025-07-22git-gui: use /cmd/git-gui.exe for shortcutMark Levedahl1-1/+4
2025-07-22rev-list: update a NEEDSWORK commentJunio C Hamano1-9/+13
2025-07-21rev-list: make "struct rev_list_info" static to the only userJunio C Hamano2-8/+8
2025-07-21git-gui: eliminate _search_exeMark Levedahl1-5/+3
2025-07-21git-gui: remove procs gitexec and _git_cmdMark Levedahl2-67/+2
2025-07-21git-gui: use dashless 'git cmd' form for read/writeMark Levedahl1-10/+10
2025-07-21git-gui: default to full copy for linked worktreesMark Levedahl1-0/+19
2025-07-21git-gui: use git-cloneMark Levedahl2-435/+34
2025-07-21pull: add pull.autoStash config optionLidong Yan3-3/+93
2025-07-21revision: drop early output optionJeff King3-154/+0
2025-07-21The twelfth batchJunio C Hamano1-0/+19
2025-07-21Merge branch 'jb/gpg-program-variable-is-a-pathname'Junio C Hamano2-2/+2
2025-07-21Merge branch 'cb/daemon-reap-children'Junio C Hamano3-6/+11
2025-07-21Merge branch 'ja/doc-git-log-markup'Junio C Hamano11-472/+493
2025-07-21Merge branch 'rh/doc-glob-pathspec-fix'Junio C Hamano1-3/+2
2025-07-21Merge branch 'ps/meson-cleanups'Junio C Hamano6-36/+36
2025-07-21Merge branch 'jk/remote-avoid-overlapping-names'Junio C Hamano2-0/+31
2025-07-21Merge branch 'tb/midx-avoid-cruft-packs'Junio C Hamano6-89/+571
2025-07-21Merge branch 'bc/use-sha256-by-default-in-3.0'Junio C Hamano25-32/+62
2025-07-21git-gui: remove non-ttk codeMark Levedahl26-219/+70