summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Git 2.46.2v2.46.2Junio C Hamano2024-09-232-1/+13
* Merge branch 'ma/test-libcurl-prereq' into maint-2.46Junio C Hamano2024-09-232-3/+5
|\
| * t0211: add missing LIBCURL prereqMartin Ågren2024-09-111-2/+4
| * t1517: add missing LIBCURL prereqMartin Ågren2024-09-111-1/+1
* | Merge branch 'jc/doc-skip-fetch-all-and-prefetch' into maint-2.46Junio C Hamano2024-09-233-8/+13
|\ \
| * | doc: remote.*.skip{DefaultUpdate,FetchAll} stops prefetchJunio C Hamano2024-09-093-8/+13
* | | Merge branch 'bl/trailers-and-incomplete-last-line-fix' into maint-2.46Junio C Hamano2024-09-232-0/+41
|\ \ \
| * | | interpret-trailers: handle message without trailing newlineBrian Lyles2024-09-062-0/+41
| |/ /
* | | Merge branch 'rj/cygwin-has-dev-tty' into maint-2.46Junio C Hamano2024-09-231-0/+1
|\ \ \
| * | | config.mak.uname: add HAVE_DEV_TTY to cygwin config sectionRamsay Jones2024-09-091-0/+1
* | | | Merge branch 'rs/diff-exit-code-fix' into maint-2.46Junio C Hamano2024-09-232-0/+42
|\ \ \ \
| * | | | diff: report dirty submodules as changes in builtin_diff()René Scharfe2024-09-082-0/+23
| * | | | diff: report copies and renames as changes in run_diff_cmd()René Scharfe2024-09-082-0/+19
| | |/ / | |/| |
* | | | Start preparing for Git 2.46.2Junio C Hamano2024-09-173-2/+13
* | | | Merge branch 'jk/ci-linux32-update' into maint-2.46Junio C Hamano2024-09-176-141/+50
|\ \ \ \
| * | | | ci: add Ubuntu 16.04 job to GitLab CIPatrick Steinhardt2024-09-133-1/+16
| * | | | ci: use regular action versions for linux32 jobJeff King2024-09-121-4/+4
| * | | | ci: use more recent linux32 imageJeff King2024-09-122-3/+12
| * | | | ci: unify ubuntu and ubuntu32 dependenciesJeff King2024-09-121-18/+16
| * | | | ci: drop run-docker scriptsJeff King2024-09-122-113/+0
* | | | | Merge branch 'jc/ci-upload-artifact-and-linux32' into maint-2.46Junio C Hamano2024-09-171-6/+0
|\| | | |
| * | | | ci: remove 'Upload failed tests' directories' step from linux32 jobsJunio C Hamano2024-09-101-6/+0
| | |_|/ | |/| |
* | | | Revert "Merge branch 'jc/patch-id' into maint-2.46"Junio C Hamano2024-09-172-112/+21
* | | | Git 2.46.1v2.46.1Junio C Hamano2024-09-142-1/+10
* | | | Merge branch 'rj/compat-terminal-unused-fix' into maint-2.46Junio C Hamano2024-09-141-1/+1
|\ \ \ \
| * | | | compat/terminal: mark parameter of git_terminal_prompt() UNUSEDRamsay Jones2024-09-011-1/+1
| | |/ / | |/| |
* | | | Merge branch 'jc/config-doc-update' into maint-2.46Junio C Hamano2024-09-142-3/+3
|\ \ \ \
| * | | | git-config.1: fix description of --regexp in synopsisJunio C Hamano2024-08-262-2/+2
| * | | | git-config.1: --get-all description updateJunio C Hamano2024-08-261-1/+1
* | | | | Merge branch 'aa/cat-file-batch-output-doc' into maint-2.46Junio C Hamano2024-09-141-3/+3
|\ \ \ \ \
| * | | | | docs: explain the order of output in the batched mode of git-cat-file(1)ahmed akef2024-08-221-3/+3
| |/ / / /
* | | | | Merge branch 'cl/config-regexp-docfix' into maint-2.46Junio C Hamano2024-09-141-1/+1
|\ \ \ \ \
| * | | | | doc: replace 3 dash with correct 2 dash in git-config(1)Celeste Liu2024-08-231-1/+1
* | | | | | Merge branch 'jc/coding-style-c-operator-with-spaces' into maint-2.46Junio C Hamano2024-09-141-1/+10
|\ \ \ \ \ \
| * | | | | | CodingGuidelines: spaces around C operatorsJunio C Hamano2024-08-201-1/+10
* | | | | | | Merge branch 'ps/stash-keep-untrack-empty-fix' into maint-2.46Junio C Hamano2024-09-142-1/+37
|\ \ \ \ \ \ \
| * | | | | | | builtin/stash: fix `--keep-index --include-untracked` with empty HEADPatrick Steinhardt2024-08-162-1/+37
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'ps/index-pack-outside-repo-fix' into maint-2.46Junio C Hamano2024-09-142-0/+48
|\ \ \ \ \ \ \
| * | | | | | | builtin/index-pack: fix segfaults when running outside of a repoPatrick Steinhardt2024-09-042-0/+48
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'jk/free-commit-buffer-of-skipped-commits' into maint-2.46Junio C Hamano2024-09-141-0/+1
|\ \ \ \ \ \ \
| * | | | | | | revision: free commit buffers for skipped commitsJeff King2024-08-301-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Another batch of topics for 2.46.1Junio C Hamano2024-09-121-0/+7
* | | | | | | Merge branch 'jc/grammo-fixes' into maint-2.46Junio C Hamano2024-09-122-2/+2
|\ \ \ \ \ \ \
| * | | | | | | doc: grammofix in git-diff-treeJunio C Hamano2024-08-091-1/+1
| * | | | | | | tutorial: grammofixJunio C Hamano2024-08-091-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'jc/tests-no-useless-tee' into maint-2.46Junio C Hamano2024-09-122-3/+3
|\ \ \ \ \ \ \
| * | | | | | | tests: drop use of 'tee' that hides exit statusJunio C Hamano2024-08-092-3/+3
| |/ / / / / /
* | | | | | | Merge branch 'jc/how-to-maintain-updates' into maint-2.46Junio C Hamano2024-09-121-0/+4
|\ \ \ \ \ \ \
| * | | | | | | howto-maintain: mention preformatted docsJunio C Hamano2024-08-151-0/+4
* | | | | | | | Merge branch 'ps/bundle-outside-repo-fix' into maint-2.46Junio C Hamano2024-09-123-3/+41
|\ \ \ \ \ \ \ \