aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-10The ninth batchJunio C Hamano1-0/+16
2025-02-06The eighth batchJunio C Hamano1-0/+10
2025-02-06builtin/clone: teach git-clone(1) the --revision= optionToon Claes4-11/+178
2025-02-06parse-options: introduce die_for_incompatible_opt2()Toon Claes2-3/+13
2025-02-06clone: introduce struct clone_opts in builtin/clone.cToon Claes3-16/+35
2025-02-06clone: add tags refspec earlier to fetch refspecToon Claes1-16/+11
2025-02-06clone: refactor wanted_peer_refs()Toon Claes1-24/+15
2025-02-06clone: make it possible to specify --tagsToon Claes2-14/+17
2025-02-06clone: cut down on global variables in clone.cToon Claes1-94/+101
2025-02-05worktree: detect from secondary worktree if main worktree is bareOlga Pilipenco2-9/+46
2025-02-04builtin/repack: fix `--keep-unreachable` when there are no packsPatrick Steinhardt2-1/+20
2025-02-04remote: relocate valid_remote_nameMeet Soni4-11/+12
2025-02-04refspec: relocate apply_refspecs and related funtionsMeet Soni4-42/+44
2025-02-04refspec: relocate matching related functionsMeet Soni3-122/+139
2025-02-04remote: rename query_refspecs functionsMeet Soni3-12/+12
2025-02-04refspec: relocate refname_matches_negative_refspec_itemMeet Soni3-48/+57
2025-02-04remote: rename function omit_name_by_refspecMeet Soni3-10/+6
2025-02-03t6423: fix suppression of Git’s exit code in testsAyush Chandekar1-3/+6
2025-02-03help: add "show" as a valid configuration valueDavid Aguilar3-2/+4
2025-02-03help: show the suggested command when help.autocorrect is falseDavid Aguilar3-11/+16
2025-02-03t5401: prefer test_path_is_* helper functionambar chakravartty1-8/+8
2025-02-03The seventh batchJunio C Hamano1-0/+15
2025-02-03ci: set CI_JOB_IMAGE for coverity jobJeff King1-1/+1
2025-01-31t/unit-tests: convert strcmp-offset test to use clar test frameworkSeyi Kuforiji4-37/+47
2025-01-31t/unit-tests: convert strbuf test to use clar test frameworkSeyi Kuforiji4-124/+121
2025-01-31t/unit-tests: adapt example decorate test to use clar test frameworkSeyi Kuforiji4-76/+66
2025-01-31t/unit-tests: convert hashmap test to use clar test frameworkSeyi Kuforiji3-116/+114
2025-01-31ci: fix base commit fallback for check-whitespace and check-styleJustin Tobler1-2/+2
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt19-107/+103
2025-01-31hash: provide generic wrappers to update hash contextsPatrick Steinhardt2-0/+27
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt22-74/+73
2025-01-31hash: convert hashing context to a structurePatrick Steinhardt2-21/+22
2025-01-31The sixth batchJunio C Hamano1-0/+7
2025-01-30setup: fix reinit of repos with incompatible GIT_DEFAULT_HASHPatrick Steinhardt2-1/+15
2025-01-30setup: fix reinit of repos with incompatible GIT_DEFAULT_REF_FORMATPatrick Steinhardt2-1/+12
2025-01-30t0001: remove duplicate testPatrick Steinhardt1-9/+0
2025-01-30apply: detect overflow when parsing hunk headerPhillip Wood2-0/+16
2025-01-30scalar: free result of `remote_default_branch()`Patrick Steinhardt1-1/+3
2025-01-30unix-socket: fix memory leak when chdir(3p) failsPatrick Steinhardt1-1/+3
2025-01-29libgit: add higher-level libgit crateCalvin Wan13-8/+242
2025-01-29libgit-sys: also export some config_set functionsJosh Steadmon3-1/+76
2025-01-29The fifth batchJunio C Hamano1-0/+21
2025-01-28libgit-sys: introduce Rust wrapper for libgit.aJosh Steadmon10-0/+263
2025-01-28common-main: split init and exit code into new filesJosh Steadmon6-81/+101
2025-01-28ci: make "linux-musl" job use zlib-ngPatrick Steinhardt1-1/+1
2025-01-28ci: switch linux-musl to use MesonPatrick Steinhardt7-9/+9
2025-01-28compat/zlib: allow use of zlib-ng as backendPatrick Steinhardt4-15/+64
2025-01-28git-zlib: cast away potential constness of `next_in` pointerPatrick Steinhardt1-1/+2
2025-01-28compat/zlib: provide stubs for `deflateSetHeader()`Patrick Steinhardt2-4/+19
2025-01-28compat/zlib: provide `deflateBound()` shim centrallyPatrick Steinhardt2-4/+4