summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-08-25line-log: simplify condition checking for merge commitsSZEDER Gábor-3/+3
2025-08-25line-log: initialize diff queue in process_ranges_ordinary_commit()SZEDER Gábor-1/+1
2025-08-25line-log: get rid of the parents array in process_ranges_merge_commit()SZEDER Gábor-12/+12
2025-08-25line-log: avoid unnecessary tree diffs when processing merge commitsSZEDER Gábor-15/+5
2025-08-24gitk: use <Button-3> for ctx menus on macOS with Tcl 8.7+Ruoyu Zhong-1/+1
2025-08-23doc: git-rebase: update discussion of internalsJulia Evans-43/+18
2025-08-23doc: git-rebase: move --onto explanation downJulia Evans-0/+5
2025-08-23doc: git rebase: clarify arguments syntaxJulia Evans-5/+1
2025-08-23doc: git rebase: dedup merge conflict discussionJulia Evans-29/+20
2025-08-23doc: git-rebase: start with an exampleJulia Evans-26/+26
2025-08-22The second batchJunio C Hamano-0/+23
2025-08-22Merge branch 'ly/diff-name-only-with-diff-from-content'Junio C Hamano-23/+70
2025-08-22Merge branch 'kr/clone-synopsis-fix'Junio C Hamano-1/+1
2025-08-22Merge branch 'ac/deglobal-fmt-merge-log-config'Junio C Hamano-10/+18
2025-08-22Merge branch 'jc/diff-no-index-in-subdir'Junio C Hamano-0/+32
2025-08-22Merge branch 'gh/git-jump-pathname-with-sp'Junio C Hamano-1/+1
2025-08-22Merge branch 'ms/refs-list'Junio C Hamano-2244/+2316
2025-08-22doc: interpret-trailers: close all pairs of single quotesKristoffer Haugsbakk-4/+4
2025-08-21Start 2.52 cycle, the first batchJunio C Hamano-2/+60
2025-08-21Merge branch 'ly/changed-path-traversal-with-magic-pathspec'Junio C Hamano-17/+56
2025-08-21Merge branch 'en/ort-rename-fixes'Junio C Hamano-30/+544
2025-08-21Merge branch 'ua/t1517-short-help-tests'Junio C Hamano-13/+37
2025-08-21Merge branch 'rj/t6137-cygwin-fix'Junio C Hamano-6/+6
2025-08-21Merge branch 'kh/doc-git-log-markup-fix'Junio C Hamano-2/+2
2025-08-21Merge branch 'dl/push-missing-object-error'Junio C Hamano-59/+19
2025-08-21Merge branch 'jc/strbuf-split'Junio C Hamano-166/+129
2025-08-21Merge branch 'jc/string-list-split'Junio C Hamano-90/+225
2025-08-21Merge branch 'rs/describe-with-prio-queue'Junio C Hamano-24/+63
2025-08-21Merge branch 'ps/remote-rename-fix'Junio C Hamano-200/+372
2025-08-21Merge branch 'ps/reflog-migrate-fixes'Junio C Hamano-117/+413
2025-08-21Merge branch 'js/rebase-i-allow-drop-on-a-merge'Junio C Hamano-0/+2
2025-08-21git-gui: simplify using nice(1)Mark Levedahl-23/+7
2025-08-21git-gui: simplify PATH de-duplicationMark Levedahl-5/+1
2025-08-21config: document includeIf conditions consistentlyJunio C Hamano-5/+4
2025-08-20Merge branch 'lo/repo-info' into lo/repo-info-step-2Junio C Hamano-0/+337
2025-08-20doc: fix asciidoc format compatibility in pretty-formats.adocJean-Noël Avila-2/+2
2025-08-20line-log: show all line ranges touched by the same diff rangeSZEDER Gábor-0/+33
2025-08-20line-log: fix assertion errorSZEDER Gábor-3/+185
2025-08-20doc: add discord to ways of getting helpDaniele Sassoli-0/+9
2025-08-20describe: pass commit to describe_commit()Jeff King-11/+9
2025-08-20describe: handle blob traversal with no commitsJeff King-2/+20
2025-08-20doc/gitk: update reference to the external projectJohannes Sixt-4/+4
2025-08-19refs: do not clobber dangling symrefsJeff King-7/+87
2025-08-19t5510: prefer "git -C" to subshell for followRemoteHEAD testsJeff King-119/+83
2025-08-19t5510: stop changing top-level working directoryJeff King-195/+161
2025-08-19t5510: make confusing config cleanup more explicitJeff King-9/+9
2025-08-19doc: git-add: simplify discussion of ignored filesJulia Evans-6/+4
2025-08-19doc: git-add: clarify intro & add an exampleJulia Evans-12/+12
2025-08-19t/t1517: mark tests that fail with GIT_TEST_INSTALLEDAdam Dinwoodie-1/+4
2025-08-18describe: catch unborn branch in describe_blob()Jeff King-1/+15