summaryrefslogtreecommitdiffstats
path: root/detect-compiler (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-13The eighteenth batchJunio C Hamano1-0/+21
2023-10-12The seventeenth batchJunio C Hamano1-0/+4
2023-10-12mailmap: change primary address for Derrick StoleeDerrick Stolee1-3/+3
2023-10-11merge: introduce {copy|clear}_merge_options()Junio C Hamano3-1/+22
2023-10-10The sixteenth batchJunio C Hamano1-0/+7
2023-10-10files-backend.c: avoid stat in 'loose_fill_ref_dir'Victoria Dye1-9/+5
2023-10-10dir.[ch]: add 'follow_symlink' arg to 'get_dtype'Victoria Dye3-8/+18
2023-10-10dir.[ch]: expose 'get_dtype'Victoria Dye3-36/+39
2023-10-10ref-cache.c: fix prefix matching in ref iterationVictoria Dye3-1/+55
2023-10-09merge-ort: initialize repo in index stateJohn Cai2-0/+28
2023-10-09doc/cat-file: make synopsis and description less confusingŠtěpán Němec2-19/+17
2023-10-09doc: correct the 50 characters soft limit (+)谢致邦 (XIE Zhibang)3-6/+6
2023-10-09pretty: fix ref filtering for %(decorate) formatsAndy Koppe2-3/+7
2023-10-09repack: free existing_cruft array after useJeff King1-0/+1
2023-10-05daemon: free listen_addr before returningJeff King2-16/+23
2023-10-05revision: clear decoration structs during release_revisions()Jeff King4-0/+22
2023-10-05decorate: add clear_decoration() functionJeff King4-0/+29
2023-10-05builtin/repack.c: avoid making cruft packs preferredTaylor Blau2-1/+85
2023-10-05builtin/repack.c: implement support for `--max-cruft-size`Taylor Blau7-11/+426
2023-10-05builtin/repack.c: parse `--max-pack-size` with OPT_MAGNITUDETaylor Blau1-3/+3
2023-10-05coverity: detect and report when the token or project is incorrectJohannes Schindelin1-1/+12
2023-10-04The fifteenth batchJunio C Hamano1-0/+16
2023-10-04git-status.txt: fix minor asciidoc format issueJavier Mora1-4/+3
2023-10-04t7420: test that we correctly handle renamed submodulesJan Alexander Steffens (heftig)1-2/+24
2023-10-04t7419: test that we correctly handle renamed submodulesJan Alexander Steffens (heftig)1-1/+29
2023-10-04t7419, t7420: use test_cmp_config instead of grepping .gitmodulesJan Alexander Steffens (heftig)2-6/+6
2023-10-04t7419: actually test the branch switchingJan Alexander Steffens (heftig)1-6/+8
2023-10-04submodule--helper: return error from set-url when modifying failedJan Alexander Steffens (heftig)1-5/+7
2023-10-04submodule--helper: use submodule_from_path in set-{url,branch}Jan Alexander Steffens (heftig)1-4/+18
2023-10-03commit-graph: clear oidset after finishing writeJeff King2-0/+3
2023-10-03commit-graph: free write-context base_graph_name during cleanupJeff King2-0/+3
2023-10-03commit-graph: free write-context entries before overwritingJeff King1-0/+2
2023-10-03commit-graph: free graph struct that was not added to chainJeff King1-0/+2
2023-10-03commit-graph: delay base_graph assignment in add_graph_to_chain()Jeff King1-2/+2
2023-10-03commit-graph: free all elements of graph chainJeff King1-18/+11
2023-10-03commit-graph: move slab-clearing to close_commit_graph()Jeff King1-1/+1
2023-10-03merge: free result of repo_get_merge_bases()Jeff King11-1/+14
2023-10-03commit-reach: free temporary list in get_octopus_merge_bases()Jeff King2-0/+2
2023-10-03t6700: mark test as leak-freeJeff King1-0/+2
2023-10-03parse-options: drop unused parse_opt_ctx_t memberRené Scharfe1-1/+0
2023-10-03t7700: split cruft-related tests to t7704Taylor Blau2-121/+130
2023-10-02gc: add `gc.repackFilterTo` config optionChristian Couder3-1/+27
2023-10-02repack: implement `--filter-to` for storing filtered out objectsChristian Couder3-1/+82
2023-10-02gc: add `gc.repackFilter` config optionChristian Couder3-0/+24
2023-10-02repack: add `--filter=<filter-spec>` optionChristian Couder3-0/+217
2023-10-02pack-bitmap-write: rebuild using new bitmap when remappingChristian Couder1-1/+5
2023-10-02repack: refactor finding pack prefixChristian Couder1-6/+12
2023-10-02repack: refactor finishing pack-objects commandChristian Couder1-37/+33
2023-10-02t/helper: add 'find-pack' test-toolChristian Couder5-0/+135
2023-10-02pack-objects: allow `--filter` without `--stdout`Christian Couder3-8/+12