Skip to content

Rebase to v2.19.0 rc0 #1799

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1,270 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1270 commits
Select commit Hold shift + click to select a range
1729574
Win32: implement stat() with symlink support
kblees May 15, 2015
42b6fab
Win32: remove separate do_lstat() function
kblees May 11, 2015
6b2e5f3
Win32: let mingw_lstat() error early upon problems with reparse points
kblees May 23, 2015
b627d06
Win32: teach fscache and dirent about symlinks
dscho Jan 10, 2017
da92ecd
Win32: lstat(): return adequate stat.st_size for symlinks
kblees May 15, 2015
12ea913
Win32: factor out retry logic
kblees May 19, 2015
83318e6
Win32: change default of 'core.symlinks' to false
kblees May 23, 2015
6f6cee6
Win32: add symlink-specific error codes
kblees May 15, 2015
44a41ee
Win32: mingw_unlink: support symlinks to directories
kblees May 23, 2015
c9d561b
Win32: mingw_rename: support renaming symlinks
kblees May 19, 2015
61ea65f
Win32: mingw_chdir: change to symlink-resolved directory
kblees May 23, 2015
3076b2a
Win32: implement readlink()
kblees May 23, 2015
8bcb951
Win32: implement basic symlink() functionality (file symlinks only)
kblees May 23, 2015
7975b74
Win32: symlink: add support for symlinks to directories
kblees May 23, 2015
71edc89
mingw: keep trailing slashes for _wchdir() and readlink()
dscho Jun 19, 2015
dcaf9c9
The stat() function should be independent of core.symlinks
lchiocca Jun 22, 2015
5e03135
Win32: replace MSVCRT's fstat() with a Win32-based implementation
kblees Sep 25, 2015
dcf8813
Win32: implement nanosecond-precision file times
kblees Sep 26, 2015
1d8166c
msvc: fix dependencies of compat/msvc.c
dscho Oct 20, 2016
1ebbfe9
msvc: ignore VS2015 trash files
jeffhostetler Jun 3, 2016
7623172
msvc: add NuGet scripts for building with VS2015
jeffhostetler Jun 3, 2016
9d4b2e7
msvc: update compile helper for VS2015
jeffhostetler Jun 3, 2016
ec45bfe
msvc: update Makefile and compiler settings for VS2015
jeffhostetler Jun 3, 2016
1252883
msvc: include sigset_t definition
Apr 21, 2016
4800fe8
msvc: define O_ACCMODE
Apr 21, 2016
a9e82ca
msvc: fix the declaration of the _REPARSE_DATA_BUFFER structure
Apr 22, 2016
c8f8a43
msvc: convert environment from/to UTF-16 on the fly
jeffhostetler Jun 3, 2016
44ce552
msvc: mark a variable as non-const
jeffhostetler Jun 3, 2016
fab0ab9
msvc: do not pretend to support all signals
jeffhostetler Jun 3, 2016
4e2e27f
msvc: provide a main() wrapper similar to mingw_main()
dscho Jan 10, 2017
57dfb70
msvc: do not re-declare the timespec struct
jeffhostetler Jun 3, 2016
ef74893
msvc: define ftello()
jeffhostetler Jun 3, 2016
1cac932
msvc: fix detect_msys_tty()
dscho Jan 10, 2017
4d9789d
cache-tree.c: avoid reusing the DEBUG constant
jeffhostetler Jun 3, 2016
e0995f4
msvc: release mode PDBs and library DLLs
jeffhostetler Jun 9, 2016
e56748b
msvc: respect the quiet-by-default output
dscho Oct 14, 2016
4fe5d02
msvc: use OpenSSL's SHA-1 routines
jeffhostetler Oct 12, 2016
aae282f
msvc: use libiconv
dscho Oct 20, 2016
1c4ea73
msvc: work around iconv() not setting errno
dscho Oct 21, 2016
87c506a
t7800: fix quoting
dscho Oct 23, 2016
12c56d8
vs2015: turn on optimize-for-speed in release build
jeffhostetler Nov 8, 2016
f715b88
vs2015: teach 'make clean' to delete PDBs
jeffhostetler Nov 8, 2016
8f558af
vs2015: remove todo list item from README_vs2015.txt
jeffhostetler Nov 8, 2016
66f680c
compat/vcbuild: possibly reuse Git for Windows' SDK's NuGet
dscho Nov 9, 2016
ef8ecdf
obstack: fix compiler warning
dscho Oct 27, 2016
05beb75
terminal.c: guard the inclusion of inttypes.h
dscho Oct 27, 2016
17c23c5
Ensure that bin-wrappers/* targets adds `.exe` if necessary
dscho Nov 25, 2016
291bf04
.gitignore: improve MSVC ignore patterns
Jul 19, 2015
007ffca
windows: clarify the need for invalidcontinue.obj
dscho Nov 29, 2016
846b5d8
.gitignore: ignore library directories created by MSVC VS2008 buildsy…
Feb 23, 2015
0288256
t5505,t5516: create .git/branches/ when needed
dscho Nov 30, 2016
792173b
.gitignore: ignore Visual Studio's temporary/generated files
dscho Oct 25, 2016
322d2fa
contrib/buildsystems: fix misleading error message
Jul 19, 2015
34e9a12
contrib/buildsystems: handle quoted spaces in filenames
Jul 19, 2015
bdcbfa2
contrib/buildsystems: ignore gettext stuff
Feb 9, 2015
db0c730
contrib/buildsystems: redirect errors of the dry run into a log file
Jul 19, 2015
6882854
contrib/buildsystems: handle the curl library option
May 4, 2016
f3ef9fe
contrib/buildsystems: ignore irrelevant files in Generators/
dscho Oct 26, 2016
3b28bc2
contrib/buildsystems: handle libiconv, too
dscho Oct 27, 2016
0595cc7
contrib/buildsystems: optionally capture the dry-run in a file
Jul 16, 2015
515203b
contrib/buildsystems: handle options starting with a slash
dscho Oct 27, 2016
60e0868
contrib/buildsystems: support modern Visual Studio project definitions
dscho Oct 26, 2016
35b64d5
contrib/buildsystems: make 'Restore NuGet Packages' work in Visual St…
dscho Nov 5, 2016
ef356be
Vcproj.pm: remove duplicate GUID
Jul 13, 2015
66b06f9
Vcproj.pm: list git.exe first to be startup project
Jul 19, 2015
ebee596
Vcproj.pm: provide more GUIDs
Apr 6, 2016
517556e
Vcproj.pm: do not configure VCWebServiceProxyGeneratorTool
dscho Oct 25, 2016
f3375ac
Vcproj.pm: urlencode '<' and '>' when generating VC projects
dscho Oct 25, 2016
c126ed1
msvc: add No_SafeExceptionHandler option
Jul 19, 2015
46136fe
msvc: do not include inttypes.h
Apr 22, 2016
8476152
msvc: add pragmas for common warnings
May 4, 2016
f9db179
msvc: tell Visual Studio where we expect NuGet packages to be unpacked
dscho Nov 5, 2016
b0894d1
msvc: ignore .dll files copied into the top-level directory
dscho Nov 8, 2016
f5736dc
msvc: ignore incremental compile output
dscho Nov 8, 2016
ea25c9f
msvc: fix `make test` without having to play PATH games
dscho Nov 3, 2016
3c86ef8
msvc: add a Makefile target to pre-generate the VS solution
dscho Nov 28, 2016
9c4d5e6
Merge 'misc-vs-fixes' into HEAD
dscho Jun 8, 2018
4320a20
Merge 'no-dashed-invocation' into HEAD
dscho Jun 8, 2018
532b858
msvc: avoid debug assertion windows in Debug Mode
dscho Nov 30, 2016
679a926
Support Vagrant: quick & easy Linux virtual machine setup
dscho May 25, 2015
973dc0f
Merge pull request #156 from kblees/kb/symlinks
dscho Jun 8, 2018
9fbf5c4
Merge pull request #443 from kblees/kb/nanosecond-file-times-v2.5.3
dscho Jun 8, 2018
16e755e
Merge 'mingw-getcwd' into HEAD
dscho Jun 8, 2018
9370332
Merge branch 'program-data-config'
dscho Jun 8, 2018
6f787c5
Merge pull request #305 from dscho/msysgit_issues_182
dscho Jun 8, 2018
5292f9f
Merge pull request #773 from jeffhostetler/vs2015
dscho Jun 8, 2018
091676a
Merge pull request #552 from duncansmart/fix-vcproj-gen
dscho Jun 8, 2018
f4e7cad
Merge 'aslr' into HEAD
dscho Jun 8, 2018
520ddeb
Merge branch 'clean-long-paths'
dscho Jun 8, 2018
5d66b20
Merge pull request #677 from yaras/fix-git-675
dscho Jun 8, 2018
cd8f079
Merge branch 'spawn-with-spaces'
dscho Jun 8, 2018
7eed22d
Merge 'release-gc-repack' into HEAD
dscho Jun 8, 2018
6b59921
Merge pull request #797 from glhez/master
dscho Jun 8, 2018
02a2d85
Merge branch 'status-no-lock-index'
dscho Jun 8, 2018
ff685ec
Merge branch 'unhidden-git'
dscho Jun 8, 2018
54635db
Unbreak interactive GPG prompt upon signing
dscho Sep 6, 2016
3729a73
Merge branch 'reset-stdin'
dscho Jun 8, 2018
abb0cc8
Merge pull request #938 from virtuald/patch-1
dscho Jun 8, 2018
7e64d6e
mingw: make readlink() independent of core.symlinks
dscho Nov 16, 2016
0016346
Merge pull request #971 from jeffhostetler/jeffhostetler/add_preload_…
dscho Jun 8, 2018
53c6833
Merge branch 'visual-studio'
dscho Jun 8, 2018
041b895
Merge 'misc-vs-fixes-extra' into HEAD
dscho Jun 8, 2018
5ffbdda
Merge pull request #159 from dscho/vagrant
dscho Jun 8, 2018
afbbd01
Merge pull request #1003 from shoelzer/master
dscho Jun 8, 2018
e33153b
Merge pull request #996 from jeffhostetler/jeffhostetler/register_ren…
dscho Jun 8, 2018
d0b32e2
t9116: work around hard-to-debug hangs
dscho Jan 11, 2017
e090cf3
t9001: work around hard-to-debug hangs
dscho Jan 11, 2017
14b9fc1
Merge branch 'test-unc-alternates'
dscho Jun 8, 2018
c795274
Merge pull request #1032 from max630/gitgui_GIT_GIT_unset
dscho Jun 8, 2018
861db49
Merge pull request #994 from jeffhostetler/jeffhostetler/fscache_nfd
dscho Jun 8, 2018
8866db1
mingw: ensure valid CTYPE
dscho Feb 21, 2017
3b30d71
mingw: make is_hidden tests in t0001/t5611 more robust
dscho Feb 21, 2017
e24f636
mingw: fix isatty() after dup2()
dscho Mar 2, 2017
e4ccd7a
Merge 'case-insensitive-abspath' into HEAD
dscho Jun 8, 2018
d6c1ab7
mingw: kill child processes in a gentler way
dscho May 17, 2017
bc79419
Merge branch 'drive-prefix'
dscho Jun 8, 2018
698289c
Merge pull request #1170 from dscho/mingw-kill-process
dscho Jun 8, 2018
68a06ba
mingw: try to create symlinks without elevated permissions
dscho May 30, 2017
e0848c7
setup_git_directory(): handle UNC paths correctly
dscho May 29, 2017
4b646af
Merge pull request #1188 from dscho/unprivileged-symlinks
dscho Jun 8, 2018
2454db7
mingw: use proper quoting of the tr argument in t5580
dscho Jun 19, 2017
af5f2ac
mingw (t5580): document bug when cloning from backslashed UNC paths
dscho Jun 19, 2017
6f3c62b
mingw: special-case arguments to `sh`
dscho Jun 19, 2017
bf928bd
Merge branch 'unc-path-w-backslashes'
dscho Jun 8, 2018
e95623b
t5580: test cloning without file://, test fetching via UNC paths
dscho Jul 13, 2017
36cad65
do_git_config_sequence(): fall back to git_dir if commondir is NULL
dscho Jul 13, 2017
3a3f01f
Merge branch 'bw/config-h'
dscho Jun 8, 2018
4e887fd
mingw: change core.fsyncObjectFiles = 1 by default
dscho Sep 4, 2017
c69352b
http: when using Secure Channel, ignore sslCAInfo by default
dscho Jun 14, 2018
d6e2c2a
tests: fix GIT_TEST_INSTALLED's PATH to include t/helper/
dscho Jul 21, 2017
dc8f780
transport-helper: prefer Git's builtins over dashed form
dscho Jul 19, 2017
b4eb7ed
Merge branch 'http-ssl-backend'
dscho Jun 8, 2018
41e5e93
mingw: explicitly specify with which cmd to prefix the cmdline
dscho Jul 20, 2017
97c51dc
mingw: when path_lookup() failed, try BusyBox
dscho Jul 20, 2017
4b95fa5
test-run-command: learn to run (parts of) the testsuite
dscho Jul 18, 2017
28603a7
test-lib: avoid unnecessary Perl invocation
dscho Aug 5, 2017
a3f4486
tests: replace mingw_test_cmp with a helper in C
dscho Jun 7, 2018
ae10ea2
test-tool: learn to act as a drop-in replacement for `iconv`
dscho Jul 20, 2017
02a9302
tests(mingw): if `iconv` is unavailable, use `test-helper --iconv`
dscho Jul 20, 2017
b69ab23
tests: do not require Git to be built when testing an installed Git
dscho Aug 4, 2017
d1735d6
tests: respect GIT_TEST_INSTALLED when initializing repositories
dscho Jul 19, 2017
ad7e4ab
t/lib-gettext:test installed git-sh-i18n if GIT_TEST_INSTALLED is set
dscho Jul 18, 2017
8df9c87
tests: use t/diff-lib/* consistently
dscho Aug 5, 2017
49e34be
tests: move test PNGs into t/diff-lib/
dscho Aug 5, 2017
07a1cf7
tests: only override sort & find if there are usable ones in /usr/bin/
dscho Jul 17, 2017
622ebf8
tests: use the correct path separator with BusyBox
dscho Jul 17, 2017
65db933
mingw: only use Bash-ism `builtin pwd -W` when available
dscho Jun 29, 2017
8a66f47
tests (mingw): remove Bash-specific pwd option
dscho Jun 30, 2017
eafbced
test-lib: add BUSYBOX prerequisite
dscho Jul 19, 2017
2c9cf12
t0021: use Windows path when appropriate
dscho Aug 4, 2017
c1d53fb
t1300: mark all test cases with funny filenames as !MINGW
dscho Jul 3, 2017
ecf09c4
t4124: avoid using "normal" diff mode
dscho Jul 5, 2017
ff1b2e7
t5003: use binary file from t/diff-lib/
dscho Aug 5, 2017
516d8f0
t5003: skip `unzip -a` tests with BusyBox
dscho Jul 5, 2017
6acd6ed
t5532: workaround for BusyBox on Windows
dscho Jul 21, 2017
7e71c66
t5605: special-case hardlink test for BusyBox-w32
dscho Jul 21, 2017
16d6180
t5813: allow for $PWD to be a Windows path
dscho Jul 5, 2017
61f9965
t7063: when running under BusyBox, avoid unsupported find option
dscho Jul 19, 2017
ff9694c
t9200: skip tests when $PWD contains a colon
dscho Jul 7, 2017
b1d20f8
t9350: skip ISO-8859-1 test when the environment is always-UTF-8
dscho Jul 8, 2017
a8b3ba4
mingw: add a Makefile target to copy test artifacts
dscho Jul 19, 2017
daec2cc
Merge branch 'busybox-w32'
dscho Jun 8, 2018
adab149
mingw: support UNC in git clone file://server/share/repo
tboegi Aug 15, 2017
ad514e4
Merge pull request #1214 from rongjiecomputer/master
dscho Jun 8, 2018
cda5580
MSVC Build: Support VS2017 command line compiler tools
jeffhostetler Aug 17, 2017
f466436
Merge branch 'file-url-to-unc-path'
dscho Jun 8, 2018
b2364c2
packages.config: remove v120 and x86 versions
jeffhostetler Sep 15, 2017
59d8afc
Merge pull request #1302 from jeffhostetler/vs2017_vcxproj
dscho Jun 8, 2018
eae558a
vcxproj.pm: fix AdditionalDependencies
jeffhostetler Sep 15, 2017
30e3f92
Merge pull request #1273 from jeffhostetler/jeffhostetler/vs2017
dscho Jun 8, 2018
25d1b3c
git-gui--askyesno: fix funny text wrapping
dscho Sep 20, 2017
13fa626
git-gui--askyesno: allow overriding the window title
dscho Sep 20, 2017
a22ccff
git-gui--askyesno (mingw): use Git for Windows' icon, if available
dscho Sep 20, 2017
24bc4a5
Merge branch 'git-gui-askyesno'
dscho Jun 8, 2018
d5bad08
mingw: avoid infinite loop in rename()
dscho Sep 25, 2017
1c31ef1
diff: munmap() file contents before running external diff
dscho Oct 5, 2017
a26b929
mingw: use CreateHardLink directly
max630 Oct 27, 2017
001df95
Fix .git/ discovery at the root of UNC shares
dscho Oct 13, 2017
131231b
Merge pull request #1334 from max630/mingw-direct-CreateHardLinkW
dscho Jun 8, 2018
6221b5c
dir.c: make add_excludes aware of fscache during status
jeffhostetler Nov 1, 2017
8cea276
msvc: fix `make MSVC=1 install`
dscho Oct 31, 2017
10ccddc
contrib/buildsystems: error out on unknown option
dscho Dec 4, 2017
9d49f7d
status: reinstate --show-ignored-directory as a deprecated option
dscho Nov 9, 2017
b4eaee0
contrib/buildsystems: redirect stderr into the correct directory
dscho Dec 4, 2017
0fdb8c7
status: verify that --show-ignored-directory prints a warning
dscho Nov 9, 2017
1c6a5aa
Merge pull request #1344 from jeffhostetler/perf_add_excludes_with_fs…
dscho Jun 8, 2018
598de47
Mark .bat files as requiring CR/LF endings
dscho Nov 28, 2017
9f9d35a
vcpkg: get MSVC dependencies with vcpkg rather than nuget
jeffhostetler Sep 19, 2017
e785131
msvc: cleanup obsolete nuget files
jeffhostetler Sep 19, 2017
bd6f46f
msvc: get rid of the MSVC_DEPS variable
jeffhostetler Sep 19, 2017
1c4b626
vcxproj: let vcs-svn depend on libgit
dscho Nov 29, 2017
4f4faa8
vcxproj: do not use &quot; unnecessarily
dscho Nov 29, 2017
86cee99
vcxproj: automatically initialize the vcpkg system
dscho Nov 28, 2017
cf40bf2
vcxproj: move `vcxproj` target outside the MSVC block
dscho Dec 5, 2017
3b32709
Allow `make vcxproj` without initializing vcpkg
dscho Dec 1, 2017
cea89a6
vcxproj: also link-or-copy builtins
dscho Dec 19, 2017
4360d26
Makefile: add third-party DLLs to install target
jeffhostetler Dec 8, 2017
fa63285
Merge pull request #1354 from dscho/phase-out-show-ignored-directory-…
dscho Jun 8, 2018
dbb2dd8
fscache: make fscache_enabled() public
jeffhostetler Dec 20, 2017
9222690
dir.c: regression fix for add_excludes with fscache
jeffhostetler Dec 20, 2017
3c8ec32
mingw: ensure that core.longPaths is handled *always*
dscho Aug 29, 2017
3f25f58
Merge pull request #1304 from jeffhostetler/vs2017_vcpkg
dscho Jun 8, 2018
ba4b075
Merge pull request #1407 from jeffhostetler/regression_1392
dscho Jun 8, 2018
612d38a
Merge branch 'core-longpaths-everywhere'
dscho Jun 8, 2018
dc6863e
Merge branch 'fsync-object-files-always'
dscho Jun 8, 2018
de8cd80
fetch-pack.c: enable fscache for stats under .git/objects
Nov 22, 2017
12e9479
Merge pull request #1426 from atetubou/fetch_pack
dscho Jun 8, 2018
72ecb90
checkout.c: enable fscache for checkout again
Jan 30, 2018
71dae23
mingw: demonstrate that all file handles are inherited by child proce…
dscho Jan 26, 2018
04a0530
compat/poll: prepare for targeting Windows Vista
dscho Jan 25, 2018
f48ba47
mingw: set _WIN32_WINNT explicitly for Git for Windows
dscho Jan 25, 2018
07e7f81
mingw: bump the minimum Windows version to Vista
dscho Jan 25, 2018
864ff92
mingw: spawned processes need to inherit only standard handles
dscho Feb 7, 2018
c81b577
mingw: spawned processes need to inherit only standard handles
dscho Jan 26, 2018
182294f
Merge branch 'inherit-only-stdhandles'
dscho Jun 8, 2018
4409c16
add --edit: truncate the patch file
dscho Feb 12, 2018
a22b6b5
mingw (git_terminal_prompt): work around BusyBox & WSL issues
dscho Feb 23, 2018
368d18f
buildsystems(vcxproj): auto-generate GUIDs
dscho Feb 16, 2018
b32b4ca
mingw (git_terminal_prompt): do fall back to CONIN$/CONOUT$ method
dscho Feb 23, 2018
974fbaf
buildsystems(Vcproj): auto-generate GUIDs
dscho Feb 16, 2018
1bb3440
.github: Add configuration for the Sentiment Bot
dscho Feb 20, 2018
730a16c
mingw (git_terminal_prompt): turn on echo explictly
dscho Feb 23, 2018
eb0f389
Merge branch 'fix-vcxproj-generation'
dscho Jun 8, 2018
4676d56
CODE_OF_CONDUCT: Rename CONTRIBUTING.md to CODE_OF_CONDUCT.md
derrickstolee Mar 1, 2018
2a5476e
Merge branch 'fix-terminal-prompt'
dscho Jun 8, 2018
9b7c2a1
CONTRIBUTING.md: add guide for first-time contributors
derrickstolee Mar 1, 2018
7ab8a76
Merge pull request #1468 from atetubou/fscache_checkout_flush
dscho Jun 8, 2018
403fac7
setup_git_directory(): handle UNC root paths correctly
dscho Mar 2, 2018
2b8d569
Merge pull request #1529 from derrickstolee/contributing
dscho Jun 8, 2018
16e3e06
Document how $HOME is set on Windows
alejandro5042 Mar 9, 2018
e5cb776
Merge branch 'fix-unc-buffer-overflow'
dscho Jun 8, 2018
07bd152
mingw: introduce code to detect whether we're inside a Windows container
ZCube Apr 23, 2018
aed208f
mingw: when running in a Windows container, try to rename() harder
ZCube Apr 23, 2018
d0704be
mingw: move the file_attr_to_st_mode() function definition
ZCube Apr 23, 2018
71c8b14
mingw: really handle SIGINT
dscho Apr 22, 2018
92fb216
Merge pull request #1548 from alejandro5042/master
dscho Jun 8, 2018
f14fd6c
mingw: Windows Docker volumes are *not* symbolic links
dscho Apr 23, 2018
dc9551f
Merge branch 'ctrl-c'
dscho Jun 8, 2018
ff22f8c
Merge pull request #1645 from ZCube/master
dscho Jun 8, 2018
f6e2aa3
vcxproj: change build logic
telezhnaya May 15, 2018
9720ad3
Merge pull request #1679 from telezhnaya/win
dscho Jun 8, 2018
b75d84e
find_vs_env.bat: Fix bin dir path used by msys
jeffhostetler Jul 25, 2018
047fae1
CONTRIBUTING.md: add an extra example
prertik Jul 2, 2018
2f2ca44
Merge pull request #1766 from jeffhostetler/gfw-msvc-bin-dir
jeffhostetler Jul 25, 2018
f9c1a9c
Merge pull request #1788 from gitster/bb/pedantic
jamill Aug 9, 2018
b645067
squash! Win32: teach fscache and dirent about symlinks
dscho Aug 22, 2018
4b8e2b6
squash! The stat() function should be independent of core.symlinks
dscho Aug 22, 2018
6a00f9c
squash! msvc: provide a main() wrapper similar to mingw_main()
dscho Aug 22, 2018
52cf950
squash! msvc: fix detect_msys_tty()
dscho Aug 22, 2018
17def45
fixup! tests: move test PNGs into t/diff-lib/
dscho Aug 23, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*.perl eol=lf diff=perl
*.pl eof=lf diff=perl
*.pm eol=lf diff=perl
*.png binary
*.py eol=lf diff=python
*.bat eol=crlf
/Documentation/git-*.txt eol=lf
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,14 @@
/git-pull
/git-push
/git-quiltimport
/git-range-diff
/git-read-tree
/git-rebase
/git-rebase--am
/git-rebase--helper
/git-rebase--interactive
/git-rebase--merge
/git-rebase--preserve-merges
/git-receive-pack
/git-reflog
/git-remote
Expand Down Expand Up @@ -242,6 +244,7 @@
/config.mak.autogen
/config.mak.append
/configure
/.vscode/
/tags
/TAGS
/cscope*
Expand Down
11 changes: 10 additions & 1 deletion .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ Chris Wright <[email protected]> <[email protected]>
Cord Seele <[email protected]> <[email protected]>
Christian Couder <[email protected]> <[email protected]>
Christian Stimming <[email protected]> <[email protected]>
Christopher Díaz Riveros <[email protected]> Christopher Diaz Riveros
Csaba Henk <[email protected]> <[email protected]>
Dan Johnson <[email protected]>
Dana L. How <[email protected]> <[email protected]>
Dana L. How <[email protected]> Dana How
Daniel Barkalow <[email protected]>
Daniel Knittl-Frank <[email protected]> knittl
Daniel Trstenjak <[email protected]> <[email protected]>
Daniel Trstenjak <[email protected]> <[email protected]>
David Brown <[email protected]> <[email protected]>
Expand All @@ -57,6 +59,7 @@ Eric S. Raymond <[email protected]>
Eric Wong <[email protected]> <[email protected]>
Erik Faye-Lund <[email protected]> <[email protected]>
Eyvind Bernhardsen <[email protected]> <[email protected]>
Fangyi Zhou <[email protected]> Zhou Fangyi
Florian Achleitner <[email protected]> <[email protected]>
Franck Bui-Huu <[email protected]> <[email protected]>
Frank Lichtenheld <[email protected]> <[email protected]>
Expand Down Expand Up @@ -86,6 +89,8 @@ Jason McMullan <[email protected]>
Jason Riedy <[email protected]> <[email protected]>
Jason Riedy <[email protected]> <[email protected]>
Jay Soffian <[email protected]> <[email protected]>
Jean-Noël Avila <[email protected]> Jean-Noel Avila
Jean-Noël Avila <[email protected]> Jean-Noël AVILA
Jeff King <[email protected]> <[email protected]>
Jeff Muizelaar <[email protected]> <[email protected]>
Jens Axboe <[email protected]> <[email protected]>
Expand Down Expand Up @@ -149,6 +154,7 @@ Matt Draisey <[email protected]> <[email protected]>
Matt Kraai <[email protected]> <[email protected]>
Matt McCutchen <[email protected]> <[email protected]>
Matthias Kestenholz <[email protected]> <[email protected]>
Matthias Rüster <[email protected]> Matthias Ruester
Matthias Urlichs <[email protected]> <smurf@kiste.(none)>
Matthias Urlichs <[email protected]> <[email protected]>
Michael Coleman <[email protected]>
Expand Down Expand Up @@ -213,6 +219,8 @@ Sean Estabrooks <[email protected]>
Sebastian Schuberth <[email protected]> <[email protected]>
Seth Falcon <[email protected]> <[email protected]>
Shawn O. Pearce <[email protected]>
Wei Shuyu <[email protected]> Shuyu Wei
Sidhant Sharma <[email protected]> Sidhant Sharma [:tk]
Simon Hausmann <[email protected]> <[email protected]>
Simon Hausmann <[email protected]> <[email protected]>
Stefan Beller <[email protected]> <[email protected]>
Expand Down Expand Up @@ -253,7 +261,8 @@ Uwe Kleine-König <[email protected]> <[email protected]
Uwe Kleine-König <[email protected]> <[email protected]>
Uwe Kleine-König <[email protected]> <[email protected]>
Ville Skyttä <[email protected]> <[email protected]>
Vitaly "_Vi" Shukela <[email protected]>
Vitaly "_Vi" Shukela <[email protected]> <[email protected]>
Vitaly "_Vi" Shukela <[email protected]> Vitaly _Vi Shukela
W. Trevor King <[email protected]> <[email protected]>
William Pursell <[email protected]>
YONETANI Tomokazu <[email protected]> <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions Documentation/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ cmds-*.txt
mergetools-*.txt
manpage-base-url.xsl
SubmittingPatches.txt
tmp-doc-diff/
1 change: 1 addition & 0 deletions Documentation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ TECH_DOCS += technical/long-running-process-protocol
TECH_DOCS += technical/pack-format
TECH_DOCS += technical/pack-heuristics
TECH_DOCS += technical/pack-protocol
TECH_DOCS += technical/partial-clone
TECH_DOCS += technical/protocol-capabilities
TECH_DOCS += technical/protocol-common
TECH_DOCS += technical/protocol-v2
Expand Down
Loading