Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH v2 2/3] sparse-checkout: check commit_lock_file when writing patterns, (continued)
- git untracks my files,
russell thamm
- `git fetch <remote> <refspec>…` <refspec (without dst)>s are mapped by other <refspec (with dst)> resulting in extra remote tracking branches, Han Jiang
- `git log FETCH_HEAD` only logs whatever happens to be the first among the fetched refs (instead of all the fetched refs),
Han Jiang
- [PATCH] remote: prefetch config,
Shubham Kanodia via GitGitGadget
- git log alias with --all and --exclude,
Rene Kita
- `git fetch --refmap=<refspec>… <repository> <refspec>…` providing NON-empty <refspec> to the --refmap ALSO causes Git to ignore the configured refspecs,
Han Jiang
- `git remote prune <remote>…` (equivalent to git fetch --prune <remote> except that no new references will be fetched) ignores `fetch.pruneTags` (and `git fetch --dry-run` prints same tag twice), Han Jiang
- `git remote show <name>…` does not show all branches capable of `git push` when `push.default=upstream` and behaves as if `push.default=simple`, Han Jiang
- What's cooking in git.git (Sep 2024, #01; Tue, 3),
Junio C Hamano
- `git remote set-url <remote> <newurl> [<oldurl>]` fails to set first url when multiple urls are selected, Han Jiang
- [filter-repo PATCH]: add --callbacks option to load many callbacks from one file,
Zack Weinberg
- Adding a custom submit tool to git p4, faust1002
- [ANNOUNCE] git-scm.com running on heroku-24,
Taylor Blau
- Bug in "git diff" exit code with submodule and `--submodule=log`,
David Hull
- Is it possible to resume download on single file.,
tao lv
- word-diff-regex=. sometimes ignores newlines,
高橋全 (Tamo)
- `git remote set-branches (without --add) <name> <branch>…` does not add refspecs to `remote.<remote>.fetch` when `remote.<remote>.fetch` does not exist,
Han Jiang
- Ask for feature on git,
Loredana Tralli
- [RFC PATCH] config.mak.uname: add HAVE_DEV_TTY to cygwin config section,
Ramsay Jones
- git-http-backend errors under IIS, forums
- git svn, Aaron Gray
- [PATCH 0/2] refs/files: use heuristic to decide whether to repack with `--auto`,
Patrick Steinhardt
- [PATCH 0/4] Support server option from configuration,
blanet via GitGitGadget
[PATCH 4/4] builtin/ls-remote.c: recognize fetch.serverOption configuration, Xing Xin via GitGitGadget
Re: [PATCH 0/4] Support server option from configuration, Patrick Steinhardt
[PATCH v2 0/5] Support server option from configuration, blanet via GitGitGadget
[PATCH] Documentation/BreakingChanges: announce removal of git-pack-redundant(1),
Patrick Steinhardt
[PATCH] mergetools: vscode: new tool,
Alex Henrie
[ANNOUNCE] Git Rev News edition 114, Christian Couder
[no subject], Unknown
[PATCH 0/4] hash.h: support choosing a separate SHA-1 for non-cryptographic uses,
Taylor Blau
- [PATCH 1/4] sha1: do not redefine `platform_SHA_CTX` and friends, Taylor Blau
- [PATCH 2/4] hash.h: scaffolding for _fast hashing variants, Taylor Blau
- [PATCH 3/4] Makefile: allow specifying a SHA-1 for non-cryptographic uses, Taylor Blau
- [PATCH 4/4] csum-file.c: use fast SHA-1 implementation when available, Taylor Blau
- Re: [PATCH 0/4] hash.h: support choosing a separate SHA-1 for non-cryptographic uses, Junio C Hamano
- Re: [PATCH 0/4] hash.h: support choosing a separate SHA-1 for non-cryptographic uses, brian m. carlson
- [PATCH v2 0/4] hash.h: support choosing a separate SHA-1 for non-cryptographic uses, Taylor Blau
- [PATCH v3 0/9] hash.h: support choosing a separate SHA-1 for non-cryptographic uses, Taylor Blau
- [PATCH v3 1/9] finalize_object_file(): check for name collision before renaming, Taylor Blau
- [PATCH v3 2/9] finalize_object_file(): refactor unlink_or_warn() placement, Taylor Blau
- [PATCH v3 3/9] finalize_object_file(): implement collision check, Taylor Blau
- [PATCH v3 4/9] pack-objects: use finalize_object_file() to rename pack/idx/etc, Taylor Blau
- [PATCH v3 5/9] i5500-git-daemon.sh: use compile-able version of Git without OpenSSL, Taylor Blau
- [PATCH v3 6/9] sha1: do not redefine `platform_SHA_CTX` and friends, Taylor Blau
- [PATCH v3 7/9] hash.h: scaffolding for _fast hashing variants, Taylor Blau
- [PATCH v3 8/9] Makefile: allow specifying a SHA-1 for non-cryptographic uses, Taylor Blau
- [PATCH v3 9/9] csum-file.c: use fast SHA-1 implementation when available, Taylor Blau
- Re: [PATCH v3 0/9] hash.h: support choosing a separate SHA-1 for non-cryptographic uses, Junio C Hamano
- [PATCH v4 0/8] hash.h: support choosing a separate SHA-1 for non-cryptographic uses, Taylor Blau
- [PATCH v4 1/8] finalize_object_file(): check for name collision before renaming, Taylor Blau
- [PATCH v4 2/8] finalize_object_file(): refactor unlink_or_warn() placement, Taylor Blau
- [PATCH v4 3/8] finalize_object_file(): implement collision check, Taylor Blau
- [PATCH v4 4/8] pack-objects: use finalize_object_file() to rename pack/idx/etc, Taylor Blau
- [PATCH v4 5/8] sha1: do not redefine `platform_SHA_CTX` and friends, Taylor Blau
- [PATCH v4 6/8] hash.h: scaffolding for _unsafe hashing variants, Taylor Blau
- [PATCH v4 7/8] Makefile: allow specifying a SHA-1 for non-cryptographic uses, Taylor Blau
- [PATCH v4 8/8] csum-file.c: use unsafe SHA-1 implementation when available, Taylor Blau
- Re: [PATCH v4 0/8] hash.h: support choosing a separate SHA-1 for non-cryptographic uses, Jeff King
- Re: [PATCH v4 0/8] hash.h: support choosing a separate SHA-1 for non-cryptographic uses, Elijah Newren
- [PATCH v5 0/8] hash.h: support choosing a separate SHA-1 for non-cryptographic uses, Taylor Blau
- [PATCH v5 1/8] finalize_object_file(): check for name collision before renaming, Taylor Blau
- [PATCH v5 2/8] finalize_object_file(): refactor unlink_or_warn() placement, Taylor Blau
- [PATCH v5 3/8] finalize_object_file(): implement collision check, Taylor Blau
- [PATCH v5 4/8] pack-objects: use finalize_object_file() to rename pack/idx/etc, Taylor Blau
- [PATCH v5 5/8] sha1: do not redefine `platform_SHA_CTX` and friends, Taylor Blau
- [PATCH v5 6/8] hash.h: scaffolding for _unsafe hashing variants, Taylor Blau
- [PATCH v5 7/8] Makefile: allow specifying a SHA-1 for non-cryptographic uses, Taylor Blau
- [PATCH v5 8/8] csum-file.c: use unsafe SHA-1 implementation when available, Taylor Blau
- Re: [PATCH v5 0/8] hash.h: support choosing a separate SHA-1 for non-cryptographic uses, Elijah Newren
- Re: [PATCH v5 0/8] hash.h: support choosing a separate SHA-1 for non-cryptographic uses, Jeff King
`git rebase (--no-fork-point) --onto=<newbase> [<upstream> [<branch>]]` leaves HEAD detached and *HEAD not moved when <branch> is exactly `HEAD`,
Han Jiang
`git merge --no-overwrite-ignore` overwrites ignored files when merge (i.e. not fast-forward),
Han Jiang
[PATCH v2] compat/terminal: mark parameter of git_terminal_prompt() UNUSED,
Ramsay Jones
git 2.46.0 crashes when trying to verify-pack outside of a repo,
Ilya K
Draft of Git Rev News edition 114, Christian Couder
What's cooking in git.git (Aug 2024, #11; Fri, 30), Junio C Hamano
[PATCH] refs/files-backend: work around -Wunused-parameter, Junio C Hamano
Unpredictable peak memory usage when using `git log` command,
Yuri Karnilaev
git-show multiple files delimiter?, Adam Laughlin
[PATCH] compat/terminal: mark parameter of git_terminal_prompt() UNUSED,
Ramsay Jones
Committing crimes with NTFS-3G,
Roman Sandu
[PATCH 0/2] clean up some MAYBE_UNUSED cases,
Jeff King
[no subject], Unknown
[PATCH 00/21] environment: guard reliance on `the_repository`,
Patrick Steinhardt
- [PATCH 01/21] environment: make `get_git_dir()` accept a repository, Patrick Steinhardt
- [PATCH 02/21] environment: make `get_git_common_dir()` accept a repository, Patrick Steinhardt
- [PATCH 03/21] environment: make `get_object_directory()` accept a repository, Patrick Steinhardt
- [PATCH 04/21] environment: make `get_index_file()` accept a repository, Patrick Steinhardt
- [PATCH 05/21] environment: make `get_graft_file()` accept a repository, Patrick Steinhardt
- [PATCH 06/21] environment: make `get_git_work_tree()` accept a repository, Patrick Steinhardt
- [PATCH 07/21] config: document `read_early_config()` and `read_very_early_config()`, Patrick Steinhardt
- [PATCH 08/21] config: make dependency on repo in `read_early_config()` explicit, Patrick Steinhardt
- [PATCH 09/21] environment: move `odb_mkstemp()` into object layer, Patrick Steinhardt
- [PATCH 10/21] environment: make `get_git_namespace()` self-contained, Patrick Steinhardt
- [PATCH 11/21] environment: move `set_git_dir()` and related into setup layer, Patrick Steinhardt
- [PATCH 12/21] environment: reorder header to split out `the_repository`-free section, Patrick Steinhardt
- [PATCH 13/21] environment: guard state depending on a repository, Patrick Steinhardt
- [PATCH 14/21] repo-settings: split out declarations into a standalone header, Patrick Steinhardt
- [PATCH 15/21] branch: stop modifying `log_all_ref_updates` variable, Patrick Steinhardt
- [PATCH 16/21] refs: stop modifying global `log_all_ref_updates` variable, Patrick Steinhardt
- [PATCH 17/21] repo-settings: track defaults close to `struct repo_settings`, Patrick Steinhardt
- [PATCH 18/21] environment: stop storing "core.logAllRefUpdates" globally, Patrick Steinhardt
- [PATCH 19/21] environment: stop storing "core.preferSymlinkRefs" globally, Patrick Steinhardt
- [PATCH 20/21] environment: stop storing "core.warnAmbiguousRefs" globally, Patrick Steinhardt
- [PATCH 21/21] environment: stop storing "core.notesRef" globally, Patrick Steinhardt
- Re: [PATCH 00/21] environment: guard reliance on `the_repository`, Junio C Hamano
- [PATCH v2 00/21] environment: guard reliance on `the_repository`, Patrick Steinhardt
- [PATCH v2 01/21] environment: make `get_git_dir()` accept a repository, Patrick Steinhardt
- [PATCH v2 02/21] environment: make `get_git_common_dir()` accept a repository, Patrick Steinhardt
- [PATCH v2 03/21] environment: make `get_object_directory()` accept a repository, Patrick Steinhardt
- [PATCH v2 04/21] environment: make `get_index_file()` accept a repository, Patrick Steinhardt
- [PATCH v2 05/21] environment: make `get_graft_file()` accept a repository, Patrick Steinhardt
- [PATCH v2 06/21] environment: make `get_git_work_tree()` accept a repository, Patrick Steinhardt
- [PATCH v2 07/21] config: document `read_early_config()` and `read_very_early_config()`, Patrick Steinhardt
- [PATCH v2 08/21] config: make dependency on repo in `read_early_config()` explicit, Patrick Steinhardt
- [PATCH v2 09/21] environment: move `odb_mkstemp()` into object layer, Patrick Steinhardt
- [PATCH v2 10/21] environment: make `get_git_namespace()` self-contained, Patrick Steinhardt
- [PATCH v2 11/21] environment: move `set_git_dir()` and related into setup layer, Patrick Steinhardt
- [PATCH v2 12/21] environment: reorder header to split out `the_repository`-free section, Patrick Steinhardt
- [PATCH v2 13/21] environment: guard state depending on a repository, Patrick Steinhardt
- [PATCH v2 14/21] repo-settings: split out declarations into a standalone header, Patrick Steinhardt
- [PATCH v2 15/21] repo-settings: track defaults close to `struct repo_settings`, Patrick Steinhardt
- [PATCH v2 16/21] branch: stop modifying `log_all_ref_updates` variable, Patrick Steinhardt
- [PATCH v2 17/21] refs: stop modifying global `log_all_ref_updates` variable, Patrick Steinhardt
- [PATCH v2 18/21] environment: stop storing "core.logAllRefUpdates" globally, Patrick Steinhardt
- [PATCH v2 19/21] environment: stop storing "core.preferSymlinkRefs" globally, Patrick Steinhardt
- [PATCH v2 20/21] environment: stop storing "core.warnAmbiguousRefs" globally, Patrick Steinhardt
- [PATCH v2 21/21] environment: stop storing "core.notesRef" globally, Patrick Steinhardt
- Re: [PATCH v2 00/21] environment: guard reliance on `the_repository`, James Liu
- Re: [PATCH v2 00/21] environment: guard reliance on `the_repository`, karthik nayak
- [PATCH v3 00/21] environment: guard reliance on `the_repository`, Patrick Steinhardt
- [PATCH v3 01/21] environment: make `get_git_dir()` accept a repository, Patrick Steinhardt
- [PATCH v3 02/21] environment: make `get_git_common_dir()` accept a repository, Patrick Steinhardt
- [PATCH v3 03/21] environment: make `get_object_directory()` accept a repository, Patrick Steinhardt
- [PATCH v3 04/21] environment: make `get_index_file()` accept a repository, Patrick Steinhardt
- [PATCH v3 05/21] environment: make `get_graft_file()` accept a repository, Patrick Steinhardt
- [PATCH v3 06/21] environment: make `get_git_work_tree()` accept a repository, Patrick Steinhardt
- [PATCH v3 07/21] config: document `read_early_config()` and `read_very_early_config()`, Patrick Steinhardt
- [PATCH v3 08/21] config: make dependency on repo in `read_early_config()` explicit, Patrick Steinhardt
- [PATCH v3 09/21] environment: move object database functions into object layer, Patrick Steinhardt
- [PATCH v3 10/21] environment: make `get_git_namespace()` self-contained, Patrick Steinhardt
- [PATCH v3 11/21] environment: move `set_git_dir()` and related into setup layer, Patrick Steinhardt
- [PATCH v3 12/21] environment: reorder header to split out `the_repository`-free section, Patrick Steinhardt
- [PATCH v3 13/21] environment: guard state depending on a repository, Patrick Steinhardt
- [PATCH v3 14/21] repo-settings: split out declarations into a standalone header, Patrick Steinhardt
- [PATCH v3 15/21] repo-settings: track defaults close to `struct repo_settings`, Patrick Steinhardt
- [PATCH v3 16/21] branch: stop modifying `log_all_ref_updates` variable, Patrick Steinhardt
- [PATCH v3 17/21] refs: stop modifying global `log_all_ref_updates` variable, Patrick Steinhardt
- [PATCH v3 18/21] environment: stop storing "core.logAllRefUpdates" globally, Patrick Steinhardt
- [PATCH v3 19/21] environment: stop storing "core.preferSymlinkRefs" globally, Patrick Steinhardt
- [PATCH v3 20/21] environment: stop storing "core.warnAmbiguousRefs" globally, Patrick Steinhardt
- [PATCH v3 21/21] environment: stop storing "core.notesRef" globally, Patrick Steinhardt
- Re: [PATCH v3 00/21] environment: guard reliance on `the_repository`, Junio C Hamano
[PATCH 0/2] make chainlint output more newcomer-friendly,
Eric Sunshine
[no subject], Unknown
Tags auto fetched by "git fetch origin" but not "git fetch origin main",
Yukai Chou
[no subject], Unknown
RFE: Document "edit" in "git restore --patch", Pierre Ossman
[PATCH] reftable: mark unused parameters in empty iterator functions,
Jeff King
[PATCH] t-reftable-block: mark unused argv/argc, Jeff King
[PATCH 0/6] unused parameters: the final countdown,
Jeff King
What's cooking in git.git (Aug 2024, #10; Tue, 27),
Junio C Hamano
[PATCH v3 0/3] send-email: add --mailmap support,
Jacob Keller
[PATCH 0/5] pack-objects: brown-paper-bag fixes for multi-pack reuse,
Taylor Blau
Can git log be made to "follow" in the same way as git blame? Why / in what way is "--follow" broken or limited?,
Tao Klerks
[PATCH v2] git-config.1: fix description of --regexp in synopsis,
Junio C Hamano
[PATCH] Mark `cat-file` sparse-index compatible,
Kevin Lyles via GitGitGadget
Sensible way to see what objects are being fetched just-in-time in a partial clone?,
Tao Klerks
Improvement: `git-maintenance` to allow configuring of remotes to fetch,
Shubham Kanodia
How to turn off rename detection for cherry-pick?,
Pavel Rappo
[PATCH] bundle-uri: plug leak in unbundle_from_file(),
Toon Claes
[PATCH 00/22] Memory leak fixes (pt.6),
Patrick Steinhardt
- [PATCH 01/22] t/test-lib: allow skipping leak checks for passing tests, Patrick Steinhardt
- [PATCH 02/22] fetch-pack: fix memory leaks on fetch negotiation, Patrick Steinhardt
- [PATCH 03/22] send-pack: fix leaking common object IDs, Patrick Steinhardt
- [PATCH 04/22] builtin/push: fix leaking refspec query result, Patrick Steinhardt
- [PATCH 05/22] upload-pack: fix leaking child process data on reachability checks, Patrick Steinhardt
- [PATCH 06/22] submodule: fix leaking fetch task data, Patrick Steinhardt
- [PATCH 07/22] builtin/submodule--helper: fix leaking refs on push-check, Patrick Steinhardt
- [PATCH 08/22] remote: fix leaking tracking refs, Patrick Steinhardt
- [PATCH 09/22] remote: fix leak in reachability check of a remote-tracking ref, Patrick Steinhardt
- [PATCH 10/22] send-pack: fix leaking push cert nonce, Patrick Steinhardt
- [PATCH 11/22] gpg-interface: fix misdesigned signing key interfaces, Patrick Steinhardt
- [PATCH 12/22] object: clear grafts when clearing parsed object pool, Patrick Steinhardt
- [PATCH 13/22] shallow: free grafts when unregistering them, Patrick Steinhardt
- [PATCH 14/22] shallow: fix leaking members of `struct shallow_info`, Patrick Steinhardt
- [PATCH 15/22] negotiator/skipping: fix leaking commit entries, Patrick Steinhardt
- [PATCH 16/22] builtin/repack: fix leaking line buffer when packing promisors, Patrick Steinhardt
- [PATCH 17/22] builtin/pack-objects: plug leaking list of keep-packs, Patrick Steinhardt
- [PATCH 18/22] builtin/grep: fix leaking object context, Patrick Steinhardt
- [PATCH 19/22] builtin/fmt-merge-msg: fix leaking buffers, Patrick Steinhardt
- [PATCH 20/22] match-trees: fix leaking prefixes in `shift_tree()`, Patrick Steinhardt
- [PATCH 21/22] merge-ort: fix two leaks when handling directory rename modifications, Patrick Steinhardt
- [PATCH 22/22] builtin/repack: fix leaking keep-pack list, Patrick Steinhardt
- Re: [PATCH 00/22] Memory leak fixes (pt.6), Junio C Hamano
- [PATCH v2 00/22] Memory leak fixes (pt.6), Patrick Steinhardt
- [PATCH v2 01/22] t/test-lib: allow skipping leak checks for passing tests, Patrick Steinhardt
- [PATCH v2 02/22] fetch-pack: fix memory leaks on fetch negotiation, Patrick Steinhardt
- [PATCH v2 03/22] send-pack: fix leaking common object IDs, Patrick Steinhardt
- [PATCH v2 04/22] builtin/push: fix leaking refspec query result, Patrick Steinhardt
- [PATCH v2 05/22] upload-pack: fix leaking child process data on reachability checks, Patrick Steinhardt
- [PATCH v2 06/22] submodule: fix leaking fetch task data, Patrick Steinhardt
- [PATCH v2 07/22] builtin/submodule--helper: fix leaking refs on push-check, Patrick Steinhardt
- [PATCH v2 08/22] remote: fix leaking tracking refs, Patrick Steinhardt
- [PATCH v2 09/22] remote: fix leak in reachability check of a remote-tracking ref, Patrick Steinhardt
- [PATCH v2 10/22] send-pack: fix leaking push cert nonce, Patrick Steinhardt
- [PATCH v2 11/22] gpg-interface: fix misdesigned signing key interfaces, Patrick Steinhardt
- [PATCH v2 12/22] object: clear grafts when clearing parsed object pool, Patrick Steinhardt
- [PATCH v2 13/22] shallow: free grafts when unregistering them, Patrick Steinhardt
- [PATCH v2 14/22] shallow: fix leaking members of `struct shallow_info`, Patrick Steinhardt
- [PATCH v2 15/22] negotiator/skipping: fix leaking commit entries, Patrick Steinhardt
- [PATCH v2 16/22] builtin/repack: fix leaking line buffer when packing promisors, Patrick Steinhardt
- [PATCH v2 17/22] builtin/pack-objects: plug leaking list of keep-packs, Patrick Steinhardt
- [PATCH v2 18/22] builtin/grep: fix leaking object context, Patrick Steinhardt
- [PATCH v2 19/22] builtin/fmt-merge-msg: fix leaking buffers, Patrick Steinhardt
- [PATCH v2 20/22] match-trees: fix leaking prefixes in `shift_tree()`, Patrick Steinhardt
- [PATCH v2 21/22] merge-ort: fix two leaks when handling directory rename modifications, Patrick Steinhardt
- [PATCH v2 22/22] builtin/repack: fix leaking keep-pack list, Patrick Steinhardt
- Re: [PATCH v2 00/22] Memory leak fixes (pt.6), Junio C Hamano
- Re: [PATCH v2 00/22] Memory leak fixes (pt.6), Junio C Hamano
[PATCH 0/5] `--whitespace=fix` with `--no-ignore-whitespace`,
Rubén Justo
[GSoC][PATCH] unit-tests: add tests for oidset.h,
Ghanshyam Thakkar
[PATCH] remote: plug memory leaks at early returns,
René Scharfe
What's cooking in git.git (Aug 2024, #09; Fri, 23), Junio C Hamano
[no subject], Unknown
[PATCH v2] doc: replace 3 dash with correct 2 dash in git-config(1),
Celeste Liu
git diff --word-diff misbehaving over paragraph breaks?, Willow Liquorice
[PATCH] doc: replace 3 dash with correct 2 dash in git-config(1),
Celeste Liu
[PATCH] diff-index: integrate with the sparse index, Derrick Stolee via GitGitGadget
[PATCH] exec_cmd: RUNTIME_PREFIX on z/OS systems,
Haritha via GitGitGadget
Wrong error message when cloning from http gitlab (and everything still works anyway),
Marlon Regenhardt
[PATCH] gitk: added external diff file rename detection,
ToBoMi via GitGitGadget
What's cooking in git.git (Aug 2024, #08; Wed, 21), Junio C Hamano
[PATCH] builtin/stash: test push with new file added and removed, Piotr Siupa
"git stash push" behaves weirdly when files is added in index and removed (and the other way around), Piotr Siupa
[PATCH 0/7] [RFC] advice: refuse to output if stderr not TTY,
Derrick Stolee via GitGitGadget
- [PATCH 1/7] t1000-2000: add GIT_ADVICE=1 for advice tests, Derrick Stolee via GitGitGadget
- [PATCH 2/7] t3000-4000: add GIT_ADVICE=1 to advice tests, Derrick Stolee via GitGitGadget
- [PATCH 3/7] t5000: add GIT_ADVICE=1 to advice tests, Derrick Stolee via GitGitGadget
- [PATCH 4/7] t6000: add GIT_ADVICE=1 to advice tests, Derrick Stolee via GitGitGadget
- [PATCH 5/7] t7000: add GIT_ADVICE=1 to advice tests, Derrick Stolee via GitGitGadget
- [PATCH 7/7] advice: refuse to output if stderr not TTY, Derrick Stolee via GitGitGadget
- [PATCH 6/7] t7508/12: set GIT_ADVICE=1 across all tests, Derrick Stolee via GitGitGadget
- Re: [PATCH 0/7] [RFC] advice: refuse to output if stderr not TTY, Jeff King
- Re: [PATCH 0/7] [RFC] advice: refuse to output if stderr not TTY, Junio C Hamano
- Re: [PATCH 0/7] [RFC] advice: refuse to output if stderr not TTY, Gabor Gombas
- Re: [PATCH 0/7] [RFC] advice: refuse to output if stderr not TTY, Derrick Stolee
[PATCH] docs: explain the order of output in the batched mode of git-cat-file(1),
ahmed akef via GitGitGadget
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]