summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-02-12Git 2.24.4v2.24.4Johannes Schindelin3-2/+9
2021-02-12Sync with 2.23.4Johannes Schindelin16-4/+242
2021-02-12Git 2.23.4v2.23.4Johannes Schindelin3-2/+9
2021-02-12Sync with 2.22.5Johannes Schindelin15-4/+235
2021-02-12Git 2.22.5v2.22.5Johannes Schindelin3-2/+9
2021-02-12Sync with 2.21.4Johannes Schindelin14-4/+228
2021-02-12Git 2.21.4v2.21.4Johannes Schindelin3-2/+8
2021-02-12Sync with 2.20.5Johannes Schindelin13-4/+222
2021-02-12Git 2.20.5v2.20.5Johannes Schindelin3-2/+8
2021-02-12Sync with 2.19.6Johannes Schindelin12-4/+216
2021-02-12Git 2.19.6v2.19.6Johannes Schindelin3-2/+8
2021-02-12Sync with 2.18.5Johannes Schindelin11-4/+210
2021-02-12Git 2.18.5v2.18.5Johannes Schindelin3-2/+8
2021-02-12Sync with 2.17.6Johannes Schindelin10-4/+204
2021-02-12Git 2.17.6v2.17.6Johannes Schindelin3-2/+18
2021-02-12unpack_trees(): start with a fresh lstat cacheMatheus Tavares1-0/+3
2021-02-12run-command: invalidate lstat cache after a command finishedJohannes Schindelin2-1/+44
2021-02-12checkout: fix bug that makes checkout follow symlinks in leading pathMatheus Tavares7-3/+141
2020-04-19Git 2.24.3v2.24.3Jonathan Nieder16-42/+494
2020-04-19Git 2.23.3v2.23.3Jonathan Nieder15-42/+489
2020-04-19Git 2.22.4v2.22.4Jonathan Nieder14-42/+484
2020-04-19Git 2.21.3v2.21.3Jonathan Nieder13-42/+479
2020-04-19Git 2.20.4v2.20.4Jonathan Nieder12-42/+474
2020-04-19Git 2.19.5v2.19.5Jonathan Nieder11-42/+469
2020-04-19Git 2.18.4v2.18.4Jonathan Nieder10-42/+464
2020-04-19Git 2.17.5v2.17.5Jeff King3-2/+24
2020-04-19fsck: reject URL with empty host in .gitmodulesJonathan Nieder2-3/+39
2020-04-19credential: treat URL with empty scheme as invalidJonathan Nieder3-3/+43
2020-04-19credential: treat URL without scheme as invalidJonathan Nieder4-9/+84
2020-04-19credential: die() when parsing invalid urlsJeff King2-6/+3
2020-04-19fsck: convert gitmodules url to URL passed to curlJonathan Nieder2-5/+118
2020-04-19credential: refuse to operate when missing host or protocolJeff King2-14/+40
2020-04-19credential: parse URL without host as empty host, not unsetJeff King3-2/+19
2020-04-19t0300: use more realistic inputsJeff King1-4/+85
2020-04-19t0300: make "quit" helper more realisticJeff King1-3/+13
2020-03-17Git 2.24.2v2.24.2Junio C Hamano16-7/+152
2020-03-17Git 2.23.2v2.23.2Junio C Hamano15-7/+147
2020-03-17Git 2.22.3v2.22.3Junio C Hamano14-7/+142
2020-03-17Git 2.21.2v2.21.2Junio C Hamano13-7/+137
2020-03-17Git 2.20.3v2.20.3Junio C Hamano12-7/+132
2020-03-17Git 2.19.4v2.19.4Junio C Hamano11-7/+127
2020-03-17Git 2.18.3v2.18.3Junio C Hamano10-7/+122
2020-03-17Git 2.17.4v2.17.4Junio C Hamano3-2/+18
2020-03-12fsck: detect gitmodules URLs with embedded newlinesJeff King2-2/+32
2020-03-12credential: detect unrepresentable values when parsing urlsJeff King3-4/+60
2020-03-12t/lib-credential: use test_i18ncmp to check stderrJeff King1-1/+1
2020-03-12credential: avoid writing values with newlinesJeff King2-0/+8
2020-01-16msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.xJohannes Schindelin2-4/+4
2019-12-06Git 2.24.1v2.24.1Johannes Schindelin3-2/+10
2019-12-06Sync with 2.23.1Johannes Schindelin46-87/+983
2019-12-06Git 2.23.1v2.23.1Johannes Schindelin3-2/+10
2019-12-06Sync with 2.22.2Johannes Schindelin45-87/+975
2019-12-06Git 2.22.2v2.22.2Johannes Schindelin3-2/+10
2019-12-06Sync with 2.21.1Johannes Schindelin44-87/+967
2019-12-06Git 2.21.1v2.21.1Johannes Schindelin3-2/+14
2019-12-06Merge branch 'fix-msys2-quoting-bugs'Johannes Schindelin1-5/+20
2019-12-06mingw: sh arguments need quoting in more circumstancesJohannes Schindelin1-2/+3
2019-12-06t7415: drop v2.20.x-specific work-aroundJohannes Schindelin1-1/+1
2019-12-06mingw: fix quoting of empty arguments for `sh`Johannes Schindelin1-1/+1
2019-12-06mingw: use MSYS2 quoting even when spawning shell scriptsJohannes Schindelin1-1/+2
2019-12-06mingw: detect when MSYS2's sh is to be spawned more robustlyJohannes Schindelin1-1/+14
2019-12-06Sync with 2.20.2Johannes Schindelin43-82/+935
2019-12-06Git 2.20.2v2.20.2Johannes Schindelin3-2/+20
2019-12-06submodule: defend against submodule.update = !command in .gitmodulesJonathan Nieder1-0/+2
2019-12-06t7415: adjust test for dubiously-nested submodule gitdirs for v2.20.xJohannes Schindelin1-1/+1
2019-12-06Sync with 2.19.3Johannes Schindelin40-82/+914
2019-12-06Git 2.19.3v2.19.3Johannes Schindelin3-2/+10
2019-12-06Sync with 2.18.2Johannes Schindelin39-82/+906
2019-12-06Git 2.18.2v2.18.2Johannes Schindelin3-2/+10
2019-12-06Sync with 2.17.3Johannes Schindelin38-83/+898
2019-12-06Git 2.17.3v2.17.3Johannes Schindelin3-2/+14
2019-12-06fsck: reject submodule.update = !command in .gitmodulesJonathan Nieder2-0/+21
2019-12-06Sync with 2.16.6Johannes Schindelin37-82/+865
2019-12-06Git 2.16.6v2.16.6Johannes Schindelin3-2/+10
2019-12-06test-drop-caches: use `has_dos_drive_prefix()`Johannes Schindelin1-5/+8
2019-12-06Sync with 2.15.4Johannes Schindelin35-77/+842
2019-12-06Git 2.15.4v2.15.4Johannes Schindelin3-2/+13
2019-12-06submodule: reject submodule.update = !command in .gitmodulesJonathan Nieder3-11/+20
2019-12-06Sync with 2.14.6Johannes Schindelin31-66/+811
2019-12-06Git 2.14.6v2.14.6Johannes Schindelin3-2/+56
2019-12-05Merge branch 'win32-accommodate-funny-drive-names'Johannes Schindelin4-6/+54
2019-12-05Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods'Johannes Schindelin11-4/+127
2019-12-05Merge branch 'fix-mingw-quoting-bug'Johannes Schindelin3-5/+156
2019-12-05Merge branch 'dubiously-nested-submodules'Johannes Schindelin4-2/+79
2019-12-05Merge branch 'turn-on-protectntfs-by-default'Johannes Schindelin3-28/+31
2019-12-05mingw: handle `subst`-ed "DOS drives"Johannes Schindelin4-3/+36
2019-12-05Merge branch 'disallow-dotgit-via-ntfs-alternate-data-streams'Johannes Schindelin6-8/+162
2019-12-05mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin8-2/+123
2019-12-05quote-stress-test: offer to test quoting arguments for MSYS2 shJohannes Schindelin1-3/+10
2019-12-05mingw: refuse to access paths with illegal charactersJohannes Schindelin3-3/+18
2019-12-05unpack-trees: let merged_entry() pass through do_add_entry()'s errorsJohannes Schindelin1-1/+2
2019-12-05quote-stress-test: allow skipping some trialsJohannes Schindelin1-1/+5
2019-12-05t6130/t9350: prepare for stringent Win32 path validationJohannes Schindelin2-1/+2
2019-12-05quote-stress-test: accept arguments to test via the command-lineJohannes Schindelin1-13/+22
2019-12-05tests: add a helper to stress test argument quotingGarima Singh1-2/+116
2019-12-05Disallow dubiously-nested submodule git directoriesJohannes Schindelin4-2/+79
2019-12-05protect_ntfs: turn on NTFS protection by defaultJohannes Schindelin2-3/+1
2019-12-05path: also guard `.gitmodules` against NTFS Alternate Data StreamsJohannes Schindelin2-2/+7
2019-12-05mingw: fix quoting of argumentsJohannes Schindelin2-3/+20
2019-12-05is_ntfs_dotgit(): speed it upJohannes Schindelin1-25/+30
2019-12-05path: safeguard `.git` against NTFS Alternate Streams AccessesJohannes Schindelin2-1/+12
2019-12-05is_ntfs_dotgit(): only verify the leading segmentJohannes Schindelin3-5/+19
2019-12-05test-path-utils: offer to run a protectNTFS/protectHFS benchmarkGarima Singh1-0/+96
2019-12-04Merge branch 'prevent-name-squatting-on-windows'Johannes Schindelin7-2/+60
2019-12-04Merge branch 'jk/fast-import-unsafe'Johannes Schindelin4-18/+95
2019-12-04path.c: document the purpose of `is_ntfs_dotgit()`Johannes Schindelin1-0/+28
2019-12-04mingw: disallow backslash characters in tree objects' file namesJohannes Schindelin4-3/+13
2019-12-04clone --recurse-submodules: prevent name squatting on WindowsJohannes Schindelin4-2/+50
2019-12-04fast-import: disallow "feature import-marks" by defaultJeff King3-6/+21
2019-12-04fast-import: disallow "feature export-marks" by defaultJeff King4-8/+55
2019-12-04fast-import: delay creating leading directories for export-marksJeff King2-3/+17
2019-12-04fast-import: stop creating leading directories for import-marksJeff King1-1/+0
2019-12-04fast-import: tighten parsing of boolean command line optionsJeff King1-2/+2
2019-12-04t9300: create marks files for double-import-marks testJeff King1-0/+2
2019-12-04t9300: drop some useless uses of catJeff King1-5/+5
2019-11-04Git 2.24v2.24.0Junio C Hamano1-1/+1
2019-11-04Merge branch 'bc/doc-use-docbook-5'Junio C Hamano1-1/+2
2019-11-04Merge branch 'ds/commit-graph-on-fetch'Junio C Hamano4-6/+25
2019-11-04Merge branch 'jt/delay-fetch-if-missing'Junio C Hamano1-2/+2
2019-11-04Merge https://github.com/prati0100/git-guiJunio C Hamano4-21/+210
2019-11-04Merge tag 'l10n-2.24.0-rnd2' of https://github.com/git-l10n/git-poJunio C Hamano10-22221/+23300
2019-11-02l10n: zh_CN: for git v2.24.0 l10n round 1~2Jiang Xin1-2439/+2539
2019-11-02RelNotes/2.24.0: fix self-contradictory noteElijah Newren1-4/+3
2019-11-02manpage-bold-literal.xsl: match for namespaced "d:literal" in templateMartin Ågren1-1/+2
2019-11-02RelNotes/2.24.0: typofixElijah Newren1-1/+1
2019-10-31l10n: de.po: Update German translationMatthias Rüster1-2454/+2590
2019-10-30l10n: sv.po: Update Swedish translation (4695t0f0u)Peter Krefting1-2455/+2581
2019-10-30Git 2.24-rc2v2.24.0-rc2Junio C Hamano1-0/+2
2019-10-30Merge branch 'wb/fsmonitor-bitmap-fix'Junio C Hamano1-3/+5
2019-10-30Merge branch 'rl/gitweb-blame-prev-fix'Junio C Hamano1-1/+1
2019-10-30Merge branch 'js/mingw-needs-hiding-fix'Junio C Hamano1-0/+2
2019-10-30Merge branch 'master' of github.com:vnwildman/gitJiang Xin1-2454/+2586
2019-10-30Merge branch 'next' of github.com:ChrisADR/git-poJiang Xin1-2541/+2679
2019-10-30t7519-status-fsmonitor: improve commentsWilliam Baker1-3/+5
2019-10-29l10n: bg.po: Updated Bulgarian translation (4694)Alexander Shopov1-87/+51
2019-10-29l10n: vi(4694t): Updated translation for v2.24.0Tran Ngoc Quan1-2454/+2586
2019-10-28l10n: es: 2.24.0 round 2Christopher Diaz Riveros1-2541/+2679
2019-10-29Merge branch 'l10n/it/update-italian-translation'Jiang Xin1-61/+67
2019-10-28l10n: it.po: update the Italian translation for Git 2.24.0 round #2Alessandro Menti1-61/+67
2019-10-28l10n: fr v2.24.0 rnd2Jean-Noël Avila1-55/+75
2019-10-28l10n: git.pot: v2.24.0 round 2 (1 new)Jiang Xin1-45/+50
2019-10-28Merge tag 'v2.24.0-rc1' of github.com:git/git into masterJiang Xin27-29/+247
2019-10-28mingw: avoid a buffer overrun in `needs_hiding()`Johannes Schindelin1-0/+2
2019-10-28gitweb: correctly store previous rev in javascript-actions modeRobert Luberda1-1/+1
2019-10-25commit-graph: fix writing first commit-graph during fetchDerrick Stolee4-7/+10
2019-10-25t5510-fetch.sh: demonstrate fetch.writeCommitGraph bugDerrick Stolee1-0/+16
2019-10-24Git 2.24-rc1v2.24.0-rc1Junio C Hamano1-1/+1
2019-10-24Merge branch 'sg/ci-osx-gcc8-fix'Junio C Hamano1-0/+1
2019-10-24Merge branch 'ds/feature-macros'Junio C Hamano2-1/+5
2019-10-24Merge branch 'js/azure-ci-osx-fix'Junio C Hamano1-0/+5
2019-10-24Merge branch 'bw/format-patch-o-create-leading-dirs'Junio C Hamano1-5/+8
2019-10-24Merge branch 'dl/submodule-set-branch'Junio C Hamano1-3/+3
2019-10-24fetch: delay fetch_if_missing=0 until after configJonathan Tan1-2/+2
2019-10-24repo-settings: read an int for index.versionDerrick Stolee2-1/+5
2019-10-24ci: fix GCC install in the Travis CI GCC OSX jobSZEDER Gábor1-0/+1
2019-10-23Eleventh batchJunio C Hamano1-0/+10
2019-10-23Merge branch 'cb/pcre2-chartables-leakfix'Junio C Hamano3-3/+47
2019-10-23Merge branch 'bc/smart-http-atomic-push'Junio C Hamano5-3/+62
2019-10-23Merge branch 'wb/fsmonitor-bitmap-fix'Junio C Hamano3-5/+65
2019-10-23Merge branch 'sb/userdiff-dts'Junio C Hamano5-2/+33
2019-10-23Merge branch 'sg/progress-fix'Junio C Hamano1-1/+1
2019-10-23Merge branch 'nr/diff-highlight-indent-fix'Junio C Hamano1-1/+1
2019-10-23Merge branch 'mb/clarify-zsh-completion-doc'Junio C Hamano1-2/+3
2019-10-23ci(osx): use new location of the `perforce` caskJohannes Schindelin1-0/+5
2019-10-23t7419: change test_must_fail to ! for grepDenton Liu1-3/+3
2019-10-23t4014: make output-directory tests self-containedBert Wesarg1-5/+8
2019-10-23Merge branch 'js/azure-pipelines-msvc'Junio C Hamano1-2/+2
2019-10-23ci(visual-studio): actually run the tests in parallelJohannes Schindelin1-1/+1
2019-10-23ci(visual-studio): use strict compile flags, and optimizationJohannes Schindelin1-1/+1
2019-10-22l10n: it.po: update the Italian translation for Git 2.24.0Alessandro Menti1-2427/+2565
2019-10-22Merge branch 'master' of github.com:jnavila/git into git-po-masterJiang Xin1-2430/+2510
2019-10-22Merge branch 'master' of github.com:alshopov/git-po into git-po-masterJiang Xin1-2425/+2560
2019-10-21l10n: fr 2.24.0 rnd 1Jean-Noël Avila1-2430/+2510
2019-10-21Merge remote-tracking branch 'git-po/master' into git-po-masterJiang Xin2-527/+539
2019-10-21l10n: git.pot: v2.24.0 round 1 (35 new, 16 removed)Jiang Xin1-2397/+2484
2019-10-21userdiff: fix some corner cases in dts regexStephen Boyd5-2/+33
2019-10-21test-progress: fix test failures on big-endian systemsSZEDER Gábor1-1/+1
2019-10-19l10n: bg.po: Updated Bulgarian translation (4693)Alexander Shopov1-2425/+2560
2019-10-18completion: clarify installation instruction for zshMaxim Belsky1-2/+3
2019-10-18Git 2.24-rc0v2.24.0-rc0Junio C Hamano2-1/+18
2019-10-18Merge branch 'rs/remote-curl-use-argv-array'Junio C Hamano1-13/+9
2019-10-18Merge branch 'rs/column-use-utf8-strnwidth'Junio C Hamano1-12/+1
2019-10-18Merge branch 'rs/http-push-simplify'Junio C Hamano1-4/+4
2019-10-18Merge branch 'jj/stash-reset-only-toplevel'Junio C Hamano3-3/+43
2019-10-18Merge branch 'bw/format-patch-o-create-leading-dirs'Junio C Hamano4-2/+42
2019-10-18Merge branch 'bb/compat-util-comment-fix'Junio C Hamano1-1/+1
2019-10-18Merge branch 'bb/utf8-wcwidth-cleanup'Junio C Hamano1-4/+2
2019-10-18Merge branch 'dl/allow-running-cocci-verbosely'Junio C Hamano1-1/+2
2019-10-18Merge branch 'dl/compat-cleanup'Junio C Hamano1-1/+1
2019-10-18Merge branch 'ta/t1308-typofix'Junio C Hamano1-4/+4
2019-10-18Merge branch 'js/doc-stash-save'Junio C Hamano1-2/+3
2019-10-18grep: avoid leak of chartables in PCRE2Carlo Marcelo Arenas Belón2-3/+5
2019-10-18grep: make PCRE2 aware of custom allocatorCarlo Marcelo Arenas Belón3-1/+35
2019-10-18grep: make PCRE1 aware of custom allocatorCarlo Marcelo Arenas Belón1-0/+8
2019-10-17remote-curl: pass on atomic capability to remote sidebrian m. carlson5-3/+62
2019-10-15diff-highlight: fix a whitespace nitNorman Rasmussen1-1/+1
2019-10-15Ninth batchJunio C Hamano1-0/+33
2019-10-15Merge branch 'jk/coc'Junio C Hamano1-0/+93
2019-10-15Merge branch 'js/trace2-fetch-push'Junio C Hamano4-10/+41
2019-10-15Merge branch 'jt/push-avoid-lazy-fetch'Junio C Hamano1-1/+2