summaryrefslogtreecommitdiffstats
path: root/pseudo-merge.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-12environment: make `get_index_file()` accept a repositoryPatrick Steinhardt11-29/+36
2024-09-12environment: make `get_object_directory()` accept a repositoryPatrick Steinhardt20-39/+43
2024-09-12environment: make `get_git_common_dir()` accept a repositoryPatrick Steinhardt13-21/+22
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt21-38/+56
2024-08-28The tenth batchJunio C Hamano1-0/+5
2024-08-26The ninth batchJunio C Hamano1-0/+21
2024-08-26A bit more topics for 2.46.x maintenance trackJunio C Hamano1-0/+22
2024-08-23The eighth batchJunio C Hamano1-0/+10
2024-08-21The seventh batchJunio C Hamano1-0/+9
2024-08-21builtin/maintenance: fix loose objects task emitting pack hashPatrick Steinhardt2-0/+22
2024-08-21t7900: exercise detaching via trace2 regionsPatrick Steinhardt2-9/+10
2024-08-21rebase --exec: respect --quietMatheus Tavares3-3/+12
2024-08-20CodingGuidelines: spaces around C operatorsJunio C Hamano1-1/+10
2024-08-20t: migrate t0110-urlmatch-normalization to the new frameworkGhanshyam Thakkar18-261/+272
2024-08-20t-hashmap: stop calling setup() for t_intern() testJeff King1-3/+2
2024-08-20git-prompt: support custom 0-width PS1 markersAvi Halachmi (:avih)1-7/+12
2024-08-20git-prompt: ta-da! document usage in other shellsAvi Halachmi (:avih)1-2/+31
2024-08-20git-prompt: don't use shell $'...'Avi Halachmi (:avih)1-18/+29
2024-08-20git-prompt: add some missing quotesAvi Halachmi (:avih)1-13/+13
2024-08-20git-prompt: replace [[...]] with standard codeAvi Halachmi (:avih)1-14/+16
2024-08-20git-prompt: don't use shell arraysAvi Halachmi (:avih)1-18/+30
2024-08-20git-prompt: fix uninitialized variableAvi Halachmi (:avih)1-1/+1
2024-08-20git-prompt: use here-doc instead of here-stringAvi Halachmi (:avih)1-1/+3
2024-08-20ci(win+VS): download the vcpkg artifacts using a dedicated GitHub ActionJohannes Schindelin1-8/+4
2024-08-20ci: bump microsoft/setup-msbuild from v1 to v2Johannes Schindelin1-1/+1
2024-08-19The sixth batchJunio C Hamano1-0/+7
2024-08-19t7900: fix flaky test due to leaking background jobPatrick Steinhardt1-2/+7
2024-08-17send-email: teach git send-email option to translate aliasesJacob Keller3-1/+131
2024-08-17scalar: mark unused parameters in dummy functionJeff King1-1/+2
2024-08-17daemon: mark unused parameters in non-posix fallbacksJeff King1-3/+3
2024-08-17setup: mark unused parameter in config callbackJeff King1-1/+1
2024-08-17test-mergesort: mark unused parameters in trivial callbackJeff King1-1/+1
2024-08-17t-hashmap: mark unused parameters in callback functionJeff King1-1/+2
2024-08-17reftable: mark unused parameters in virtual functionsJeff King9-33/+41
2024-08-17reftable: drop obsolete test function declarationsJeff King1-2/+0
2024-08-17reftable: ignore unused argc/argv in test functionsJeff King3-3/+3
2024-08-17unit-tests: ignore unused argc/argvJeff King13-13/+13
2024-08-17t/helper: mark more unused argv/argc argumentsJeff King2-2/+2
2024-08-17oss-fuzz: mark unused argv/argc argumentJeff King1-1/+1
2024-08-17refs: mark unused parameters in do_for_each_reflog_helper()Jeff King1-2/+3
2024-08-17refs: mark unused parameters in ref_store fsck callbacksJeff King2-4/+4
2024-08-17update-ref: mark more unused parameters in parser callbacksJeff King1-4/+4
2024-08-17imap-send: mark unused parameter in ssl_socket_connect() fallbackJeff King1-1/+1
2024-08-17diff-lib: drop unused index argument from get_stat_data()Jeff King1-6/+3
2024-08-17ref-filter: drop unused parameters from email_atom_option_parser()Jeff King1-3/+2
2024-08-17pack-bitmap: drop unused parameters from select_pseudo_merges()Jeff King3-5/+3
2024-08-17pack-bitmap: load writer config from repository parameterJeff King3-4/+6
2024-08-17refs: drop some unused parameters from create_symref_lock()Jeff King1-5/+3
2024-08-16Prepare for 2.46.1Junio C Hamano3-2/+39
2024-08-16setup: make ref storage format configurable via configPatrick Steinhardt3-0/+63