summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-15Merge branch 'dl/format-patch-doc-test-cleanup'Junio C Hamano1-2/+3
2019-10-15Merge branch 'js/xdiffi-comment-updates'Junio C Hamano1-44/+55
2019-10-15Merge branch 'dl/t0000-skip-test-test'Junio C Hamano1-0/+38
2019-10-15Merge branch 'tg/range-diff-output-update'Junio C Hamano3-22/+92
2019-10-15Merge branch 'gs/sq-quote-buf-pretty'Junio C Hamano2-0/+13
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano31-381/+667
2019-10-15Merge branch 'js/trace2-cap-max-output-files'Junio C Hamano11-28/+184
2019-10-15Merge branch 'am/t0028-utf16-tests'Junio C Hamano1-1/+40
2019-10-15Merge branch 'dl/octopus-graph-bug'Junio C Hamano2-27/+308
2019-10-15Merge branch 'en/fast-imexport-nested-tags'Junio C Hamano6-38/+266
2019-10-15Merge branch 'js/azure-pipelines-msvc'Junio C Hamano14-33/+430
2019-10-15Merge branch 'gs/commit-graph-trace-with-cmd'Junio C Hamano1-0/+6
2019-10-15Merge branch 'js/fetch-jobs'Junio C Hamano4-21/+137
2019-10-15Merge branch 'en/merge-recursive-cleanup'Junio C Hamano12-334/+736
2019-10-15remote-curl: use argv_array in parse_push()René Scharfe1-13/+9
2019-10-15column: use utf8_strnwidth() to strip out ANSI color escapesRené Scharfe1-12/+1
2019-10-15http-push: simplify deleting a list itemRené Scharfe1-4/+4
2019-10-15stash: avoid recursive hard reset on submodulesJakob Jarmar3-3/+43
2019-10-14Merge branch 'ka/japanese-translation'Pratyush Yadav1-4/+5
2019-10-14git-gui: improve Japanese translationkdnakt1-4/+5
2019-10-12Merge branch 'py/readme'Pratyush Yadav1-0/+174
2019-10-12git-gui: add a readmePratyush Yadav1-0/+174
2019-10-12format-patch: create leading components of output directoryBert Wesarg4-2/+42
2019-10-12git-compat-util: fix documentation syntaxBeat Bolli1-1/+1
2019-10-12utf8: use ARRAY_SIZE() in git_wcwidth()Beat Bolli1-4/+2
2019-10-12fsmonitor: don't fill bitmap with entries to be removedWilliam Baker3-5/+65
2019-10-12Makefile: respect $(V) in %.cocci.patch targetDenton Liu1-1/+2
2019-10-11pthread.h: manually align parameter listsDenton Liu1-1/+1
2019-10-11t1308-config-set: fix a test that has a typoTanay Abhra1-4/+4
2019-10-11doc(stash): clarify the description of `save`Johannes Schindelin1-2/+3
2019-10-11Eighth batchJunio C Hamano1-0/+30
2019-10-11Merge branch 'dl/rev-list-doc-cleanup'Junio C Hamano1-53/+1
2019-10-11Merge branch 'kt/add-i-progress'Junio C Hamano2-2/+2
2019-10-11Merge branch 'js/stash-apply-in-secondary-worktree'Junio C Hamano2-0/+31
2019-10-11Merge branch 'rs/dedup-includes'Junio C Hamano10-12/+0
2019-10-11Merge branch 'js/range-diff-noprefix'Junio C Hamano2-1/+6
2019-10-11Merge branch 'cb/pcre1-cleanup'Junio C Hamano3-24/+12
2019-10-11Merge branch 'ab/pcre-jit-fixes'Junio C Hamano9-222/+286
2019-10-11Merge branch 'pw/rebase-i-show-HEAD-to-reword'Junio C Hamano5-103/+75
2019-10-11Merge branch 'tk/git-svn-trim-author-name'Junio C Hamano1-0/+4
2019-10-11Merge branch 'bc/object-id-part17'Junio C Hamano31-125/+121
2019-10-11Merge branch 'en/clean-nested-with-ignored'Junio C Hamano6-34/+134
2019-10-10CODE_OF_CONDUCT: mention individual project-leader emailsJeff King1-0/+8
2019-10-10add a Code of Conduct documentJeff King1-0/+85
2019-10-09Seventh batchJunio C Hamano1-0/+20
2019-10-09Merge branch 'rs/test-remove-useless-debugging-cat'Junio C Hamano4-32/+0
2019-10-09Merge branch 'pm/p4-auto-delete-named-temporary'Junio C Hamano1-7/+6
2019-10-09Merge branch 'rs/convert-fix-utf-without-dash'Junio C Hamano1-4/+4