summaryrefslogtreecommitdiffstats
path: root/Documentation/fsck-msgids.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-26Git 2.44.3v2.44.3Johannes Schindelin3-2/+9
2024-11-26Git 2.43.6v2.43.6Johannes Schindelin3-2/+9
2024-11-26Git 2.42.4v2.42.4Johannes Schindelin3-2/+8
2024-11-26Git 2.41.3v2.41.3Johannes Schindelin3-2/+8
2024-11-26Git 2.40.4v2.40.4Johannes Schindelin3-2/+7
2024-11-26credential: disallow Carriage Returns in the protocol by defaultJohannes Schindelin4-8/+38
2024-11-26credential: sanitize the user promptJohannes Schindelin7-20/+53
2024-11-26credential_format(): also encode <host>[:<port>]Johannes Schindelin4-2/+19
2024-10-30t7300: work around platform-specific behaviour with long paths on MinGWPatrick Steinhardt1-1/+1
2024-10-30compat/regex: fix argument order to calloc(3)Junio C Hamano3-13/+13
2024-10-30mingw: drop bogus (and unneeded) declaration of `_pgmptr`Johannes Schindelin1-1/+0
2024-10-30ci: remove 'Upload failed tests' directories' step from linux32 jobsJunio C Hamano1-6/+0
2024-07-02Yet another batch of post 2.45.2 updates from the 'master' frontJunio C Hamano1-0/+27
2024-06-29More post 2.45.2 updates from the 'master' frontJunio C Hamano2-1/+81
2024-06-20commit: remove find_header_mem()René Scharfe2-19/+2
2024-06-20t5500: fix mistaken $SERVER reference in helper functionJeff King1-1/+1
2024-06-20mingw: drop bogus (and unneeded) declaration of `_pgmptr`Johannes Schindelin1-1/+0
2024-06-20fetch-pack: fix segfault when fscking without --lock-packJeff King2-1/+13
2024-06-12commit-graph: increment progress indicatorDerrick Stolee2-2/+2
2024-06-10__attribute__: add a few missing format attributesJunio C Hamano3-0/+3
2024-06-10__attribute__: mark some functions with LAST_ARG_MUST_BE_NULLJunio C Hamano4-0/+5
2024-06-10__attribute__: remove redundant attribute declaration for git_die_config()Junio C Hamano1-1/+0
2024-06-10__attribute__: trace2_region_enter_printf() is like "printf"Junio C Hamano2-1/+3
2024-06-08worktree_git_path(): move the declaration to path.hJunio C Hamano3-8/+10
2024-06-08doc: interactive.singleKey is disabled by defaultDragan Simic1-4/+4
2024-06-06ci: fix check for Ubuntu 20.04Patrick Steinhardt1-1/+1
2024-06-05attr.tree: HEAD:.gitattributes is no longer the default in a bare repoJunio C Hamano1-3/+2
2024-06-05dir.c: reduce max pattern file size to 100MBJeff King3-2/+28
2024-06-01dir.c: skip .gitignore, etc larger than INT_MAXJeff King1-0/+14
2024-05-31macOS: ls-files path fails if path of workdir is NFDTorsten Bögershausen2-2/+39
2024-05-31Git 2.39.5v2.39.5Junio C Hamano3-2/+28
2024-05-30rebase -i: improve error message when picking mergePhillip Wood5-2/+110
2024-05-30rebase -i: pass struct replay_opts to parse_insn_line()Phillip Wood5-29/+44
2024-05-29safe.directory: allow "lead/ing/path/*" matchJunio C Hamano3-8/+32
2024-05-27difftool: add env vars directly in run_file_diff()René Scharfe1-8/+4
2024-05-23Revert "fsck: warn about symlink pointing inside a gitdir"Junio C Hamano4-117/+0
2024-05-23setup: fix bug with "includeIf.onbranch" when initializing dirPatrick Steinhardt2-19/+108
2024-05-22chainlint.pl: latch CPU count directly reported by /proc/cpuinfoEric Sunshine1-0/+3
2024-05-22chainlint.pl: fix incorrect CPU count on Linux SPARCJohn Paul Adrian Glaubitz1-1/+1
2024-05-21Revert "Add a helper function to compare file contents"Johannes Schindelin4-123/+0
2024-05-21clone: drop the protections where hooks aren't runJohannes Schindelin3-96/+1
2024-05-21tests: verify that `clone -c core.hooksPath=/dev/null` works againJohannes Schindelin1-0/+7
2024-05-21Revert "core.hooksPath: add some protection while cloning"Johannes Schindelin2-27/+1
2024-05-21init: use the correct path of the templates directory againJohannes Schindelin1-1/+1
2024-05-21hook: plug a new memory leakJohannes Schindelin1-1/+3
2024-05-21ci: stop installing "gcc-13" for osx-gccJeff King1-1/+0
2024-05-21ci: avoid bare "gcc" for osx-gcc jobJeff King1-1/+1
2024-05-21ci: drop mention of BREW_INSTALL_PACKAGES variableJeff King1-2/+0
2024-05-21send-email: avoid creating more than one Term::ReadLine objectJeff King2-7/+16
2024-05-21send-email: drop FakeTerm hackJeff King1-20/+2