summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-07-15Merge branch 'rs/blame-abbrev-marks'Junio C Hamano3-33/+53
2026-07-15Merge branch 'mg/meson-hook-list-buildfix'Junio C Hamano1-12/+14
2026-07-15Merge branch 'jk/bloom-leak-fixes'Junio C Hamano3-2/+8
2026-07-15Merge branch 'ps/history-drop'Junio C Hamano12-120/+999
2026-07-15Merge branch 'ps/odb-drop-whence'Junio C Hamano14-69/+130
2026-07-15Merge branch 'ps/refs-writing-subcommands'Junio C Hamano7-8/+973
2026-07-15Merge branch 'jc/history-message-prep-fix'Junio C Hamano1-7/+10
2026-07-15submodule--helper: avoid use of %zu for nowJunio C Hamano1-1/+2
2026-07-15t7614: avoid hiding git's exit code in a pipeShlok Kulshreshtha1-3/+6
2026-07-15sequencer: do not record dropped commits as rewrittenPhillip Wood3-5/+54
2026-07-15sequencer: use an enum to represent result of picking a commitPhillip Wood1-16/+45
2026-07-15sequencer: simplify pick_one_commit()Phillip Wood1-8/+11
2026-07-15sequencer: remove unnecessary condition in pick_one_commit()Phillip Wood1-1/+1
2026-07-15sequencer: simplify handling of fixup with conflictsPhillip Wood1-3/+1
2026-07-15sequencer: remove unnecessary "or" in pick_one_commit()Phillip Wood1-3/+2
2026-07-15sequencer: never reschedule on failed commitPhillip Wood1-0/+6
2026-07-15sequencer: be more careful with external mergePhillip Wood2-4/+26
2026-07-15t3400: restore coverage for note copying with apply backendPhillip Wood1-2/+2
2026-07-15diff: ignore unmerged paths outside prefix with --relative --cachedJeff King2-1/+10
2026-07-15builtin/cat-file: filter objects via object databasePatrick Steinhardt1-69/+7
2026-07-15odb: introduce object filters to `odb_for_each_object()`Patrick Steinhardt4-2/+78
2026-07-15pack-bitmap: introduce function to open bitmap for a single sourcePatrick Steinhardt2-0/+14
2026-07-15pack-bitmap: drop `_1` suffix from functions that open bitmapsPatrick Steinhardt1-7/+7
2026-07-15pack-bitmap: iterate object sources when opening bitmapsPatrick Steinhardt1-38/+31
2026-07-15pack-bitmap: allow aborting iteration of bitmapped objectsPatrick Steinhardt4-13/+25
2026-07-15pack-objects: drop unused return value from add_object_entry()Jeff King1-5/+4
2026-07-15pack-bitmap: mark object filter as `const`Patrick Steinhardt2-4/+4
2026-07-15odb/source-packed: improve lookup when enumerating objectsPatrick Steinhardt1-7/+8
2026-07-14use repo_hold_lock_file_for_update{,_mode,_timeout}() with custom reposRené Scharfe17-36/+46
2026-07-14tempfile: stop using the_repositoryRené Scharfe2-14/+0
2026-07-14lockfile: add repo_hold_lock_file_for_update{,_timeout}{,_mode}()René Scharfe2-8/+53
2026-07-14refs/packed: use repo_create_tempfile()René Scharfe1-1/+1
2026-07-14tempfile: add repo_create_tempfile{,_mode}()René Scharfe2-1/+18
2026-07-14strbuf: avoid redundant reset in strbuf_getwholeline()René Scharfe1-2/+0
2026-07-14graph: add --[no-]graph-indent and log.graphIndentPablo Sabater6-2/+84
2026-07-14graph: move config reading into graph_read_config()Pablo Sabater1-4/+9
2026-07-14graph: wrap cascading commits after 4 columnsPablo Sabater2-1/+50
2026-07-14graph: indent visual root in graphPablo Sabater3-0/+759
2026-07-14graph: add a 2 commit buffer for lookaheadPablo Sabater3-2/+84
2026-07-14revision: add next_commit_to_show()Pablo Sabater1-12/+24
2026-07-14lib-log-graph: move check_graph functionPablo Sabater3-34/+29
2026-07-14repository: adjust the comment of config_values_private_Tian Yuchen1-1/+1
2026-07-14environment: move object_creation_mode into repo_config_valuesTian Yuchen3-10/+11
2026-07-14environment: move autorebase into repo_config_valuesTian Yuchen3-14/+14
2026-07-14environment: move push_default into repo_config_valuesTian Yuchen4-22/+32
2026-07-14environment: migrate apply_default_whitespace and apply_default_ignorewhitespaceTian Yuchen3-12/+26
2026-07-14environment: move askpass_program into repo_config_valuesTian Yuchen3-6/+7
2026-07-14environment: move pager_program into repo_config_valuesTian Yuchen3-9/+26
2026-07-14environment: move editor_program into repo_config_valuesTian Yuchen3-6/+7
2026-07-14environment: move excludes_file into repo_config_valuesTian Yuchen3-6/+19