aboutsummaryrefslogtreecommitdiffstats
path: root/commit.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-16pretty: use format_commit_context.auto_color as colorboolJeff King1-2/+2
2025-09-16diff: stop passing ecbdata->use_color as booleanJeff King1-3/+3
2025-09-16diff: pass o->use_color directly to fill_metainfo()Jeff King1-1/+1
2025-09-16diff: don't use diff_options.use_color as a strict boolJeff King1-3/+2
2025-09-16diff: simplify color_moved check when flushingJeff King1-14/+11
2025-09-16grep: don't treat grep_opt.color as a strict boolJeff King1-2/+2
2025-09-16color: return enum from git_config_colorbool()Jeff King2-6/+8
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King21-40/+42
2025-09-16odb: add transaction interfaceJustin Tobler9-19/+46
2025-09-16object-file: update naming from bulk-checkinJustin Tobler1-44/+36
2025-09-16object-file: relocate ODB transaction codeJustin Tobler11-453/+410
2025-09-16bulk-checkin: drop flush_odb_transaction()Justin Tobler2-17/+2
2025-09-16builtin/update-index: end ODB transaction when --verbose is specifiedJustin Tobler1-8/+15
2025-09-16bulk-checkin: remove ODB transaction nestingJustin Tobler3-18/+14
2025-09-15t: expand tests around sparse merges and cleanDerrick Stolee1-22/+34
2025-09-15sparse-index: point users to new 'clean' actionDerrick Stolee1-1/+2
2025-09-15sparse-checkout: add --verbose option to 'clean'Derrick Stolee3-5/+40
2025-09-15The ninth batchJunio C Hamano1-0/+16
2025-09-14gitk: fix error when remote tracking branch is deletedMichael Rappazzo1-1/+3
2025-09-12The eighth batchJunio C Hamano1-0/+18
2025-09-12dir: add generic "walk all files" helperDerrick Stolee2-0/+42
2025-09-12sparse-checkout: match some 'clean' behaviorDerrick Stolee3-2/+76
2025-09-12sparse-checkout: add basics of 'clean' commandDerrick Stolee3-2/+184
2025-09-12sparse-checkout: remove use of the_repositoryDerrick Stolee1-55/+62
2025-09-11ci: don't compile whole project when testing docs with MesonPatrick Steinhardt1-2/+2
2025-09-11meson: print docs backend as part of the summaryPatrick Steinhardt1-0/+3
2025-09-11meson: introduce a "docs" alias to compile documentation onlyPatrick Steinhardt6-12/+19
2025-09-11odb: drop deprecated wrapper functionsPatrick Steinhardt3-42/+7
2025-09-11t/unit-tests: update clar to fcbed04Patrick Steinhardt32-238/+1311
2025-09-11contrib/subtree: fix split with squashed subtreesColin Stagner2-8/+99
2025-09-10doc: fast-import: replace literal block with paragraphKristoffer Haugsbakk1-4/+4
2025-09-10doc: git-checkout: clarify restoring files sectionJulia Evans1-11/+18
2025-09-10doc: git-checkout: split up restoring files sectionJulia Evans1-10/+13
2025-09-10doc: git-checkout: deduplicate --detach explanationJulia Evans1-10/+3
2025-09-10doc: git-checkout: clarify `-b` and `-B`Julia Evans1-26/+18
2025-09-10doc: git-checkout: clarify `git checkout <branch>`Julia Evans1-9/+7
2025-09-10doc: git-checkout: clarify ARGUMENT DISAMBIGUATIONJulia Evans1-8/+14
2025-09-10doc: git-checkout: clarify intro sentenceJulia Evans1-4/+6
2025-09-10use repo_get_oid_with_flags()René Scharfe5-50/+17
2025-09-10t0613: stop setting default initial branchPhillip Wood1-11/+13
2025-09-10t9902: switch default branch name to mainPhillip Wood1-3/+3
2025-09-10t4013: switch default branch name to mainPhillip Wood97-213/+213
2025-09-10breaking-changes: switch default branch to mainPhillip Wood8-13/+54
2025-09-08The seventh batchJunio C Hamano1-0/+21
2025-09-08contrib/diff-highlight: mention interactive.diffFilterJeff King1-0/+8
2025-09-08add-interactive: manually fall back color config to color.uiJeff King2-0/+24
2025-09-08add-interactive: respect color.diff for diff coloringJeff King4-41/+95
2025-09-08stash: pass --no-color to diff plumbing child processesJeff King2-1/+23
2025-09-08promisor-remote: use string_list_split() in mark_remotes_as_accepted()Christian Couder1-8/+7
2025-09-08promisor-remote: allow a client to check fieldsChristian Couder3-8/+154