Commit Graph

  • b9dd63ffe2 submodule API: don't handle SM_..{UNSPECIFIED,COMMAND} in to_string() Ævar Arnfjörð Bjarmason 2022-09-01 01:18:05 +02:00
  • 08c2e778d6 submodule--helper: don't call submodule_strategy_to_string() in BUG() Ævar Arnfjörð Bjarmason 2022-09-01 01:18:04 +02:00
  • 96a907376b submodule--helper: add missing braces to "else" arm Ævar Arnfjörð Bjarmason 2022-09-01 01:18:03 +02:00
  • 0b917a9f5c submodule--helper: return "ret", not "1" from update_submodule() Ævar Arnfjörð Bjarmason 2022-09-01 01:18:02 +02:00
  • addda284cb submodule--helper: rename "int res" to "int ret" Ævar Arnfjörð Bjarmason 2022-09-01 01:18:01 +02:00
  • b0bff0be54 submodule--helper: don't redundantly check "else if (res)" Ævar Arnfjörð Bjarmason 2022-09-01 01:18:00 +02:00
  • 9d02f9499f submodule--helper: refactor "errmsg_str" to be a "struct strbuf" Glen Choo 2022-09-01 01:17:59 +02:00
  • a253be682f submodule--helper: add "const" to passed "struct update_data" Ævar Arnfjörð Bjarmason 2022-09-01 01:17:58 +02:00
  • 1da635b84d submodule--helper: add "const" to copy of "update_data" Glen Choo 2022-09-01 01:17:57 +02:00
  • 6fac5b2f35 submodule--helper: add "const" to passed "module_clone_data" Ævar Arnfjörð Bjarmason 2022-09-01 01:17:56 +02:00
  • 9bdf5277d5 submodule--helper: move "sb" in clone_submodule() to its own scope Ævar Arnfjörð Bjarmason 2022-09-01 01:17:55 +02:00
  • 21496b4c60 submodule--helper: use xstrfmt() in clone_submodule() Ævar Arnfjörð Bjarmason 2022-09-01 01:17:54 +02:00
  • 4b82d75b51 submodule--helper: replace memset() with { 0 }-initialization Ævar Arnfjörð Bjarmason 2022-09-01 01:17:53 +02:00
  • 0b83b2b03a submodule--helper style: add \n\n after variable declarations Ævar Arnfjörð Bjarmason 2022-09-01 01:17:52 +02:00
  • e2d5c886bf submodule--helper style: don't separate declared variables with \n\n Ævar Arnfjörð Bjarmason 2022-09-01 01:17:51 +02:00
  • 96a28a9bc6 submodule--helper: move "resolve-relative-url-test" to a test-tool Ævar Arnfjörð Bjarmason 2022-09-01 01:17:50 +02:00
  • 85321a346b submodule--helper: move "check-name" to a test-tool Ævar Arnfjörð Bjarmason 2022-09-01 01:17:49 +02:00
  • 9fb2a970e9 submodule--helper: move "is-active" to a test-tool Ævar Arnfjörð Bjarmason 2022-09-01 01:17:48 +02:00
  • 255a1ae5da test-tool submodule-config: remove unused "--url" handling Ævar Arnfjörð Bjarmason 2022-09-01 01:17:47 +02:00
  • 31955475d1 submodule--helper: remove unused "list" helper Ævar Arnfjörð Bjarmason 2022-09-01 01:17:46 +02:00
  • 76d63ddc46 submodule--helper: remove unused "name" helper Ævar Arnfjörð Bjarmason 2022-09-01 01:17:45 +02:00
  • 59378e3355 submodule tests: test for "add <repository> <abs-path>" Ævar Arnfjörð Bjarmason 2022-09-01 01:17:44 +02:00
  • 89bc7b5c01 submodule tests: test usage behavior Ævar Arnfjörð Bjarmason 2022-09-01 01:17:43 +02:00
  • be1a02a17e The seventeenth batch Junio C Hamano 2022-09-01 13:07:08 -07:00
  • 624a936234 Merge branch 'en/merge-multi-strategies' Junio C Hamano 2022-09-01 13:40:19 -07:00
  • 014a9ea207 Merge branch 'en/t4301-more-merge-tree-tests' Junio C Hamano 2022-09-01 13:40:18 -07:00
  • 3a4779086d Merge branch 'en/merge-unstash-only-on-clean-merge' Junio C Hamano 2022-09-01 13:40:18 -07:00
  • d528044c83 Merge branch 'sg/parse-options-subcommand' Junio C Hamano 2022-09-01 13:40:18 -07:00
  • 68ef0425d9 Merge branch 'ds/bundle-uri-clone' Junio C Hamano 2022-09-01 13:40:17 -07:00
  • 9ff7eb8c88 git-compat-util.h: use "deprecated" for UNUSED variables Ævar Arnfjörð Bjarmason 2022-08-25 19:09:49 +02:00
  • 5cf88fd8b0 git-compat-util.h: use "UNUSED", not "UNUSED(var)" Ævar Arnfjörð Bjarmason 2022-08-25 19:09:48 +02:00
  • fb41727b7e t: retire unused chainlint.sed Eric Sunshine 2022-09-01 00:29:56 +00:00
  • 69b9924b87 t/Makefile: teach make test and make prove to run chainlint.pl Eric Sunshine 2022-09-01 00:29:55 +00:00
  • 23a14f3016 test-lib: replace chainlint.sed with chainlint.pl Eric Sunshine 2022-09-01 00:29:54 +00:00
  • 9fd911237f test-lib: retire "lint harder" optimization hack Eric Sunshine 2022-09-01 00:29:53 +00:00
  • 56066523ed t/chainlint: add more chainlint.pl self-tests Eric Sunshine 2022-09-01 00:29:52 +00:00
  • ae0c55abf8 chainlint.pl: allow || echo to signal failure upstream of a pipe Eric Sunshine 2022-09-01 00:29:51 +00:00
  • fd4094c3ca chainlint.pl: complain about loops lacking explicit failure handling Eric Sunshine 2022-09-01 00:29:50 +00:00
  • 832c68b3c2 chainlint.pl: don't flag broken &&-chain if failure indicated explicitly Eric Sunshine 2022-09-01 00:29:49 +00:00
  • a8f30ee050 chainlint.pl: don't flag broken &&-chain if $? handled explicitly Eric Sunshine 2022-09-01 00:29:48 +00:00
  • aabc3258a1 chainlint.pl: don't require & background command to end with && Eric Sunshine 2022-09-01 00:29:47 +00:00
  • d00113ec34 t/Makefile: apply chainlint.pl to existing self-tests Eric Sunshine 2022-09-01 00:29:46 +00:00
  • 35ebb1e37b chainlint.pl: don't require return|exit|continue to end with && Eric Sunshine 2022-09-01 00:29:45 +00:00
  • 29fb2ec384 chainlint.pl: validate test scripts in parallel Eric Sunshine 2022-09-01 00:29:44 +00:00
  • d99ebd6d2e chainlint.pl: add parser to identify test definitions Eric Sunshine 2022-09-01 00:29:43 +00:00
  • 6d932e92fc chainlint.pl: add parser to validate tests Eric Sunshine 2022-09-01 00:29:42 +00:00
  • 6594554119 chainlint.pl: add POSIX shell parser Eric Sunshine 2022-09-01 00:29:41 +00:00
  • 7d4804731e chainlint.pl: add POSIX shell lexical analyzer Eric Sunshine 2022-09-01 00:29:40 +00:00
  • b4f25b07c7 t: add skeleton chainlint.pl Eric Sunshine 2022-09-01 00:29:39 +00:00
  • 0a101676e5 add -p: ignore dirty submodules Johannes Schindelin 2022-09-01 15:42:19 +00:00
  • fd3f7f619a add -p: gracefully handle unparseable hunk headers in colored diffs Johannes Schindelin 2022-09-01 15:42:18 +00:00
  • b6633a0053 add -p: detect more mismatches between plain vs colored diffs Johannes Schindelin 2022-09-01 15:42:17 +00:00
  • 3221597433 Makefile: use $(OBJECTS) instead of $(C_OBJ) Ævar Arnfjörð Bjarmason 2022-08-31 11:18:44 +02:00
  • 9dc523aa0e Makefile + hash.h: remove PPC_SHA1 implementation Ævar Arnfjörð Bjarmason 2022-08-31 11:18:43 +02:00
  • 0682bc43f5 test-crontab: minor memory and error handling fixes Jeff King 2022-08-30 16:40:56 -04:00
  • 320fa579ec tempfile: update comment describing state transitions Jeff King 2022-08-30 15:46:01 -04:00
  • 77a42b3b84 tempfile: drop active flag Jeff King 2022-08-30 15:45:06 -04:00
  • 78861eb58a Merge branch 'rs/tempfile-cleanup-race-fix' into jk/tempfile-active-flag-cleanup Junio C Hamano 2022-08-30 14:16:41 -07:00
  • 35c208498c What's cooking (2022/08 #10) Junio C Hamano 2022-08-30 11:27:04 -07:00
  • 64ec8efb83 t6132(NO_PERL): do not run the scripted add -p Johannes Schindelin 2022-08-30 13:54:24 +00:00
  • 7524780255 t3701: test the built-in add -i regardless of NO_PERL Johannes Schindelin 2022-08-30 13:54:23 +00:00
  • cfd0163d64 add -p: avoid ambiguous signed/unsigned comparison Johannes Schindelin 2022-08-30 13:54:22 +00:00
  • d42b38dfb5 Sync with Git 2.37.3 Junio C Hamano 2022-08-30 10:27:16 -07:00
  • ac8035a2af Git 2.37.3 v2.37.3 Junio C Hamano 2022-08-30 10:22:10 -07:00
  • b46dd1726c Documentation: clarify whitespace rules for trailers Christian Couder 2022-08-30 12:50:46 +02:00
  • 6c8e4ee870 The sixteenth batch Junio C Hamano 2022-08-29 09:39:42 -07:00
  • 3658170b92 Merge branch 'es/fix-chained-tests' Junio C Hamano 2022-08-29 14:55:15 -07:00
  • 0d2cf16680 Merge branch 'ds/github-actions-use-newer-ubuntu' Junio C Hamano 2022-08-29 14:55:15 -07:00
  • f0deb3f2b5 Merge branch 'ad/preload-plug-memleak' Junio C Hamano 2022-08-29 14:55:15 -07:00
  • edc4f6d280 Merge branch 'sg/xcalloc-cocci-fix' Junio C Hamano 2022-08-29 14:55:14 -07:00
  • 56ba6245a4 Merge branch 'en/ort-unused-code-removal' Junio C Hamano 2022-08-29 14:55:14 -07:00
  • 10ccb50b16 Merge branch 'tl/trace2-config-scope' Junio C Hamano 2022-08-29 14:55:13 -07:00
  • 25402204fe Merge branch 'vd/fix-perf-tests' Junio C Hamano 2022-08-29 14:55:13 -07:00
  • b014a4416a Merge branch 'mg/sequencer-untranslate-reflog' Junio C Hamano 2022-08-29 14:55:13 -07:00
  • a0ab573bb1 Merge branch 'jk/unused-fixes' Junio C Hamano 2022-08-29 14:55:12 -07:00
  • a572a5d4c1 Merge branch 'jd/prompt-show-conflict' Junio C Hamano 2022-08-29 14:55:12 -07:00
  • bc820cf9e6 Merge branch 'vd/scalar-enables-fsmonitor' Junio C Hamano 2022-08-29 14:55:12 -07:00
  • 0b08ba7eb6 Merge branch 'en/ancestry-path-in-a-range' Junio C Hamano 2022-08-29 14:55:11 -07:00
  • 64cb4c34d1 Merge branch 'mt/rot13-in-c' Junio C Hamano 2022-08-29 14:55:11 -07:00
  • c068a3b8ee Merge branch 'ds/decorate-filter-tweak' Junio C Hamano 2022-08-29 14:55:10 -07:00
  • d5fc07df68 format-patch: learn format.forceInBodyFrom configuration variable Junio C Hamano 2022-08-29 14:38:37 -07:00
  • 34bc1b1045 format-patch: allow forcing the use of in-body From: header Junio C Hamano 2022-08-29 14:38:36 -07:00
  • b84d013936 pretty: separate out the logic to decide the use of in-body from Junio C Hamano 2022-08-29 14:38:35 -07:00
  • 3871bdb7e4 t4301: emit blank line in more idiomatic fashion Eric Sunshine 2022-08-28 05:17:59 +00:00
  • 87ed97167a t4301: fix broken &&-chains and add missing loop termination Eric Sunshine 2022-08-28 05:17:58 +00:00
  • ee69e7884e gc: use temporary file for editing crontab brian m. carlson 2022-08-28 21:41:43 +00:00
  • 969a564587 pack-bitmap-write: drop unused pack_idx_entry parameters Jeff King 2022-08-28 08:50:50 -04:00
  • c333c2ce65 test-mergesort: use mem_pool for sort input René Scharfe 2022-08-28 12:34:47 +02:00
  • f3e8ba2e64 test-mergesort: read sort input all at once René Scharfe 2022-08-28 12:34:05 +02:00
  • bcf325ae77 t4301: account for behavior differences between sed implementations Eric Sunshine 2022-08-28 05:17:57 +00:00
  • 2987ce743d Merge branch 'en/t4301-more-merge-tree-tests' into es/t4301-sed-portability-fix Junio C Hamano 2022-08-28 13:08:54 -07:00
  • babe2e0559 tempfile: avoid directory cleanup race René Scharfe 2022-08-27 00:46:29 +02:00
  • ff554cac35 What's cooking (2022/08 #09) Junio C Hamano 2022-08-26 12:16:01 -07:00
  • 1819ad327b grep: fix multibyte regex handling under macOS Diomidis Spinellis 2022-08-26 11:58:15 +03:00
  • 07ee72db0e Sync with 'maint' Junio C Hamano 2022-08-26 11:14:11 -07:00
  • 0f5bd024f2 A handful more topics from the 'master' front for 2.37.3 Junio C Hamano 2022-08-25 14:57:38 -07:00
  • 842c912fc7 Merge branch 'po/doc-add-renormalize' into maint Junio C Hamano 2022-08-26 11:13:13 -07:00
  • 7be9f3f335 Merge branch 'vd/sparse-reset-checkout-fixes' into maint Junio C Hamano 2022-08-26 11:13:12 -07:00
  • e5cb51d3aa Merge branch 'jk/fsck-tree-mode-bits-fix' into maint Junio C Hamano 2022-08-26 11:13:12 -07:00
  • 222f953777 Merge branch 'fc/vimdiff-layout-vimdiff3-fix' into maint Junio C Hamano 2022-08-26 11:13:12 -07:00