|
|
[PATCH v3 0/8] Default pager and editor, Jonathan Nieder
- [PATCH 1/8] Handle more shell metacharacters in editor names, Jonathan Nieder
- [PATCH 2/8] Do not use VISUAL editor on dumb terminals, Jonathan Nieder
- [PATCH v2 3/8] Teach git var about GIT_EDITOR, Jonathan Nieder
- [PATCH 4/8] Teach git var about GIT_PAGER, Jonathan Nieder
- [PATCH 5/8] add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR", Jonathan Nieder
- [PATCH 6/8] am -i, git-svn: use "git var GIT_PAGER", Jonathan Nieder
- [PATCH 7/8] Provide a build time default-editor setting, Jonathan Nieder
- [PATCH 8/8] Provide a build time default-pager setting, Jonathan Nieder
[PATCH v5 00/28] Return of smart HTTP, Shawn O. Pearce
- [PATCH v5 03/28] pkt-line: Make packet_read_line easier to debug, Shawn O. Pearce
- [PATCH v5 02/28] pkt-line: Add strbuf based functions, Shawn O. Pearce
- [PATCH v5 00/28] interdiff to v4, Shawn O. Pearce
- [PATCH v5 01/28] http-push: fix check condition on http.c::finish_http_pack_request(), Shawn O. Pearce
- [PATCH v5 04/28] fetch-pack: Use a strbuf to compose the want list, Shawn O. Pearce
- [PATCH v5 07/28] remote-curl: Refactor walker initialization, Shawn O. Pearce
- [PATCH v5 06/28] Add multi_ack_detailed capability to fetch-pack/upload-pack, Shawn O. Pearce
- [PATCH v5 08/28] fetch: Allow transport -v -v -v to set verbosity to 3, Shawn O. Pearce
- [PATCH v5 09/28] remote-helpers: Fetch more than one ref in a batch, Shawn O. Pearce
- [PATCH v5 11/28] Move WebDAV HTTP push under remote-curl, Shawn O. Pearce
- [PATCH v5 13/28] Git-aware CGI to provide dumb HTTP transport, Shawn O. Pearce
- [PATCH v5 14/28] Add stateless RPC options to upload-pack, receive-pack, Shawn O. Pearce
- [PATCH v5 17/28] http-backend: reword some documentation, Shawn O. Pearce
- [PATCH v5 16/28] http-backend: add GIT_PROJECT_ROOT environment var, Shawn O. Pearce
- [PATCH v5 10/28] remote-helpers: Support custom transport options, Shawn O. Pearce
- [PATCH v5 12/28] remote-helpers: return successfully if everything up-to-date, Shawn O. Pearce
- [PATCH v5 19/28] http-backend: add example for gitweb on same URL, Shawn O. Pearce
- [PATCH v5 18/28] http-backend: use mod_alias instead of mod_rewrite, Shawn O. Pearce
- [PATCH v5 21/28] Discover refs via smart HTTP server when available, Shawn O. Pearce
- [PATCH v5 24/28] Smart HTTP fetch: gzip requests, Shawn O. Pearce
- [PATCH v5 22/28] Smart push over HTTP: client side, Shawn O. Pearce
- [PATCH v5 23/28] Smart fetch over HTTP: client side, Shawn O. Pearce
- [PATCH v5 25/28] t5540-http-push: remove redundant fetches, Shawn O. Pearce
- [PATCH v5 26/28] set httpd port before sourcing lib-httpd, Shawn O. Pearce
- [PATCH v5 15/28] Smart fetch and push over HTTP: server side, Shawn O. Pearce
- [PATCH v5 20/28] http-backend: more explict LocationMatch, Shawn O. Pearce
- [PATCH v5 05/28] Move "get_ack()" back to fetch-pack, Shawn O. Pearce
- [PATCH v5 28/28] test smart http fetch and push, Shawn O. Pearce
- [PATCH v5 27/28] http tests: use /dumb/ URL prefix, Shawn O. Pearce
[RFC PATCH v4 00/26] Return of smart HTTP, Shawn O. Pearce
- [RFC PATCH v4 03/26] pkt-line: Make packet_read_line easier to debug, Shawn O. Pearce
- [RFC PATCH v4 05/26] Move "get_ack()" back to fetch-pack, Shawn O. Pearce
- [RFC PATCH v4 06/26] Add multi_ack_detailed capability to fetch-pack/upload-pack, Shawn O. Pearce
- [RFC PATCH v4 14/26] Add stateless RPC options to upload-pack, receive-pack, Shawn O. Pearce
- [RFC PATCH v4 12/26] remote-helpers: return successfully if everything up-to-date, Shawn O. Pearce
- [RFC PATCH v4 15/26] Smart fetch and push over HTTP: server side, Shawn O. Pearce
- [RFC PATCH v4 19/26] http-backend: add example for gitweb on same URL, Shawn O. Pearce
- [RFC PATCH v4 18/26] http-backend: use mod_alias instead of mod_rewrite, Shawn O. Pearce
- [RFC PATCH v4 16/26] http-backend: add GIT_PROJECT_ROOT environment var, Shawn O. Pearce
- [RFC PATCH v4 22/26] Smart push over HTTP: client side, Shawn O. Pearce
- [RFC PATCH v4 17/26] http-backend: reword some documentation, Shawn O. Pearce
- [RFC PATCH v4 26/26] test smart http fetch and push, Shawn O. Pearce
- [RFC PATCH v4 21/26] Discover refs via smart HTTP server when available, Shawn O. Pearce
- [RFC PATCH v4 20/26] http-backend: more explict LocationMatch, Shawn O. Pearce
- [RFC PATCH v4 24/26] Smart HTTP fetch: gzip requests, Shawn O. Pearce
- [RFC PATCH v4 23/26] Smart fetch over HTTP: client side, Shawn O. Pearce
- [RFC PATCH v4 25/26] t5540-http-push: remove redundant fetches, Shawn O. Pearce
- [RFC PATCH v4 11/26] Move WebDAV HTTP push under remote-curl, Shawn O. Pearce
- [RFC PATCH v4 13/26] Git-aware CGI to provide dumb HTTP transport, Shawn O. Pearce
- [RFC PATCH v4 01/26] http-push: fix check condition on http.c::finish_http_pack_request(), Shawn O. Pearce
- [RFC PATCH v4 10/26] remote-helpers: Support custom transport options, Shawn O. Pearce
- [RFC PATCH v4 09/26] remote-helpers: Fetch more than one ref in a batch, Shawn O. Pearce
- [RFC PATCH v4 08/26] fetch: Allow transport -v -v -v to set verbosity to 3, Shawn O. Pearce
- [RFC PATCH v4 07/26] remote-curl: Refactor walker initialization, Shawn O. Pearce
- [RFC PATCH v4 04/26] fetch-pack: Use a strbuf to compose the want list, Shawn O. Pearce
- [RFC PATCH v4 02/26] pkt-line: Add strbuf based functions, Shawn O. Pearce
Re: [PATCH] tar: on extract, -o is --no-same-owner, Bernhard Reutner-Fischer
- Re: [PATCH] tar: on extract, -o is --no-same-owner, Bernhard Reutner-Fischer
- Re: [PATCH] tar: on extract, -o is --no-same-owner, Junio C Hamano
- Re: [PATCH] tar: on extract, -o is --no-same-owner, Bernhard Reutner-Fischer
- Re: [PATCH] tar: on extract, -o is --no-same-owner, Andreas Schwab
- Re: [PATCH] tar: on extract, -o is --no-same-owner, Jakub Narebski
- Re: [PATCH] tar: on extract, -o is --no-same-owner, Bernhard Reutner-Fischer
- Re: [PATCH] tar: on extract, -o is --no-same-owner, Andreas Schwab
- Re: [PATCH] tar: on extract, -o is --no-same-owner, Bernhard Reutner-Fischer
- Re: [PATCH] tar: on extract, -o is --no-same-owner, Andreas Schwab
- Re: [PATCH] tar: on extract, -o is --no-same-owner, Andreas Schwab
git describe is failing, Eugene Sajine
- Re: git describe is failing, Mikael Magnusson
- Re: git describe is failing, Thomas Rast
- Re: git describe is failing, Eugene Sajine
- [PATCH] describe: when failing, tell the user about options that work, Thomas Rast
- Re: [PATCH] describe: when failing, tell the user about options that work, Alex Riesen
- Re: [PATCH] describe: when failing, tell the user about options that work, Junio C Hamano
- Re: [PATCH] describe: when failing, tell the user about options that work, Nicolas Pitre
- Re: [PATCH] describe: when failing, tell the user about options that work, Junio C Hamano
- Re: [PATCH] describe: when failing, tell the user about options that work, Junio C Hamano
- Re: [PATCH] describe: when failing, tell the user about options that work, Thomas Rast
- Re: [PATCH] describe: when failing, tell the user about options that work, Junio C Hamano
- [PATCH v2] describe: when failing, tell the user about options that work, Thomas Rast
What's cooking in git.git (Oct 2009, #04; Wed, 21), Junio C Hamano
- ks/precompute-completion (was Re: What's cooking in git.git (Oct 2009, #04; Wed, 21)), Stephen Boyd
- Re: ks/precompute-completion (was Re: What's cooking in git.git (Oct 2009, #04; Wed, 21)), Sverre Rabbelier
- Re: ks/precompute-completion (was Re: What's cooking in git.git (Oct 2009, #04; Wed, 21)), Stephen Boyd
- Re: ks/precompute-completion (was Re: What's cooking in git.git (Oct 2009, #04; Wed, 21)), A Large Angry SCM
- Re: ks/precompute-completion (was Re: What's cooking in git.git (Oct 2009, #04; Wed, 21)), Johannes Schindelin
- Re: ks/precompute-completion (was Re: What's cooking in git.git (Oct 2009, #04; Wed, 21)), A Large Angry SCM
- Re: ks/precompute-completion (was Re: What's cooking in git.git (Oct 2009, #04; Wed, 21)), Sverre Rabbelier
- Re: ks/precompute-completion, Junio C Hamano
- Re: ks/precompute-completion, Sverre Rabbelier
- Re: ks/precompute-completion, Junio C Hamano
- Re: ks/precompute-completion, Sverre Rabbelier
- Re: ks/precompute-completion, Jakub Narebski
- Re: ks/precompute-completion, Sverre Rabbelier
- Re: ks/precompute-completion, A Large Angry SCM
- Re: ks/precompute-completion, Sverre Rabbelier
- Re: What's cooking in git.git (Oct 2009, #04; Wed, 21), Jakub Narebski
- [PATCH] add tests for git diff --submodule, Jens Lehmann
- Re: vl/git-gui topic, Shawn O. Pearce
- Re: jp/dirty-describe topic, Shawn O. Pearce
[PATCH] pull: refuse complete src:dst fetchspec arguments, Thomas Rast
- Re: [RFC! PATCH] pull: refuse complete src:dst fetchspec arguments, Thomas Rast
- Re: [PATCH] pull: refuse complete src:dst fetchspec arguments, Wesley J. Landaker
- Re: [PATCH] pull: refuse complete src:dst fetchspec arguments, Sean Estabrooks
- Re: [PATCH] pull: refuse complete src:dst fetchspec arguments, Junio C Hamano
- Re: [PATCH] pull: refuse complete src:dst fetchspec arguments, Daniel Barkalow
- Re: [PATCH] pull: refuse complete src:dst fetchspec arguments, Sean Estabrooks
- Re: [PATCH] pull: refuse complete src:dst fetchspec arguments, Daniel Barkalow
- Re: [PATCH] pull: refuse complete src:dst fetchspec arguments, Sean Estabrooks
- Re: [PATCH] pull: refuse complete src:dst fetchspec arguments, Björn Steinbrink
- Re: [PATCH] pull: refuse complete src:dst fetchspec arguments, Daniel Barkalow
- Re: [PATCH] pull: refuse complete src:dst fetchspec arguments, Thomas Rast
- Re: [PATCH] pull: refuse complete src:dst fetchspec arguments, Jeff King
- Re: [PATCH] pull: refuse complete src:dst fetchspec arguments, Daniel Barkalow
- Re: [PATCH] pull: refuse complete src:dst fetchspec arguments, Jeff King
- Re: [PATCH] pull: refuse complete src:dst fetchspec arguments, Junio C Hamano
- Re: [PATCH] pull: refuse complete src:dst fetchspec arguments, Thomas Rast
[RFC] pull/fetch rename, Thomas Rast
- Re: [RFC] pull/fetch rename, Wesley J. Landaker
- Re: [RFC] pull/fetch rename, Nanako Shiraishi
- Re: [RFC] pull/fetch rename, Daniel Barkalow
- Re: [RFC] pull/fetch rename, Björn Steinbrink
- Re: [RFC] pull/fetch rename, Daniel Barkalow
- Re: [RFC] pull/fetch rename, Björn Steinbrink
- Re: [RFC] pull/fetch rename, Daniel Barkalow
- Re: [RFC] pull/fetch rename, Junio C Hamano
- [PATCH] modernize fetch/merge/pull examples, Clemens Buchacher
- Re: [PATCH] modernize fetch/merge/pull examples, Junio C Hamano
- [RFC/PATCH] git-merge: forbid fast-forward and up-to-date when --no-commit is given, Junio C Hamano
- Re: [RFC/PATCH] git-merge: forbid fast-forward and up-to-date when --no-commit is given, Nanako Shiraishi
- Re: [RFC/PATCH] git-merge: forbid fast-forward and up-to-date when --no-commit is given, Junio C Hamano
- [PATCH] git-merge: imply --no-ff when --no-commit is given, Junio C Hamano
- Re: [PATCH] git-merge: imply --no-ff when --no-commit is given, Clemens Buchacher
- Re: [PATCH] modernize fetch/merge/pull examples, Thomas Rast
- Re: [RFC] pull/fetch rename, Clemens Buchacher
- Re: [RFC] pull/fetch rename, Thomas Rast
- Re: [RFC] pull/fetch rename, Mike Hommey
ident hash usage question, Eugene Sajine
- Re: ident hash usage question, Alex Riesen
- Re: ident hash usage question, Alex Riesen
- Re: ident hash usage question, Eugene Sajine
- Re: ident hash usage question, Alex Riesen
- Re: ident hash usage question, Johannes Sixt
- Re: ident hash usage question, Alex Riesen
- Re: ident hash usage question, Eugene Sajine
- Re: ident hash usage question, Junio C Hamano
- Re: ident hash usage question, Eugene Sajine
- Re: ident hash usage question, Junio C Hamano
- Re: ident hash usage question, Eugene Sajine
- Re: ident hash usage question, Daniel Barkalow
- Re: ident hash usage question, Nanako Shiraishi
- Re: ident hash usage question, Alex Riesen
- Re: ident hash usage question, Eugene Sajine
- Re: ident hash usage question, Alex Riesen
- Re: ident hash usage question, Eugene Sajine
git gc and kernel.org, H. Peter Anvin
- Re: git gc and kernel.org, Junio C Hamano
- Re: git gc and kernel.org, H. Peter Anvin
- Re: git gc and kernel.org, Johan Herland
- Re: git gc and kernel.org, Nicolas Pitre
- Re: git gc and kernel.org, Junio C Hamano
- Re: git gc and kernel.org, Nicolas Pitre
- [PATCH] receive-pack: run "gc --auto" and optionally "update-server-info", Junio C Hamano
- Re: [PATCH] receive-pack: run "gc --auto" and optionally "update-server-info", Nicolas Pitre
- Re: git gc and kernel.org, Johannes Sixt
- Re: git gc and kernel.org, Junio C Hamano
- Re: git gc and kernel.org, Junio C Hamano
- Re: git gc and kernel.org, Johannes Sixt
- Re: git gc and kernel.org, Jan KrÃger
- [PATCH 1/2] gc --auto --quiet: make the notice a bit less verboase, Junio C Hamano
- [PATCH 2/2] receive-pack: run "gc --auto --quiet " and optionally "update-server-info", Junio C Hamano
- Re: git gc and kernel.org, Mikael Magnusson
[msysGit] [PATCH v4 0/8] imap-send: Windows support, Erik Faye-Lund
- [PATCH v4 1/8] imap-send: remove useless uid code, Erik Faye-Lund
- [PATCH v4 2/8] imap-send: use separate read and write fds, Erik Faye-Lund
- [msysGit] [PATCH v4 3/8] imap-send: use run-command API for tunneling, Erik Faye-Lund
- [msysGit] [PATCH v4 4/8] imap-send: fix compilation-error on Windows, Erik Faye-Lund
- [msysGit] [PATCH v4 5/8] imap-send: build imap-send on Windows, Erik Faye-Lund
- [msysGit] [PATCH v4 6/8] mingw: wrap SSL_set_(w|r)fd to call _get_osfhandle, Erik Faye-Lund
- [msysGit] [PATCH v4 7/8] mingw: enable OpenSSL, Erik Faye-Lund
- [msysGit] [PATCH v4 8/8] MSVC: Enable OpenSSL, and translate -lcrypto, Erik Faye-Lund
- Re: [msysGit] [PATCH v4 7/8] mingw: enable OpenSSL, Johannes Sixt
- Re: [msysGit] [PATCH v4 7/8] mingw: enable OpenSSL, Johannes Sixt
- Re: [msysGit] [PATCH v4 7/8] mingw: enable OpenSSL, Erik Faye-Lund
- Re: [msysGit] [PATCH v4 7/8] mingw: enable OpenSSL, Johannes Sixt
- Re: [msysGit] [PATCH v4 6/8] mingw: wrap SSL_set_(w|r)fd to call _get_osfhandle, Johannes Sixt
git fsck not identifying corrupted packs, Sergio Callegari
- Re: git fsck not identifying corrupted packs, Johannes Sixt
- Re: git fsck not identifying corrupted packs, Johannes Schindelin
- Re: git fsck not identifying corrupted packs, Junio C Hamano
- Re: git fsck not identifying corrupted packs, Wesley J. Landaker
- Re: git fsck not identifying corrupted packs, Robin Rosenberg
- Re: git fsck not identifying corrupted packs, Wesley J. Landaker
- Re: git fsck not identifying corrupted packs, Matthieu Moy
- Re: git fsck not identifying corrupted packs, Junio C Hamano
- Re: git fsck not identifying corrupted packs, Alex Riesen
- Re: git fsck not identifying corrupted packs, Johannes Schindelin
- Re: git fsck not identifying corrupted packs, Matthieu Moy
- [RFC/PATCH] fsck: default to "git fsck --full", Junio C Hamano
- Re: [RFC/PATCH] fsck: default to "git fsck --full", Nicolas Pitre
- Re: [RFC/PATCH] fsck: default to "git fsck --full", Junio C Hamano
- Re: git fsck not identifying corrupted packs, Nicolas Pitre
- Re: git fsck not identifying corrupted packs, Alex Riesen
- Re: git fsck not identifying corrupted packs, Sergio Callegari
- Re: git fsck not identifying corrupted packs, Gabor Gombas
Introduction and Wikipedia and Git Blame, jamesmikedupont@xxxxxxxxxxxxxx
- Re: Introduction and Wikipedia and Git Blame, Johannes Schindelin
- Re: Introduction and Wikipedia and Git Blame, Martin Langhoff
- Re: Introduction and Wikipedia and Git Blame, jamesmikedupont@xxxxxxxxxxxxxx
- Re: Introduction and Wikipedia and Git Blame, Johannes Schindelin
- Re: Introduction and Wikipedia and Git Blame, jamesmikedupont@xxxxxxxxxxxxxx
- Re: Introduction and Wikipedia and Git Blame, Junio C Hamano
- Re: Introduction and Wikipedia and Git Blame, jamesmikedupont@xxxxxxxxxxxxxx
- Re: Introduction and Wikipedia and Git Blame, Junio C Hamano
- Re: Introduction and Wikipedia and Git Blame, Junio C Hamano
- Re: Introduction and Wikipedia and Git Blame, jamesmikedupont@xxxxxxxxxxxxxx
- Re: Introduction and Wikipedia and Git Blame, Junio C Hamano
- Re: Introduction and Wikipedia and Git Blame, jamesmikedupont@xxxxxxxxxxxxxx
- Re: Introduction and Wikipedia and Git Blame, jamesmikedupont@xxxxxxxxxxxxxx
- Re: Introduction and Wikipedia and Git Blame, jamesmikedupont@xxxxxxxxxxxxxx
[PATCH 0/3] Generalized "string function" syntax, Junio C Hamano
- [PATCH 1/3] format_commit_message(): fix function signature, Junio C Hamano
- [PATCH 2/3] strbuf_nested_expand(): allow expansion to interrupt in the middle, Junio C Hamano
- [PATCH 3/3] Add proof-of-concept %[w(width,in1,in2)<<any-string>>%] implementation, Junio C Hamano
- Re: [PATCH 3/3] Add proof-of-concept %[w(width,in1,in2)<<any-string>>%] implementation, Johannes Schindelin
- Re: [PATCH 3/3] Add proof-of-concept %[w(width,in1,in2)<<any-string>>%] implementation, Junio C Hamano
- Re: [PATCH 3/3] Add proof-of-concept %[w(width,in1,in2)<<any-string>>%] implementation, Jakub Narebski
- Re: [PATCH 3/3] Add proof-of-concept %[w(width,in1,in2)<<any-string>>%] implementation, Junio C Hamano
- Re: [PATCH 3/3] Add proof-of-concept %[w(width,in1,in2)<<any-string>>%] implementation, Jakub Narebski
- Re: [PATCH 3/3] Add proof-of-concept %[w(width,in1,in2)<<any-string>>%] implementation, Junio C Hamano
- Re: [PATCH 3/3] Add proof-of-concept %[w(width,in1,in2)<<any-string>>%] implementation, Jakub Narebski
- Re: [PATCH 3/3] Add proof-of-concept %[w(width,in1,in2)<<any-string>>%] implementation, Junio C Hamano
- Re: [PATCH 0/3] Generalized "string function" syntax, René Scharfe
[RFC PATCH v3 00/17] Return of smart HTTP, Shawn O. Pearce
- [RFC PATCH v3 02/17] pkt-line: Make packet_read_line easier to debug, Shawn O. Pearce
- [RFC PATCH v3 01/17] pkt-line: Add strbuf based functions, Shawn O. Pearce
- [RFC PATCH v3 03/17] fetch-pack: Use a strbuf to compose the want list, Shawn O. Pearce
- [RFC PATCH v3 04/17] Move "get_ack()" back to fetch-pack, Shawn O. Pearce
- [RFC PATCH v3 06/17] remote-curl: Refactor walker initialization, Shawn O. Pearce
- [RFC PATCH v3 05/17] Add multi_ack_detailed capability to fetch-pack/upload-pack, Shawn O. Pearce
- [RFC PATCH v3 12/17] Add stateless RPC options to upload-pack, receive-pack, Shawn O. Pearce
- [RFC PATCH v3 14/17] Discover refs via smart HTTP server when available, Shawn O. Pearce
- [RFC PATCH v3 13/17] Smart fetch and push over HTTP: server side, Shawn O. Pearce
- [RFC PATCH v3 11/17] Git-aware CGI to provide dumb HTTP transport, Shawn O. Pearce
- [RFC PATCH v3 10/17] Move WebDAV HTTP push under remote-curl, Shawn O. Pearce
- [RFC PATCH v3 09/17] remote-helpers: Support custom transport options, Shawn O. Pearce
- [RFC PATCH v3 08/17] remote-helpers: Fetch more than one ref in a batch, Shawn O. Pearce
- [RFC PATCH v3 07/17] fetch: Allow transport -v -v -v to set verbosity to 3, Shawn O. Pearce
- [RFC PATCH v3 15/17] Smart push over HTTP: client side, Shawn O. Pearce
- [RFC PATCH v3 17/17] Smart HTTP fetch: gzip requests, Shawn O. Pearce
- [RFC PATCH v3 16/17] Smart fetch over HTTP: client side, Shawn O. Pearce
- Re: [RFC PATCH v3 00/17] Return of smart HTTP, Junio C Hamano
- Re: [RFC PATCH v3 00/17] Return of smart HTTP, Nanako Shiraishi
- Re: [RFC PATCH v3 00/17] Return of smart HTTP, Shawn O. Pearce
- Re: [RFC PATCH v3 00/17] Return of smart HTTP, Johan Herland
- Re: [RFC PATCH v3 00/17] Return of smart HTTP, Shawn O. Pearce
- Re: [RFC PATCH v3 00/17] Return of smart HTTP, Junio C Hamano
- Re: [RFC PATCH v3 00/17] Return of smart HTTP, Shawn O. Pearce
- Re: [RFC PATCH v3 00/17] Return of smart HTTP, Nanako Shiraishi
- Re: [RFC PATCH v3 00/17] Return of smart HTTP, Daniel Barkalow
- Re: [PATCH] Fix memory leak in transport-helper, Johannes Schindelin
- Re: [PATCH] Fix memory leak in transport-helper, Daniel Barkalow
- Re: [PATCH] Fix memory leak in transport-helper, Jeff King
- Re: [PATCH] Fix memory leak in transport-helper, Johannes Schindelin
- Re: [PATCH] Fix memory leak in transport-helper, Daniel Barkalow
- Re: [RFC PATCH v3 00/17] Return of smart HTTP, Mark Lodato
[PATCH] Proof-of-concept patch to remember what the detached HEAD was, Daniel Barkalow
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Junio C Hamano
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Jeff King
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Jay Soffian
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Daniel Barkalow
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Nicolas Pitre
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Daniel Barkalow
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Junio C Hamano
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Nicolas Pitre
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Junio C Hamano
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Jeff King
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Nicolas Pitre
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Junio C Hamano
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Jeff King
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Nicolas Pitre
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Jeff King
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Johannes Schindelin
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Nicolas Pitre
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Johannes Schindelin
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Nicolas Pitre
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Junio C Hamano
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Sean Estabrooks
- Re: Making Git easy to use -- without RTFM, was Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Avery Pennarun
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Johannes Schindelin
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Junio C Hamano
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, James Pickens
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Jakub Narebski
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Björn Steinbrink
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Nicolas Pitre
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Daniel Barkalow
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Michael J Gruber
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Nicolas Pitre
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Daniel Barkalow
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Thomas Rast
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Nicolas Pitre
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Junio C Hamano
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Jeff King
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Junio C Hamano
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Junio C Hamano
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Nicolas Pitre
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, James Pickens
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Nicolas Pitre
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Johannes Schindelin
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Björn Steinbrink
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Jeff King
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Jeff King
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Björn Steinbrink
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Daniel Barkalow
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Björn Steinbrink
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Nicolas Pitre
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Daniel Barkalow
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Junio C Hamano
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Daniel Barkalow
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Nicolas Pitre
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Julian Phillips
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Björn Steinbrink
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Julian Phillips
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Daniel Barkalow
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Junio C Hamano
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Julian Phillips
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Junio C Hamano
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Julian Phillips
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Junio C Hamano
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Julian Phillips
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Nicolas Pitre
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Julian Phillips
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Björn Steinbrink
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Julian Phillips
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Björn Steinbrink
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Julian Phillips
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Björn Steinbrink
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Junio C Hamano
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Björn Steinbrink
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Junio C Hamano
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, James Pickens
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Björn Steinbrink
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Junio C Hamano
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Björn Steinbrink
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Julian Phillips
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Eric Raible
- Re: [PATCH] Proof-of-concept patch to remember what the detached HEAD was, Christoph Bartoschek
[msysGit] [PATCH v3 0/8] imap-send: Windows support, Erik Faye-Lund
- [msysGit] [PATCH v3 1/8] imap-send: remove useless uid code, Erik Faye-Lund
- [msysGit] [PATCH v3 2/8] imap-send: use separate read and write fds, Erik Faye-Lund
- [msysGit] [PATCH v3 3/8] imap-send: use run-command API for tunneling, Erik Faye-Lund
- [msysGit] [PATCH v3 4/8] imap-send: fix compilation-error on Windows, Erik Faye-Lund
- [msysGit] [PATCH v3 5/8] imap-send: build imap-send on Windows, Erik Faye-Lund
- [msysGit] [PATCH v3 6/8] mingw: wrap SSL_set_(w|r)fd to call _get_osfhandle, Erik Faye-Lund
- [msysGit] [PATCH v3 7/8] mingw: enable OpenSSL, Erik Faye-Lund
- [msysGit] [PATCH v3 8/8] MSVC: Enable OpenSSL, and translate -lcrypto, Erik Faye-Lund
- [msysGit] Re: [PATCH v3 5/8] imap-send: build imap-send on Windows, Johannes Sixt
- [msysGit] Re: [PATCH v3 5/8] imap-send: build imap-send on Windows, Erik Faye-Lund
- [msysGit] Re: [PATCH v3 5/8] imap-send: build imap-send on Windows, Erik Faye-Lund
- [msysGit] Re: [PATCH v3 3/8] imap-send: use run-command API for tunneling, Johannes Sixt
- [msysGit] Re: [PATCH v3 3/8] imap-send: use run-command API for tunneling, Erik Faye-Lund
- [msysGit] Re: [PATCH v3 3/8] imap-send: use run-command API for tunneling, Johannes Sixt
- [msysGit] Re: [PATCH v3 3/8] imap-send: use run-command API for tunneling, Erik Faye-Lund
[RFC PATCH v2 00/16] Return of smart HTTP, Shawn O. Pearce
- [RFC PATCH v2 02/16] pkt-line: Make packet_read_line easier to debug, Shawn O. Pearce
- [RFC PATCH v2 03/16] fetch-pack: Use a strbuf to compose the want list, Shawn O. Pearce
- [RFC PATCH v2 04/16] Move "get_ack()" back to fetch-pack, Shawn O. Pearce
- [RFC PATCH v2 01/16] pkt-line: Add strbuf based functions, Shawn O. Pearce
- [RFC PATCH v2 05/16] Add multi_ack_2 capability to fetch-pack/upload-pack, Shawn O. Pearce
- [RFC PATCH v2 06/16] remote-curl: Refactor walker initialization, Shawn O. Pearce
- [RFC PATCH v2 08/16] remote-helpers: Support custom transport options, Shawn O. Pearce
- [RFC PATCH v2 07/16] remote-helpers: Fetch more than one ref in a batch, Shawn O. Pearce
- [RFC PATCH v2 13/16] Discover refs via smart HTTP server when available, Shawn O. Pearce
- [RFC PATCH v2 11/16] Add one shot RPC options to upload-pack, receive-pack, Shawn O. Pearce
- [RFC PATCH v2 14/16] Smart push over HTTP: client side, Shawn O. Pearce
- [RFC PATCH v2 12/16] Smart fetch and push over HTTP: server side, Shawn O. Pearce
- [RFC PATCH v2 15/16] Smart fetch over HTTP: client side, Shawn O. Pearce
- [RFC PATCH v2 16/16] Smart HTTP fetch: gzip requests, Shawn O. Pearce
- [RFC PATCH v2 09/16] Move WebDAV HTTP push under remote-curl, Shawn O. Pearce
- [RFC PATCH v2 10/16] Git-aware CGI to provide dumb HTTP transport, Shawn O. Pearce
- Re: [RFC PATCH v2 00/16] Return of smart HTTP, eduard stefan
git stash list with more than 10 items?, Jef Driesen
- Re: git stash list with more than 10 items?, Jeff King
- [PATCH] git-stash documentation: mention default options for 'list', Miklos Vajna
- [RFC PATCH 0/5] Pretty formats for reflog data, Thomas Rast
- [RFC PATCH 1/5] reflog-walk: refactor the branch@{num} formatting, Thomas Rast
- [RFC PATCH 3/5] stash: Use new %g/%G formats instead of sed, Thomas Rast
- Re: [RFC PATCH 3/5] stash: Use new %g/%G formats instead of sed, Jeff King
- [RFC PATCH 2/5] Introduce new pretty formats %g and %G for reflog information, Thomas Rast
- Re: [RFC PATCH 2/5] Introduce new pretty formats %g and %G for reflog information, Jeff King
- Re: [RFC PATCH 2/5] Introduce new pretty formats %g and %G for reflog information, Thomas Rast
- Re: [RFC PATCH 2/5] Introduce new pretty formats %g and %G for reflog information, Junio C Hamano
- [RFC PATCH 5/5] stash: change built-in ref to 'stash' instead of 'refs/stash', Thomas Rast
- Re: [RFC PATCH 5/5] stash: change built-in ref to 'stash' instead of 'refs/stash', Jeff King
- [PATCH v2 0/5] Pretty formats for reflog data, Thomas Rast
- [PATCH v2 5/5] stash list: drop the default limit of 10 stashes, Thomas Rast
- [PATCH v2 1/5] Refactor pretty_print_commit arguments into a struct, Thomas Rast
- [PATCH v2 3/5] Introduce new pretty formats %g[sdD] for reflog information, Thomas Rast
- Re: [PATCH v2 3/5] Introduce new pretty formats %g[sdD] for reflog information, Jeff King
- Re: [PATCH v2 3/5] Introduce new pretty formats %g[sdD] for reflog information, Thomas Rast
- [PATCH v3 0/5] Pretty formats for reflog data, Thomas Rast
- [PATCH v3 1/5] Refactor pretty_print_commit arguments into a struct, Thomas Rast
- Re: [PATCH v3 1/5] Refactor pretty_print_commit arguments into a struct, Junio C Hamano
- Re: [PATCH v3 1/5] Refactor pretty_print_commit arguments into a struct, Thomas Rast
- Re: [PATCH v3 1/5] Refactor pretty_print_commit arguments into a struct, Junio C Hamano
- [PATCH v4 0/5] Pretty formats for reflog data, Thomas Rast
- [PATCH v4 1/5] Refactor pretty_print_commit arguments into a struct, Thomas Rast
- [PATCH v4 3/5] Introduce new pretty formats %g[sdD] for reflog information, Thomas Rast
- [PATCH v4 2/5] reflog-walk: refactor the branch@{num} formatting, Thomas Rast
- [PATCH v4 5/5] stash list: drop the default limit of 10 stashes, Thomas Rast
- [PATCH v4 4/5] stash list: use new %g formats instead of sed, Thomas Rast
- [PATCH v3 2/5] reflog-walk: refactor the branch@{num} formatting, Thomas Rast
- [PATCH v3 3/5] Introduce new pretty formats %g[sdD] for reflog information, Thomas Rast
- [PATCH v3.1 3/5] Introduce new pretty formats %g[sdD] for reflog information, Thomas Rast
- Re: [PATCH v3.1 3/5] Introduce new pretty formats %g[sdD] for reflog information, Jakub Narebski
- Re: [PATCH v3.1 3/5] Introduce new pretty formats %g[sdD] for reflog information, Jeff King
- Re: [PATCH v3.1 3/5] Introduce new pretty formats %g[sdD] for reflog information, Nanako Shiraishi
- [PATCH v3 4/5] stash list: use new %g formats instead of sed, Thomas Rast
- [PATCH v3 5/5] stash list: drop the default limit of 10 stashes, Thomas Rast
- Re: [PATCH v3 0/5] Pretty formats for reflog data, Junio C Hamano
- Re: [PATCH v3 0/5] Pretty formats for reflog data, Jeff King
- [PATCH v2 4/5] stash list: use new %g formats instead of sed, Thomas Rast
- [PATCH v2 2/5] reflog-walk: refactor the branch@{num} formatting, Thomas Rast
- Re: [PATCH v2 0/5] Pretty formats for reflog data, Jeff King
- Re: [PATCH v2 0/5] Pretty formats for reflog data, Jakub Narebski
- [RFC PATCH 4/5] stash list: drop the default limit of 10 stashes, Thomas Rast
- Re: [RFC PATCH 4/5] stash list: drop the default limit of 10 stashes, Jeff King
- Re: [RFC PATCH 0/5] Pretty formats for reflog data, Jeff King
- Re: [RFC PATCH 0/5] Pretty formats for reflog data, Thomas Rast
[PATCH] bisect reset: Allow resetting to any commit, not just a branch, Anders Kaseorg
- Re: [PATCH] bisect reset: Allow resetting to any commit, not just a branch, Junio C Hamano
- Re: [PATCH] bisect reset: Allow resetting to any commit, not just a branch, Anders Kaseorg
- Re: [PATCH] bisect reset: Allow resetting to any commit, not just a branch, Junio C Hamano
- Re: [PATCH] bisect reset: Allow resetting to any commit, not just a branch, Johannes Sixt
- Re: [PATCH] bisect reset: Allow resetting to any commit, not just a branch, Junio C Hamano
- Re: [PATCH] bisect reset: Allow resetting to any commit, not just a branch, Anders Kaseorg
- [PATCH v2] bisect reset: Allow resetting to any commit, not just a branch, Anders Kaseorg
- Re: [PATCH v2] bisect reset: Allow resetting to any commit, not just a branch, Christian Couder
- Re: [PATCH v2] bisect reset: Allow resetting to any commit, not just a branch, Anders Kaseorg
- Re: [PATCH v2] bisect reset: Allow resetting to any commit, not just a branch, Christian Couder
- [PATCH v3] bisect reset: Allow resetting to any commit, not just a branch, Anders Kaseorg
- Re: [PATCH v3] bisect reset: Allow resetting to any commit, not just a branch, Junio C Hamano
- Re: [PATCH] bisect reset: Allow resetting to any commit, not just a branch, Johannes Sixt
quote in help code example, bill lam
- Re: quote in help code example, Miklos Vajna
- Re: quote in help code example, bill lam
- Re: quote in help code example, Miklos Vajna
- Re: quote in help code example, bill lam
- Re: quote in help code example, Miklos Vajna
- Re: quote in help code example, Thomas Rast
- Re: quote in help code example, Thomas Rast
- [PATCH] Quote ' as \(aq in manpages, Thomas Rast
- Re: [PATCH] Quote ' as \(aq in manpages, Miklos Vajna
- Re: [PATCH] Quote ' as \(aq in manpages, Anders Kaseorg
- [PATCH v2] Quote ' as \(aq in manpages, Thomas Rast
- [PATCH] Document GNU_ROFF in Makefile, Miklos Vajna
- Re: [PATCH] Document GNU_ROFF in Makefile, Junio C Hamano
- Re: [PATCH] Document GNU_ROFF in Makefile, Anders Kaseorg
- [PATCH v3] Quote ' as \(aq in manpages, Thomas Rast
- Re: [PATCH v2] Quote ' as \(aq in manpages, Anders Kaseorg
- Re: quote in help code example, Junio C Hamano
Re: Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Johannes Schindelin
- Re: Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Björn Steinbrink
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Thomas Rast
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Junio C Hamano
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Thomas Rast
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Junio C Hamano
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Junio C Hamano
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Thomas Rast
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Junio C Hamano
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Johannes Schindelin
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Junio C Hamano
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Jeff King
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Johannes Schindelin
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Jay Soffian
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Junio C Hamano
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Jay Soffian
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Junio C Hamano
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Jeff King
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Thomas Rast
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Jakub Narebski
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Johannes Sixt
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Daniel Barkalow
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Junio C Hamano
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Daniel Barkalow
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Jeff King
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Junio C Hamano
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Johannes Schindelin
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Thomas Rast
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Johannes Schindelin
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Thomas Rast
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Björn Steinbrink
[PATCH 0/3] Trivial patches, Felipe Contreras
- [PATCH 1/3] Fix a bunch of pointer declarations (codestyle), Felipe Contreras
- [PATCH 2/3] git config: clarify bool types, Felipe Contreras
- [PATCH 3/3] user-manual: use 'fast-forward', Felipe Contreras
- Re: [PATCH 3/3] user-manual: use 'fast-forward', Junio C Hamano
- Re: [PATCH 3/3] user-manual: use 'fast-forward', Felipe Contreras
- Re: [PATCH 3/3] user-manual: use 'fast-forward', Michael J Gruber
- Re: [PATCH 2/3] git config: clarify bool types, Junio C Hamano
- Re: [PATCH 2/3] git config: clarify bool types, Felipe Contreras
- Re: [PATCH 2/3] git config: clarify bool types, Michael J Gruber
- Re: [PATCH 2/3] git config: clarify bool types, Felipe Contreras
- Re: [PATCH 2/3] git config: clarify bool types, Michael J Gruber
- Re: [PATCH 2/3] git config: clarify bool types, Felipe Contreras
- Re: [PATCH 1/3] Fix a bunch of pointer declarations (codestyle), Thiago Farina
[ANNOUNCE] GIT 1.6.5, Junio C Hamano
- Re: [ANNOUNCE] GIT 1.6.5, Steven Noonan
- Re: [ANNOUNCE] GIT 1.6.5, Jakub Narebski
- Re: [ANNOUNCE] GIT 1.6.5, Sebastian Pipping
- [PATCH] Document git push -q, Miklos Vajna
- [PATCH] git push: remove incomplete options list from help text, Nanako Shiraishi
- Re: [PATCH] git push: remove incomplete options list from help text, Junio C Hamano
- [PATCH] git push: say that --tag can't be used with --all or --mirror in help text, Nanako Shiraishi
- Re: [PATCH] git push: say that --tag can't be used with --all or --mirror in help text, Jeff King
- Re: [PATCH] git push: say that --tag can't be used with --all or --mirror in help text, Jeff King
- Re: [PATCH] git push: say that --tag can't be used with --all or --mirror in help text, Nanako Shiraishi
- Re: [PATCH] git push: remove incomplete options list from help text, Jeff King
- Re: [PATCH] git push: remove incomplete options list from help text, Junio C Hamano
- Re: [PATCH] Document git push -q, Jeff King
- Re: [PATCH] Document git push -q, Junio C Hamano
[PATCH] disallow refs containing successive slashes, Jens Lehmann
- Re: [PATCH] disallow refs containing successive slashes, Junio C Hamano
- Re: [PATCH] disallow refs containing successive slashes, Jens Lehmann
- [PATCH/RFC 0/4] plumbing to help fix git-gui, Jonathan Nieder
- [PATCH 1/4] Add tests for git check-ref-format, Jonathan Nieder
- [PATCH 2/4] Documentation: describe check-ref-format --branch, Jonathan Nieder
- [PATCH/RFC 3/4] git check-ref-format --print, Jonathan Nieder
- Re: [PATCH/RFC 3/4] git check-ref-format --print, Shawn O. Pearce
- Re: [PATCH/RFC 3/4] git check-ref-format --print, Junio C Hamano
- Re: [PATCH/RFC 3/4] git check-ref-format --print, Shawn O. Pearce
- Re: [PATCH/RFC 3/4] git check-ref-format --print, Junio C Hamano
- Re: [PATCH/RFC 3/4] git check-ref-format --print, Jonathan Nieder
- [PATCH/RFC 4/4] check-ref-format: simplify --print implementation, Jonathan Nieder
- Re: [PATCH/RFC 0/4] plumbing to help fix git-gui, Jonathan Nieder
[RFC/PATCHv7 00/22] git notes, Johan Herland
- [RFC/PATCHv7 00/22] git notes, Johan Herland
- [RFC/PATCHv7 04/22] Add an expensive test for git-notes, Johan Herland
- [RFC/PATCHv7 01/22] Introduce commit notes, Johan Herland
- [RFC/PATCHv7 06/22] fast-import: Add support for importing commit notes, Johan Herland
- [RFC/PATCHv7 03/22] Speed up git notes lookup, Johan Herland
- [RFC/PATCHv7 02/22] Add a script to edit/inspect notes, Johan Herland
- [RFC/PATCHv7 07/22] t3302-notes-index-expensive: Speed up create_repo(), Johan Herland
- [RFC/PATCHv7 05/22] Teach "-m <msg>" and "-F <file>" to "git notes edit", Johan Herland
- [RFC/PATCHv7 08/22] Add flags to get_commit_notes() to control the format of the note string, Johan Herland
- [RFC/PATCHv7 10/22] Teach notes code to free its internal data structures on request, Johan Herland
- [RFC/PATCHv7 09/22] Add '%N'-format for pretty-printing commit notes, Johan Herland
- [RFC/PATCHv7 12/22] Add selftests verifying that we can parse notes trees with various fanouts, Johan Herland
- [RFC/PATCHv7 13/22] Refactor notes code to concatenate multiple notes annotating the same object, Johan Herland
- [RFC/PATCHv7 14/22] Add selftests verifying concatenation of multiple notes for the same commit, Johan Herland
- [RFC/PATCHv7 16/22] Notes API: init_notes(): Initialize the notes tree from the given notes ref, Johan Herland
- [RFC/PATCHv7 11/22] Teach the notes lookup code to parse notes trees with various fanout schemes, Johan Herland
- [RFC/PATCHv7 15/22] Notes API: get_commit_notes() -> format_note() + remove the commit restriction, Johan Herland
- [RFC/PATCHv7 17/22] Notes API: add_note(): Add note objects to the internal notes tree structure, Johan Herland
- [RFC/PATCHv7 22/22] fast-import: Proper notes tree manipulation using the notes API, Johan Herland
- [RFC/PATCHv7 18/22] Notes API: get_note(): Return the note annotating the given object, Johan Herland
- [RFC/PATCHv7 19/22] Notes API: for_each_note(): Traverse the entire notes tree with a callback, Johan Herland
- [RFC/PATCHv7 21/22] Refactor notes concatenation into a flexible interface for combining notes, Johan Herland
- [RFC/PATCHv7 20/22] Notes API: Allow multiple concurrent notes trees with new struct notes_tree, Johan Herland
[PATCH 0/9] Documentation tweaks, Jonathan Nieder
- [PATCH 2/9] Documentation: git fmt-merge-message is not a script, Jonathan Nieder
- [PATCH 4/9] Documentation: say "the same" instead of "equal", Jonathan Nieder
- [PATCH 3/9] Documentation: fix singular/plural mismatch, Jonathan Nieder
- [PATCH 6/9] Documentation: branch: update --merged description, Jonathan Nieder
- [PATCH 7/9] Documentation: clarify branch creation, Jonathan Nieder
- [PATCH 8/9] Documentation: clarify "working tree" definition, Jonathan Nieder
- [PATCH 1/9] Describe DOCBOOK_XSL_172, ASCIIDOC_NO_ROFF options in Makefile, Jonathan Nieder
- [PATCH 5/9] Documentation: clone: clarify discussion of initial branch, Jonathan Nieder
- [PATCH 9/9] racy-git.txt: explain nsec problem in more detail, Jonathan Nieder
- Re: [PATCH 0/9] Documentation tweaks, Junio C Hamano
git log -S not finding all commits?, Daniel
- Re: git log -S not finding all commits?, Andreas Ericsson
- Re: git log -S not finding all commits?, Daniel
- Re: git log -S not finding all commits?, Matthieu Moy
- Re: git log -S not finding all commits?, Matthieu Moy
- Re: git log -S not finding all commits?, Daniel
- Re: git log -S not finding all commits?, Matthieu Moy
- Re: git log -S not finding all commits?, Randal L. Schwartz
- Re: git log -S not finding all commits?, Matthieu Moy
- Re: git log -S not finding all commits?, Scott Wiersdorf
- Re: git log -S not finding all commits?, Randal L. Schwartz
- Re: git log -S not finding all commits?, Matthieu Moy
- Re: git log -S not finding all commits?, Randal L. Schwartz
- Re: git log -S not finding all commits?, Scott Wiersdorf
- Re: git log -S not finding all commits?, Nanako Shiraishi
What's cooking in git.git (Oct 2009, #01; Wed, 07), Junio C Hamano
- Re: What's cooking in git.git (Oct 2009, #01; Wed, 07), Johannes Schindelin
- Re: What's cooking in git.git (Oct 2009, #01; Wed, 07), Sverre Rabbelier
- Re: What's cooking in git.git (Oct 2009, #01; Wed, 07), Shawn O. Pearce
- Re: What's cooking in git.git (Oct 2009, #01; Wed, 07), Sverre Rabbelier
- Re: [Vcs-fast-import-devs] What's cooking in git.git (Oct 2009, #01; Wed, 07), Matt McClure
- Re: [Vcs-fast-import-devs] What's cooking in git.git (Oct 2009, #01; Wed, 07), Sverre Rabbelier
- Re: What's cooking in git.git (Oct 2009, #01; Wed, 07), Sverre Rabbelier
- Re: [Vcs-fast-import-devs] What's cooking in git.git (Oct 2009, #01; Wed, 07), Ian Clatworthy
- Re: What's cooking in git.git (Oct 2009, #01; Wed, 07), Marius Storm-Olsen
- Re: What's cooking in git.git (Oct 2009, #01; Wed, 07), Jakub Narebski
[PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Jay Soffian
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Sverre Rabbelier
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Johannes Schindelin
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Sverre Rabbelier
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Jay Soffian
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Jeff King
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Thomas Rast
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Johannes Schindelin
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Junio C Hamano
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Johannes Schindelin
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Junio C Hamano
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Johannes Schindelin
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Matthieu Moy
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Mikael Magnusson
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Johannes Schindelin
- Re: Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Eugene Sajine
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Junio C Hamano
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Junio C Hamano
- [PATCH 1/3] check_filename(): make verify_filename() callable without dying, Junio C Hamano
- [PATCH 2/3] DWIM "git checkout frotz" to "git checkout -b frotz origin/frotz", Junio C Hamano
- Re: [PATCH 2/3] DWIM "git checkout frotz" to "git checkout -b frotz origin/frotz", Nanako Shiraishi
- Re: [PATCH 2/3] DWIM "git checkout frotz" to "git checkout -b frotz origin/frotz", Björn Steinbrink
- Re: [PATCH 2/3] DWIM "git checkout frotz" to "git checkout -b frotz origin/frotz", Nanako Shiraishi
- Re: [PATCH 2/3] DWIM "git checkout frotz" to "git checkout -b frotz origin/frotz", Junio C Hamano
- Re: [PATCH 2/3] DWIM "git checkout frotz" to "git checkout -b frotz origin/frotz", Björn Steinbrink
- [PATCH 3/3] git checkout --nodwim, Junio C Hamano
- Re: [PATCH 3/3] git checkout --nodwim, Alex Riesen
- Re: [PATCH 3/3] git checkout --nodwim, Junio C Hamano
- [PATCH] Use "--no-" prefix to switch off some of checkout dwimmery, Alex Riesen
- Re: [PATCH] Use "--no-" prefix to switch off some of checkout dwimmery, Junio C Hamano
- Re: [PATCH] Use "--no-" prefix to switch off some of checkout dwimmery, Alex Riesen
- Re: [PATCH] Use "--no-" prefix to switch off some of checkout dwimmery, Alex Riesen
- Re: [PATCH] Use "--no-" prefix to switch off some of checkout dwimmery, Junio C Hamano
- Re: [PATCH] Use "--no-" prefix to switch off some of checkout dwimmery, Alex Riesen
- Re: [PATCH] Use "--no-" prefix to switch off some of checkout dwimmery, Junio C Hamano
- Re: [PATCH 3/3] git checkout --nodwim, Avery Pennarun
- Re: [PATCH 3/3] git checkout --nodwim, Nanako Shiraishi
- Re: [PATCH 3/3] git checkout --nodwim, Junio C Hamano
- [PATCH] git checkout --no-guess, Junio C Hamano
- Re: [PATCH] git checkout --no-guess, Avery Pennarun
- Re: [PATCH 3/3] git checkout --nodwim, Johannes Schindelin
- Re: [PATCH 3/3] git checkout --nodwim, Erik Faye-Lund
- Re: [PATCH 3/3] git checkout --nodwim, Michael J Gruber
- Re: [PATCH 3/3] git checkout --nodwim, Junio C Hamano
- Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so, Jeff King
[PATCH] Speedup bash completion loading, Kirill Smelkov
- Re: [PATCH] Speedup bash completion loading, Shawn O. Pearce
- Re: [PATCH] Speedup bash completion loading, Kirill Smelkov
- Re: [PATCH] Speedup bash completion loading, Ted Pavlic
- Re: [PATCH] Speedup bash completion loading, Kirill Smelkov
- Re: [PATCH] Speedup bash completion loading, Shawn O. Pearce
- Re: [PATCH] Speedup bash completion loading, Kirill Smelkov
- Re: [PATCH] Speedup bash completion loading, Kirill Smelkov
- Re: [PATCH] Speedup bash completion loading, Shawn O. Pearce
- Re: [PATCH] Speedup bash completion loading, Kirill Smelkov
- Re: [PATCH] Speedup bash completion loading, Shawn O. Pearce
- Re: [PATCH] Speedup bash completion loading, Kirill Smelkov
- Re: [PATCH] Speedup bash completion loading, Shawn O. Pearce
- Re: [PATCH] Speedup bash completion loading, Junio C Hamano
[PATCH] Teach 'rebase -i' the command "amend", BjÃrn Gustavsson
- Re: [PATCH] Teach 'rebase -i' the command "amend", Johannes Schindelin
- Re: [PATCH] Teach 'rebase -i' the command "amend", BjÃrn Gustavsson
- Re: [PATCH] Teach 'rebase -i' the command "amend", Junio C Hamano
- Re: [PATCH] Teach 'rebase -i' the command "amend", Johannes Schindelin
- Re: [PATCH] Teach 'rebase -i' the command "amend", Sverre Rabbelier
- Re: [PATCH] Teach 'rebase -i' the command "amend", BjÃrn Gustavsson
- Re: [PATCH] Teach 'rebase -i' the command "amend", Anders Melchiorsen
- Re: [PATCH] Teach 'rebase -i' the command "amend", Johannes Schindelin
- Re: [PATCH] Teach 'rebase -i' the command "amend", Junio C Hamano
- Re: [PATCH] Teach 'rebase -i' the command "amend", Sverre Rabbelier
- Re: [PATCH] Teach 'rebase -i' the command "amend", Johannes Schindelin
- Re: [PATCH] Teach 'rebase -i' the command "amend", Johannes Sixt
[PATCH/RFC 1/7] imap-send: use separate read and write fds, Erik Faye-Lund
- [PATCH/RFC 2/7] imap-send: use run-command API for tunneling, Erik Faye-Lund
- [PATCH/RFC 3/7] imap-send: fix compilation-error on Windows, Erik Faye-Lund
- [PATCH/RFC 4/7] imap-send: build imap-send on Windows, Erik Faye-Lund
- [PATCH/RFC 5/7] imap-send: provide fall-back random-source, Erik Faye-Lund
- [PATCH/RFC 6/7] mingw: wrap SSL_set_(w|r)fd to call _get_osfhandle, Erik Faye-Lund
- [PATCH/RFC 7/7] mingw: enable OpenSSL, Erik Faye-Lund
- Re: [PATCH/RFC 5/7] imap-send: provide fall-back random-source, Jeff King
- [msysGit] Re: [PATCH/RFC 5/7] imap-send: provide fall-back random-source, Erik Faye-Lund
- [msysGit] Re: [PATCH/RFC 5/7] imap-send: provide fall-back random-source, Erik Faye-Lund
- Re: [PATCH/RFC 5/7] imap-send: provide fall-back random-source, Jeff King
- Re: [PATCH/RFC 5/7] imap-send: provide fall-back random-source, Jeff King
- [msysGit] Re: [PATCH/RFC 5/7] imap-send: provide fall-back random-source, Erik Faye-Lund
- Re: [PATCH/RFC 5/7] imap-send: provide fall-back random-source, Jeff King
- Re: [PATCH/RFC 1/7] imap-send: use separate read and write fds, Jeff King
|
|