summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-08-25line-log: avoid unnecessary tree diffs when processing merge commitsSZEDER Gábor1-15/+5
2025-08-24gitk: use <Button-3> for ctx menus on macOS with Tcl 8.7+Ruoyu Zhong1-1/+1
2025-08-23doc: git-rebase: update discussion of internalsJulia Evans1-42/+17
2025-08-23doc: git-rebase: move --onto explanation downJulia Evans1-0/+5
2025-08-23doc: git rebase: clarify arguments syntaxJulia Evans1-5/+1
2025-08-23doc: git rebase: dedup merge conflict discussionJulia Evans1-29/+20
2025-08-23doc: git-rebase: start with an exampleJulia Evans1-26/+26
2025-08-22The second batchJunio C Hamano1-0/+23
2025-08-22Merge branch 'ly/diff-name-only-with-diff-from-content'Junio C Hamano5-23/+70
2025-08-22Merge branch 'kr/clone-synopsis-fix'Junio C Hamano1-1/+1
2025-08-22Merge branch 'ac/deglobal-fmt-merge-log-config'Junio C Hamano6-10/+18
2025-08-22Merge branch 'jc/diff-no-index-in-subdir'Junio C Hamano2-0/+32
2025-08-22Merge branch 'gh/git-jump-pathname-with-sp'Junio C Hamano1-1/+1
2025-08-22Merge branch 'ms/refs-list'Junio C Hamano11-2244/+2316
2025-08-22doc: interpret-trailers: close all pairs of single quotesKristoffer Haugsbakk1-4/+4
2025-08-21Start 2.52 cycle, the first batchJunio C Hamano3-2/+60
2025-08-21Merge branch 'ly/changed-path-traversal-with-magic-pathspec'Junio C Hamano2-17/+56
2025-08-21Merge branch 'en/ort-rename-fixes'Junio C Hamano2-28/+542
2025-08-21Merge branch 'ua/t1517-short-help-tests'Junio C Hamano3-13/+37
2025-08-21Merge branch 'rj/t6137-cygwin-fix'Junio C Hamano1-6/+6
2025-08-21Merge branch 'kh/doc-git-log-markup-fix'Junio C Hamano1-2/+2
2025-08-21Merge branch 'dl/push-missing-object-error'Junio C Hamano2-59/+19
2025-08-21Merge branch 'jc/strbuf-split'Junio C Hamano8-166/+129
2025-08-21Merge branch 'jc/string-list-split'Junio C Hamano21-90/+225
2025-08-21Merge branch 'rs/describe-with-prio-queue'Junio C Hamano1-24/+63
2025-08-21Merge branch 'ps/remote-rename-fix'Junio C Hamano19-199/+371
2025-08-21Merge branch 'ps/reflog-migrate-fixes'Junio C Hamano12-117/+413
2025-08-21Merge branch 'js/rebase-i-allow-drop-on-a-merge'Junio C Hamano2-0/+2
2025-08-21git-gui: simplify using nice(1)Mark Levedahl1-23/+7
2025-08-21git-gui: simplify PATH de-duplicationMark Levedahl1-5/+1
2025-08-21config: document includeIf conditions consistentlyJunio C Hamano1-5/+4
2025-08-20Merge branch 'lo/repo-info' into lo/repo-info-step-2Junio C Hamano11-0/+337
2025-08-20doc: fix asciidoc format compatibility in pretty-formats.adocJean-Noël Avila1-2/+2
2025-08-20line-log: show all line ranges touched by the same diff rangeSZEDER Gábor5-0/+33
2025-08-20line-log: fix assertion errorSZEDER Gábor4-3/+185
2025-08-20doc: add discord to ways of getting helpDaniele Sassoli1-0/+9
2025-08-20describe: pass commit to describe_commit()Jeff King1-11/+9
2025-08-20describe: handle blob traversal with no commitsJeff King2-2/+20
2025-08-20doc/gitk: update reference to the external projectJohannes Sixt1-4/+4
2025-08-19refs: do not clobber dangling symrefsJeff King4-7/+87
2025-08-19t5510: prefer "git -C" to subshell for followRemoteHEAD testsJeff King1-119/+83
2025-08-19t5510: stop changing top-level working directoryJeff King1-193/+159
2025-08-19t5510: make confusing config cleanup more explicitJeff King1-9/+9
2025-08-19doc: git-add: simplify discussion of ignored filesJulia Evans1-6/+4
2025-08-19doc: git-add: clarify intro & add an exampleJulia Evans1-11/+11
2025-08-19t/t1517: mark tests that fail with GIT_TEST_INSTALLEDAdam Dinwoodie1-1/+4
2025-08-18describe: catch unborn branch in describe_blob()Jeff King2-1/+15
2025-08-18describe: error if blob not foundJeff King2-0/+9
2025-08-18describe: pass oid struct by const pointerJeff King1-4/+4
2025-08-18xdiff: optimize xdl_hash_record_verbatimAlexander Monakov1-3/+54