|
|
[PATCH] t5540-http-push.sh: avoid non-portable grep -P, Jay Soffian
- Re: [PATCH] t5540-http-push.sh: avoid non-portable grep -P, Junio C Hamano
- Re: [PATCH] t5540-http-push.sh: avoid non-portable grep -P, Jay Soffian
- Re: [PATCH] t5540-http-push.sh: avoid non-portable grep -P, Jay Soffian
- Re: [PATCH] t5540-http-push.sh: avoid non-portable grep -P, Junio C Hamano
- Re: [PATCH] t5540-http-push.sh: avoid non-portable grep -P, Jay Soffian
- Re: [PATCH] t5540-http-push.sh: avoid non-portable grep -P, Junio C Hamano
- Re: [PATCH] t5540-http-push.sh: avoid non-portable grep -P, Jay Soffian
- [PATCH v3] t5540-http-push.sh: avoid non-portable grep -P, Jay Soffian
- Re: [PATCH] t5540-http-push.sh: avoid non-portable grep -P, Junio C Hamano
- Re: [PATCH] t5540-http-push.sh: avoid non-portable grep -P, Jay Soffian
- [PATCH v4] t5540-http-push.sh: avoid non-portable grep -P, Jay Soffian
- Re: [PATCH] t5540-http-push.sh: avoid non-portable grep -P, Brandon Casey
- Re: [PATCH] t5540-http-push.sh: avoid non-portable grep -P, Johannes Schindelin
- Re: [PATCH] t5540-http-push.sh: avoid non-portable grep -P, Brandon Casey
- Re: [PATCH] t5540-http-push.sh: avoid non-portable grep -P, Junio C Hamano
- [PATCH v2] t5540-http-push.sh: avoid non-portable grep -P, Jay Soffian
[PATCH] clone: ignore --depth when cloning locally (implicitly --local), Johannes Schindelin
- Re: [PATCH] clone: ignore --depth when cloning locally (implicitly --local), Junio C Hamano
- Re: [PATCH] clone: ignore --depth when cloning locally (implicitly --local), Johannes Schindelin
- [PATCH 0/2] shallow clone stuff, Johannes Schindelin
- Re: [PATCH 0/2] shallow clone stuff, Junio C Hamano
- [PATCH 1/2] clone: do not ignore --no-hardlinks, Johannes Schindelin
- Re: [PATCH 1/2] clone: do not ignore --no-hardlinks, Jeff King
- Re: [PATCH 1/2] clone: do not ignore --no-hardlinks, Junio C Hamano
- Re: [PATCH 1/2] clone: do not ignore --no-hardlinks, Junio C Hamano
- Re: [PATCH 1/2] clone: do not ignore --no-hardlinks, Junio C Hamano
- Re: [PATCH 1/2] clone: do not ignore --no-hardlinks, Daniel Barkalow
- Re: [PATCH 1/2] clone: do not ignore --no-hardlinks, Jeff King
- [PATCH 2/2] clone: ignore --depth when cloning locally (implicitly --local), Johannes Schindelin
[PATCH 00/21] git remote: set-head and new show output, Jay Soffian
- [PATCH 01/21] test scripts: refactor start_httpd helper, Jay Soffian
- [PATCH 02/21] add basic http clone/fetch tests, Jay Soffian
- [PATCH 04/21] move duplicated get_local_heads() to remote.c, Jay Soffian
- [PATCH 03/21] refactor find_ref_by_name() to accept const list, Jay Soffian
- [PATCH 05/21] move duplicated ref_newer() to remote.c, Jay Soffian
- [PATCH 06/21] move locate_head() to remote.c, Jay Soffian
- [PATCH 07/21] remote: simplify guess_remote_head(), Jay Soffian
- [PATCH 09/21] remote: make match_refs() copy src ref before assigning to peer_ref, Jay Soffian
- [PATCH 08/21] remote: let guess_remote_head() optionally return all matches, Jay Soffian
- [PATCH 10/21] remote: make match_refs() not short-circuit, Jay Soffian
- [PATCH 11/21] string-list: new for_each_string_list() function, Jay Soffian
- [PATCH 12/21] builtin-remote: refactor duplicated cleanup code, Jay Soffian
- [PATCH 13/21] builtin-remote: remove unused code in get_ref_states, Jay Soffian
- [PATCH 15/21] builtin-remote: make get_remote_ref_states() always populate states.tracked, Jay Soffian
- [PATCH 14/21] builtin-remote: rename variables and eliminate redundant function call, Jay Soffian
- [PATCH 16/21] builtin-remote: fix two inconsistencies in the output of "show <remote>", Jay Soffian
- [PATCH 17/21] builtin-remote: teach show to display remote HEAD, Jay Soffian
- [PATCH 18/21] builtin-remote: add set-head subcommand, Jay Soffian
- [PATCH 19/21] remote: make guess_remote_head() use exact HEAD lookup if it is available, Jay Soffian
- [PATCH 21/21] builtin-remote: new show output style for push refspecs, Jay Soffian
- [PATCH 20/21] builtin-remote: new show output style, Jay Soffian
- Re: [PATCH 00/21] git remote: set-head and new show output, Jeff King
- Re: [PATCH 00/21] git remote: set-head and new show output, Junio C Hamano
Fwd: Git Submodule Misbehaviour With ./, Andrei Thorp
- [PATCH 0/2] Fix git submodule add for paths with ./, Michael J Gruber
- [PATCH 1/2] git submodule: Add test cases for git submodule add, Michael J Gruber
- [PATCH 2/2] git submodule: Fix adding of submodules at paths with ./, Michael J Gruber
- Re: [PATCH 2/2] git submodule: Fix adding of submodules at paths with ./, Johannes Sixt
- Re: [PATCH 2/2] git submodule: Fix adding of submodules at paths with ./, Michael J Gruber
- Re: [PATCH 2/2] git submodule: Fix adding of submodules at paths with ./, Johannes Sixt
- [PATCHv2 0/4] Fix git submodule add for funky paths, Michael J Gruber
- [PATCHv2 1/4] git submodule: Add test cases for git submodule add, Michael J Gruber
- [PATCHv2 2/4] git submodule: Fix adding of submodules at paths with ./, Michael J Gruber
- [PATCHv2 3/4] git submodule: Add more tests for add with funky paths, Michael J Gruber
- [PATCHv2 4/4] git submodule: Fix handling of // and /.. in paths for added submodules, Michael J Gruber
- Re: [PATCHv2 4/4] git submodule: Fix handling of // and /.. in paths for added submodules, Johannes Sixt
- Re: [PATCHv2 4/4] git submodule: Fix handling of // and /.. in paths for added submodules, Michael J Gruber
- Re: [PATCHv2 4/4] git submodule: Fix handling of // and /.. in paths for added submodules, Johannes Sixt
- Re: [PATCHv2 4/4] git submodule: Fix handling of // and /.. in paths for added submodules, Junio C Hamano
- Re: [PATCHv2 4/4] git submodule: Fix handling of // and /.. in paths for added submodules, Michael J Gruber
- Re: [PATCHv2 4/4] git submodule: Fix handling of // and /.. in paths for added submodules, Junio C Hamano
- Re: [PATCH 2/2] git submodule: Fix adding of submodules at paths with ./, Junio C Hamano
- Re: [PATCH 1/2] git submodule: Add test cases for git submodule add, Junio C Hamano
How do I qualify paths in the .gitignore file w.r.t. the repo root directory?, Brent Goodrick
- Re: How do I qualify paths in the .gitignore file w.r.t. the repo root directory?, Junio C Hamano
- Re: How do I qualify paths in the .gitignore file w.r.t. the repo root directory?, Sitaram Chamarty
- Re: How do I qualify paths in the .gitignore file w.r.t. the repo root directory?, Junio C Hamano
- Re: How do I qualify paths in the .gitignore file w.r.t. the repo root directory?, Sitaram Chamarty
- Re: How do I qualify paths in the .gitignore file w.r.t. the repo root directory?, Sitaram Chamarty
- Re: How do I qualify paths in the .gitignore file w.r.t. the repo root directory?, Junio C Hamano
- Re: How do I qualify paths in the .gitignore file w.r.t. the repo root directory?, Sitaram Chamarty
- Re: How do I qualify paths in the .gitignore file w.r.t. the repo root directory?, Junio C Hamano
- Re: How do I qualify paths in the .gitignore file w.r.t. the repo root directory?, Björn Steinbrink
- Re: How do I qualify paths in the .gitignore file w.r.t. the repo root directory?, Sitaram Chamarty
- Re: How do I qualify paths in the .gitignore file w.r.t. the repo root directory?, Sitaram Chamarty
- Re: How do I qualify paths in the .gitignore file w.r.t. the repo root directory?, Junio C Hamano
- Re: How do I qualify paths in the .gitignore file w.r.t. the repo root directory?, Brent Goodrick
[PATCH 00/13] New output style for git remote show, Jay Soffian
- [PATCH 01/13] remote: rename variable and eliminate redundant function call, Jay Soffian
- [PATCH 02/13] remote: remove unused code in get_ref_states, Jay Soffian
- [PATCH 03/13] remote: fix two inconsistencies in the output of "show <remote>", Jay Soffian
- [PATCH 06/13] string-list: new for_each_string_list() function, Jay Soffian
- [PATCH 05/13] remote: name remote_refs consistently, Jay Soffian
- [PATCH 07/13] remote: new show output style, Jay Soffian
- [PATCH 04/13] remote: make get_remote_ref_states() always populate states.tracked, Jay Soffian
- [PATCH 09/13] refactor duplicated ref_newer() to remote.c, Jay Soffian
- [PATCH 08/13] refactor duplicated get_local_heads() to remote.c, Jay Soffian
- [PATCH 13/13] remote: new show output style for push refspecs, Jay Soffian
- [PATCH 11/13] remote.c: don't short-circuit match_refs() when error in match_explicit_refs(), Jay Soffian
- [PATCH 12/13] remote.c: refactor get_remote_ref_states(), Jay Soffian
- [PATCH 10/13] remote.c: make match_refs() copy src ref before assigning to peer_ref, Jay Soffian
- Re: [PATCH 00/13] New output style for git remote show, Jeff King
[RFC/PATCH] revision.c: add --format option for 'git log', Felipe Contreras
- Re: [RFC/PATCH] revision.c: add --format option for 'git log', Junio C Hamano
- Re: [RFC/PATCH] revision.c: add --format option for 'git log', Felipe Contreras
- Re: [RFC/PATCH] revision.c: add --format option for 'git log', Junio C Hamano
- Re: [RFC/PATCH] revision.c: add --format option for 'git log', Junio C Hamano
- Re: [RFC/PATCH] revision.c: add --format option for 'git log', Felipe Contreras
- Re: [RFC/PATCH] revision.c: add --format option for 'git log', Junio C Hamano
- Re: [RFC/PATCH] revision.c: add --format option for 'git log', Felipe Contreras
- Re: [RFC/PATCH] revision.c: add --format option for 'git log', Junio C Hamano
- Re: [RFC/PATCH] revision.c: add --format option for 'git log', Felipe Contreras
- Re: [RFC/PATCH] revision.c: add --format option for 'git log', Felipe Contreras
- Re: [RFC/PATCH] revision.c: add --format option for 'git log', Junio C Hamano
- Re: [RFC/PATCH] revision.c: add --format option for 'git log', Nanako Shiraishi
- Re: [RFC/PATCH] revision.c: add --format option for 'git log', Junio C Hamano
- Re: [RFC/PATCH] revision.c: add --format option for 'git log', Felipe Contreras
- [PATCH] Add --format that is a synonym to --pretty, Nanako Shiraishi
- Re: [PATCH] Add --format that is a synonym to --pretty, Jeff King
- Re: [PATCH] Add --format that is a synonym to --pretty, Junio C Hamano
- Re: [PATCH] Add --format that is a synonym to --pretty, Jeff King
- [PATCH 0/3] --format, --pretty and --oneline, Nanako Shiraishi
- [PATCH 1/3] Add --format that is a synonym to --pretty, Nanako Shiraishi
- [PATCH 2/3] Give short-hands to --pretty=tformat:%formatstring, Nanako Shiraishi
- [PATCH 3/3] Add --oneline that is a synonym to "--pretty=oneline --abbrev-commit", Nanako Shiraishi
- Re: [PATCH 3/3] Add --oneline that is a synonym to "--pretty=oneline --abbrev-commit", Junio C Hamano
- [PATCH] Add tests for git log --pretty, --format and --oneline., Felipe Contreras
- Re: [PATCH] Add tests for git log --pretty, --format and --oneline., Junio C Hamano
- Re: [PATCH] Add tests for git log --pretty, --format and --oneline., Jeff King
- Re: [PATCH] Add tests for git log --pretty, --format and --oneline., Junio C Hamano
- Re: [PATCH] Add tests for git log --pretty, --format and --oneline., Jeff King
- [PATCH] bash completion: add --format= and --oneline options for "git log", Teemu Likonen
- [PATCH v2] bash completion: add --format= and --oneline options for "git log", Teemu Likonen
- Re: [PATCH v2] bash completion: add --format= and --oneline options for "git log", Shawn O. Pearce
- Re: [PATCH v2] bash completion: add --format= and --oneline options for "git log", Teemu Likonen
- Re: [PATCH v2] bash completion: add --format= and --oneline options for "git log", Shawn O. Pearce
- Re: [PATCH v2] bash completion: add --format= and --oneline options for "git log", Teemu Likonen
- Re: [PATCH v2] bash completion: add --format= and --oneline options for "git log", Teemu Likonen
- Re: [RFC/PATCH] revision.c: add --format option for 'git log', Felipe Contreras
- Re: [RFC/PATCH] revision.c: add --format option for 'git log', Linus Torvalds
- Re: [RFC/PATCH] revision.c: add --format option for 'git log', Jakub Narebski
- Re: [RFC/PATCH] revision.c: add --format option for 'git log', Wincent Colaiuta
[PATCH v2 0/4] Add more tests of cvsimport, Michael Haggerty
- [PATCH v2 1/5] Start a library for cvsimport-related tests, Michael Haggerty
- [PATCH v2 2/5] Use CVS's -f option if available (ignore user's ~/.cvsrc file), Michael Haggerty
- [PATCH v2 3/5] Test contents of entire cvsimported "master" tree contents, Michael Haggerty
- [PATCH v2 4/5] Add some tests of git-cvsimport's handling of vendor branches, Michael Haggerty
- [PATCH v2 5/5] Add a test of "git cvsimport"'s handling of tags and branches, Michael Haggerty
- Re: [PATCH v2 4/5] Add some tests of git-cvsimport's handling of vendor branches, Junio C Hamano
- [PATCH v3 0/5] Add more tests of cvsimport, Michael Haggerty
- [PATCH v3 1/5] Start a library for cvsimport-related tests, Michael Haggerty
- [PATCH v3 2/5] Use CVS's -f option if available (ignore user's ~/.cvsrc file), Michael Haggerty
- [PATCH v3 3/5] Test contents of entire cvsimported "master" tree contents, Michael Haggerty
- [PATCH v3 4/5] Add some tests of git-cvsimport's handling of vendor branches, Michael Haggerty
- [PATCH v3 5/5] Add a test of "git cvsimport"'s handling of tags and branches, Michael Haggerty
- Re: [PATCH v2 0/4] Add more tests of cvsimport, Junio C Hamano
[PATCH] Add bare repository indicator for __git_ps1, Marius Storm-Olsen
- Re: [PATCH] Add bare repository indicator for __git_ps1, Johannes Schindelin
- Re: [PATCH] Add bare repository indicator for __git_ps1, Michael J Gruber
- Re: [PATCH] Add bare repository indicator for __git_ps1, Ted Pavlic
- [PATCH] Add bare repository indicator for __git_ps1, Marius Storm-Olsen
- Re: [PATCH] Add bare repository indicator for __git_ps1, Marius Storm-Olsen
- Re: [PATCH] Add bare repository indicator for __git_ps1, Junio C Hamano
- Re: [PATCH] Add bare repository indicator for __git_ps1, Marius Storm-Olsen
- Re: [PATCH] Add bare repository indicator for __git_ps1, Junio C Hamano
- Re: [PATCH] Add bare repository indicator for __git_ps1, Marius Storm-Olsen
- Re: [PATCH] Add bare repository indicator for __git_ps1, Shawn O. Pearce
- Re: [PATCH] Add bare repository indicator for __git_ps1, Marius Storm-Olsen
- Re: [PATCH] Add bare repository indicator for __git_ps1, Shawn O. Pearce
- Re: [PATCH] Add bare repository indicator for __git_ps1, Marius Storm-Olsen
- Re: [PATCH] Add bare repository indicator for __git_ps1, Junio C Hamano
- Re: [PATCH] Add bare repository indicator for __git_ps1, Ted Pavlic
- Re: [PATCH] Add bare repository indicator for __git_ps1, Marius Storm-Olsen
- Re: [PATCH] Add bare repository indicator for __git_ps1, Ted Pavlic
- Re: [PATCH] Add bare repository indicator for __git_ps1, Junio C Hamano
- Re: [PATCH] Add bare repository indicator for __git_ps1, Marius Storm-Olsen
- Re: [PATCH] Add bare repository indicator for __git_ps1, Junio C Hamano
- Re: [PATCH] Add bare repository indicator for __git_ps1, Marius Storm-Olsen
git push usage, Jay Soffian
- Re: git push usage, Jay Soffian
- [RFC] add test cases for the --repo option to git push, Michael J Gruber
- Re: [RFC] add test cases for the --repo option to git push, Junio C Hamano
- Re: [RFC] add test cases for the --repo option to git push, Michael J Gruber
- Re: [RFC] add test cases for the --repo option to git push, Junio C Hamano
- Re: [RFC] add test cases for the --repo option to git push, Michael J Gruber
- Re: [RFC] add test cases for the --repo option to git push, Jay Soffian
- Re: [RFC] add test cases for the --repo option to git push, Michael J Gruber
- Re: [RFC] add test cases for the --repo option to git push, Junio C Hamano
- Re: [RFC] add test cases for the --repo option to git push, Jay Soffian
- Re: [RFC] add test cases for the --repo option to git push, Linus Torvalds
- Re: [RFC] add test cases for the --repo option to git push, Jay Soffian
git merge --abort, John Tapsell
- Re: git merge --abort, Junio C Hamano
- Re: git merge --abort, John Tapsell
- Re: git merge --abort, Jay Soffian
- Re: git merge --abort, John Tapsell
- Re: git merge --abort, Junio C Hamano
- Re: git merge --abort, John Tapsell
- Re: git merge --abort, Junio C Hamano
- Re: git merge --abort, John Tapsell
- Re: git merge --abort, Bryan Donlan
- Re: git merge --abort, Jakub Narebski
- Re: git merge --abort, Junio C Hamano
- Re: git merge --abort, Jakub Narebski
- Re: git merge --abort, John Tapsell
- Re: git merge --abort, Junio C Hamano
- Re: git merge --abort, Jakub Narebski
- Re: git merge --abort, Junio C Hamano
- Re: git merge --abort, Jakub Narebski
[PATCH 5/6] Change output "error: " to "Error: " etc, John Tapsell
- Re: [PATCH 5/6] Change output "error: " to "Error: " etc, Thomas Rast
- Re: [PATCH 5/6] Change output "error: " to "Error: " etc, Jeff King
- [PATCH] http-push: using error() and warning() as appropriate, Miklos Vajna
- Re: [PATCH] http-push: using error() and warning() as appropriate, Jeff King
- [PATCH 0/8] fprintf(stderr, "warning: ") -> warning() patches, Miklos Vajna
- [PATCH 1/8] builtin-apply: use warning() instead of fprintf(stderr, "warning: "), Miklos Vajna
- Re: [PATCH 1/8] builtin-apply: use warning() instead of fprintf(stderr, "warning: "), Jeff King
- Re: [PATCH 1/8] builtin-apply: use warning() instead of fprintf(stderr, "warning: "), Junio C Hamano
- Re: [PATCH 1/8] builtin-apply: use warning() instead of fprintf(stderr, "warning: "), Miklos Vajna
- [PATCH 2/8] builtin-checkout: use warning() instead of fprintf(stderr, "warning: "), Miklos Vajna
- [PATCH 3/8] builtin-fetch-pack: use warning() instead of fprintf(stderr, "warning: "), Miklos Vajna
- [PATCH 4/8] builtin-init-db: use warning() instead of fprintf(stderr, "warning: "), Miklos Vajna
- [PATCH 5/8] builtin-rm: use warning() instead of fprintf(stderr, "warning: "), Miklos Vajna
- [PATCH 6/8] builtin-show-branch: use warning() instead of fprintf(stderr, "warning: "), Miklos Vajna
- [PATCH 7/8] builtin-show-ref: use warning() instead of fprintf(stderr, "warning: "), Miklos Vajna
- [PATCH 8/8] refs: use warning() instead of fprintf(stderr, "warning: "), Miklos Vajna
[PATCH 0/4] Improve "remote show" output, Jay Soffian
- [PATCH 1/4] remote: minor code cleanups in preparation for changing "show" output, Jay Soffian
- [PATCH 2/4] remote: move append_ref_to_tracked_list to get rid of prototype, Jay Soffian
- [PATCH 3/4] string-list: add for_each_string_list(), Jay Soffian
- [PATCH 4/4] remote: new show output style, Jay Soffian
- Re: [PATCH 4/4] remote: new show output style, Marc Branchaud
- Re: [PATCH 4/4] remote: new show output style, Sverre Rabbelier
- Re: [PATCH 4/4] remote: new show output style, Marc Branchaud
- Re: [PATCH 4/4] remote: new show output style, Sverre Rabbelier
- Re: [PATCH 4/4] remote: new show output style, Rostislav Svoboda
- Re: [PATCH 4/4] remote: new show output style, Jay Soffian
- Re: [PATCH 4/4] remote: new show output style, Jay Soffian
- Re: [PATCH 4/4] remote: new show output style, Julian Phillips
- Re: [PATCH 4/4] remote: new show output style, Marc Branchaud
- Re: [PATCH 4/4] remote: new show output style, Jay Soffian
- Re: [PATCH 4/4] remote: new show output style, Johannes Sixt
- Re: [PATCH 4/4] remote: new show output style, Jay Soffian
- Re: [PATCH 1/4] remote: minor code cleanups in preparation for changing "show" output, Junio C Hamano
What's cooking in git.git (Feb 2009, #06; Wed, 18), Junio C Hamano
- [PATCH v2 0/8] Support coverage testing with GCC/gcov, Thomas Rast
- [PATCH v2 1/8] Support coverage testing with GCC/gcov, Thomas Rast
- [PATCH v2 2/8] Test that diff can read from stdin, Thomas Rast
- [PATCH v2 3/8] Test diff --dirstat functionality, Thomas Rast
- [PATCH v2 4/8] Test log --graph, Thomas Rast
- [PATCH v2 5/8] Test fsck a bit harder, Thomas Rast
- [PATCH v2 6/8] Test log --decorate, Thomas Rast
- [PATCH v2 7/8] Test rev-list --parents/--children, Thomas Rast
- [PATCH v2 8/8] Test git-patch-id, Thomas Rast
- Re: [PATCH v2 0/8] Support coverage testing with GCC/gcov, Johannes Schindelin
- Re: [PATCH v2 0/8] Support coverage testing with GCC/gcov, Sverre Rabbelier
[PATCH 0/2] RUNTIME_PREFIX enhancements, Johannes Schindelin
- [PATCH 1/2] Introduce the function strip_path_suffix(), Johannes Schindelin
- Re: [PATCH 1/2] Introduce the function strip_path_suffix(), Johannes Sixt
- Re: [PATCH 1/2] Introduce the function strip_path_suffix(), Johannes Schindelin
- Re: [PATCH 1/2] Introduce the function strip_path_suffix(), Johannes Sixt
- Re: [PATCH 1/2] Introduce the function strip_path_suffix(), Johannes Schindelin
- [PATCH v2 0/2] RUNTIME_PREFIX enhancements, Johannes Schindelin
- [PATCH v2 1/2] Introduce the function strip_path_suffix(), Johannes Schindelin
- Re: [PATCH v2 1/2] Introduce the function strip_path_suffix(), Johannes Schindelin
- Re: [PATCH v2 1/2] Introduce the function strip_path_suffix(), Johannes Sixt
- Re: [PATCH v2 1/2] Introduce the function strip_path_suffix(), Johannes Schindelin
- [PATCH v2 2/2] system_path(): simplify using strip_path_suffix(), and add suffix "git", Johannes Schindelin
- Re: [PATCH v2 2/2] system_path(): simplify using strip_path_suffix(), and add suffix "git", Johannes Sixt
- Re: [PATCH v2 2/2] system_path(): simplify using strip_path_suffix(), and add suffix "git", Johannes Schindelin
- Re: [PATCH v2 2/2] system_path(): simplify using strip_path_suffix(), and add suffix "git", Junio C Hamano
- [PATCH 2/2] system_path(): simplify using strip_path_suffix(), and add suffix "git", Johannes Schindelin
- Re: [PATCH 0/2] RUNTIME_PREFIX enhancements, Johannes Sixt
[PATCH v3 01/10] config: Codestyle cleanups., Felipe Contreras
- [PATCH v3 02/10] config: Cleanup editor action., Felipe Contreras
- [PATCH v3 03/10] config: Make git_config() more flexible., Felipe Contreras
- [PATCH v3 04/10] config: Trivial rename in preparation for parseopt., Felipe Contreras
- [PATCH v3 05/10] config: Reorganize get_color*., Felipe Contreras
- [PATCH v3 06/10] config: Use parseopt., Felipe Contreras
- [PATCH v3 07/10] config: Disallow --getcolor* and other actions., Felipe Contreras
- [PATCH v3 08/10] config: Disallow multiple config file locations., Felipe Contreras
- [PATCH v3 09/10] config: Disallow multiple variable types., Felipe Contreras
- [PATCH v3 10/10] config: Don't allow extra arguments for -e or -l., Felipe Contreras
- Re: [PATCH v3 03/10] config: Make git_config() more flexible, Junio C Hamano
- Re: [PATCH v3 03/10] config: Make git_config() more flexible, Felipe Contreras
- Re: [PATCH v3 03/10] config: Make git_config() more flexible, Junio C Hamano
- Re: [PATCH v3 01/10] config: Codestyle cleanups., Sverre Rabbelier
What's cooking in git.git (Feb 2009, #05; Mon, 16), Junio C Hamano
- Re: What's cooking in git.git (Feb 2009, #05; Mon, 16), Jakub Narebski
- Re: What's cooking in git.git (Feb 2009, #05; Mon, 16), Jeff King
- Re: What's cooking in git.git (Feb 2009, #05; Mon, 16), Jeff King
- Re: What's cooking in git.git (Feb 2009, #05; Mon, 16), Johannes Schindelin
FETCH_HEAD question, Jay Soffian
- Re: FETCH_HEAD question, Jay Soffian
- Re: FETCH_HEAD question, Junio C Hamano
- Re: FETCH_HEAD question, Jay Soffian
- Re: FETCH_HEAD question, Junio C Hamano
- Re: FETCH_HEAD question, Jay Soffian
- Re: FETCH_HEAD question, Junio C Hamano
- Re: FETCH_HEAD question, Jay Soffian
- Re: FETCH_HEAD question, Johannes Schindelin
- Re: FETCH_HEAD question, Jay Soffian
- PUSH_HEAD, was Re: FETCH_HEAD question, Johannes Schindelin
- Re: PUSH_HEAD, was Re: FETCH_HEAD question, Junio C Hamano
- Re: PUSH_HEAD, was Re: FETCH_HEAD question, Johannes Schindelin
- Re: PUSH_HEAD, was Re: FETCH_HEAD question, Jay Soffian
- Re: FETCH_HEAD question, Sitaram Chamarty
[PATCH v2 1/8] config: Trivial rename in preparation for parseopt., Felipe Contreras
- [PATCH v2 2/8] config: Reorganize get_color*., Felipe Contreras
- [PATCH v2 3/8] config: Use parseopt., Felipe Contreras
- [PATCH v2 4/8] config: Disallow multiple variable types., Felipe Contreras
- [PATCH v2 5/8] config: Disallow multiple config file locations., Felipe Contreras
- [PATCH v2 6/8] config: Don't allow extra arguments for -e or -l., Felipe Contreras
- [PATCH v2 7/8] config: Codestyle cleanups., Felipe Contreras
- [PATCH v2 8/8] config: Cleanup editor action., Felipe Contreras
- Re: [PATCH v2 8/8] config: Cleanup editor action., Junio C Hamano
- Re: [PATCH v2 4/8] config: Disallow multiple variable types., Junio C Hamano
- Re: [PATCH v2 3/8] config: Use parseopt., Junio C Hamano
- Re: [PATCH v2 3/8] config: Use parseopt., Felipe Contreras
- Re: [PATCH v2 3/8] config: Use parseopt., Junio C Hamano
- Re: [PATCH v2 3/8] config: Use parseopt., Felipe Contreras
- Re: [PATCH v2 3/8] config: Use parseopt., Johannes Schindelin
- Re: [PATCH v2 3/8] config: Use parseopt., Felipe Contreras
- Re: [PATCH v2 2/8] config: Reorganize get_color*., Felipe Contreras
- Re: [PATCH v2 2/8] config: Reorganize get_color*., Junio C Hamano
- Re: [PATCH v2 1/8] config: Trivial rename in preparation for parseopt., Junio C Hamano
CVS import, Ferry Huberts (Pelagic)
- Re: CVS import [SOLVED], Ferry Huberts (Pelagic)
- Re: CVS import [SOLVED], Johannes Schindelin
- Re: CVS import [SOLVED], Ferry Huberts (Pelagic)
- Re: CVS import [SOLVED], Johannes Schindelin
- Re: CVS import [SOLVED], Ferry Huberts (Pelagic)
- Re: CVS import [SOLVED], Johannes Schindelin
- Re: CVS import [SOLVED], Ferry Huberts (Pelagic)
- Re: CVS import [SOLVED], Jeff King
- Re: CVS import [SOLVED], Ferry Huberts (Pelagic)
- autocrlf=input and safecrlf (was Re: CVS import [SOLVED]), Jeff King
- Re: autocrlf=input and safecrlf (was Re: CVS import [SOLVED]), Ferry Huberts (Pelagic)
- Re: autocrlf=input and safecrlf (was Re: CVS import [SOLVED]), Jeff King
- Re: autocrlf=input and safecrlf (was Re: CVS import [SOLVED]), Ferry Huberts (Pelagic)
- Re: autocrlf=input and safecrlf (was Re: CVS import [SOLVED]), Jeff King
- Re: autocrlf=input and safecrlf (was Re: CVS import [SOLVED]), Ferry Huberts (Pelagic)
- Re: autocrlf=input and safecrlf (was Re: CVS import [SOLVED]), Jeff King
- Re: autocrlf=input and safecrlf (was Re: CVS import [SOLVED]), Ferry Huberts (Pelagic)
- Re: autocrlf=input and safecrlf (was Re: CVS import [SOLVED]), Jeff King
- Re: autocrlf=input and safecrlf (was Re: CVS import [SOLVED]), Ferry Huberts (Pelagic)
- Re: autocrlf=input and safecrlf (was Re: CVS import [SOLVED]), Jeff King
- Re: autocrlf=input and safecrlf (was Re: CVS import [SOLVED]), Ferry Huberts (Pelagic)
- Re: autocrlf=input and safecrlf (was Re: CVS import [SOLVED]), Jeff King
[RFC - draft] List of proposed future changes that are backward incompatible, Junio C Hamano
- Re: [RFC - draft] List of proposed future changes that are backward incompatible, Junio C Hamano
- Re: [RFC - draft] List of proposed future changes that are backward incompatible, david
- Re: [RFC - draft] List of proposed future changes that are backward incompatible, Johannes Schindelin
- Re: [RFC - draft] List of proposed future changes that are backward incompatible, david
- Re: [RFC - draft] List of proposed future changes that are backward incompatible, Johannes Schindelin
- Re: [RFC - draft] List of proposed future changes that are backward incompatible, david
- Re: [RFC - draft] List of proposed future changes that are backward incompatible, Junio C Hamano
- Re: [RFC - draft] List of proposed future changes that are backward incompatible, Johannes Schindelin
- Re: [RFC - draft] List of proposed future changes that are backward incompatible, david
- Re: [RFC - draft] List of proposed future changes that are backward incompatible, Sverre Rabbelier
- disallowing push to currently checked-out branch, Jeff King
- Re: disallowing push to currently checked-out branch, Sergio Callegari
- Re: [RFC - draft] List of proposed future changes that are backward incompatible, Junio C Hamano
- Re: [RFC - draft] List of proposed future changes that are backward incompatible, Jakub Narebski
- send-email sending shallow threads by default, Jeff King
- Re: send-email sending shallow threads by default, Pieter de Bie
- Re: send-email sending shallow threads by default, Jeff King
- Re: send-email sending shallow threads by default, Brian Gernhardt
- Re: send-email sending shallow threads by default, Wincent Colaiuta
- Re: send-email sending shallow threads by default, SZEDER Gábor
- Re: send-email sending shallow threads by default, Martin Mares
- Re: send-email sending shallow threads by default, Andreas Ericsson
- Re: send-email sending shallow threads by default, Martin Mares
- Re: send-email sending shallow threads by default, Jeff King
- Re: send-email sending shallow threads by default, Eric W. Biederman
- Re: send-email sending shallow threads by default, Jeff King
- Re: send-email sending shallow threads by default, Eric W. Biederman
- Re: send-email sending shallow threads by default, Andreas Ericsson
- Re: [RFC - draft] List of proposed future changes that are backward incompatible, Sitaram Chamarty
- Re: [RFC - draft] List of proposed future changes that are backward incompatible, Björn Steinbrink
- Re: [RFC - draft] List of proposed future changes that are backward incompatible, Heikki Orsila
- disallowing push to currently checked-out branch, Jeff King
- Re: disallowing push to currently checked-out branch, david
- Re: disallowing push to currently checked-out branch, david
- Re: disallowing push to currently checked-out branch, Julian Phillips
- Re: disallowing push to currently checked-out branch, Jeff King
- Re: disallowing push to currently checked-out branch, Daniel Barkalow
- Re: disallowing push to currently checked-out branch, Junio C Hamano
- Re: disallowing push to currently checked-out branch, Sergio Callegari
- Re: disallowing push to currently checked-out branch, Jeff King
- Re: disallowing push to currently checked-out branch, Sergio Callegari
- Re: disallowing push to currently checked-out branch, Johannes Schindelin
- Re: disallowing push to currently checked-out branch, Jay Soffian
- Re: disallowing push to currently checked-out branch, Johannes Schindelin
- Re: disallowing push to currently checked-out branch, Jay Soffian
- Re: disallowing push to currently checked-out branch, Johannes Schindelin
- Re: disallowing push to currently checked-out branch, Jay Soffian
- Re: disallowing push to currently checked-out branch, Jeff King
- Re: disallowing push to currently checked-out branch, Jay Soffian
- PUSH_HEAD, was Re: disallowing push to currently checked-out branch, Johannes Schindelin
- Re: PUSH_HEAD, was Re: disallowing push to currently checked-out branch, Jay Soffian
- Re: PUSH_HEAD, was Re: disallowing push to currently checked-out branch, Jeff King
- Re: PUSH_HEAD, was Re: disallowing push to currently checked-out branch, Junio C Hamano
- Re: PUSH_HEAD, was Re: disallowing push to currently checked-out branch, Jay Soffian
- Re: PUSH_HEAD, was Re: disallowing push to currently checked-out branch, Johannes Schindelin
- Re: disallowing push to currently checked-out branch, Sergio Callegari
- Re: disallowing push to currently checked-out branch, Johannes Schindelin
- Re: disallowing push to currently checked-out branch, Jay Soffian
- Re: disallowing push to currently checked-out branch, Sergio Callegari
- Re: disallowing push to currently checked-out branch, Johannes Schindelin
- Re: disallowing push to currently checked-out branch, Sergio Callegari
- Re: disallowing push to currently checked-out branch, Johannes Schindelin
- Re: disallowing push to currently checked-out branch, Junio C Hamano
- Re: disallowing push to currently checked-out branch, Junio C Hamano
- Re: disallowing push to currently checked-out branch, Junio C Hamano
- Re: disallowing push to currently checked-out branch, Jeff King
- Re: disallowing push to currently checked-out branch, Junio C Hamano
- Re: disallowing push to currently checked-out branch, Jeff King
- Re: disallowing push to currently checked-out branch, Junio C Hamano
- Re: disallowing push to currently checked-out branch, Jeff King
- Re: disallowing push to currently checked-out branch, Matthieu Moy
- Re: disallowing push to currently checked-out branch, Jeff King
- Re: disallowing push to currently checked-out branch, david
- Re: disallowing push to currently checked-out branch, Jeff King
- Re: disallowing push to currently checked-out branch, david
- Re: disallowing push to currently checked-out branch, Jeff King
- Re: disallowing push to currently checked-out branch, david
- Re: disallowing push to currently checked-out branch, Jeff King
- Re: disallowing push to currently checked-out branch, Johannes Schindelin
- dashed commands, was Re: disallowing push to currently checked-out branch, Johannes Schindelin
- [RFC - draft #2] List of proposed future changes that are backward incompatible, Junio C Hamano
[PATCH 1/8] config: Trivial rename in preparation for parseopt., Felipe Contreras
- [PATCH 2/8] config: Cleanup config file handling., Felipe Contreras
- [PATCH 3/8] config: Use parseopt., Felipe Contreras
- [PATCH 4/8] config: Improve variable 'type' handling., Felipe Contreras
- [PATCH 5/8] config: Disallow multiple config file locations., Felipe Contreras
- [PATCH 6/8] config: Don't allow extra arguments for -e or -l., Felipe Contreras
- [PATCH 7/8] config: Don't return negative exit codes., Felipe Contreras
- [PATCH 8/8] config: Codestyle cleanups., Felipe Contreras
- Re: [PATCH 7/8] config: Don't return negative exit codes., Johannes Schindelin
- Re: [PATCH 7/8] config: Don't return negative exit codes., Felipe Contreras
- Re: [PATCH 7/8] config: Don't return negative exit codes., Felipe Contreras
- Re: [PATCH 5/8] config: Disallow multiple config file locations., Johannes Schindelin
- Re: [PATCH 5/8] config: Disallow multiple config file locations., Felipe Contreras
- Re: [PATCH 5/8] config: Disallow multiple config file locations., Felipe Contreras
- Re: [PATCH 4/8] config: Improve variable 'type' handling., Johannes Schindelin
- Re: [PATCH 4/8] config: Improve variable 'type' handling., Felipe Contreras
- Re: [PATCH 4/8] config: Improve variable 'type' handling., Felipe Contreras
- Re: [PATCH 2/8] config: Cleanup config file handling., Jeff King
- Re: [PATCH 2/8] config: Cleanup config file handling., Junio C Hamano
[PATCH] bash completion: offer more options for gitk, Thomas Rast
- Re: [PATCH] bash completion: offer more options for gitk, Junio C Hamano
- Re: [PATCH] bash completion: offer more options for gitk, Santi Béjar
- [PATCH v2 0/2] bash completion: more options for gitk/log/shortlog, Thomas Rast
- Re: [PATCH v2 0/2] bash completion: more options for gitk/log/shortlog, Thomas Rast
- [RFC PATCH] format-patch: thread as reply to cover letter even with in-reply-to, Thomas Rast
- Re: [RFC PATCH] format-patch: thread as reply to cover letter even with in-reply-to, Jay Soffian
- Re: [RFC PATCH] format-patch: thread as reply to cover letter even with in-reply-to, Thomas Rast
- Re: [RFC PATCH] format-patch: thread as reply to cover letter even with in-reply-to, Jakub Narebski
- Re: [RFC PATCH] format-patch: thread as reply to cover letter even with in-reply-to, Thomas Rast
- [PATCH 0/4] format-patch --cover-letter --in-reply-to, Thomas Rast
- [PATCH 1/4] format-patch: threading test reactivation, Thomas Rast
- [PATCH 2/4] format-patch: track several references, Thomas Rast
- Re: [PATCH 2/4] format-patch: track several references, Daniel Barkalow
- [PATCH v2 next 0/4] format-patch --cover-letter --in-reply-to, Thomas Rast
- [PATCH v2 next 1/4] format-patch: threading test reactivation, Thomas Rast
- [PATCH v2 next 2/4] format-patch: track several references, Thomas Rast
- [PATCH v2 next 3/4] format-patch: thread as reply to cover letter even with in-reply-to, Thomas Rast
- [PATCH v2 next 4/4] format-patch: support deep threading, Thomas Rast
- Re: [PATCH v2 next 0/4] format-patch --cover-letter --in-reply-to, Junio C Hamano
- [PATCH 3/4] format-patch: thread as reply to cover letter even with in-reply-to, Thomas Rast
- [PATCH 4/4] format-patch: support deep threading, Thomas Rast
- [PATCH v2 1/2] bash completion: refactor common log, shortlog and gitk options, Thomas Rast
- [PATCH v2 2/2] bash completion: only show 'log --merge' if merging, Thomas Rast
- Re: [PATCH v2 2/2] bash completion: only show 'log --merge' if merging, Shawn O. Pearce
- Re: [PATCH v2 2/2] bash completion: only show 'log --merge' if merging, Junio C Hamano
[PATCH 1/4] notes: only clean up message file when editing, Thomas Rast
- [PATCH 2/4] notes: use GIT_EDITOR and core.editor over VISUAL/EDITOR, Thomas Rast
- [PATCH 4/4] notes: refuse to edit notes outside refs/notes/, Thomas Rast
- Re: [PATCH 4/4] notes: refuse to edit notes outside refs/notes/, Johannes Schindelin
- Re: [PATCH 4/4] notes: refuse to edit notes outside refs/notes/, Thomas Rast
- [PATCH v2 1/5] notes: only clean up message file when editing, Thomas Rast
- Re: [PATCH v2 1/5] notes: only clean up message file when editing, Junio C Hamano
- [PATCH v2 2/5] notes: use GIT_EDITOR and core.editor over VISUAL/EDITOR, Thomas Rast
- [PATCH v2 4/5] t3301: use test_must_fail instead of !, Thomas Rast
- Re: [PATCH v2 4/5] t3301: use test_must_fail instead of !, Johannes Schindelin
- Re: [PATCH v2 4/5] t3301: use test_must_fail instead of !, Junio C Hamano
- Re: [PATCH v2 4/5] t3301: use test_must_fail instead of !, Thomas Rast
- Re: [PATCH v2 4/5] t3301: use test_must_fail instead of !, Jeff King
- Re: [PATCH v2 4/5] t3301: use test_must_fail instead of !, Thomas Rast
- Re: [PATCH v2 4/5] t3301: use test_must_fail instead of !, Mike Ralphson
- Re: [PATCH v2 4/5] t3301: use test_must_fail instead of !, Jeff King
- Re: [PATCH v2 4/5] t3301: use test_must_fail instead of !, Mike Ralphson
- Re: [PATCH v2 4/5] t3301: use test_must_fail instead of !, Jeff King
- Re: [PATCH v2 4/5] t3301: use test_must_fail instead of !, Jeff King
- Re: [PATCH v2 4/5] t3301: use test_must_fail instead of !, Johannes Schindelin
- Re: [PATCH v2 4/5] t3301: use test_must_fail instead of !, Jeff King
- Re: [PATCH v2 4/5] t3301: use test_must_fail instead of !, Johannes Schindelin
- Re: [PATCH v2 4/5] t3301: use test_must_fail instead of !, Jeff King
- Re: [PATCH v2 4/5] t3301: use test_must_fail instead of !, Johannes Schindelin
- Re: [PATCH v2 4/5] t3301: use test_must_fail instead of !, Jeff King
- Re: [PATCH v2 4/5] t3301: use test_must_fail instead of !, Thomas Rast
- Re: [PATCH v2 4/5] t3301: use test_must_fail instead of !, Thomas Rast
- Re: [PATCH v2 4/5] t3301: use test_must_fail instead of !, Brandon Casey
- Re: [PATCH v2 4/5] t3301: use test_must_fail instead of !, Junio C Hamano
- [PATCH] test suite: correct export var=val usage, Jay Soffian
- Re: [PATCH] test suite: correct export var=val usage, Johannes Schindelin
- Re: [PATCH] test suite: correct export var=val usage, Jay Soffian
- [PATCH] test suite: correct export var=val usage, Jay Soffian
- [PATCH] test suite: correct export var=val usage, Jay Soffian
- Re: [PATCH] test suite: correct export var=val usage, Wincent Colaiuta
- Re: [PATCH] test suite: correct export var=val usage, Jay Soffian
- Re: [PATCH] test suite: correct export var=val usage, Jay Soffian
- Re: [PATCH] test suite: correct export var=val usage, Johannes Schindelin
- Re: [PATCH] test suite: correct export var=val usage, Wincent Colaiuta
- Re: [PATCH] test suite: correct export var=val usage, Thomas Rast
- [PATCH v2] test suite: correct export var=val usage, Jay Soffian
- [PATCH v2 5/5] notes: refuse to edit notes outside refs/notes/, Thomas Rast
- [PATCH v2 3/5] t3301: fix confusing quoting in test for valid notes ref, Thomas Rast
- [PATCH 3/4] t3301: fix confusing test for valid notes ref, Thomas Rast
- Re: [PATCH 1/4] notes: only clean up message file when editing, Johannes Schindelin
[PATCH] teach the new "@{-1} syntax to "git branch", Junio C Hamano
- Re: [PATCH] teach the new "@{-1} syntax to "git branch", Jay Soffian
- Re: [PATCH] teach the new "@{-1} syntax to "git branch", Junio C Hamano
- [PATCH v2 1/2] Teach the "@{-1} syntax to "git branch", Junio C Hamano
- [PATCH v2 2/2] Teach @{-1} to git merge, Junio C Hamano
- Re: [PATCH v2 2/2] Teach @{-1} to git merge, Johannes Schindelin
- Re: [PATCH v2 2/2] Teach @{-1} to git merge, Junio C Hamano
- Re: [PATCH v2 2/2] Teach @{-1} to git merge, Junio C Hamano
- Re: [PATCH v2 2/2] Teach @{-1} to git merge, Nanako Shiraishi
- Re: [PATCH v2 2/2] Teach @{-1} to git merge, Junio C Hamano
- Re: [PATCH v2 2/2] Teach @{-1} to git merge, Johannes Schindelin
- Re: [PATCH v2 2/2] Teach @{-1} to git merge, Junio C Hamano
- Re: [PATCH v2 2/2] Teach @{-1} to git merge, Johannes Schindelin
- Re: [PATCH v2 2/2] Teach @{-1} to git merge, Jay Soffian
- Re: [PATCH v2 2/2] Teach @{-1} to git merge, Junio C Hamano
- Re: [PATCH v2 2/2] Teach @{-1} to git merge, Johannes Schindelin
- Re: [PATCH v2 2/2] Teach @{-1} to git merge, Deskin Miller
- Re: [PATCH v2 2/2] Teach @{-1} to git merge, Junio C Hamano
- [PATCH] git-branch: a detached HEAD and branch called HEAD are different, Junio C Hamano
- [PATCH] "git branch -M @{-1}", Junio C Hamano
- Re: [PATCH] "git branch -M @{-1}", Junio C Hamano
[PATCH] config: Use parseopt., Felipe Contreras
- Re: [PATCH] config: Use parseopt., Junio C Hamano
- Re: [PATCH] config: Use parseopt., Junio C Hamano
- Re: [PATCH] config: Use parseopt., Felipe Contreras
- Re: [PATCH] config: Use parseopt., Johannes Schindelin
- [PATCH v2] config: Use parseopt., Felipe Contreras
- Re: [PATCH v2] config: Use parseopt., Jeff King
- Re: [PATCH v2] config: Use parseopt., Felipe Contreras
- Re: [PATCH v2] config: Use parseopt., Johannes Schindelin
- Re: [PATCH v2] config: Use parseopt., Junio C Hamano
- human readable diffs, was Re: [PATCH v2] config: Use parseopt., Johannes Schindelin
- Re: [PATCH v2] config: Use parseopt., Felipe Contreras
- Re: [PATCH v2] config: Use parseopt., Johannes Schindelin
- Re: [PATCH v2] config: Use parseopt., Jakub Narebski
- Re: [PATCH v2] config: Use parseopt., Johannes Schindelin
- Re: [PATCH v2] config: Use parseopt., Felipe Contreras
- Re: [PATCH v2] config: Use parseopt., Johannes Schindelin
- Re: [PATCH v2] config: Use parseopt., Felipe Contreras
- Re: [PATCH v2] config: Use parseopt., Johannes Schindelin
- Re: [PATCH v2] config: Use parseopt., Felipe Contreras
- Re: [PATCH v2] config: Use parseopt., Felipe Contreras
- Re: [PATCH v2] config: Use parseopt., Junio C Hamano
- Re: [PATCH v2] config: Use parseopt., Johannes Schindelin
- Re: [PATCH v2] config: Use parseopt., Junio C Hamano
- Re: [PATCH v2] config: Use parseopt., Johannes Schindelin
- Re: [PATCH v2] config: Use parseopt., Felipe Contreras
- Re: [PATCH v2] config: Use parseopt., Junio C Hamano
- Re: [PATCH] config: Use parseopt., Felipe Contreras
- Re: [PATCH] config: Use parseopt., Johannes Schindelin
- Re: [PATCH] config: Use parseopt., Felipe Contreras
- Re: [PATCH] config: Use parseopt., Johannes Schindelin
- Re: [PATCH] config: Use parseopt., Johannes Schindelin
- Re: [PATCH] config: Use parseopt., Felipe Contreras
- Re: [PATCH] config: Use parseopt., Junio C Hamano
- Re: [PATCH] config: Use parseopt., Felipe Contreras
- Re: [PATCH] config: Use parseopt., Junio C Hamano
- Re: [PATCH] config: Use parseopt., Felipe Contreras
- Re: [PATCH] config: Use parseopt., Junio C Hamano
- Re: [PATCH] config: Use parseopt., Felipe Contreras
- Re: [PATCH] config: Use parseopt., Johannes Schindelin
- Re: [PATCH] config: Use parseopt., Junio C Hamano
- Re: [PATCH] config: Use parseopt., Jakub Narebski
[PATCH] Documentation: pruning recipe for destructive filter-branch, Thomas Rast
- Re: [PATCH] Documentation: pruning recipe for destructive filter-branch, Junio C Hamano
- Re: [PATCH] Documentation: pruning recipe for destructive filter-branch, Jan KrÃger
- Re: [PATCH] Documentation: pruning recipe for destructive filter-branch, Johannes Schindelin
- Re: [PATCH] Documentation: pruning recipe for destructive filter-branch, Jan KrÃger
- Re: [PATCH] Documentation: pruning recipe for destructive filter-branch, Johannes Schindelin
- [PATCH v2] Documentation: pruning recipe for destructive filter-branch, Thomas Rast
- Re: [PATCH v2] Documentation: pruning recipe for destructive filter-branch, Johannes Schindelin
- Re: [PATCH v2] Documentation: pruning recipe for destructive filter-branch, Junio C Hamano
- [PATCH v3] Documentation: pruning recipe for destructive filter-branch, Thomas Rast
- [PATCH] gc: make --prune useful again by accepting an optional parameter, Johannes Schindelin
- Re: [PATCH] gc: make --prune useful again by accepting an optional parameter, Jan Krüger
- Re: [PATCH] gc: make --prune useful again by accepting an optional parameter, Thomas Rast
- Re: [PATCH] gc: make --prune useful again by accepting an optional parameter, Johannes Schindelin
- [PATCH v2] gc: make --prune useful again by accepting an optional parameter, Johannes Schindelin
- Re: [PATCH v2] gc: make --prune useful again by accepting an optional parameter, Thomas Rast
- Re: [PATCH v2] gc: make --prune useful again by accepting an optional parameter, Junio C Hamano
[PATCH 0/4] remote HEAD improvements take 2, Jay Soffian
- [PATCH 1/4] builtin-clone: move locate_head() to remote.c so it can be re-used, Jay Soffian
- [PATCH 2/4] builtin-remote: move duplicated cleanup code its own function, Jay Soffian
- [PATCH 3/4] builtin-remote: teach show to display remote HEAD, Jay Soffian
- [PATCH 4/4] builtin-remote: add set-head verb, Jay Soffian
- Re: [PATCH 4/4] builtin-remote: add set-head verb, Junio C Hamano
- Re: [PATCH 4/4] builtin-remote: add set-head verb, Jay Soffian
- [PATCH v2 4/4] builtin-remote: add set-head subcommand, Jay Soffian
- Re: [PATCH 4/4] builtin-remote: add set-head verb, Junio C Hamano
- Re: [PATCH 4/4] builtin-remote: add set-head verb, Jay Soffian
- Re: [PATCH 4/4] builtin-remote: add set-head verb, Jeff King
- Re: [PATCH 4/4] builtin-remote: add set-head verb, Junio C Hamano
- Re: [PATCH 4/4] builtin-remote: add set-head verb, Jeff King
- Re: [PATCH 4/4] builtin-remote: add set-head verb, Jay Soffian
- Re: [PATCH 4/4] builtin-remote: add set-head verb, Jay Soffian
- Re: [PATCH 4/4] builtin-remote: add set-head verb, Jeff King
- [PATCH] builtin-remote: better handling of multiple remote HEADs, Jay Soffian
- Re: [PATCH] builtin-remote: better handling of multiple remote HEADs, Jeff King
- Re: [PATCH] builtin-remote: better handling of multiple remote HEADs, Jay Soffian
- Re: [PATCH] builtin-remote: better handling of multiple remote HEADs, Jeff King
- Re: [PATCH] builtin-remote: better handling of multiple remote HEADs, Junio C Hamano
- Re: [PATCH] builtin-remote: better handling of multiple remote HEADs, Daniel Barkalow
- Re: [PATCH] builtin-remote: better handling of multiple remote HEADs, Jeff King
- Re: [PATCH] builtin-remote: better handling of multiple remote HEADs, Jeff King
- [PATCH 1/5] test scripts: refactor start_httpd helper, Jeff King
- [PATCH 2/5] add basic http clone/fetch tests, Jeff King
- Re: [PATCH 2/5] add basic http clone/fetch tests, Junio C Hamano
- [PATCH 3/5] refactor find_refs_by_name to accept const list, Jeff King
- [PATCH 4/5] remote: refactor guess_remote_head, Jeff King
- [PATCH 5/5] remote: use exact HEAD lookup if it is available, Jeff King
- Re: [PATCH 5/5] remote: use exact HEAD lookup if it is available, Jay Soffian
- Re: [PATCH 5/5] remote: use exact HEAD lookup if it is available, Jeff King
- [PATCH 1/2] transport: cleanup duplicated ref fetching code, Jeff King
- [PATCH 2/2] transport: unambiguously determine local HEAD, Jeff King
- Re: [PATCH] builtin-remote: better handling of multiple remote HEADs, Jeff King
- Re: [PATCH] builtin-remote: better handling of multiple remote HEADs, Jeff King
- Re: [PATCH] builtin-remote: better handling of multiple remote HEADs, Jay Soffian
- Re: [PATCH] builtin-remote: better handling of multiple remote HEADs, Jeff King
- Re: [PATCH] builtin-remote: better handling of multiple remote HEADs, Junio C Hamano
- Re: [PATCH] builtin-remote: better handling of multiple remote HEADs, Jay Soffian
- Re: [PATCH 0/4] remote HEAD improvements take 2, Jay Soffian
[RFC] What's the best UI for 'git submodule split'?, Eric Kidd
- [RFC/PATCHv2] git submodule split, Eric Kidd
- Re: [RFC/PATCHv2] git submodule split, Junio C Hamano
- Re: [RFC/PATCHv2] git submodule split, Eric Kidd
- Re: [RFC/PATCHv2] git submodule split, Lars Hjemli
- Re: [RFC/PATCHv2] git submodule split, Johannes Schindelin
- Re: [RFC/PATCHv2] git submodule split, Nanako Shiraishi
- Re: [RFC/PATCHv2] git submodule split, Lars Hjemli
- Re: [RFC/PATCHv2] git submodule split, Kyle Moffett
- Re: [RFC/PATCHv2] git submodule split, Johannes Schindelin
- Re: [RFC/PATCHv2] git submodule split, Eric Kidd
- Re: [RFC/PATCHv2] git submodule split, Johannes Schindelin
- Re: [RFC/PATCHv2] git submodule split, Sverre Rabbelier
- Re: [RFC] What's the best UI for 'git submodule split'?, Johannes Schindelin
[topgit] tg update error, Aneesh Kumar
- Re: [topgit] tg update error, martin f krafft
- Re: [topgit] tg update error, Aneesh Kumar K.V
- Re: [topgit] tg update error, martin f krafft
- Re: [topgit] tg update error, Aneesh Kumar K.V
- Re: [topgit] tg update error, Bert Wesarg
- Re: [topgit] tg update error, Jeff King
- Re: [topgit] tg update error, Jeff King
- Re: [topgit] tg update error, martin f krafft
- Re: [topgit] tg update error, Junio C Hamano
- Re: [topgit] tg update error, martin f krafft
- Re: [topgit] tg update error, Junio C Hamano
- Re: [topgit] tg update error, martin f krafft
- Re: [topgit] tg update error, Junio C Hamano
- Re: [topgit] tg update error, Junio C Hamano
- Re: [topgit] tg update error, Jeff King
- Re: [topgit] tg update error, Junio C Hamano
- Re: [topgit] tg update error, Jeff King
- Re: [topgit] tg update error, Junio C Hamano
- Re: [topgit] tg update error, Jeff King
[EGIT PATCH v2 00/12] Support customizable label decorations, Tor Arne VestbÃ
- [EGIT PATCH v2 01/12] Add support code to handle plugin property changes, Tor Arne VestbÃ
- [EGIT PATCH v2 02/12] Use Set instead of array to keep track of change listeners, Tor Arne VestbÃ
- [EGIT PATCH v2 03/12] Add a specialized team exception for Git, Tor Arne VestbÃ
- [EGIT PATCH v2 04/12] Add new class ExceptionCollector for grouping exceptions, Tor Arne VestbÃ
- [EGIT PATCH v2 05/12] Add new class SWTUtils with helper-methods for creating controls, Tor Arne VestbÃ
- [EGIT PATCH v2 06/12] Implement basic customizable label decorations with preferences, Tor Arne VestbÃ
- [EGIT PATCH v2 07/12] Add binding for name of the current branch, Tor Arne VestbÃ
- [EGIT PATCH v2 08/12] Add icon decoration for tracked and untracked resources, Tor Arne VestbÃ
- [EGIT PATCH v2 09/12] Implement icon and text decorations of various resource states, Tor Arne VestbÃ
- [EGIT PATCH v2 10/12] Don't decorate every single resource on repository change, Tor Arne VestbÃ
- [EGIT PATCH v2 11/12] Expose the underlying resource entries in ContainerTreeIterator, Tor Arne VestbÃ
- [EGIT PATCH v2 12/12] Implement label decorations for folders and projects, Tor Arne VestbÃ
- Re: [EGIT PATCH v2 12/12] Implement label decorations for folders and projects, Robin Rosenberg
- Re: [EGIT PATCH v2 08/12] Add icon decoration for tracked and untracked resources, Robin Rosenberg
- [EGIT PATCH 08/12 v3] Add icon decoration for tracked and untracked resources, Tor Arne VestbÃ
- Re: [EGIT PATCH v2 00/12] Support customizable label decorations, Robin Rosenberg
[PATCH 0/4] completion: Fixes and better non-work-tree support, Ted Pavlic
- [PATCH 1/4] completion: For consistency, changed "git rev-parse" to __gitdir calls., Ted Pavlic
- [PATCH 2/4] completion: Use consistent if [...] convention. No test., Ted Pavlic
- [PATCH 3/4] completion: Better __git_ps1 support when not in working directory, Ted Pavlic
- [PATCH 4/4] completion: More fixes to prevent unbound variable errors., Ted Pavlic
- Re: [PATCH 4/4] completion: More fixes to prevent unbound variable errors., Shawn O. Pearce
- Re: [PATCH 3/4] completion: Better __git_ps1 support when not in working directory, Shawn O. Pearce
- Re: [PATCH 2/4] completion: Use consistent if [...] convention. No test., Shawn O. Pearce
- Re: [PATCH 2/4] completion: Use consistent if [...] convention. No test., Junio C Hamano
- Re: [PATCH 2/4] completion: Use consistent if [...] convention. No test., Shawn O. Pearce
- Re: [PATCH 2/4] completion: Use consistent if [...] convention. No test., Junio C Hamano
- Re: [PATCH 2/4] completion: Use consistent if [...] convention. No test., Ted Pavlic
- Re: [PATCH 2/4] completion: Use consistent if [...] convention. No test., Jeff King
- [PATCH 0/4] completion fixes: Acks, whitespace, and r="", Ted Pavlic
- [PATCH 1/4] completion: For consistency, changed "git rev-parse" to __gitdir calls., Ted Pavlic
- [PATCH 2/4] completion: Use consistent if [...] convention. No test., Ted Pavlic
- [PATCH 3/4] completion: Better __git_ps1 support when not in working directory, Ted Pavlic
- [PATCH 4/4] completion: More fixes to prevent unbound variable errors., Ted Pavlic
- Re: [PATCH 0/4] completion fixes: Acks, whitespace, and r="", Ted Pavlic
- Re: [PATCH 0/4] completion fixes: Acks, whitespace, and r="", Thomas Rast
- Re: [PATCH 0/4] completion fixes: Acks, whitespace, and r="", Ted Pavlic
Git push failure in the case of SSH to localhost, Ciprian Dorin, Craciun
- Re: Git push failure in the case of SSH to localhost, Jeff King
- Re: Git push failure in the case of SSH to localhost, Ciprian Dorin, Craciun
- Re: Git push failure in the case of SSH to localhost, Jeff King
- Re: Git push failure in the case of SSH to localhost, Ciprian Dorin, Craciun
- Re: Git push failure in the case of SSH to localhost, Shawn O. Pearce
- Re: Git push failure in the case of SSH to localhost, Ciprian Dorin, Craciun
- Re: Git push failure in the case of SSH to localhost, Jeff King
- Re: Git push failure in the case of SSH to localhost, Ciprian Dorin, Craciun
- Re: Git push failure in the case of SSH to localhost, Jeff King
- Re: Git push failure in the case of SSH to localhost, Ciprian Dorin, Craciun
- Re: Git push failure in the case of SSH to localhost, Junio C Hamano
- Re: Git push failure in the case of SSH to localhost, Ciprian Dorin, Craciun
- Re: Git push failure in the case of SSH to localhost, Johannes Schindelin
- Re: Git push failure in the case of SSH to localhost, Junio C Hamano
- Re: Git push failure in the case of SSH to localhost, Ciprian Dorin, Craciun
- Re: Git push failure in the case of SSH to localhost, Junio C Hamano
[PATCH 0/3] completion: Convention updates and DIRTYSTATE fix, Ted Pavlic
- [PATCH 1/3] completion: For consistency, changed "git rev-parse" to __gitdir calls., Ted Pavlic
- [PATCH 2/3] completion: Change "if [...]" to "if test ..." to match git convention, Ted Pavlic
- [PATCH 3/3] completion: Prevents GIT_PS1_DIRTYSTATE from breaking when CWD is .git, Ted Pavlic
- [PATCH 4/3] completion: More fixes to prevent unbound variable errors., Ted Pavlic
- Re: [PATCH 4/3] completion: More fixes to prevent unbound variable errors., Shawn O. Pearce
- Re: [PATCH 3/3] completion: Prevents GIT_PS1_DIRTYSTATE from breaking when CWD is .git, Shawn O. Pearce
- Re: [PATCH 3/3] completion: Prevents GIT_PS1_DIRTYSTATE from breaking when CWD is .git, Ted Pavlic
- Re: [PATCH 3/3] completion: Prevents GIT_PS1_DIRTYSTATE from breaking when CWD is .git, Junio C Hamano
- Re: [PATCH 3/3] completion: Prevents GIT_PS1_DIRTYSTATE from breaking when CWD is .git, Ted Pavlic
- Re: [PATCH 3/3] completion: Prevents GIT_PS1_DIRTYSTATE from breaking when CWD is .git, Shawn O. Pearce
- Re: [PATCH 2/3] completion: Change "if [...]" to "if test ..." to match git convention, Shawn O. Pearce
- Re: [PATCH 2/3] completion: Change "if [...]" to "if test ..." to match git convention, Ted Pavlic
- Re: [PATCH 2/3] completion: Change "if [...]" to "if test ..." to match git convention, Junio C Hamano
- Re: [PATCH 2/3] completion: Change "if [...]" to "if test ..." to match git convention, Junio C Hamano
- Re: [PATCH 1/3] completion: For consistency, changed "git rev-parse" to __gitdir calls., Shawn O. Pearce
[PATCH] Support \ in non-wildcard .gitignore entries, Finn Arne Gangstad
- Re: [PATCH] Support \ in non-wildcard .gitignore entries, Johannes Schindelin
- Re: [PATCH] Support \ in non-wildcard .gitignore entries, Finn Arne Gangstad
- Re: [PATCH] Support \ in non-wildcard .gitignore entries, Johannes Schindelin
- [PATCH v2] Support "\" in non-wildcard exclusion entries, Finn Arne Gangstad
- Re: [PATCH v2] Support "\" in non-wildcard exclusion entries, Johannes Schindelin
- Re: [PATCH v2] Support "\" in non-wildcard exclusion entries, Finn Arne Gangstad
- Re: [PATCH v2] Support "\" in non-wildcard exclusion entries, Junio C Hamano
- Re: [PATCH v2] Support "\" in non-wildcard exclusion entries, Junio C Hamano
- Re: [PATCH v2] Support "\" in non-wildcard exclusion entries, Finn Arne Gangstad
- [PATCH v3] Support "\" in non-wildcard exclusion entries, Finn Arne Gangstad
- Re: [PATCH v3] Support "\" in non-wildcard exclusion entries, Johannes Schindelin
- Re: [PATCH v3] Support "\" in non-wildcard exclusion entries, Junio C Hamano
[PATCH] builtin-branch: improve output when displaying remote branches, Jay Soffian
- Re: [PATCH] builtin-branch: improve output when displaying remote branches, Jay Soffian
- Re: [PATCH] builtin-branch: improve output when displaying remote branches, Junio C Hamano
- Re: [PATCH] builtin-branch: improve output when displaying remote branches, Jay Soffian
- Re: [PATCH] builtin-branch: improve output when displaying remote branches, Junio C Hamano
- [PATCH v2] builtin-branch: improve output when displaying remote branches, Jay Soffian
- Re: [PATCH v2] builtin-branch: improve output when displaying remote branches, Junio C Hamano
- Re: [PATCH v2] builtin-branch: improve output when displaying remote branches, Jay Soffian
- Re: [PATCH v2] builtin-branch: improve output when displaying remote branches, Junio C Hamano
- Re: [PATCH v2] builtin-branch: improve output when displaying remote branches, Jay Soffian
- [PATCH v3] builtin-branch: improve output when displaying remote branches, Jay Soffian
- Re: [PATCH v2] builtin-branch: improve output when displaying remote branches, martin f krafft
- Re: [PATCH v2] builtin-branch: improve output when displaying remote branches, Junio C Hamano
- Re: [PATCH v2] builtin-branch: improve output when displaying remote branches, Johannes Sixt
fact-import: failed to apply delta, Daniel Barkalow
- Re: fact-import: failed to apply delta, Johannes Schindelin
- Re: fact-import: failed to apply delta, Shawn O. Pearce
- Re: fact-import: failed to apply delta, Daniel Barkalow
- Re: fact-import: failed to apply delta, Shawn O. Pearce
- Re: fact-import: failed to apply delta, Daniel Barkalow
- Re: fact-import: failed to apply delta, Shawn O. Pearce
- Re: fact-import: failed to apply delta, Daniel Barkalow
- Re: fact-import: failed to apply delta, Shawn O. Pearce
- Re: fact-import: failed to apply delta, Daniel Barkalow
- Re: fact-import: failed to apply delta, Shawn O. Pearce
- Re: fact-import: failed to apply delta, Daniel Barkalow
- Re: fact-import: failed to apply delta, Shawn O. Pearce
- Re: fact-import: failed to apply delta, Daniel Barkalow
- Re: fact-import: failed to apply delta, Junio C Hamano
- Re: fact-import: failed to apply delta, Junio C Hamano
- Re: fact-import: failed to apply delta, Shawn O. Pearce
- Re: fact-import: failed to apply delta, Junio C Hamano
- Re: fact-import: failed to apply delta, Shawn O. Pearce
- Re: fact-import: failed to apply delta, Junio C Hamano
- Re: fact-import: failed to apply delta, Daniel Barkalow
- Re: fact-import: failed to apply delta, Shawn O. Pearce
- Re: fact-import: failed to apply delta, Junio C Hamano
- Re: fact-import: failed to apply delta, Daniel Barkalow
[RFC/PATCH] shortstatus v1, Tuncer Ayaz
- Re: [RFC/PATCH] shortstatus v1, Junio C Hamano
- Re: [RFC/PATCH] shortstatus v1, Jeff King
- Re: [RFC/PATCH] shortstatus v1, Michael J Gruber
- Re: [RFC/PATCH] shortstatus v1, Junio C Hamano
- Re: [RFC/PATCH] shortstatus v1, Jeff King
- Re: [RFC/PATCH] shortstatus v1, Jeff King
- Re: [RFC/PATCH] shortstatus v1, Jeff King
- Re: [RFC/PATCH] shortstatus v1, Tuncer Ayaz
- Re: [RFC/PATCH] shortstatus v1, Jeff King
- Re: [RFC/PATCH] shortstatus v1, Junio C Hamano
- Re: [RFC/PATCH] shortstatus v1, Tuncer Ayaz
- Re: [RFC/PATCH] shortstatus v1, Jeff King
- Re: [RFC/PATCH] shortstatus v1, Junio C Hamano
- Re: [RFC/PATCH] shortstatus v1, Jeff King
- Re: [RFC/PATCH] shortstatus v1, Nanako Shiraishi
- Re: [RFC/PATCH] shortstatus v1, Junio C Hamano
RFC: Flat directory for notes, or fan-out? Both!, Johannes Schindelin
- Re: RFC: Flat directory for notes, or fan-out? Both!, Boyd Stephen Smith Jr.
- Re: RFC: Flat directory for notes, or fan-out? Both!, Jeff King
- Re: RFC: Flat directory for notes, or fan-out? Both!, Boyd Stephen Smith Jr.
- Re: RFC: Flat directory for notes, or fan-out? Both!, Linus Torvalds
- Re: RFC: Flat directory for notes, or fan-out? Both!, Sam Vilain
- Re: RFC: Flat directory for notes, or fan-out? Both!, Linus Torvalds
- Re: RFC: Flat directory for notes, or fan-out? Both!, Sam Vilain
- Re: RFC: Flat directory for notes, or fan-out? Both!, Johannes Schindelin
- Re: RFC: Flat directory for notes, or fan-out? Both!, Jeff King
- Re: RFC: Flat directory for notes, or fan-out? Both!, Johannes Schindelin
- Re: RFC: Flat directory for notes, or fan-out? Both!, Jeff King
- Re: RFC: Flat directory for notes, or fan-out? Both!, Johannes Schindelin
- Re: RFC: Flat directory for notes, or fan-out? Both!, Junio C Hamano
- Re: RFC: Flat directory for notes, or fan-out? Both!, Johannes Schindelin
- Re: RFC: Flat directory for notes, or fan-out? Both!, Shawn O. Pearce
- Re: RFC: Flat directory for notes, or fan-out? Both!, Johannes Schindelin
- Re: RFC: Flat directory for notes, or fan-out? Both!, Junio C Hamano
- Re: RFC: Flat directory for notes, or fan-out? Both!, Shawn O. Pearce
- Re: RFC: Flat directory for notes, or fan-out? Both!, Johannes Schindelin
- Re: RFC: Flat directory for notes, or fan-out? Both!, Thomas Rast
- Re: RFC: Flat directory for notes, or fan-out? Both!, Thomas Rast
- Re: RFC: Flat directory for notes, or fan-out? Both!, Junio C Hamano
- Re: RFC: Flat directory for notes, or fan-out? Both!, Jeff King
- Re: RFC: Flat directory for notes, or fan-out? Both!, Johannes Schindelin
- Re: RFC: Flat directory for notes, or fan-out? Both!, Junio C Hamano
- Re: RFC: Flat directory for notes, or fan-out? Both!, Johannes Schindelin
- Re: RFC: Flat directory for notes, or fan-out? Both!, Shawn O. Pearce
- Re: RFC: Flat directory for notes, or fan-out? Both!, Shawn O. Pearce
- Re: RFC: Flat directory for notes, or fan-out? Both!, Johannes Schindelin
- Re: RFC: Flat directory for notes, or fan-out? Both!, Shawn O. Pearce
- Re: RFC: Flat directory for notes, or fan-out? Both!, Sam Vilain
- Re: RFC: Flat directory for notes, or fan-out? Both!, Sam Vilain
[PATCH v4 0/9] git checkout: more cleanups, optimisation, less lstat() calls, Kjetil Barvik
- [PATCH v4 1/9] lstat_cache(): small cleanup and optimisation, Kjetil Barvik
- [PATCH v4 2/9] lstat_cache(): generalise longest_match_lstat_cache(), Kjetil Barvik
- [PATCH v4 3/9] lstat_cache(): swap func(length, string) into func(string, length), Kjetil Barvik
- [PATCH v4 4/9] unlink_entry(): introduce schedule_dir_for_removal(), Kjetil Barvik
- [PATCH v4 5/9] create_directories(): remove some memcpy() and strchr() calls, Kjetil Barvik
- [PATCH v4 6/9] write_entry(): cleanup of some duplicated code, Kjetil Barvik
- [PATCH v4 7/9] write_entry(): use fstat() instead of lstat() when file is open, Kjetil Barvik
- [PATCH v4 9/9] lstat_cache(): print a warning if doing ping-pong between cache types, Kjetil Barvik
- [PATCH v4 8/9] show_patch_diff(): remove a call to fstat(), Kjetil Barvik
[PATCH] Make repack less likely to corrupt repository, Robin Rosenberg
- Re: [PATCH] Make repack less likely to corrupt repository, Junio C Hamano
- Re: [PATCH] Make repack less likely to corrupt repository, Robin Rosenberg
- Re: [PATCH] Make repack less likely to corrupt repository, Junio C Hamano
- Re: [PATCH] Make repack less likely to corrupt repository, Robin Rosenberg
- Re: [PATCH] Make repack less likely to corrupt repository, Junio C Hamano
- Re: [PATCH] Make repack less likely to corrupt repository, Robin Rosenberg
- Re: [PATCH] Make repack less likely to corrupt repository, Junio C Hamano
- Re: [PATCH] Make repack less likely to corrupt repository, Robin Rosenberg
- Re: [PATCH] Make repack less likely to corrupt repository, Junio C Hamano
- Re: [PATCH] Make repack less likely to corrupt repository, Robin Rosenberg
- Re: [PATCH] Make repack less likely to corrupt repository, Robin Rosenberg
- Re: [PATCH] Make repack less likely to corrupt repository, Johannes Schindelin
- Re: [PATCH] Make repack less likely to corrupt repository, Robin Rosenberg
- Re: [PATCH] Make repack less likely to corrupt repository, Junio C Hamano
- Re: [PATCH] Make repack less likely to corrupt repository, Robin Rosenberg
- Re: [PATCH] Make repack less likely to corrupt repository, Robin Rosenberg
- Re: [PATCH] Make repack less likely to corrupt repository, Johannes Schindelin
- Re: [PATCH] Make repack less likely to corrupt repository, Junio C Hamano
- Re: [PATCH] Make repack less likely to corrupt repository, Junio C Hamano
receive.denyCurrentBranch, George Spelvin
- Re: receive.denyCurrentBranch, Junio C Hamano
- Re: receive.denyCurrentBranch, Johannes Schindelin
- Re: receive.denyCurrentBranch, Jay Soffian
- Re: receive.denyCurrentBranch, Johannes Schindelin
- Re: receive.denyCurrentBranch, Jay Soffian
- Re: receive.denyCurrentBranch, Jay Soffian
- Re: receive.denyCurrentBranch, Johannes Schindelin
- Re: receive.denyCurrentBranch, Junio C Hamano
- Re: receive.denyCurrentBranch, Jay Soffian
- Re: receive.denyCurrentBranch, Theodore Tso
- Re: receive.denyCurrentBranch, Johannes Schindelin
- Re: receive.denyCurrentBranch, Jay Soffian
- Re: receive.denyCurrentBranch, Jay Soffian
- Re: receive.denyCurrentBranch, Jakub Narebski
[PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch., Jeremy White
- Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch., Boyd Stephen Smith Jr.
- Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch., Jeremy White
- Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch., Johannes Schindelin
- Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch., Michael J Gruber
- Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch., Ben Bucksch
- Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch., Johannes Schindelin
- Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch., Michael J Gruber
- Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch., Boyd Stephen Smith Jr.
- Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch., Ben Bucksch
- Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch., Johannes Schindelin
- Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch.), Jeremy White
- Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch.), Ben Bucksch
- Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch.), Jeremy White
- Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch.), Michael J Gruber
- Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch.), Ben Bucksch
- Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch.), Jeremy White
- Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch.), Brandon Casey
- Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch.), Ben Bucksch
- Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch.), Johannes Schindelin
- Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch.), Ben Bucksch
- Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch.), Brandon Casey
- Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch.), Ben Bucksch
- Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch.), Ben Bucksch
- Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch.), Brandon Casey
- Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch.), Brandon Casey
- Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch.), Ben Bucksch
- Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch.), Brandon Casey
- Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch.), Ben Bucksch
- Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch.), Brandon Casey
- Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch.), Ben Bucksch
- Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch.), Brandon Casey
- Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch.), Brandon Casey
- Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch.), Johannes Schindelin
- Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch.), Michael J Gruber
- Re: Thunderbird and patches, Miles Bader
- Re: Thunderbird and patches, Michael J Gruber
- Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch.), Brandon Casey
- [PATCH] example patch corrupted by thunderbird, Brandon Casey
- Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch.), Michael J Gruber
- Re: Thunderbird and patches, Ben Bucksch
- Re: Thunderbird and patches, Jeremy White
- Re: Thunderbird and patches, Ben Bucksch
- Re: [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch., Junio C Hamano
- [PATCH v2] Enable setting attach as the default in .gitconfig for git-format-patch., Jeremy White
Deleting the "current" branch in remote bare repositories, Jan KrÃger
- Re: Deleting the "current" branch in remote bare repositories, Felipe Contreras
- Re: Deleting the "current" branch in remote bare repositories, Jan KrÃger
- Re: Deleting the "current" branch in remote bare repositories, Jeff King
- Re: Deleting the "current" branch in remote bare repositories, Junio C Hamano
- Re: Deleting the "current" branch in remote bare repositories, Jeff King
- Re: Deleting the "current" branch in remote bare repositories, Junio C Hamano
- [PATCH 0/6] Deleting the "current" branch in a remote repository, Junio C Hamano
- [PATCH 1/6] builtin-receive-pack.c: do not initialize statics to 0, Junio C Hamano
- [PATCH 2/6] t5400: allow individual tests to fail, Junio C Hamano
- [PATCH 3/6] receive-pack: receive.denyDeleteCurrent, Junio C Hamano
- [PATCH 4/6] remote prune: warn dangling symrefs, Junio C Hamano
- [PATCH 5/6] Warn use of "origin" when remotes/origin/HEAD is dangling, Junio C Hamano
- [PATCH 6/6] receive-pack: default receive.denyDeleteCurrent to refuse, Junio C Hamano
- Re: [PATCH 4/6] remote prune: warn dangling symrefs, Jeff King
- Re: [PATCH 4/6] remote prune: warn dangling symrefs, Junio C Hamano
- Re: [PATCH 4/6] remote prune: warn dangling symrefs, Jeff King
- Re: [PATCH 4/6] remote prune: warn dangling symrefs, Jeff King
- Re: [PATCH 3/6] receive-pack: receive.denyDeleteCurrent, Jeff King
- Re: [PATCH 3/6] receive-pack: receive.denyDeleteCurrent, Jeff King
- Re: [PATCH 3/6] receive-pack: receive.denyDeleteCurrent, Junio C Hamano
- Re: [PATCH 3/6] receive-pack: receive.denyDeleteCurrent, Jeff King
- Re: [PATCH 3/6] receive-pack: receive.denyDeleteCurrent, Junio C Hamano
- Re: [PATCH 2/6] t5400: allow individual tests to fail, Jeff King
- Re: [PATCH 2/6] t5400: allow individual tests to fail, Junio C Hamano
- Re: [PATCH 2/6] t5400: allow individual tests to fail, Junio C Hamano
- Re: [PATCH 2/6] t5400: allow individual tests to fail, Jeff King
- Re: Deleting the "current" branch in remote bare repositories, Jeff King
- Re: Deleting the "current" branch in remote bare repositories, Jeff King
How to find out which gitignore blocks my git-add, Gonzo
- Re: How to find out which gitignore blocks my git-add, Jeff King
- Re: How to find out which gitignore blocks my git-add, Sitaram Chamarty
- Re: How to find out which gitignore blocks my git-add, Jeff King
- [PATCH 1/2] refactor exclude handling, Jeff King
- [PATCH 2/2] give exclude mechanism a debug option, Jeff King
- Re: [PATCH 2/2] give exclude mechanism a debug option, Junio C Hamano
- Re: [PATCH 2/2] give exclude mechanism a debug option, Junio C Hamano
- Re: [PATCH 2/2] give exclude mechanism a debug option, Jeff King
- Re: [PATCH 2/2] give exclude mechanism a debug option, Jeff King
- Re: [PATCH 2/2] give exclude mechanism a debug option, Junio C Hamano
- Re: [PATCH 2/2] give exclude mechanism a debug option, Jeff King
- Re: [PATCH 2/2] give exclude mechanism a debug option, Junio C Hamano
- Re: [PATCH 2/2] give exclude mechanism a debug option, Jeff King
- Re: How to find out which gitignore blocks my git-add, Sitaram Chamarty
- Re: How to find out which gitignore blocks my git-add, Jeff King
- Re: How to find out which gitignore blocks my git-add, Bisani, Alok
Chicken/egg problem building from a 'git clone', Joi Ellis
- Re: Chicken/egg problem building from a 'git clone', Johannes Schindelin
- Re: Chicken/egg problem building from a 'git clone', Joi Ellis
- Re: Chicken/egg problem building from a 'git clone', Miles Bader
- Re: Chicken/egg problem building from a 'git clone', Junio C Hamano
- Re: Chicken/egg problem building from a 'git clone', Miles Bader
- Re: Chicken/egg problem building from a 'git clone', Junio C Hamano
- Re: Chicken/egg problem building from a 'git clone', Miles Bader
- Re: Chicken/egg problem building from a 'git clone', Junio C Hamano
- Re: Chicken/egg problem building from a 'git clone', Miles Bader
- Re: Chicken/egg problem building from a 'git clone', Jeff King
- Re: Chicken/egg problem building from a 'git clone', Junio C Hamano
- Re: Chicken/egg problem building from a 'git clone', Björn Steinbrink
- Re: Chicken/egg problem building from a 'git clone', Johannes Schindelin
- Re: Chicken/egg problem building from a 'git clone', Björn Steinbrink
- Re: Chicken/egg problem building from a 'git clone', Daniel Barkalow
[ANNOUNCE] tig-0.14, Jonas Fonseca
- Re: [ANNOUNCE] tig-0.14, bill lam
- Re: [ANNOUNCE] tig-0.14, Jeff King
- Re: [ANNOUNCE] tig-0.14, Jonas Fonseca
- Re: [ANNOUNCE] tig-0.14, Jakub Narebski
- Re: [ANNOUNCE] tig-0.14, Jonas Fonseca
- Re: [ANNOUNCE] tig-0.14, Jeff King
- Re: [ANNOUNCE] tig-0.14, Junio C Hamano
- Re: [ANNOUNCE] tig-0.14, david
- Re: [ANNOUNCE] tig-0.14, Jonas Fonseca
- Re: [ANNOUNCE] tig-0.14, Jonas Fonseca
- Re: [ANNOUNCE] tig-0.14, Jeff King
- Re: [ANNOUNCE] tig-0.14, Jonas Fonseca
- Re: [ANNOUNCE] tig-0.14, Jeff King
- Re: [ANNOUNCE] tig-0.14, Jonas Fonseca
- Re: [ANNOUNCE] tig-0.14, Jeff King
- Re: [ANNOUNCE] tig-0.14, Jonas Fonseca
- Re: [ANNOUNCE] tig-0.14, Mikael Magnusson
- Re: [ANNOUNCE] tig-0.14, Peter Baumann
- Re: [ANNOUNCE] tig-0.14, Ted Pavlic
- Re: [ANNOUNCE] tig-0.14, Jonas Fonseca
- Re: [ANNOUNCE] tig-0.14, Brian Gernhardt
- Re: [ANNOUNCE] tig-0.14, Stefan Karpinski
- Re: [ANNOUNCE] tig-0.14, Jonas Fonseca
- Re: [ANNOUNCE] tig-0.14, Brian Gernhardt
- Re: [ANNOUNCE] tig-0.14, Jonas Fonseca
- Re: [ANNOUNCE] tig-0.14, Brian Gernhardt
- Re: [ANNOUNCE] tig-0.14, Ted Pavlic
- Re: [ANNOUNCE] tig-0.14, Jonas Fonseca
- Re: [ANNOUNCE] tig-0.14, Ted Pavlic
- Re: [ANNOUNCE] tig-0.14, Ted Pavlic
- Re: [ANNOUNCE] tig-0.14, Jonas Fonseca
- Re: [ANNOUNCE] tig-0.14, Ted Pavlic
- Re: [ANNOUNCE] tig-0.14, Jonas Fonseca
- Re: [ANNOUNCE] tig-0.14, Jonas Fonseca
- Re: [ANNOUNCE] tig-0.14, Ted Pavlic
- Re: [ANNOUNCE] tig-0.14, Ted Pavlic
- Re: [ANNOUNCE] tig-0.14, Ted Pavlic
- Re: [ANNOUNCE] tig-0.14, Tilo Schwarz
- Re: [ANNOUNCE] tig-0.14, Jonas Fonseca
- Re: [ANNOUNCE] tig-0.14, Tilo Schwarz
- Re: [ANNOUNCE] tig-0.14, Jonas Fonseca
- Re: [ANNOUNCE] tig-0.14, Sitaram Chamarty
- Re: [ANNOUNCE] tig-0.14, Jonas Fonseca
- Re: [ANNOUNCE] tig-0.14, Sitaram Chamarty
- Re: [ANNOUNCE] tig-0.14, Thomas Adam
- Re: [ANNOUNCE] tig-0.14, Jonas Fonseca
- Re: [ANNOUNCE] tig-0.14, Marco Costalba
- Re: [ANNOUNCE] tig-0.14, Tilo Schwarz
- Re: [ANNOUNCE] tig-0.14, Jonas Fonseca
- Re: [ANNOUNCE] tig-0.14, Tilo Schwarz
- Re: [ANNOUNCE] tig-0.14, Jonas Fonseca
- Re: [ANNOUNCE] tig-0.14, Tilo Schwarz
- Re: [ANNOUNCE] tig-0.14, Tilo Schwarz
- Re: [ANNOUNCE] tig-0.14, bill lam
- Re: [ANNOUNCE] tig-0.14, Jonas Fonseca
- Re: [ANNOUNCE] tig-0.14, bill lam
- Re: [ANNOUNCE] tig-0.14, Jonas Fonseca
[EGIT PATCH 00/11] Support customizable label decorations, Tor Arne VestbÃ
- [EGIT PATCH 01/11] Add support code to handle plugin property changes, Tor Arne VestbÃ
- [EGIT PATCH 02/11] Use Set instead of array to keep track of change listeners, Tor Arne VestbÃ
- [EGIT PATCH 03/11] Add a specialized team exception for Git, Tor Arne VestbÃ
- [EGIT PATCH 04/11] Add new class ExceptionCollector for grouping exceptions, Tor Arne VestbÃ
- [EGIT PATCH 05/11] Add new class SWTUtils with helper-methods for creating controls, Tor Arne VestbÃ
- [EGIT PATCH 06/11] Implement basic customizable label decorations with preferences, Tor Arne VestbÃ
- [EGIT PATCH 07/11] Add binding for name of the current branch, Tor Arne VestbÃ
- [EGIT PATCH 08/11] Add icon decoration for tracked and untracked resources, Tor Arne VestbÃ
- [EGIT PATCH 09/11] Implement decorations of dirty, staged, and conflicting resources, Tor Arne VestbÃ
- [EGIT PATCH 10/11] Don't decorate every single resource on repository change, Tor Arne VestbÃ
- [EGIT PATCH 11/11] Implement label decorations for folders and projects, Tor Arne VestbÃ
- Re: [EGIT PATCH 06/11] Implement basic customizable label decorations with preferences, Robin Rosenberg
- Re: [EGIT PATCH 06/11] Implement basic customizable label decorations with preferences, Tor Arne Vestbø
- Re: [EGIT PATCH 06/11] Implement basic customizable label decorations with preferences, Tor Arne Vestbø
- Re: [EGIT PATCH 06/11] Implement basic customizable label decorations with preferences, Robin Rosenberg
- Re: [EGIT PATCH 06/11] Implement basic customizable label decorations with preferences, Tor Arne Vestbø
- Re: [EGIT PATCH 06/11] Implement basic customizable label decorations with preferences, Robin Rosenberg
- Re: [EGIT PATCH 02/11] Use Set instead of array to keep track of change listeners, Shawn O. Pearce
- Re: [EGIT PATCH 02/11] Use Set instead of array to keep track of change listeners, Tor Arne Vestbø
- [EGIT PATCH 02/11 v2] Use Set instead of array to keep track of change listeners, Tor Arne VestbÃ
- Re: [EGIT PATCH 01/11] Add support code to handle plugin property changes, Shawn O. Pearce
- Re: [EGIT PATCH 00/11] Support customizable label decorations, Tor Arne Vestbø
- Re: [EGIT PATCH 00/11] Support customizable label decorations, Shawn O. Pearce
Re: [PATCHv2 5/6] gitweb: last-modified time should be commiter, not author, Jakub Narebski
- Re: [PATCHv2 5/6] gitweb: last-modified time should be commiter, not author, Giuseppe Bilotta
- Re: [PATCHv2 5/6] gitweb: last-modified time should be commiter, not author, Jakub Narebski
- Re: [PATCHv2 5/6] gitweb: last-modified time should be commiter, not author, Giuseppe Bilotta
- Re: [PATCHv2 5/6] gitweb: last-modified time should be commiter, not author, Deskin Miller
- Re: [PATCHv2 5/6] gitweb: last-modified time should be commiter, not author, Giuseppe Bilotta
- Re: [PATCHv2 5/6] gitweb: last-modified time should be commiter, not author, Jakub Narebski
- Re: [PATCHv2 5/6] gitweb: last-modified time should be commiter, not author, Giuseppe Bilotta
- Re: [PATCHv2 5/6] gitweb: last-modified time should be commiter, not author, Deskin Miller
- Re: [PATCHv2 5/6] gitweb: last-modified time should be commiter, not author, Jakub Narebski
- Re: [PATCHv2 5/6] gitweb: last-modified time should be commiter, not author, Giuseppe Bilotta
- Re: [PATCHv2 5/6] gitweb: last-modified time should be commiter, not author, Jakub Narebski
- Re: [PATCHv2 5/6] gitweb: last-modified time should be commiter, not author, Giuseppe Bilotta
[PATCH] fix crash in path.c on Windows, René Scharfe
- Re: [PATCH] fix crash in path.c on Windows, Junio C Hamano
- Re: [PATCH] fix crash in path.c on Windows, Johannes Sixt
- [PATCH] fix t1504 on Windows, René Scharfe
- Re: [PATCH] fix t1504 on Windows, Johannes Sixt
- Re: [PATCH] fix t1504 on Windows, Johannes Schindelin
- Re: [PATCH] fix t1504 on Windows, Johannes Sixt
- Re: [PATCH] fix t1504 on Windows, Johannes Schindelin
- Re: [PATCH] fix t1504 on Windows, Johannes Sixt
- Re: [PATCH] fix t1504 on Windows, René Scharfe
- Re: [PATCH] fix t1504 on Windows, Johannes Sixt
- Re: [PATCH] fix t1504 on Windows, Renà Scharfe
- [PATCH 0/5] Consolidate path normalization functions, Johannes Sixt
- [PATCH 1/5] Make test-path-utils more robust against incorrect use, Johannes Sixt
- [PATCH 2/5] Move sanitary_path_copy() to path.c and rename it to normalize_path_copy(), Johannes Sixt
- [PATCH 3/5] Fix GIT_CEILING_DIRECTORIES on Windows, Johannes Sixt
- [PATCH 4/5] Test and fix normalize_path_copy(), Johannes Sixt
- [PATCH 5/5] Remove unused normalize_absolute_path(), Johannes Sixt
- Re: [PATCH 4/5] Test and fix normalize_path_copy(), Robin Rosenberg
- Re: [PATCH 4/5] Test and fix normalize_path_copy(), Johannes Sixt
- Re: [PATCH 4/5] Test and fix normalize_path_copy(), René Scharfe
- Re: [PATCH 4/5] Test and fix normalize_path_copy(), Johannes Sixt
- Re: [PATCH] fix t1504 on Windows, René Scharfe
[PATCH/RFC v3 0/9] git checkout: more cleanups, optimisation, less lstat() calls, Kjetil Barvik
- [PATCH/RFC v3 2/9] lstat_cache(): generalise longest_match_lstat_cache(), Kjetil Barvik
- [PATCH/RFC v3 1/9] lstat_cache(): small cleanup and optimisation, Kjetil Barvik
- [PATCH/RFC v3 3/9] lstat_cache(): swap func(length, string) into func(string, length), Kjetil Barvik
- [PATCH/RFC v3 4/9] unlink_entry(): introduce schedule_dir_for_removal(), Kjetil Barvik
- [PATCH/RFC v3 5/9] create_directories(): remove some memcpy() and strchr() calls, Kjetil Barvik
- [PATCH/RFC v3 6/9] write_entry(): cleanup of some duplicated code, Kjetil Barvik
- [PATCH/RFC v3 7/9] write_entry(): use fstat() instead of lstat() when file is open, Kjetil Barvik
- [PATCH/RFC v3 8/9] show_patch_diff(): remove a call to fstat(), Kjetil Barvik
- [PATCH/RFC v3 9/9] lstat_cache(): print a warning if doing ping-pong between cache types, Kjetil Barvik
[PATCH] config: Add new option to open an editor., Felipe Contreras
- Re: [PATCH] config: Add new option to open an editor., Johannes Schindelin
- Re: [PATCH] config: Add new option to open an editor., Jeff King
- Re: [PATCH] config: Add new option to open an editor., Felipe Contreras
- Re: [PATCH] config: Add new option to open an editor., Jeff King
- Re: [PATCH] config: Add new option to open an editor., Felipe Contreras
- [PATCH v3] config: Add new option to open an editor., Felipe Contreras
- Re: [PATCH v3] config: Add new option to open an editor., Junio C Hamano
- Re: [PATCH v3] config: Add new option to open an editor., Felipe Contreras
- Re: [PATCH v3] config: Add new option to open an editor., Johannes Schindelin
- Re: [PATCH v3] config: Add new option to open an editor., Johannes Schindelin
- Re: [PATCH v3] config: Add new option to open an editor., Felipe Contreras
- Re: [PATCH v3] config: Add new option to open an editor., Johannes Schindelin
- Re: [PATCH v3] config: Add new option to open an editor., Felipe Contreras
- Re: [PATCH v3] config: Add new option to open an editor., Junio C Hamano
- Re: [PATCH v3] config: Add new option to open an editor., Felipe Contreras
- [PATCH] config: Add new option to open an editor., Felipe Contreras
- Re: [PATCH] config: Add new option to open an editor., Johannes Schindelin
- Re: [PATCH] config: Add new option to open an editor., Felipe Contreras
webgit highlightes mem adresses as git versions, Toralf Förster
- Re: webgit highlightes mem adresses as git versions, Jakub Narebski
- Re: webgit highlightes mem adresses as git versions, Toralf Förster
- Re: webgit highlightes mem adresses as git versions, Johannes Schindelin
- [PATCH] gitweb: Better regexp for SHA-1 committag match, Jakub Narebski
- Re: [PATCH] gitweb: Better regexp for SHA-1 committag match, Rafael Garcia-Suarez
- Re: [PATCH] gitweb: Better regexp for SHA-1 committag match, Jakub Narebski
- Re: [PATCH] gitweb: Better regexp for SHA-1 committag match, Rafael Garcia-Suarez
- [PATCHv2] gitweb: Better regexp for SHA-1 committag match, Jakub Narebski
- Re: [PATCHv2] gitweb: Better regexp for SHA-1 committag match, Johannes Schindelin
- Re: [PATCHv2] gitweb: Better regexp for SHA-1 committag match, Jay Soffian
- Re: [PATCHv2] gitweb: Better regexp for SHA-1 committag match, Jakub Narebski
- Re: [PATCHv2] gitweb: Better regexp for SHA-1 committag match, Junio C Hamano
- Re: [PATCHv2] gitweb: Better regexp for SHA-1 committag match, Jakub Narebski
- Re: [PATCHv2] gitweb: Better regexp for SHA-1 committag match, Junio C Hamano
- Re: [PATCHv2] gitweb: Better regexp for SHA-1 committag match, Jakub Narebski
- Re: [PATCHv2] gitweb: Better regexp for SHA-1 committag match, demerphq
- Re: [PATCHv2] gitweb: Better regexp for SHA-1 committag match, Jakub Narebski
- Re: [PATCHv2] gitweb: Better regexp for SHA-1 committag match, Jakub Narebski
- Re: [PATCH] gitweb: Better regexp for SHA-1 committag match, demerphq
- Re: [PATCH] gitweb: Better regexp for SHA-1 committag match, Jakub Narebski
- Re: [PATCH] gitweb: Better regexp for SHA-1 committag match, demerphq
Comments on "Understanding Version Control" by Eric S. Raymond, Jakub Narebski
- Re: Comments on "Understanding Version Control" by Eric S. Raymond, Theodore Tso
- Re: Comments on "Understanding Version Control" by Eric S. Raymond, Eric S. Raymond
- Re: Comments on "Understanding Version Control" by Eric S. Raymond, Jakub Narebski
- Re: Comments on "Understanding Version Control" by Eric S. Raymond, Theodore Tso
- Re: Comments on "Understanding Version Control" by Eric S. Raymond, Junio C Hamano
- Re: Comments on "Understanding Version Control" by Eric S. Raymond, Theodore Tso
- Re: Comments on "Understanding Version Control" by Eric S. Raymond, Junio C Hamano
- Re: Comments on "Understanding Version Control" by Eric S. Raymond, Theodore Tso
- Re: Comments on "Understanding Version Control" by Eric S. Raymond, Junio C Hamano
- Re: Comments on "Understanding Version Control" by Eric S. Raymond, Jakub Narebski
- Re: Comments on "Understanding Version Control" by Eric S. Raymond, Theodore Tso
- Re: Comments on "Understanding Version Control" by Eric S. Raymond, Miles Bader
- Re: Comments on "Understanding Version Control" by Eric S. Raymond, Eric S. Raymond
- Re: Comments on "Understanding Version Control" by Eric S. Raymond, Jakub Narebski
- Re: Comments on "Understanding Version Control" by Eric S. Raymond, Theodore Tso
- Re: Comments on "Understanding Version Control" by Eric S. Raymond, Jakub Narebski
- Re: Comments on "Understanding Version Control" by Eric S. Raymond, Theodore Tso
- Tests for "Understanding Version Control" by Eric S. Raymond, Jakub Narebski
- Re: Comments on "Understanding Version Control" by Eric S. Raymond, Jakub Narebski
[PATCH v2 1/2] Introduce config variable "diff.primer", Keith Cascio
- [PATCH v2 2/2] Test functionality of new config variable "diff.primer", Keith Cascio
- [PATCH v2 0/2] Introduce config variable "diff.primer", Keith Cascio
- Re: [PATCH v2 1/2] Introduce config variable "diff.primer", Jeff King
- Re: [PATCH v2 1/2] Introduce config variable "diff.primer", Keith Cascio
- Re: [PATCH v2 1/2] Introduce config variable "diff.primer", Junio C Hamano
- Re: [PATCH v2 1/2] Introduce config variable "diff.primer", Keith Cascio
- Re: [PATCH v2 1/2] Introduce config variable "diff.primer", Jeff King
- Re: [PATCH v2 1/2] Introduce config variable "diff.primer", Jeff King
- Re: [PATCH v2 1/2] Introduce config variable "diff.primer", Junio C Hamano
- Re: [PATCH v2 1/2] Introduce config variable "diff.primer", Keith Cascio
- Re: [PATCH v2 1/2] Introduce config variable "diff.primer", Jeff King
- Re: [PATCH v2 1/2] Introduce config variable "diff.primer", Johannes Schindelin
- Re: [PATCH v2 1/2] Introduce config variable "diff.primer", Jeff King
- Re: [PATCH v2 1/2] Introduce config variable "diff.primer", Johannes Schindelin
- Re: [PATCH v2 1/2] Introduce config variable "diff.primer", Jeff King
- Re: [PATCH v2 1/2] Introduce config variable "diff.primer", Keith Cascio
- Re: [PATCH v2 1/2] Introduce config variable "diff.primer", Junio C Hamano
- Re: diff.defaultOptions implementation design [was diff.primer], Keith Cascio
- Re: diff.defaultOptions implementation design [was diff.primer], Jeff King
- Re: [PATCH v2 1/2] Introduce config variable "diff.primer", Jakub Narebski
[RFC PATCH] add -p: prompt for single characters, Thomas Rast
- Re: [RFC PATCH] add -p: prompt for single characters, Suraj Kurapati
- Re: [RFC PATCH] add -p: prompt for single characters, Thomas Rast
- Re: [RFC PATCH] add -p: prompt for single characters, Junio C Hamano
- [PATCH 0/4] add -p: Term::ReadKey and more, Thomas Rast
- [PATCH 1/4] add -p: change prompt separator for 'g', Thomas Rast
- [PATCH 2/4] add -p: trap Ctrl-D in 'goto' mode, Thomas Rast
- [PATCH 3/4] add -p: optionally prompt for single characters, Thomas Rast
- Re: [PATCH 3/4] add -p: optionally prompt for single characters, Jeff King
- [Illustration PATCH] add -i: accept single-keypress input, Thomas Rast
- Re: [Illustration PATCH] add -i: accept single-keypress input, Junio C Hamano
- Re: [Illustration PATCH] add -i: accept single-keypress input, Thomas Rast
- Re: [Illustration PATCH] add -i: accept single-keypress input, Junio C Hamano
- Re: [Illustration PATCH] add -i: accept single-keypress input, Thomas Rast
- Re: [PATCH 3/4] add -p: optionally prompt for single characters, Thomas Rast
- [PATCH v2 3/4] add -p: prompt for single characters, Thomas Rast
- [PATCH v2 4/4] add -p: print errors in separate color, Thomas Rast
- [PATCH v3 4/4] add -p: print errors in separate color, Thomas Rast
- [PATCH v3 3/4] add -p: prompt for single characters, Thomas Rast
- Re: [PATCH 3/4] add -p: optionally prompt for single characters, Junio C Hamano
- [PATCH v4 3/4] add -p: prompt for single characters, Thomas Rast
- Re: [PATCH v4 3/4] add -p: prompt for single characters, Jeff King
- [PATCH] add -p: import Term::ReadKey with 'require', Thomas Rast
- Re: [PATCH] add -p: import Term::ReadKey with 'require', Jeff King
- Re: [PATCH] add -p: import Term::ReadKey with 'require', Thomas Rast
- Re: [PATCH] add -p: import Term::ReadKey with 'require', Jeff King
- Re: [PATCH] add -p: import Term::ReadKey with 'require', Junio C Hamano
- [PATCH v4 4/4] add -p: print errors in separate color, Thomas Rast
- [PATCH 4/4] add -p: print errors in help colors, Thomas Rast
- Re: [RFC PATCH] add -p: prompt for single characters, Jeff King
git remote rm considered harmful?, Jay Soffian
- [PATCH] builtin-remote: make rm operation safer in mirrored repository, Jay Soffian
- Re: [PATCH] builtin-remote: make rm operation safer in mirrored repository, Jeff King
- Re: [PATCH] builtin-remote: make rm operation safer in mirrored repository, Jay Soffian
- [PATCH] builtin-remote: make rm operation safer in mirrored repository, Jay Soffian
- Re: [PATCH] builtin-remote: make rm operation safer in mirrored repository, Jeff King
- Re: [PATCH] builtin-remote: make rm operation safer in mirrored repository, Junio C Hamano
- Re: [PATCH] builtin-remote: make rm operation safer in mirrored repository, Jay Soffian
- Re: [PATCH] builtin-remote: make rm operation safer in mirrored repository, Johannes Schindelin
- [PATCH 1/2] builtin-remote: make rm() use properly named variable to hold return value, Jay Soffian
- Re: [PATCH 1/2] builtin-remote: make rm() use properly named variable to hold return value, Jeff King
- [PATCH 2/2] builtin-remote: make rm operation safer in mirrored repository, Jay Soffian
- Re: [PATCH 2/2] builtin-remote: make rm operation safer in mirrored repository, Jeff King
- Re: [PATCH 2/2] builtin-remote: make rm operation safer in mirrored repository, Jay Soffian
- [PATCH] builtin-remote: make rm operation safer in mirrored repository, Jay Soffian
- Re: [PATCH] builtin-remote: make rm operation safer in mirrored repository, Jeff King
- Re: [PATCH 2/2] builtin-remote: make rm operation safer in mirrored repository, Jeff King
|
|