Commit Graph

  • 7025f54c40 delta-islands: free island-related data after use Eric Wong 2022-11-17 23:06:58 +00:00
  • 8db2dad7a0 parse_object(): check on-disk type of suspected blob Jeff King 2022-11-17 17:41:16 -05:00
  • 04fb96219a parse_object(): drop extra "has" check before checking object type Jeff King 2022-11-17 17:37:58 -05:00
  • cfbd173ccb branch: force-copy a branch to itself via @{-1} is a no-op Rubén Justo 2022-11-17 02:36:52 +01:00
  • bcec6780b2 receive-pack: only use visible refs for connectivity check Patrick Steinhardt 2022-11-17 06:47:04 +01:00
  • 5ff36c9b6b rev-parse: add --exclude-hidden= option Patrick Steinhardt 2022-11-17 06:47:00 +01:00
  • 8c1bc2a71a revision: add new parameter to exclude hidden refs Patrick Steinhardt 2022-11-17 06:46:56 +01:00
  • 1e9f273ac0 revision: introduce struct to handle exclusions Patrick Steinhardt 2022-11-17 06:46:51 +01:00
  • 05b9425960 revision: move together exclusion-related functions Patrick Steinhardt 2022-11-17 06:46:47 +01:00
  • 9b67eb6fbe refs: get rid of global list of hidden refs Patrick Steinhardt 2022-11-17 06:46:43 +01:00
  • 5eeb9aa208 refs: fix memory leak when parsing hideRefs config Patrick Steinhardt 2022-11-17 06:46:39 +01:00
  • 3c9b01f0bf notes: avoid empty line in template Michael J Gruber 2022-11-16 16:56:40 +01:00
  • 23fb328c8d t7610: use "file:///dev/null", not "/dev/null", fixes MinGW Ævar Arnfjörð Bjarmason 2022-11-16 00:40:14 +01:00
  • 049141dce9 bisect; remove unused "git-bisect.sh" and ".gitignore" entry Ævar Arnfjörð Bjarmason 2022-11-15 10:32:42 +01:00
  • 03744bbdc4 builtin/gc.c: fix use-after-free in maintenance_unregister() Taylor Blau 2022-11-15 13:53:17 -05:00
  • be0fd57228 maintenance --unregister: fix uninit'd data use & -Wdeclaration-after-statement Ævar Arnfjörð Bjarmason 2022-11-15 17:04:27 +01:00
  • 74dc966180 What's cooking (2022/11 #3) Taylor Blau 2022-11-14 23:44:43 -05:00
  • 1f80129d61 maintenance: add option to register in a specific config Ronan Pigott 2022-11-09 12:07:08 -07:00
  • 13d5bbdf72 for-each-repo: interpolate repo path arguments Ronan Pigott 2022-11-09 12:07:07 -07:00
  • eea7033409 The twelfth batch Taylor Blau 2022-11-14 19:56:07 -05:00
  • 3c5d0ce3f5 Merge branch 'vh/my-first-contribution-typo' Taylor Blau 2022-11-14 19:53:55 -05:00
  • 859899ddc1 Merge branch 'ks/partialclone-casing' Taylor Blau 2022-11-14 19:53:43 -05:00
  • dc8be3971c Merge branch 'mh/password-can-be-pat' Taylor Blau 2022-11-14 19:53:41 -05:00
  • 69eb1be693 Merge branch 'js/ci-set-output' Taylor Blau 2022-11-14 19:53:38 -05:00
  • 311bf13147 Merge branch 'ab/rev-info-init' Taylor Blau 2022-11-14 19:53:37 -05:00
  • d0c3853034 Merge branch 'al/trace2-clearing-skip-worktree' Taylor Blau 2022-11-14 19:53:33 -05:00
  • 561f3948a5 Merge branch 'do/modernize-t7001' Taylor Blau 2022-11-14 19:53:31 -05:00
  • dabb9d875f Docs: describe how a credential-generating helper works M Hickford 2022-11-12 01:44:30 +00:00
  • c5353c4552 Documentation: fix typo Vlad-Stefan Harbuz 2022-11-13 12:48:09 +00:00
  • b637a41ebe http: redact curl h2h3 headers in info Glen Choo 2022-11-11 22:35:06 +00:00
  • 73c49a4474 t: run t5551 tests with both HTTP and HTTP/2 Jeff King 2022-11-11 22:35:05 +00:00
  • 8ddc06631b pack-bitmap.c: avoid exposing absolute paths Teng Long 2022-11-10 15:10:12 +08:00
  • 2aa84d5f3e pack-bitmap.c: remove unnecessary "open_pack_index()" calls Teng Long 2022-11-10 15:10:11 +08:00
  • e62f779ae6 Doc: document push.recurseSubmodules=only Jonathan Tan 2022-11-14 13:37:12 -08:00
  • 7fd54b6238 docs: clarify that credential discards unrecognised attributes M Hickford 2022-10-24 07:57:48 +00:00
  • 501e3bab99 merge-tree.c: allow specifying the merge-base when --stdin is passed Kyle Zhao 2022-11-11 23:45:14 +00:00
  • 66265a693e merge-tree.c: add --merge-base=<commit> option Kyle Zhao 2022-11-11 23:45:13 +00:00
  • a90085b68c tests(scalar): tighten the stale scalar.repo test some Johannes Schindelin 2022-11-10 07:28:47 +00:00
  • 29c550f0af repository-version.txt: partialClone casing change Kousik Sanagavarapu 2022-11-10 21:35:56 +05:30
  • 0d12792f5f Makefile: don't create a ".build/.build/" for cocci, fix output Ævar Arnfjörð Bjarmason 2022-11-10 17:14:18 +01:00
  • 73fce29427 Turn git bisect into a full built-in Johannes Schindelin 2022-11-10 23:36:46 +07:00
  • 0da4b538e4 bisect--helper: log: allow arbitrary number of arguments Đoàn Trần Công Danh 2022-11-10 23:36:45 +07:00
  • df63421be9 bisect--helper: handle states directly Johannes Schindelin 2022-11-10 23:36:44 +07:00
  • 5512376ae1 bisect--helper: emit usage for "git bisect" Ævar Arnfjörð Bjarmason 2022-11-10 23:36:43 +07:00
  • 929bf9db28 bisect test: test exit codes on bad usage Ævar Arnfjörð Bjarmason 2022-11-10 23:36:42 +07:00
  • 252060be77 bisect--helper: identify as bisect when report error Đoàn Trần Công Danh 2022-11-10 23:36:41 +07:00
  • 8962f8f888 bisect-run: verify_good: account for non-negative exit status Đoàn Trần Công Danh 2022-11-10 23:36:40 +07:00
  • 461fec41fa bisect run: keep some of the post-v2.30.0 output Đoàn Trần Công Danh 2022-11-10 23:36:39 +07:00
  • f37d0bdd42 bisect: fix output regressions in v2.30.0 Đoàn Trần Công Danh 2022-11-10 23:36:38 +07:00
  • bdd2aa8a8b bisect: refactor bisect_run() to match CodingGuidelines Ævar Arnfjörð Bjarmason 2022-11-10 23:36:37 +07:00
  • 982fecf7c1 bisect tests: test for v2.30.0 "bisect run" regressions Ævar Arnfjörð Bjarmason 2022-11-10 23:36:36 +07:00
  • 2445d34fb9 Merge branch 'dd/bisect-helper-subcommand' into dd/git-bisect-builtin Taylor Blau 2022-11-11 17:05:43 -05:00
  • e9011b6092 bisect--helper: parse subcommand with OPT_SUBCOMMAND Đoàn Trần Công Danh 2022-11-10 23:36:22 +07:00
  • 464ce0aba8 bisect--helper: move all subcommands into their own functions Đoàn Trần Công Danh 2022-11-10 23:36:21 +07:00
  • 58786d73ba bisect--helper: remove unused options Đoàn Trần Công Danh 2022-11-10 23:36:20 +07:00
  • 48d69d8f2f chainlint: prefix annotated test definition with line numbers Eric Sunshine 2022-11-11 07:34:54 +00:00
  • bf42f0a030 chainlint: latch line numbers at which each token starts and ends Eric Sunshine 2022-11-11 07:34:53 +00:00
  • 5451877f87 chainlint: sidestep impoverished macOS "terminfo" Eric Sunshine 2022-11-11 07:34:52 +00:00
  • 688d82f254 sequencer: tighten label lookups Phillip Wood 2022-11-10 16:43:41 +00:00
  • 82766b2961 sequencer: unify label lookup Phillip Wood 2022-11-10 16:43:40 +00:00
  • 652bd0211d rebase: use 'skip_cache_tree_update' option Victoria Dye 2022-11-10 19:06:05 +00:00
  • dc5d40f5bc read-tree: use 'skip_cache_tree_update' option Victoria Dye 2022-11-10 19:06:04 +00:00
  • 0e47bca0f7 reset: use 'skip_cache_tree_update' option Victoria Dye 2022-11-10 19:06:03 +00:00
  • 68fcd48baf unpack-trees: add 'skip_cache_tree_update' option Victoria Dye 2022-11-10 19:06:02 +00:00
  • 94fcf0e852 cache-tree: add perf test comparing update and prime Victoria Dye 2022-11-10 19:06:01 +00:00
  • eb20e63f5a branch: gracefully handle '-d' on orphan HEAD Jeff King 2022-11-02 01:27:49 -04:00
  • 14770cf0de git_parse_signed(): avoid integer overflow Phillip Wood 2022-11-09 14:16:28 +00:00
  • 7595c0ece1 config: require at least one digit when parsing numbers Phillip Wood 2022-11-09 14:16:27 +00:00
  • 84356ff770 git_parse_unsigned: reject negative values Phillip Wood 2022-11-09 14:16:26 +00:00
  • f13c3f28e7 Documentation: increase example cache timeout to 1 hour M Hickford 2022-11-09 16:11:13 +00:00
  • 0e34efb31d rebase: stop exporting GIT_REFLOG_ACTION Phillip Wood 2022-11-09 14:21:58 +00:00
  • d188a60d72 sequencer: stop exporting GIT_REFLOG_ACTION Phillip Wood 2022-11-09 14:21:57 +00:00
  • 8354cf752e t7610: fix flaky timeout issue, don't clone from example.com Ævar Arnfjörð Bjarmason 2022-11-05 12:54:21 +01:00
  • 3a79a8085b Merge branch 'es/chainlint-output' into es/chainlint-lineno Taylor Blau 2022-11-09 16:41:35 -05:00
  • 9e3f2dfb75 What's cooking (2022/11 #2) Taylor Blau 2022-11-08 18:09:59 -05:00
  • 319605f8f0 The eleventh batch Taylor Blau 2022-11-08 17:18:48 -05:00
  • be4ac3b197 Merge branch 'rs/no-more-run-command-v' Taylor Blau 2022-11-08 17:15:12 -05:00
  • 3e9303dc8e Merge branch 'rs/archive-filter-error-once' Taylor Blau 2022-11-08 17:15:09 -05:00
  • ec9a46af4f Merge branch 'ma/drop-redundant-diagnostic' Taylor Blau 2022-11-08 17:15:05 -05:00
  • d957761eff Merge branch 'vb/ls-files-docfix' Taylor Blau 2022-11-08 17:14:53 -05:00
  • 15df8418a5 Merge branch 'jk/ref-filter-parsing-bugs' Taylor Blau 2022-11-08 17:14:52 -05:00
  • 4b6302c72f Merge branch 'po/glossary-around-traversal' Taylor Blau 2022-11-08 17:14:51 -05:00
  • 06e7696025 Merge branch 'jc/set-gid-bit-less-aggressively' Taylor Blau 2022-11-08 17:14:49 -05:00
  • bdd42e34e3 Merge branch 'es/mark-gc-cruft-as-experimental' Taylor Blau 2022-11-08 17:14:48 -05:00
  • 098b1d07bc Merge branch 'tb/howto-using-redo-script' Taylor Blau 2022-11-08 17:14:45 -05:00
  • 54e95b4663 Documentation/gitcredentials.txt: mention password alternatives M Hickford 2022-11-08 13:01:27 +00:00
  • ee0e7fc927 fsmonitor--daemon: on macOS support symlink srz_zumix 2022-11-08 05:25:19 +00:00
  • 916ebb327c revisions API: extend the nascent REV_INFO_INIT macro Ævar Arnfjörð Bjarmason 2022-11-08 15:02:57 +01:00
  • 63357b79c9 ci: use a newer github-script version Johannes Schindelin 2022-11-08 10:13:28 +00:00
  • 73c768dae9 chainlint: annotate original test definition rather than token stream Eric Sunshine 2022-11-08 19:08:30 +00:00
  • 5f0321a9f2 chainlint: latch start/end position of each token Eric Sunshine 2022-11-08 19:08:29 +00:00
  • ca748f5183 chainlint: tighten accuracy when consuming input stream Eric Sunshine 2022-11-08 19:08:28 +00:00
  • c90d81f8bb chainlint: add explanatory comments Eric Sunshine 2022-11-08 19:08:27 +00:00
  • 69d94464e1 submodule--helper: use OPT_SUBCOMMAND() API Ævar Arnfjörð Bjarmason 2022-11-08 15:10:40 +01:00
  • 1b6e2001c7 submodule--helper: drop "update --prefix <pfx>" for "-C <pfx> update" Ævar Arnfjörð Bjarmason 2022-11-08 15:10:39 +01:00
  • 64f48ad1f0 submodule--helper: remove --prefix from "absorbgitdirs" Ævar Arnfjörð Bjarmason 2022-11-08 15:10:38 +01:00
  • 82ff87789b submodule API & "absorbgitdirs": remove "----recursive" option Ævar Arnfjörð Bjarmason 2022-11-08 15:10:37 +01:00
  • 46e87b5482 submodule.c: refactor recursive block out of absorb function Ævar Arnfjörð Bjarmason 2022-11-08 15:10:36 +01:00
  • d50d8485ef submodule tests: test for a "foreach" blind-spot Ævar Arnfjörð Bjarmason 2022-11-08 15:10:35 +01:00
  • 435285bd82 submodule--helper: fix a memory leak in "status" Ævar Arnfjörð Bjarmason 2022-11-08 15:10:34 +01:00