summaryrefslogtreecommitdiffstats
path: root/diff-lib.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-27t: mark a bunch of tests as leak-freePatrick Steinhardt11-0/+13
2024-05-27ci: add missing dependency for TTY prereqPatrick Steinhardt1-2/+2
2024-05-23The seventh batchJunio C Hamano1-0/+9
2024-05-20The sixth batchJunio C Hamano1-0/+8
2024-05-17t/t9001-send-email.sh: sed - remove the i flag for sMarcel Telka1-1/+1
2024-05-17t/t9118-git-svn-funky-branch-names.sh: sed needs semicolonMarcel Telka1-1/+1
2024-05-17t/t1700-split-index.sh: mv -v is not portableMarcel Telka1-1/+1
2024-05-17t/t4202-log.sh: fix misspelled variableMarcel Telka1-1/+1
2024-05-17t/t0600-reffiles-backend.sh: rm -v is not portableMarcel Telka1-1/+1
2024-05-17t/t9902-completion.sh: backslashes in echoMarcel Telka1-1/+1
2024-05-17Switch grep from non-portable BRE to portable EREMarcel Telka2-2/+2
2024-05-17diff: document what --name-only showsJunio C Hamano1-2/+3
2024-05-17SubmittingPatches: advertise git-manpages-l10n project a bitJunio C Hamano1-0/+7
2024-05-17SubmittingPatches: add section for iterating patchesKarthik Nayak1-0/+79
2024-05-17completion: adapt git-config(1) to complete subcommandsPatrick Steinhardt2-25/+73
2024-05-16t0017: clarify dubious test set-upJunio C Hamano1-1/+8
2024-05-16The fifth batchJunio C Hamano1-0/+7
2024-05-16Revert "diff: fix --exit-code with external diff"Junio C Hamano2-38/+3
2024-05-16t/t0211-trace2-perf.sh: fix typo patern -> patternMarcel Telka1-1/+1
2024-05-15osxkeychain: state to skip unnecessary store operationsKoji Nakamaru1-0/+11
2024-05-15osxkeychain: exclusive lock to serialize execution of operationsKoji Nakamaru1-0/+3
2024-05-15The fourth batchJunio C Hamano1-1/+19
2024-05-15refs: refuse to write pseudorefsPatrick Steinhardt2-3/+10
2024-05-15ref-filter: properly distinuish pseudo and root refsPatrick Steinhardt5-27/+31
2024-05-15refs: pseudorefs are no refsPatrick Steinhardt2-32/+50
2024-05-15refs: classify HEAD as a root refPatrick Steinhardt4-15/+5
2024-05-15refs: do not check ref existence in `is_root_ref()`Patrick Steinhardt6-20/+29
2024-05-15refs: rename `is_special_ref()` to `is_pseudo_ref()`Patrick Steinhardt1-10/+10
2024-05-15refs: rename `is_pseudoref()` to `is_root_ref()`Patrick Steinhardt5-15/+37
2024-05-15Documentation/glossary: define root refs as refsPatrick Steinhardt1-7/+25
2024-05-15Documentation/glossary: clarify limitations of pseudorefsPatrick Steinhardt1-2/+2
2024-05-15Documentation/glossary: redefine pseudorefs as special refsPatrick Steinhardt1-28/+12
2024-05-15builtin/config: pass data between callbacks via local variablesPatrick Steinhardt1-38/+52
2024-05-15builtin/config: convert flags to a local variablePatrick Steinhardt1-19/+29
2024-05-15builtin/config: track "fixed value" option via flags onlyPatrick Steinhardt1-7/+7
2024-05-15builtin/config: convert `key` to a local variablePatrick Steinhardt1-2/+5
2024-05-15builtin/config: convert `key_regexp` to a local variablePatrick Steinhardt1-8/+8
2024-05-15builtin/config: convert `regexp` to a local variablePatrick Steinhardt1-9/+9
2024-05-15builtin/config: convert `value_pattern` to a local variablePatrick Steinhardt1-3/+3
2024-05-15builtin/config: convert `do_not_match` to a local variablePatrick Steinhardt1-3/+3
2024-05-15builtin/config: move `respect_includes_opt` into location optionsPatrick Steinhardt1-7/+12
2024-05-15builtin/config: move default value into display optionsPatrick Steinhardt1-8/+11
2024-05-15builtin/config: move type options into display optionsPatrick Steinhardt1-31/+29
2024-05-15builtin/config: move display options into local variablesPatrick Steinhardt1-70/+101
2024-05-15builtin/config: move location options into local variablesPatrick Steinhardt1-137/+176
2024-05-15builtin/config: refactor functions to have common exit pathsPatrick Steinhardt1-26/+38
2024-05-15config: make the config source constPatrick Steinhardt2-3/+3
2024-05-15builtin/config: check for writeability after source is set upPatrick Steinhardt2-5/+11
2024-05-15builtin/config: move actions into `cmd_config_actions()`Patrick Steinhardt1-25/+23
2024-05-15builtin/config: move legacy options into `cmd_config()`Patrick Steinhardt1-30/+30