summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | test: bisect-porcelain: fix location of filesFelipe Contreras2020-12-211-8/+8
| | |/ / | |/| |
* | | | Prepare for 2.30.1Junio C Hamano2021-02-063-2/+49
* | | | Merge branch 'js/skip-dashed-built-ins-from-config-mak' into maintJunio C Hamano2021-02-061-14/+14
|\ \ \ \
| * | | | SKIP_DASHED_BUILT_INS: respect `config.mak`Johannes Schindelin2021-01-211-14/+14
| |/ / /
* | | | Merge branch 'jt/packfile-as-uri-doc' into maintJunio C Hamano2021-02-061-2/+5
|\ \ \ \
| * | | | Doc: clarify contents of packfile sent as URIJonathan Tan2021-01-211-2/+5
| | |/ / | |/| |
* | | | Merge branch 'ab/fsck-doc-fix' into maintJunio C Hamano2021-02-061-8/+0
|\ \ \ \
| * | | | fsck doc: remove ancient out-of-date diagnosticsÆvar Arnfjörð Bjarmason2021-01-211-8/+0
| | |/ / | |/| |
* | | | Merge branch 'jk/log-cherry-pick-duplicate-patches' into maintJunio C Hamano2021-02-064-4/+48
|\ \ \ \
| * | | | patch-ids: handle duplicate hashmap entriesJeff King2021-01-124-4/+48
| |/ / /
* | | | Merge branch 'jk/forbid-lf-in-git-url' into maintJunio C Hamano2021-02-064-1/+23
|\ \ \ \
| * | | | fsck: reject .gitmodules git:// urls with newlinesJeff King2021-01-072-1/+16
| * | | | git_connect_git(): forbid newlines in host and pathJeff King2021-01-072-0/+7
* | | | | Merge branch 'jc/macos-install-dependencies-fix' into maintJunio C Hamano2021-02-061-4/+4
|\ \ \ \ \
| * | | | | ci/install-depends: attempt to fix "brew cask" stuffJunio C Hamano2021-01-151-4/+4
| | |_|/ / | |/| | |
* | | | | Merge branch 'tb/local-clone-race-doc' into maintJunio C Hamano2021-02-061-0/+4
|\ \ \ \ \
| * | | | | Documentation/git-clone.txt: document race with --localTaylor Blau2021-01-121-0/+4
| |/ / / /
* | | | | Merge branch 'bc/doc-status-short' into maintJunio C Hamano2021-02-061-8/+20
|\ \ \ \ \
| * | | | | docs: rephrase and clarify the git status --short formatbrian m. carlson2021-01-111-8/+20
| |/ / / /
* | | | | Merge branch 'ab/gettext-charset-comment-fix' into maintJunio C Hamano2021-02-062-82/+15
|\ \ \ \ \
| * | | | | gettext.c: remove/reword a mostly-useless commentÆvar Arnfjörð Bjarmason2021-01-111-79/+15
| * | | | | Makefile: remove a warning about old GETTEXT_POISON flagÆvar Arnfjörð Bjarmason2021-01-111-3/+0
| |/ / / /
* | | | | Merge branch 'ug/doc-lose-dircache' into maintJunio C Hamano2021-02-062-6/+4
|\ \ \ \ \
| * | | | | doc: remove "directory cache" from man pagesUtku Gultopu2021-01-102-6/+4
| |/ / / /
* | | | | Merge branch 'ad/t4129-setfacl-target-fix' into maintJunio C Hamano2021-02-061-1/+1
|\ \ \ \ \
| * | | | | t4129: fix setfacl-related permissions failureAdam Dinwoodie2021-01-091-1/+1
* | | | | | Merge branch 'jk/t5516-deflake' into maintJunio C Hamano2021-02-061-1/+3
|\ \ \ \ \ \
| * | | | | | t5516: loosen "not our ref" error checkJeff King2021-01-101-1/+3
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'vv/send-email-with-less-secure-apps-access' into maintJunio C Hamano2021-02-061-1/+5
|\ \ \ \ \ \
| * | | | | | git-send-email.txt: mention less secure app access with GmailVasyl Vavrychuk2021-01-081-1/+5
* | | | | | | Merge branch 'pb/mergetool-tool-help-fix' into maintJunio C Hamano2021-02-062-2/+15
|\ \ \ \ \ \ \
| * | | | | | | mergetool--lib: fix '--tool-help' to correctly show available toolsPhilippe Blain2021-01-072-2/+15
* | | | | | | | Merge branch 'ds/for-each-repo-noopfix' into maintJunio C Hamano2021-02-062-0/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | for-each-repo: do nothing on empty configDerrick Stolee2021-01-082-0/+13
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jc/sign-off' into maintJunio C Hamano2021-02-061-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | SubmittingPatches: tighten wording on "sign-off" procedureJunio C Hamano2021-01-081-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'mt/t4129-with-setgid-dir' into maintJunio C Hamano2021-02-061-2/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | t4129: don't fail if setgid is set in the test directoryMatheus Tavares2021-01-071-2/+7
| |/ / / / / / /
* | | | | | | | Merge branch 'en/stash-apply-sparse-checkout' into maintJunio C Hamano2021-02-063-57/+212
|\ \ \ \ \ \ \ \
| * | | | | | | | stash: fix stash application in sparse-checkoutsElijah Newren2020-12-012-3/+49
| * | | | | | | | stash: remove unnecessary process forkingElijah Newren2020-12-012-57/+78
| * | | | | | | | t7012: add a testcase demonstrating stash apply bugs in sparse checkoutsElijah Newren2020-12-011-0/+88
* | | | | | | | | Merge branch 'nk/perf-fsmonitor-cleanup' into maintJunio C Hamano2021-02-061-1/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | p7519: allow running without watchman prereqTaylor Blau2021-01-061-1/+6
* | | | | | | | | | Merge branch 'rs/rebase-commit-validation' into maintJunio C Hamano2021-02-061-1/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | rebase: verify commit parameterRené Scharfe2021-01-051-1/+3
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'pb/doc-modules-git-work-tree-typofix' into maintJunio C Hamano2021-02-061-15/+15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | gitmodules.txt: fix 'GIT_WORK_TREE' variable namePhilippe Blain2021-01-041-15/+15
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'ta/doc-typofix' into maintJunio C Hamano2021-02-066-7/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | doc: fix some typosThomas Ackermann2021-01-046-7/+7
| | |_|_|/ / / / / / | |/| | | | | | | |