Commit Graph

  • 771868243c decorate: add clear_decoration() function Jeff King 2023-10-05 17:29:02 -0400
  • 3c1e2c2113 builtin/repack.c: avoid making cruft packs preferred Taylor Blau 2023-10-03 17:54:19 -0400
  • 37dc6d8104 builtin/repack.c: implement support for `--max-cruft-size` Taylor Blau 2023-10-02 20:44:32 -0400
  • b5b1f4c0ec builtin/repack.c: parse `--max-pack-size` with OPT_MAGNITUDE Taylor Blau 2023-10-02 20:44:29 -0400
  • f0a39ba504 t/README: fix multi-prerequisite example Štěpán Němec 2023-10-05 11:00:55 +0200
  • 72fac03522 doc/gitk: s/sticked/stuck/ Štěpán Němec 2023-10-05 11:00:54 +0200
  • a62a7060a5 git-jump: admit to passing merge mode args to ls-files Štěpán Němec 2023-10-05 11:00:53 +0200
  • 043465a6cf doc/diff-options: improve wording of the log.diffMerges mention Štěpán Němec 2023-10-05 11:00:52 +0200
  • 97509a3497 doc: fix some typos, grammar and wording issues Štěpán Němec 2023-10-05 11:00:51 +0200
  • 3349520e1a coverity: detect and report when the token or project is incorrect Johannes Schindelin 2023-09-25 11:51:02 +0000
  • 0b985726b7 What's cooking (2023/10 #02) Junio C Hamano 2023-10-04 15:43:45 -0700
  • 3a06386e31 The fifteenth batch Junio C Hamano 2023-10-04 13:29:09 -0700
  • 64b2419ccc Merge branch 'bb/unicode-width-table-15' Junio C Hamano 2023-10-04 13:28:53 -0700
  • ba7d57b8e5 Merge branch 'xz/commit-title-soft-limit-doc' Junio C Hamano 2023-10-04 13:28:53 -0700
  • c3c0020673 Merge branch 'jk/commit-graph-verify-fix' Junio C Hamano 2023-10-04 13:28:53 -0700
  • 42b495e9c5 Merge branch 'ks/ref-filter-mailmap' Junio C Hamano 2023-10-04 13:28:52 -0700
  • 3029189186 Merge branch 'ps/revision-cmdline-stdin-not' Junio C Hamano 2023-10-04 13:28:52 -0700
  • 641307d3b6 git-status.txt: fix minor asciidoc format issue Javier Mora 2023-10-04 02:22:45 +0000
  • bd1c20ccd7 t7420: test that we correctly handle renamed submodules Jan Alexander Steffens (heftig) 2023-10-03 20:50:47 +0200
  • 32bff3675e t7419: test that we correctly handle renamed submodules Jan Alexander Steffens (heftig) 2023-10-03 20:50:46 +0200
  • 5fc880632d t7419, t7420: use test_cmp_config instead of grepping .gitmodules Jan Alexander Steffens (heftig) 2023-10-03 20:50:45 +0200
  • b027fb0784 t7419: actually test the branch switching Jan Alexander Steffens (heftig) 2023-10-03 20:50:44 +0200
  • 387c122131 submodule--helper: return error from set-url when modifying failed Jan Alexander Steffens (heftig) 2023-10-03 20:50:43 +0200
  • 6327085aa0 submodule--helper: use submodule_from_path in set-{url,branch} Jan Alexander Steffens (heftig) 2023-10-03 20:50:42 +0200
  • da09e7af68 commit-graph: clear oidset after finishing write Jeff King 2023-10-03 16:31:30 -0400
  • d9c84c6d67 commit-graph: free write-context base_graph_name during cleanup Jeff King 2023-10-03 16:31:11 -0400
  • 274bfa7f28 commit-graph: free write-context entries before overwriting Jeff King 2023-10-03 16:30:55 -0400
  • 1d94abfe1e commit-graph: free graph struct that was not added to chain Jeff King 2023-10-03 16:30:44 -0400
  • 991d549f74 commit-graph: delay base_graph assignment in add_graph_to_chain() Jeff King 2023-10-03 16:30:04 -0400
  • 09a75abba4 commit-graph: free all elements of graph chain Jeff King 2023-10-03 16:29:30 -0400
  • ac6d45d11f commit-graph: move slab-clearing to close_commit_graph() Jeff King 2023-10-03 16:27:52 -0400
  • 716a6b2c3a merge: free result of repo_get_merge_bases() Jeff King 2023-10-03 16:27:24 -0400
  • ec97ad120c commit-reach: free temporary list in get_octopus_merge_bases() Jeff King 2023-10-03 16:26:30 -0400
  • be4b578c69 t6700: mark test as leak-free Jeff King 2023-10-03 16:26:09 -0400
  • f4cbb32c27 parse-options: drop unused parse_opt_ctx_t member René Scharfe 2023-10-03 10:55:21 +0200
  • 78de1c6c32 t7700: split cruft-related tests to t7704 Taylor Blau 2023-10-02 20:44:26 -0400
  • d8ea3e7a34 What's cooking (2023/10 #01) Junio C Hamano 2023-10-02 15:27:42 -0700
  • 7673ecd2dc t1016-compatObjectFormat: add tests to verify the conversion between objects Eric W. Biederman 2023-10-01 21:40:34 -0500
  • 3afa8d86ac t1006: test oid compatibility with cat-file Eric W. Biederman 2023-10-01 21:40:33 -0500
  • baab175c1d t1006: rename sha1 to oid Eric W. Biederman 2023-10-01 21:40:32 -0500
  • 48b16ab231 test-lib: compute the compatibility hash so tests may use it Eric W. Biederman 2023-10-01 21:40:31 -0500
  • c68be1fd31 builtin/ls-tree: let the oid determine the output algorithm Eric W. Biederman 2023-10-01 21:40:30 -0500
  • 8d691757b8 object-file: handle compat objects in check_object_signature Eric W. Biederman 2023-10-01 21:40:29 -0500
  • efed687edc tree-walk: init_tree_desc take an oid to get the hash algorithm Eric W. Biederman 2023-10-01 21:40:28 -0500
  • d6222a2d05 builtin/cat-file: let the oid determine the output algorithm Eric W. Biederman 2023-10-01 21:40:27 -0500
  • d7446c89b8 rev-parse: add an --output-object-format parameter Eric W. Biederman 2023-10-01 21:40:26 -0500
  • 9ae702faf1 repository: implement extensions.compatObjectFormat brian m. carlson 2023-10-01 21:40:25 -0500
  • 2328ebaa4e object-file: update object_info_extended to reencode objects Eric W. Biederman 2023-10-01 21:40:24 -0500
  • 08a45903cb object-file-convert: convert commits that embed signed tags Eric W. Biederman 2023-10-01 21:40:23 -0500
  • 318b023e4a object-file-convert: convert commit objects when writing brian m. carlson 2023-10-01 21:40:22 -0500
  • ac45d995f3 object-file-convert: don't leak when converting tag objects Eric W. Biederman 2023-10-01 21:40:21 -0500
  • c8762c30df object-file-convert: convert tag objects when writing brian m. carlson 2023-10-01 21:40:20 -0500
  • 33a14e81ae object-file-convert: add a function to convert trees between algorithms brian m. carlson 2023-10-01 21:40:19 -0500
  • 45b3b12141 object: factor out parse_mode out of fast-import and tree-walk into in object.h Eric W. Biederman 2023-10-01 21:40:18 -0500
  • 095261a18d cache: add a function to read an OID of a specific algorithm brian m. carlson 2023-10-01 21:40:17 -0500
  • 867386d0c8 tag: sign both hashes Eric W. Biederman 2023-10-01 21:40:16 -0500
  • 6bcc5fa20d commit: export add_header_signature to support handling signatures on tags Eric W. Biederman 2023-10-01 21:40:15 -0500
  • a3e8ae5473 commit: convert mergetag before computing the signature of a commit Eric W. Biederman 2023-10-01 21:40:14 -0500
  • 6206089cbd commit: write commits for both hashes brian m. carlson 2023-10-01 21:40:13 -0500
  • c2538492df object-file: add a compat_oid_in parameter to write_object_file_flags Eric W. Biederman 2023-10-01 21:40:12 -0500
  • 63a6745a07 object-file: update the loose object map when writing loose objects Eric W. Biederman 2023-10-01 21:40:11 -0500
  • a2d923fb0d loose: compatibilty short name support Eric W. Biederman 2023-10-01 21:40:10 -0500
  • 23b2c7e95b loose: add a mapping between SHA-1 and SHA-256 for loose objects brian m. carlson 2023-10-01 21:40:09 -0500
  • 15a1ca1abe repository: add a compatibility hash algorithm Eric W. Biederman 2023-10-01 21:40:08 -0500
  • 52fca06db2 object-names: support input of oids in any supported hash Eric W. Biederman 2023-10-01 21:40:07 -0500
  • d50cbe4a5d oid-array: teach oid-array to handle multiple kinds of oids Eric W. Biederman 2023-10-01 21:40:06 -0500
  • 5e9d802a33 object-file-convert: stubs for converting from one object format to another Eric W. Biederman 2023-10-01 21:40:05 -0500
  • 9b96046b92 gc: add `gc.repackFilterTo` config option Christian Couder 2023-10-02 18:55:04 +0200
  • 71c5aec1f5 repack: implement `--filter-to` for storing filtered out objects Christian Couder 2023-10-02 18:55:03 +0200
  • 1cd43a9ed9 gc: add `gc.repackFilter` config option Christian Couder 2023-10-02 18:55:02 +0200
  • 48a9b67b43 repack: add `--filter=<filter-spec>` option Christian Couder 2023-10-02 18:55:01 +0200
  • 0e4747ec8b pack-bitmap-write: rebuild using new bitmap when remapping Christian Couder 2023-10-02 18:55:00 +0200
  • be315e9a3f repack: refactor finding pack prefix Christian Couder 2023-10-02 18:54:59 +0200
  • ff8504e4ec repack: refactor finishing pack-objects command Christian Couder 2023-10-02 18:54:58 +0200
  • 66589f89ab t/helper: add 'find-pack' test-tool Christian Couder 2023-10-02 18:54:57 +0200
  • 6cfcabfb9f pack-objects: allow `--filter` without `--stdout` Christian Couder 2023-10-02 18:54:56 +0200
  • 4adceb5a29 diff: fix --merge-base with annotated tags Alyssa Ross 2023-10-01 15:18:45 +0000
  • d0e8084c65 The fourteenth batch Junio C Hamano 2023-10-02 11:19:18 -0700
  • 4a0bcc832a Merge branch 'js/doc-status-with-submodules-mark-up-fix' Junio C Hamano 2023-10-02 11:20:00 -0700
  • 5bb67fb7ab Merge branch 'jc/unresolve-removal' Junio C Hamano 2023-10-02 11:20:00 -0700
  • 4ca7a3fd26 diff --stat: set the width defaults in a helper function Dragan Simic 2023-09-23 06:01:14 +0200
  • b1bda75173 parse: separate out parsing functions from config.h Calvin Wan 2023-09-29 14:20:51 -0700
  • e16be13cfa config: correct bad boolean env value error message Calvin Wan 2023-09-29 14:20:50 -0700
  • afd2a1d5f1 wrapper: reduce scope of remove_or_warn() Calvin Wan 2023-09-29 14:20:49 -0700
  • d88e8106e8 hex-ll: separate out non-hash-algo functions Calvin Wan 2023-09-29 14:20:48 -0700
  • 493f462273 The thirteenth batch Junio C Hamano 2023-09-29 09:03:48 -0700
  • a03cc4ba1d Merge branch 'ob/am-msgfix' Junio C Hamano 2023-09-29 09:04:16 -0700
  • a4eebfadf2 Merge branch 'jk/test-pass-ubsan-options-to-http-test' Junio C Hamano 2023-09-29 09:04:15 -0700
  • d15f92e379 Merge branch 'jc/alias-completion' Junio C Hamano 2023-09-29 09:04:15 -0700
  • e076f3a23f Merge branch 'hy/doc-show-is-like-log-not-diff-tree' Junio C Hamano 2023-09-29 09:04:15 -0700
  • 5cd3f68add Merge branch 'kh/range-diff-notes' Junio C Hamano 2023-09-29 09:04:15 -0700
  • 0b493d2986 Merge branch 'ds/stat-name-width-configuration' Junio C Hamano 2023-09-29 09:04:14 -0700
  • 2affeb3cb5 Merge branch 'jk/fsmonitor-unused-parameter' Junio C Hamano 2023-09-29 09:04:14 -0700
  • 2b04c3ce59 Merge branch 'ml/git-gui-exec-path-fix' Junio C Hamano 2023-09-29 09:04:14 -0700
  • c6657dee71 What's cooking (2023/09 #09) Junio C Hamano 2023-09-28 14:09:09 -0700
  • c2c349a15c doc: correct the 50 characters soft limit 谢致邦 (XIE Zhibang) 2023-09-28 09:59:15 +0000
  • 5f259197ee commit-graph: report incomplete chains during verification Jeff King 2023-09-28 00:39:51 -0400
  • 7754a565e2 commit-graph: tighten chain size check Jeff King 2023-09-28 00:39:10 -0400
  • 47d06bb010 commit-graph: detect read errors when verifying graph chain Jeff King 2023-09-28 00:38:59 -0400
  • 2d45710c5d t5324: harmonize sha1/sha256 graph chain corruption Jeff King 2023-09-28 00:38:47 -0400