summaryrefslogtreecommitdiffstats
path: root/banned.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-14merge-ort: drop unused "opt" parameter from merge_check_renames_reusable()Jeff King1-3/+2
2023-09-14merge-ort: drop unused parameters from detect_and_process_renames()Jeff King1-6/+2
2023-09-14merge-ort: stop passing "opt" to read_oid_strbuf()Jeff King1-4/+3
2023-09-14merge-ort: drop custom err() functionJeff King2-24/+7
2023-09-13The eighth batchJunio C Hamano1-0/+2
2023-09-08The seventh batchJunio C Hamano1-0/+23
2023-09-06var: avoid a segmentation fault when `HOME` is unsetJohannes Schindelin2-1/+10
2023-09-06sequencer: fix error message on failure to copy SQUASH_MSGOswald Buddenhagen1-1/+1
2023-09-05parse-options: mark unused parameters in noop callbackJeff King1-1/+3
2023-09-05interpret-trailers: mark unused "unset" parameters in option callbacksJeff King1-3/+6
2023-09-05parse-options: add more BUG_ON() annotationsJeff King2-0/+4
2023-09-05merge: do not pass unused opt->value parameterJeff King1-1/+1
2023-09-05parse-options: mark unused "opt" parameter in callbacksJeff King6-12/+14
2023-09-05parse-options: prefer opt->value to globals in callbacksJeff King6-37/+50
2023-09-05checkout-index: delay automatic setting of to_tempfileJeff King2-2/+27
2023-09-05The sixth batchJunio C Hamano1-0/+16
2023-09-01The fifth batchJunio C Hamano1-0/+14
2023-09-01treewide: fix various bugs w/ OpenSSL 3+ EVP APIEric Wong5-3/+11
2023-09-01format-patch: use OPT_STRING_LIST for to/cc optionsJeff King1-20/+2
2023-09-01merge: simplify parsing of "-n" optionJeff King1-11/+2
2023-09-01merge: make xopts a strvecJeff King1-19/+7
2023-09-01format-patch: --rfc honors what --subject-prefix setsDrew DeVault3-23/+48
2023-08-31git-svn: drop FakeTerm hackWesley Schwengle1-18/+2
2023-08-31ci: deprecate ci/config/allow-ref scriptJeff King2-30/+6
2023-08-31ci: allow branch selection through "vars"Jeff King2-0/+15
2023-08-30The fourth batchJunio C Hamano1-0/+12
2023-08-30update-ref: mark unused parameter in parser callbacksJeff King1-7/+7
2023-08-30gc: mark unused descriptors in scheduler callbacksJeff King1-3/+3
2023-08-30bundle-uri: mark unused parameters in callbacksJeff King1-3/+3
2023-08-30fetch: mark unused parameter in ref_transaction callbackJeff King1-1/+1
2023-08-30credential: mark unused parameter in urlmatch callbackJeff King1-2/+2
2023-08-30grep: mark unused parmaeters in pcre fallbacksJeff King1-4/+6
2023-08-30imap-send: mark unused parameters with NO_OPENSSLJeff King1-2/+8
2023-08-30worktree: mark unused parameters in noop repair callbackJeff King1-2/+4
2023-08-30negotiator/noop: mark unused callback parametersJeff King1-5/+7
2023-08-30add-interactive: mark unused callback parametersJeff King1-4/+4
2023-08-30grep: mark unused parameter in output functionJeff King1-1/+1
2023-08-30test-trace2: mark unused argv/argc parametersJeff King1-3/+3
2023-08-30trace2: mark unused config callback parameterJeff King1-1/+2
2023-08-30trace2: mark unused us_elapsed_absolute parametersJeff King2-18/+25
2023-08-30stash: mark unused parameter in diff callbackJeff King1-1/+1
2023-08-30ls-tree: mark unused parameter in callbackJeff King1-1/+2
2023-08-30commit-graph: mark unused data parameters in generation callbacksJeff King1-4/+5
2023-08-30worktree: mark unused parameters in each_ref_fn callbackJeff King1-4/+4
2023-08-30pack-bitmap: mark unused parameters in show_object callbackJeff King1-2/+3
2023-08-30ref-filter: mark unused parameters in parser callbacksJeff King1-3/+5
2023-08-30sequencer: mark repository argument as unusedJeff King1-1/+1
2023-08-30sequencer: use repository parameter in short_commit_name()Jeff King1-12/+13
2023-08-29ci(linux-asan-ubsan): let's save some timeJohannes Schindelin1-0/+2
2023-08-29The third batchJunio C Hamano1-1/+13