summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-18parse_object(): drop extra "has" check before checking object typeJeff King1-2/+1
2022-11-17branch: force-copy a branch to itself via @{-1} is a no-opRubén Justo2-3/+13
2022-11-17receive-pack: only use visible refs for connectivity checkPatrick Steinhardt3-0/+12
2022-11-17rev-parse: add `--exclude-hidden=` optionPatrick Steinhardt3-0/+57
2022-11-17revision: add new parameter to exclude hidden refsPatrick Steinhardt5-1/+241
2022-11-17revision: introduce struct to handle exclusionsPatrick Steinhardt3-36/+47
2022-11-17revision: move together exclusion-related functionsPatrick Steinhardt1-26/+26
2022-11-17refs: get rid of global list of hidden refsPatrick Steinhardt5-31/+39
2022-11-17refs: fix memory leak when parsing hideRefs configPatrick Steinhardt1-1/+1
2022-11-16notes: avoid empty line in templateMichael J Gruber1-1/+1
2022-11-15t7610: use "file:///dev/null", not "/dev/null", fixes MinGWÆvar Arnfjörð Bjarmason1-2/+2
2022-11-15bisect; remove unused "git-bisect.sh" and ".gitignore" entryÆvar Arnfjörð Bjarmason2-64/+0
2022-11-15builtin/gc.c: fix use-after-free in maintenance_unregister()Taylor Blau1-3/+2
2022-11-15maintenance --unregister: fix uninit'd data use & -Wdeclaration-after-statementÆvar Arnfjörð Bjarmason1-2/+3
2022-11-14maintenance: add option to register in a specific configRonan Pigott3-21/+59
2022-11-14for-each-repo: interpolate repo path argumentsRonan Pigott2-1/+10
2022-11-14The twelfth batchTaylor Blau1-0/+11
2022-11-14Merge branch 'vh/my-first-contribution-typo'Taylor Blau1-1/+1
2022-11-14Merge branch 'ks/partialclone-casing'Taylor Blau1-2/+2
2022-11-14Merge branch 'mh/password-can-be-pat'Taylor Blau1-3/+4
2022-11-14Merge branch 'js/ci-set-output'Taylor Blau1-3/+3
2022-11-14Merge branch 'ab/rev-info-init'Taylor Blau2-18/+19
2022-11-14Merge branch 'al/trace2-clearing-skip-worktree'Taylor Blau1-6/+24
2022-11-14Merge branch 'do/modernize-t7001'Taylor Blau1-31/+31
2022-11-14Docs: describe how a credential-generating helper worksM Hickford1-3/+5
2022-11-14Documentation: fix typoVlad-Stefan Harbuz1-1/+1
2022-11-14http: redact curl h2h3 headers in infoGlen Choo2-9/+44
2022-11-14t: run t5551 tests with both HTTP and HTTP/2Jeff King4-8/+39
2022-11-14pack-bitmap.c: avoid exposing absolute pathsTeng Long2-6/+9
2022-11-14pack-bitmap.c: remove unnecessary "open_pack_index()" callsTeng Long1-3/+0
2022-11-14Doc: document push.recurseSubmodules=onlyJonathan Tan5-15/+73
2022-11-12docs: clarify that credential discards unrecognised attributesM Hickford2-0/+3
2022-11-12merge-tree.c: allow specifying the merge-base when --stdin is passedKyle Zhao3-3/+67
2022-11-12merge-tree.c: add --merge-base=<commit> optionKyle Zhao3-11/+66
2022-11-11tests(scalar): tighten the stale `scalar.repo` test someJohannes Schindelin1-1/+4
2022-11-11repository-version.txt: partialClone casing changeKousik Sanagavarapu1-2/+2
2022-11-11Makefile: don't create a ".build/.build/" for cocci, fix outputÆvar Arnfjörð Bjarmason2-8/+8
2022-11-11Turn `git bisect` into a full built-inJohannes Schindelin4-5/+4
2022-11-11bisect--helper: log: allow arbitrary number of argumentsĐoàn Trần Công Danh2-5/+1
2022-11-11bisect--helper: handle states directlyJohannes Schindelin2-21/+19
2022-11-11bisect--helper: emit usage for "git bisect"Ævar Arnfjörð Bjarmason1-15/+36
2022-11-11bisect test: test exit codes on bad usageÆvar Arnfjörð Bjarmason1-0/+30
2022-11-11bisect--helper: identify as bisect when report errorĐoàn Trần Công Danh1-5/+8
2022-11-11bisect-run: verify_good: account for non-negative exit statusĐoàn Trần Công Danh2-2/+2
2022-11-11bisect run: keep some of the post-v2.30.0 outputĐoàn Trần Công Danh2-21/+58
2022-11-11bisect: fix output regressions in v2.30.0Đoàn Trần Công Danh2-16/+19
2022-11-11bisect: refactor bisect_run() to match CodingGuidelinesÆvar Arnfjörð Bjarmason1-4/+3
2022-11-11bisect tests: test for v2.30.0 "bisect run" regressionsÆvar Arnfjörð Bjarmason1-0/+79
2022-11-11Merge branch 'dd/bisect-helper-subcommand' into dd/git-bisect-builtinTaylor Blau3-120/+142
2022-11-11bisect--helper: parse subcommand with OPT_SUBCOMMANDĐoàn Trần Công Danh3-90/+30