aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-submodule-nested-repo-config.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-10quote: turn 'nodq' parameter into a set of flagsJunio C Hamano3-13/+20
2020-09-10quote: rename misnamed sq_lookup[] to cq_lookup[]Junio C Hamano1-7/+7
2020-09-10wt-status: consistently quote paths in "status --short" outputJunio C Hamano2-2/+29
2020-09-10quote_path: code clarificationJunio C Hamano1-7/+12
2020-09-10quote_path: optionally allow quoting a path with SP in itJunio C Hamano3-12/+11
2020-09-10quote_path: give flags parameter to quote_path()Junio C Hamano5-26/+26
2020-09-10quote_path: rename quote_path_relative() to quote_path()Junio C Hamano5-18/+14
2020-09-09Fourteenth batchJunio C Hamano1-0/+28
2020-09-09config: complain about --worktree outside of a git repoMatheus Tavares2-9/+16
2020-09-09Makefile: allow extra tweaking of distribution tarballJunio C Hamano1-4/+7
2020-09-08blame.c: replace instance of !oidcmp for oideqEdmundo Carmona Antoranz1-2/+2
2020-09-08index-pack: make quantum of work smallerJonathan Tan1-148/+200
2020-09-08refs: move REF_LOG_ONLY to refs-internal.hHan-Wen Nienhuys2-7/+7
2020-09-08t3200: clean side effect of git checkout --orphanAaron Lipman1-0/+1
2020-09-08format-patch: use 'origin' as start of current-series-range when knownEric Sunshine1-7/+11
2020-09-08diff-lib: tighten show_interdiff()'s interfaceEric Sunshine4-6/+14
2020-09-08diff: move show_interdiff() from its own file to diff-libEric Sunshine7-39/+26
2020-09-08add -i: use the built-in version when feature.experimental is setJunio C Hamano1-3/+9
2020-09-08add -p: fix memory leakPhillip Wood1-8/+16
2020-09-08contrib/buildsystems: fix expat library name for generated vcxprojOrgad Shaneh2-1/+2
2020-09-08add--interactive.perl: specify --no-color explicitlyJeff King2-1/+2
2020-09-08add-patch: fix inverted return code of repo_read_index()Jeff King2-1/+8
2020-09-06git-worktree.txt: discuss branch-based vs. throwaway worktreesEric Sunshine1-0/+12
2020-09-06worktree: teach `add` to recognize -d as shorthand for --detachEric Sunshine2-1/+2
2020-09-06git-checkout.txt: document -d short option for --detachEric Sunshine1-0/+1
2020-09-06submodule: suppress checking for file name and ref ambiguity for object idsOrgad Shaneh1-1/+8
2020-09-06pack-bitmap-write: use hashwrite_be32() in write_hash_cache()René Scharfe1-2/+1
2020-09-06midx: use hashwrite_u8() in write_midx_header()René Scharfe1-7/+4
2020-09-06fast-import: use write_pack_header()René Scharfe1-7/+1
2020-09-06refspec: add and use refspec_appendf()René Scharfe6-49/+35
2020-09-06push: release strbufs used for refspec formattingRené Scharfe1-12/+22
2020-09-06read-cache: fix mem-pool allocation for multi-threaded index loadingRené Scharfe1-1/+1
2020-09-06Makefile: add support for generating JSON compilation databasePhilippe Blain2-5/+56
2020-09-06log_tree_diff: get rid of extra check for NULLSergey Organov1-1/+1
2020-09-06log_tree_diff: get rid of code duplication for first_parent_onlySergey Organov1-15/+4
2020-09-06fetch: do not look for submodule changes in unchanged refsOrgad Shaneh1-1/+3
2020-09-03Thirteenth batchJunio C Hamano1-0/+26
2020-09-03vcbuild: fix batch file name in READMEOrgad Shaneh1-2/+2
2020-09-03vcbuild: fix library name for expat with make MSVC=1Orgad Shaneh1-1/+1
2020-09-02wt-status: tolerate dangling marksJonathan Tan19-29/+60
2020-09-02refs: move dwim_ref() to header fileJonathan Tan2-6/+7
2020-09-02sha1-name: replace unsigned int with option structJonathan Tan4-21/+34
2020-09-02fetch: no FETCH_HEAD display if --no-write-fetch-headJonathan Tan3-11/+22
2020-09-02ci: avoid ugly "failure" in the `ci-config` jobJohannes Schindelin1-2/+1
2020-09-02ci: fix indentation of the `ci-config` jobJohannes Schindelin1-2/+2
2020-09-02xrealloc: do not reuse pointer freed by zero-length realloc()Jeff King1-2/+5
2020-09-01git.txt: correct stale 'GIT_EXTERNAL_DIFF' descriptionPhilippe Blain2-3/+5
2020-08-31Twelfth batchJunio C Hamano1-0/+39
2020-08-31revision: add separate field for "-m" of "diff-index -m"Sergey Organov3-8/+9
2020-08-31init: make --separate-git-dir work from within linked worktreeEric Sunshine2-2/+43