Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH v1 06/10] packfile: packed_object_info avoids packed_to_object_type, (continued)
- [PATCH v1 07/10] object_info: content_limit only applies to blobs, Eric Wong
- [PATCH v1 08/10] cat-file: batch-command uses content_limit, Eric Wong
- [PATCH v1 09/10] cat-file: batch_write: use size_t for length, Eric Wong
- [PATCH v1 10/10] cat-file: use writev(2) if available, Eric Wong
- Re: [PATCH v1 00/10] cat-file speedups, Patrick Steinhardt
- [PATCH v2 00/10] cat-file speedups, Eric Wong
- [PATCH v2 01/10] packfile: move sizep computation, Eric Wong
- [PATCH v2 02/10] packfile: allow content-limit for cat-file, Eric Wong
- [PATCH v2 03/10] packfile: fix off-by-one in content_limit comparison, Eric Wong
- [PATCH v2 04/10] packfile: inline cache_or_unpack_entry, Eric Wong
- [PATCH v2 05/10] cat-file: use delta_base_cache entries directly, Eric Wong
- [PATCH v2 06/10] packfile: packed_object_info avoids packed_to_object_type, Eric Wong
- [PATCH v2 07/10] object_info: content_limit only applies to blobs, Eric Wong
- [PATCH v2 08/10] cat-file: batch-command uses content_limit, Eric Wong
- [PATCH v2 09/10] cat-file: batch_write: use size_t for length, Eric Wong
- [PATCH v2 10/10] cat-file: use writev(2) if available, Eric Wong
- [Test Breakage 2.46.0-rc0] Test t4135.06 fails on NonStop,
rsbecker
- [Test Breakage 2.46.0-rc0] Test t0021.35 fails on NonStop,
rsbecker
- What's cooking in git.git (Jul 2024, #04; Fri, 12),
Junio C Hamano
- [L10N] Kickoff for Git 2.46.0, Jiang Xin
- [PATCH] doc: clarify post-receive hook behavior,
Justin Tobler
- [PATCH] cmake: fix build of `t-oidtree`,
Johannes Schindelin via GitGitGadget
- [ANNOUNCE] Git v2.46.0-rc0, Junio C Hamano
- [PATCH] show-index: fix uninitialized hash function,
Abhijeet Sonar
- [PATCH 0/4] use the pager in 'add -p',
Rubén Justo
- What's cooking in git.git (Jul 2024, #03; Thu, 11), Junio C Hamano
- rev-list does not output commit metadata (nor honor --format) when --use-bitmap-index is on,
Jullyana Ramos
- [PATCH] git-gui: do not exit upon prepare-commit-msg hook failure,
Anthony Loiseau
- [no subject], Unknown
- Shared bare repository dubious ownership error after 2.40.1-r0,
Mike Lodispoto
- Re: Request to Update OpenSSH Version in Git due to Security Vulnerabilities (CVE-2006-5051, CVE-2024-6387,
Johannes Schindelin
- [PATCH] test-lib: GIT_TEST_SANITIZE_LEAK_LOG enabled by default,
Rubén Justo
- [Tomas Nordin] Re: Unbalanced closing paren in help of git commit, Tomas Nordin
- [PATCH/RFC] http.c: cookie file tightening,
Junio C Hamano
- [PATCH] Documentation: add platform support policy,
Emily Shaffer
- Git installation file not downloading,
Favour Ajao-Rotimi
- What's cooking in git.git (Jul 2024, #02; Mon, 8), Junio C Hamano
- FR: Provide Out-Of-Tree Building; Provide Cross-Compile Parameters,
Nathan Royce
- [PATCH] builtin/push: call set_refspecs after validating remote,
Karthik Nayak
- Git Update for Windows - Cloudflare Direct IP,
Adam Pickett
- [PATCH] var(win32): do report the GIT_SHELL_PATH that is actually used,
Johannes Schindelin via GitGitGadget
- Re: [PATCH] var(win32): do report the GIT_SHELL_PATH that is actually used, Junio C Hamano
- Re: [PATCH] var(win32): do report the GIT_SHELL_PATH that is actually used, Junio C Hamano
- Re: [PATCH] var(win32): do report the GIT_SHELL_PATH that is actually used, Phillip Wood
- [PATCH v2 0/7] var(win32): do report the GIT_SHELL_PATH that is actually used, Johannes Schindelin via GitGitGadget
- [PATCH v2 1/7] run-command: refactor getting the Unix shell path into its own function, Johannes Schindelin via GitGitGadget
- [PATCH v2 2/7] strvec: declare the `strvec_push_nodup()` function globally, Johannes Schindelin via GitGitGadget
- [PATCH v2 3/7] win32: override `fspathcmp()` with a directory separator-aware version, Johannes Schindelin via GitGitGadget
- [PATCH v2 4/7] mingw(is_msys2_sh): handle forward slashes in the `sh.exe` path, too, Johannes Schindelin via GitGitGadget
- [PATCH v2 5/7] run-command(win32): resolve the path to the Unix shell early, Johannes Schindelin via GitGitGadget
- [PATCH v2 6/7] run-command: declare the `git_shell_path()` function globally, Johannes Schindelin via GitGitGadget
- [PATCH v2 7/7] var(win32): do report the GIT_SHELL_PATH that is actually used, Johannes Schindelin via GitGitGadget
- Re: [PATCH v2 0/7] var(win32): do report the GIT_SHELL_PATH that is actually used, Phillip Wood
- [PATCH v3 0/7] var(win32): do report the GIT_SHELL_PATH that is actually used, Johannes Schindelin via GitGitGadget
- [PATCH v3 1/7] run-command: refactor getting the Unix shell path into its own function, Johannes Schindelin via GitGitGadget
- [PATCH v3 2/7] strvec: declare the `strvec_push_nodup()` function globally, Johannes Schindelin via GitGitGadget
- [PATCH v3 3/7] win32: override `fspathcmp()` with a directory separator-aware version, Johannes Schindelin via GitGitGadget
- [PATCH v3 4/7] mingw(is_msys2_sh): handle forward slashes in the `sh.exe` path, too, Johannes Schindelin via GitGitGadget
- [PATCH v3 5/7] run-command(win32): resolve the path to the Unix shell early, Johannes Schindelin via GitGitGadget
- [PATCH v3 6/7] run-command: declare the `git_shell_path()` function globally, Johannes Schindelin via GitGitGadget
- [PATCH v3 7/7] var(win32): do report the GIT_SHELL_PATH that is actually used, Johannes Schindelin via GitGitGadget
- Re: [PATCH v3 0/7] var(win32): do report the GIT_SHELL_PATH that is actually used, Phillip Wood
- Re: [PATCH v3 0/7] var(win32): do report the GIT_SHELL_PATH that is actually used, brian m. carlson
- BUG: "git var GIT_SHELL_PATH" is broken on Windows,
Phillip Wood
- [PATCH] merge-recursive: honor diff.algorithm,
Antonin Delpeuch via GitGitGadget
- [PATCH 0/8] clang-format: add more rules and enable on CI,
Karthik Nayak
- [PATCH 1/8] clang-format: indent preprocessor directives after hash, Karthik Nayak
- [PATCH 2/8] clang-format: avoid spacing around bitfield colon, Karthik Nayak
- [PATCH 3/8] clang-format: ensure files end with newlines, Karthik Nayak
- [PATCH 4/8] clang-format: replace deprecated option with 'SpacesInParens', Karthik Nayak
- [PATCH 5/8] clang-format: avoid braces on simple single-statement bodies, Karthik Nayak
- [PATCH 6/8] clang-format: formalize some of the spacing rules, Karthik Nayak
- [PATCH 7/8] ci: run style check on GitHub and GitLab, Karthik Nayak
- [PATCH 8/8] check-whitespace: detect if no base_commit is provided, Karthik Nayak
- Re: [PATCH 0/8] clang-format: add more rules and enable on CI, Chris Torek
- [PATCH v2 0/8] clang-format: add more rules and enable on CI, Karthik Nayak
- [PATCH v2 1/8] clang-format: indent preprocessor directives after hash, Karthik Nayak
- [PATCH v2 2/8] clang-format: avoid spacing around bitfield colon, Karthik Nayak
- [PATCH v2 3/8] clang-format: ensure files end with newlines, Karthik Nayak
- [PATCH v2 4/8] clang-format: replace deprecated option with 'SpacesInParens', Karthik Nayak
- [PATCH v2 5/8] clang-format: avoid braces on simple single-statement bodies, Karthik Nayak
- [PATCH v2 6/8] clang-format: formalize some of the spacing rules, Karthik Nayak
- [PATCH v2 8/8] check-whitespace: detect if no base_commit is provided, Karthik Nayak
- [PATCH v2 7/8] ci: run style check on GitHub and GitLab, Karthik Nayak
- Re: [PATCH v2 0/8] clang-format: add more rules and enable on CI, Junio C Hamano
- [PATCH v3 0/8] clang-format: add more rules and enable on CI, Karthik Nayak
- [GIT PULL] git-gui pull request,
Johannes Sixt
- Unbalanced closing paren in help of git commit,
Tomas Nordin
- Remove your ZSH completion in favor of the completion script distributed and maintained by ZSH,
Doron Behar
- [PATCH] merge-ort: fix a crash in process_renames,
dgoncharov
- linux git init/clone on Netapp NTFS security style volumes,
github
- [no subject], Unknown
- Should commit-msg hook receive the washed message?,
Sean Allred
- [PATCH] clang-format: include kh_foreach* macros in ForEachMacros, René Scharfe
- [BUG REPORT] git-gui invokes prepare-commit-msg hook incorrectly,
brianmlyles
- [PATCH] config.mak.dev: fix typo when enabling -Wpedantic,
Taylor Blau
- git diff-tree do not honor diff.orderfile config,
Tiago de Bem Natel de Moura
- [PATCH] merge-ort: fix missing early return,
Elijah Newren via GitGitGadget
- [PATCH] t-strvec: use test_msg(),
René Scharfe
- [PATCH] gitweb: rss/atom change published/updated date to committed date,
Jesús Ariel Cabello Mateos
- Losing the file during rebase,
Dmytro Ovdiienko
- Unable to push to git server,
Abraham Zsombor Nagy
- Re: Unable to push to git server, brian m. carlson
[PATCH v3 0/4] Additional FAQ entries,
brian m. carlson
[PATCH] doc: fix the max number of git show-branches shown,
wonda-tea-coffee via GitGitGadget
[GSoC][PATCH 0/5] t: port reftable/merged_test.c to the unit testing framework,
Chandra Pratap
[PATCH 0/2] t/lib-gpg: ensure GNUPGHOME is created as needed,
Todd Zullinger
`git diff`/`git apply` can generate/apply ambiguous hunks (ie. in the wrong place) (just like gnu diff/patch),
Emanuel Czirai
[PATCH] advice: warn when sparse index expands,
Derrick Stolee via GitGitGadget
git crashes in `git commit --patch` with diff.suppressBlankEmpty = true,
Ilya Tumaykin
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]