summaryrefslogtreecommitdiffstats
path: root/t/t5730-protocol-v2-bundle-uri-file.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-07RelNotes: minor typo fixes in 2.43.0 draftTodd Zullinger1-2/+2
2023-11-07A bit more before -rc1Junio C Hamano1-54/+15
2023-11-04t: avoid perl's pack/unpack "Q" specifierJeff King1-3/+27
2023-11-03ci: upgrade to using macos-13Johannes Schindelin2-7/+5
2023-11-03strvec: drop unnecessary include of hex.hLinus Arver1-1/+0
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano225-1191/+1191
2023-11-02Git 2.42.1v2.42.1Junio C Hamano3-2/+90
2023-11-02max_tree_depth: lower it for MSVC to avoid stack overflowsJohannes Schindelin1-1/+14
2023-11-02merge-file: add an option to process object IDsbrian m. carlson3-18/+123
2023-11-02git-merge-file doc: drop "-file" from argument placeholdersMartin Ågren1-10/+11
2023-11-01Documentation/gitformat-pack.txt: fix incorrect MIDX documentationTaylor Blau1-4/+5
2023-11-01Documentation/gitformat-pack.txt: fix typoTaylor Blau1-1/+1
2023-11-01clang-format: fix typo in commentAditya Neelamraju1-3/+3
2023-11-01t: use git-show-ref(1) to check for ref existencePatrick Steinhardt5-27/+94
2023-11-01builtin/show-ref: add new mode to check for reference existencePatrick Steinhardt3-6/+117
2023-11-01builtin/show-ref: explicitly spell out different modes in synopsisPatrick Steinhardt2-4/+10
2023-11-01builtin/show-ref: ensure mutual exclusiveness of subcommandsPatrick Steinhardt2-0/+13
2023-11-01builtin/show-ref: refactor options for patterns subcommandPatrick Steinhardt1-13/+22
2023-11-01builtin/show-ref: stop using global vars for `show_one()`Patrick Steinhardt1-22/+40
2023-11-01builtin/show-ref: stop using global variable to count matchesPatrick Steinhardt1-3/+4
2023-11-01builtin/show-ref: refactor `--exclude-existing` optionsPatrick Steinhardt1-34/+44
2023-11-01builtin/show-ref: fix dead code when passing patternsPatrick Steinhardt1-4/+1
2023-11-01builtin/show-ref: fix leaking string bufferPatrick Steinhardt1-1/+3
2023-11-01builtin/show-ref: split up different subcommandsPatrick Steinhardt1-47/+54
2023-11-01builtin/show-ref: convert pattern to a local variablePatrick Steinhardt1-18/+28
2023-11-01rev-list: add commit object support in `--missing` optionKarthik Nayak5-2/+101
2023-11-01rev-list: move `show_commit()` to the bottomKarthik Nayak1-43/+42
2023-11-01revision: rename bit to `do_not_die_on_missing_objects`Karthik Nayak4-11/+12
2023-11-01commit: detect commits that exist in commit-graph but not in the ODBPatrick Steinhardt2-1/+42
2023-11-01commit-graph: introduce envvar to disable commit existence checksPatrick Steinhardt4-1/+42
2023-10-31test framework: further deprecate test_i18ngrepJunio C Hamano1-4/+6
2023-10-30upload-pack: add tracing for fetchesRobert Coup2-11/+55
2023-10-29The twenty-second batchJunio C Hamano1-0/+19
2023-10-29reflog: fix expire --single-worktreeRené Scharfe2-3/+26
2023-10-29am, rebase: fix arghelp syntax of --emptyRené Scharfe3-4/+4
2023-10-29am: simplify --show-current-patch handlingRené Scharfe1-68/+44
2023-10-29parse-options: make CMDMODE errors more preciseRené Scharfe4-57/+139
2023-10-29bugreport: reject positional argumentsEmily Shaffer2-0/+12
2023-10-29t0091-bugreport: stop using i18ngrepEmily Shaffer1-1/+1
2023-10-28Include gettext.h in MyFirstContribution tutorialJacob Stopak1-3/+4
2023-10-26send-email: move validation code below process_address_listMichael Strawbridge2-28/+51
2023-10-25SubmittingPatches: call gitk's command "Copy commit reference"Andrei Rybak1-1/+1
2023-10-23The twenty-first batchJunio C Hamano1-0/+17
2023-10-23doc/git-bisect: clarify `git bisect run` syntaxJavier Mora2-4/+4
2023-10-23builtin/branch.c: adjust error messages to coding guidelinesIsoken June Ibizugbe4-47/+47
2023-10-22merge-ort.c: fix typo 'neeed' to 'needed'王常新1-1/+1
2023-10-21The twentieth batchJunio C Hamano1-0/+12
2023-10-21git-push doc: more visibility for -q optionMichal Suchanek1-1/+1
2023-10-20rebase: move parse_opt_keep_empty() downOswald Buddenhagen1-13/+12
2023-10-20rebase: handle --strategy via imply_merge() as wellOswald Buddenhagen1-12/+1