|
|
[RFC/PATCHv8 00/10] git notes, Johan Herland
- [RFC/PATCHv8 02/10] Notes API: init_notes(): Initialize the notes tree from the given notes ref, Johan Herland
- [RFC/PATCHv8 04/10] Notes API: get_note(): Return the note annotating the given object, Johan Herland
- [RFC/PATCHv8 05/10] Notes API: for_each_note(): Traverse the entire notes tree with a callback, Johan Herland
- [RFC/PATCHv8 03/10] Notes API: add_note(): Add note objects to the internal notes tree structure, Johan Herland
- [RFC/PATCHv8 06/10] Notes API: Allow multiple concurrent notes trees with new struct notes_tree, Johan Herland
- [RFC/PATCHv8 07/10] Refactor notes concatenation into a flexible interface for combining notes, Johan Herland
- [RFC/PATCHv8 09/10] Rename t9301 to t9350, to make room for more fast-import tests, Johan Herland
- [RFC/PATCHv8 08/10] fast-import: Proper notes tree manipulation using the notes API, Johan Herland
- [RFC/PATCHv8 10/10] Add more testcases to test fast-import of notes, Johan Herland
- [RFC/PATCHv8 01/10] Notes API: get_commit_notes() -> format_note() + remove the commit restriction, Johan Herland
- Re: [RFC/PATCHv8 00/10] git notes, Junio C Hamano
Hey - A Conceptual Simplication...., George Dennie
- Re: Hey - A Conceptual Simplication...., Jan KrÃger
- RE: Hey - A Conceptual Simplication...., George Dennie
- Re: Hey - A Conceptual Simplication...., Jakub Narebski
- Re: Hey - A Conceptual Simplication...., Jason Sewall
- RE: Hey - A Conceptual Simplication...., George Dennie
- Re: Hey - A Conceptual Simplication...., Björn Steinbrink
- RE: Hey - A Conceptual Simplication...., George Dennie
- Re: Hey - A Conceptual Simplication...., Junio C Hamano
- Re: Hey - A Conceptual Simplication...., Jakub Narebski
- Re: Hey - A Conceptual Simplication...., Junio C Hamano
- Re: Hey - A Conceptual Simplication...., Dmitry Potapov
- Re: Hey - A Conceptual Simplication...., Jakub Narebski
- Re: Hey - A Conceptual Simplication...., Dmitry Potapov
- Re: Hey - A Conceptual Simplication...., david
- Re: Hey - A Conceptual Simplication...., Dmitry Potapov
- Re: Hey - A Conceptual Simplication...., Björn Steinbrink
- Re: Hey - A Conceptual Simplication...., Dmitry Potapov
- Re: Hey - A Conceptual Simplication...., Dmitry Potapov
- Re: Hey - A Conceptual Simplication...., Junio C Hamano
- Re: Hey - A Conceptual Simplication...., Dmitry Potapov
- Re: Hey - A Conceptual Simplication...., Thomas Rast
- Re: Hey - A Conceptual Simplication...., Jason Sewall
- Re: Hey - A Conceptual Simplication...., Jonathan del Strother
- Re: Hey - A Conceptual Simplication...., Linus Torvalds
What's cooking in git.git (Nov 2009, #04; Tue, 17), Junio C Hamano
- Re: What's cooking in git.git (Nov 2009, #04; Tue, 17), Tay Ray Chuan
- Re: What's cooking in git.git (Nov 2009, #04; Tue, 17), Johannes Sixt
- th/remote-usage, Jonathan Nieder
- Re: What's cooking in git.git (Nov 2009, #04; Tue, 17), Nguyen Thai Ngoc Duy
[PATCH v4 00/12] Reroll of the remote-vcs-helper series, Sverre Rabbelier
- [PATCH v4 01/12] Fix memory leak in helper method for disconnect, Sverre Rabbelier
- [PATCH v4 02/12] Allow programs to not depend on remotes having urls, Sverre Rabbelier
- [PATCH v4 03/12] Use a function to determine whether a remote is valid, Sverre Rabbelier
- [PATCH v4 04/12] Allow fetch to modify refs, Sverre Rabbelier
- [PATCH v4 05/12] Add a config option for remotes to specify a foreign vcs, Sverre Rabbelier
- [PATCH v4 06/12] Allow specifying the remote helper in the url, Sverre Rabbelier
- [PATCH v4 07/12] Add support for "import" helper command, Sverre Rabbelier
- [PATCH v4 08/12] Allow helper to map private ref names into normal names, Sverre Rabbelier
- [PATCH v4 09/12] Fix various memory leaks in transport-helper.c, Sverre Rabbelier
- [PATCH v4 10/12] Allow helpers to report in "list" command that the ref is unchanged, Sverre Rabbelier
- [PATCH v4 11/12] Basic build infrastructure for Python scripts, Sverre Rabbelier
- [PATCH v4 12/12] Add Python support library for remote helpers, Sverre Rabbelier
[PATCH] Expand ~ and ~user in core.excludesfile, commit.template, Matthieu Moy
- Re: [PATCH] Expand ~ and ~user in core.excludesfile, commit.template, Junio C Hamano
- Re: [PATCH] Expand ~ and ~user in core.excludesfile, commit.template, Jakub Narebski
- Re: [PATCH] Expand ~ and ~user in core.excludesfile, commit.template, Jeff King
- [PATCH v2] Expand ~ and ~user in core.excludesfile, commit.template, Matthieu Moy
- [PATCH v3] Expand ~ and ~user in core.excludesfile, commit.template, Matthieu Moy
- [PATCH v4] Expand ~ and ~user in core.excludesfile, commit.template, Matthieu Moy
- [PATCH] expand_user_path: expand ~ to $HOME, not to the actual homedir., Matthieu Moy
- Re: [PATCH] expand_user_path: expand ~ to $HOME, not to the actual homedir., Jeff King
- Re: [PATCH] expand_user_path: expand ~ to $HOME, not to the actual homedir., Matthieu Moy
- Re: [PATCH v4] Expand ~ and ~user in core.excludesfile, commit.template, Junio C Hamano
Make Gitweb behave like Apache mod_userdir, Sylvain Rabot
- Re: Make Gitweb behave like Apache mod_userdir, Junio C Hamano
- Re: Make Gitweb behave like Apache mod_userdir, Junio C Hamano
- Re: Make Gitweb behave like Apache mod_userdir, Sylvain Rabot
- Re: Make Gitweb behave like Apache mod_userdir, Junio C Hamano
- Re: Make Gitweb behave like Apache mod_userdir, Sylvain Rabot
- Re: Make Gitweb behave like Apache mod_userdir, Junio C Hamano
- Re: Make Gitweb behave like Apache mod_userdir, J.H.
- Re: Make Gitweb behave like Apache mod_userdir, J.H.
- Re: Make Gitweb behave like Apache mod_userdir, Junio C Hamano
- Re: Make Gitweb behave like Apache mod_userdir, J.H.
- Re: Make Gitweb behave like Apache mod_userdir, Junio C Hamano
- Re: Make Gitweb behave like Apache mod_userdir, J.H.
- Re: Make Gitweb behave like Apache mod_userdir, Sylvain Rabot
Add branch management for releases to gitworkflows, rocketraman
- [PATCHv3] Add branch management for releases to gitworkflows, rocketraman
- Re: [PATCHv3] Add branch management for releases to gitworkflows, skillzero
- Re: [PATCHv3] Add branch management for releases to gitworkflows, Nanako Shiraishi
- Re: [PATCHv3] Add branch management for releases to gitworkflows, Raman Gupta
- Re: [PATCHv3] Add branch management for releases to gitworkflows, Nanako Shiraishi
- Re: [PATCHv3] Add branch management for releases to gitworkflows, Raman Gupta
- Re: [PATCHv3] Add branch management for releases to gitworkflows, BjÃrn Gustavsson
- Re: [PATCHv3] Add branch management for releases to gitworkflows, Nanako Shiraishi
- Re: [PATCHv3] Add branch management for releases to gitworkflows, Raman Gupta
- Re: [PATCHv3] Add branch management for releases to gitworkflows, Junio C Hamano
- Re: [PATCHv3] Add branch management for releases to gitworkflows, Thomas Rast
- Re: [PATCHv3] Add branch management for releases to gitworkflows, Raman Gupta
- Re: [PATCHv3] Add branch management for releases to gitworkflows, Thomas Rast
- Re: [PATCHv3] Add branch management for releases to gitworkflows, Nanako Shiraishi
[PATCH v4 0/9] Default pager and editor, Jonathan Nieder
- [PATCH 1/9] Handle more shell metacharacters in editor names, Jonathan Nieder
- [PATCH 2/9] Do not use VISUAL editor on dumb terminals, Jonathan Nieder
- [PATCH 3/9] Suppress warnings from "git var -l", Jonathan Nieder
- [PATCH 4/9] Teach git var about GIT_EDITOR, Jonathan Nieder
- [PATCH 5/9] Teach git var about GIT_PAGER, Jonathan Nieder
- [PATCH 6/9] add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR", Jonathan Nieder
- [PATCH 7/9] am -i, git-svn: use "git var GIT_PAGER", Jonathan Nieder
- [PATCH 8/9] Provide a build time default-editor setting, Jonathan Nieder
- [PATCH 9/9] Provide a build time default-pager setting, Jonathan Nieder
- Re: [PATCH v4 0/9] Default pager and editor, Junio C Hamano
Re: [PATCH v2 0/2] user-manual: new "getting started" section, Felipe Contreras
- Re: [PATCH v2 0/2] user-manual: new "getting started" section, Michael J Gruber
- Re: [PATCH v2 0/2] user-manual: new "getting started" section, Felipe Contreras
- Re: [PATCH v2 0/2] user-manual: new "getting started" section, Nanako Shiraishi
- Re: [PATCH v2 0/2] user-manual: new "getting started" section, Felipe Contreras
- Re: [PATCH v2 0/2] user-manual: new "getting started" section, Nanako Shiraishi
- Re: [PATCH v2 0/2] user-manual: new "getting started" section, J. Bruce Fields
- Re: [PATCH v2 0/2] user-manual: new "getting started" section, Junio C Hamano
- Re: [PATCH v2 0/2] user-manual: new "getting started" section, Felipe Contreras
- Re: [PATCH v2 0/2] user-manual: new "getting started" section, Junio C Hamano
- Re: [PATCH v2 0/2] user-manual: new "getting started" section, Felipe Contreras
- Re: [PATCH v2 0/2] user-manual: new "getting started" section, Junio C Hamano
- Re: [PATCH v2 0/2] user-manual: new "getting started" section, Felipe Contreras
- Re: [PATCH v2 0/2] user-manual: new "getting started" section, Matthieu Moy
excerpts from tomorrow's "What's cooking" draft, Junio C Hamano
- Re: excerpts from tomorrow's "What's cooking" draft, Ben Walton
- Re: excerpts from tomorrow's "What's cooking" draft, Johan Herland
- Re: excerpts from tomorrow's "What's cooking" draft, Sverre Rabbelier
- Re: excerpts from tomorrow's "What's cooking" draft, Daniel Barkalow
- ks/precompute-completion, Jonathan Nieder
- Re: ks/precompute-completion, Stephen Boyd
- Re: ks/precompute-completion, Jonathan Nieder
- Re: ks/precompute-completion, Stephen Boyd
- [PATCH] Speed up bash completion loading, Jonathan Nieder
- Re: [PATCH] Speed up bash completion loading, Jonathan Nieder
- Re: [PATCH] Speed up bash completion loading, Jonathan Nieder
- Re: [PATCH] Speed up bash completion loading, Stephen Boyd
- Re: [PATCH] Speed up bash completion loading, Jonathan Nieder
- Re: [PATCH] Speed up bash completion loading, Jonathan Nieder
- Re: [PATCH] Speed up bash completion loading, SZEDER Gábor
- Re: [PATCH] Speed up bash completion loading, Jonathan Nieder
- Re: [PATCH] Speed up bash completion loading, Stephen Boyd
- Re: [PATCH] Speed up bash completion loading, Jonathan Nieder
- Re: [PATCH] Speed up bash completion loading, Junio C Hamano
- [PATCH v2] Speed up bash completion loading, Jonathan Nieder
- Re: [PATCH v2] Speed up bash completion loading, Shawn O. Pearce
- Re: [PATCH v2] Speed up bash completion loading, Stephen Boyd
- [PATCH v3] Speed up bash completion loading, Jonathan Nieder
- Re: [PATCH v3] Speed up bash completion loading, Shawn O. Pearce
- Re: excerpts from tomorrow's "What's cooking" draft, Nicolas Sebrecht
- Re: excerpts from tomorrow's "What's cooking" draft, Jakub Narebski
Unhelpful "branch.master.remote = <nickname>" advice?, Jan Nieuwenhuizen
- Re: Unhelpful "branch.master.remote = <nickname>" advice?, Tomas Carnecky
- Re: Unhelpful "branch.master.remote = <nickname>" advice?, Tomas Carnecky
- Re: Unhelpful "branch.master.remote = <nickname>" advice?, Jan Nieuwenhuizen
- Re: Unhelpful "branch.master.remote = <nickname>" advice?, Tomas Carnecky
- Re: Unhelpful "branch.master.remote = <nickname>" advice?, Jan Nieuwenhuizen
- [PATCH] git-pull.sh: overhaul error handling when no candidates are found, Jan KrÃger
- Re: [PATCH] git-pull.sh: overhaul error handling when no candidates are found, Jeff King
- Re: [PATCH] git-pull.sh: overhaul error handling when no candidates are found, Jan KrÃger
- Re: [PATCH] git-pull.sh: overhaul error handling when no candidates are found, Jeff King
- [PATCH v2] git-pull.sh --rebase: overhaul error handling when no candidates are found, Jan KrÃger
- Re: [PATCH v2] git-pull.sh --rebase: overhaul error handling when no candidates are found, Jonathan Nieder
- Re: [PATCH v2] git-pull.sh --rebase: overhaul error handling when no candidates are found, Junio C Hamano
- Re: Unhelpful "branch.master.remote = <nickname>" advice?, Björn Steinbrink
- Re: Unhelpful "branch.master.remote = <nickname>" advice?, Tomas Carnecky
- [PATCH] Makefile: add uninstall target. Fixes elementary good cleaning manners., Jan Nieuwenhuizen
- Re: Unhelpful "branch.master.remote = <nickname>" advice?, Jan KrÃger
- Re: Unhelpful "branch.master.remote = <nickname>" advice?, Junio C Hamano
git-svn problem with v1.6.5, Pascal Obry
- Re: git-svn problem with v1.6.5, Avery Pennarun
- Re: git-svn problem with v1.6.5, Pascal Obry
- Re: git-svn problem with v1.6.5, Avery Pennarun
- Re: git-svn problem with v1.6.5, Pascal Obry
- Re: git-svn problem with v1.6.5, Eric Wong
- Re: git-svn problem with v1.6.5, Eric Wong
- Re: git-svn problem with v1.6.5, Pascal Obry
- Re: git-svn problem with v1.6.5, Eric Wong
- Re: git-svn problem with v1.6.5, Pascal Obry
- Re: git-svn problem with v1.6.5, Eric Wong
- Re: git-svn problem with v1.6.5, Pascal Obry
- Re: git-svn problem with v1.6.5, Pascal Obry
- Re: git-svn problem with v1.6.5, Eric Wong
- Re: git-svn problem with v1.6.5, Pascal Obry
- Re: git-svn problem with v1.6.5, Sam Vilain
[PATCH] Let 'git <command> -h' show usage without a git dir, Jonathan Nieder
- [PATCH] Show usage string for 'git http-push -h', Jonathan Nieder
- Re: [PATCH] Let 'git <command> -h' show usage without a git dir, Junio C Hamano
- Re: [PATCH] Let 'git <command> -h' show usage without a git dir, Jonathan Nieder
- [PATCH 00/24] Let 'git <command> -h' show usage without a git dir, Jonathan Nieder
- [PATCH 01/24] Retire fetch--tool helper to contrib/examples, Jonathan Nieder
- [PATCH 02/24] Show usage string for 'git grep -h', Jonathan Nieder
- [PATCH 04/24] Show usage string for 'git commit-tree -h', Jonathan Nieder
- [PATCH 05/24] Show usage string for 'git merge-ours -h', Jonathan Nieder
- [PATCH 09/24] Show usage string for 'git fast-import -h', Jonathan Nieder
- [PATCH 10/24] Show usage string for 'git get-tar-commit-id -h', Jonathan Nieder
- [PATCH 11/24] Show usage string for 'git imap-send -h', Jonathan Nieder
- [PATCH 12/24] Show usage string for 'git mailsplit -h', Jonathan Nieder
- [PATCH 13/24] Show usage string for 'git merge-one-file -h', Jonathan Nieder
- [PATCH 15/24] Show usage string for 'git show-index -h', Jonathan Nieder
- [PATCH 16/24] Show usage string for 'git unpack-file -h', Jonathan Nieder
- [PATCH 18/24] merge: do not setup worktree twice, Jonathan Nieder
- Re: [PATCH 18/24] merge: do not setup worktree twice, Junio C Hamano
- Re: [PATCH 18/24] merge: do not setup worktree twice, Jonathan Nieder
- [PATCH 19/24] Let 'git http-fetch -h' show usage outside any git repository, Jonathan Nieder
- [PATCH 20/24] http-fetch: add missing initialization of argv0_path, Jonathan Nieder
- Re: [PATCH 20/24] http-fetch: add missing initialization of argv0_path, Junio C Hamano
- Re: [PATCH 20/24] http-fetch: add missing initialization of argv0_path, Johannes Sixt
- Re: [PATCH 20/24] http-fetch: add missing initialization of argv0_path, Jonathan Nieder
- [PATCH 21/24] Let 'git <command> -h' show usage without a git dir, Jonathan Nieder
- [PATCH 22/24] Let usage() take a printf-style format, Jonathan Nieder
- Re: [PATCH 22/24] Let usage() take a printf-style format, Junio C Hamano
- [PATCH 23/24] merge-{recursive,subtree}: use usage() to print usage, Jonathan Nieder
- [PATCH 24/24] diff --no-index: make the usage string less scary, Jonathan Nieder
- [PATCH 14/24] Show usage string for 'git rev-parse -h', Jonathan Nieder
- [PATCH 07/24] check-ref-format: update usage string, Jonathan Nieder
- Re: [PATCH 07/24] check-ref-format: update usage string, Junio C Hamano
- [PATCH 08/24] Show usage string for 'git check-ref-format -h', Jonathan Nieder
- [PATCH/RFC 06/24] Show usage string for 'git show-ref -h', Jonathan Nieder
- [PATCH 03/24] Show usage string for 'git cherry -h', Jonathan Nieder
- [PATCH 17/24] Show usage string for 'git stripspace -h', Jonathan Nieder
[PATCH v3 00/12] Reroll of the remote-vcs-helper series, Sverre Rabbelier
- [PATCH v3 01/12] Fix memory leak in helper method for disconnect, Sverre Rabbelier
- [PATCH v3 02/12] Allow programs to not depend on remotes having urls, Sverre Rabbelier
- [PATCH v3 03/12] Use a function to determine whether a remote is valid, Sverre Rabbelier
- [PATCH v3 04/12] Allow fetch to modify refs, Sverre Rabbelier
- [PATCH v3 05/12] Add a config option for remotes to specify a foreign vcs, Sverre Rabbelier
- [PATCH v3 06/12] Allow specifying the remote helper in the url, Sverre Rabbelier
- [PATCH v3 07/12] Add support for "import" helper command, Sverre Rabbelier
- [PATCH v3 08/12] Allow helper to map private ref names into normal names, Sverre Rabbelier
- [PATCH v3 09/12] Allow helpers to report in "list" command that the ref is unchanged, Sverre Rabbelier
- [PATCH v3 10/12] Allow helpers to request the path to the .git directory, Sverre Rabbelier
- [PATCH v3 11/12] Basic build infrastructure for Python scripts, Sverre Rabbelier
- [PATCH v3 12/12] Add Python support library for remote helpers, Sverre Rabbelier
- Re: [PATCH v3 11/12] Basic build infrastructure for Python scripts, Andrzej K. Haczewski
- Re: [PATCH v3 11/12] Basic build infrastructure for Python scripts, Sverre Rabbelier
- Re: [PATCH v3 11/12] Basic build infrastructure for Python scripts, Johannes Schindelin
- Re: [PATCH v3 08/12] Allow helper to map private ref names into normal names, Daniel Barkalow
- Re: [PATCH v3 08/12] Allow helper to map private ref names into normal names, Sverre Rabbelier
- Re: [PATCH v3 08/12] Allow helper to map private ref names into normal names, Sverre Rabbelier
- Re: [PATCH v3 08/12] Allow helper to map private ref names into normal names, Junio C Hamano
- Re: [PATCH v3 08/12] Allow helper to map private ref names into normal names, Sverre Rabbelier
- Re: [PATCH v3 08/12] Allow helper to map private ref names into normal names, Junio C Hamano
Git drawbacks?, Dmitry Smirnov
- Re: Git drawbacks?, Avery Pennarun
- Re: Git drawbacks?, Dmitry Smirnov
- Re: Git drawbacks?, Jacob Helwig
- Re: Git drawbacks?, Avery Pennarun
- Re: Git drawbacks?, david
- Re: Git drawbacks?, Dmitry Smirnov
- Re: Git drawbacks?, Jacob Helwig
- Re: Git drawbacks?, Dmitry Smirnov
- Re: Git drawbacks?, Jacob Helwig
- Re: Git drawbacks?, Dmitry Potapov
- Re: Git drawbacks?, Dmitry Smirnov
- Re: Git drawbacks?, Dmitry Potapov
- Re: Git drawbacks?, Dmitry Smirnov
- Re: Git drawbacks?, Dmitry Potapov
- Re: Git drawbacks?, Dmitry Smirnov
- Re: Git drawbacks?, Paolo Bonzini
- Re: Git drawbacks?, B Smith-Mannschott
- Re: Git drawbacks?, Dmitry Potapov
- Re: Git drawbacks?, Dmitry Smirnov
- Re: Git drawbacks?, Dmitry Potapov
- Re: Git drawbacks?, Dmitry Smirnov
- Re: Git drawbacks?, Paolo Bonzini
- Re: Git drawbacks?, Dmitry Potapov
- Re: Git drawbacks?, Dmitry Smirnov
- Re: Git drawbacks?, Dmitry Smirnov
- Re: Git drawbacks?, Dmitry Smirnov
gitk : french translation, Emmanuel Trillaud
- Re: gitk : french translation, Thomas Moulard
- Re: gitk : french translation, Emmanuel Trillaud
- Re: gitk : french translation, Nicolas Sebrecht
- Re: gitk : french translation, Matthieu Moy
- Re: gitk : french translation, Nicolas Pitre
- [OT] Re: gitk : french translation, Matthieu Moy
- Re: [OT] Re: gitk : french translation, Maximilien Noal
- Re: gitk : french translation, Emmanuel Trillaud
- Re: gitk : french translation, Nicolas Sebrecht
- Re: gitk : french translation, Maximilien Noal
- Re: gitk : french translation, Maximilien Noal
- Re: gitk : french translation, Nicolas Sebrecht
- Re: gitk : french translation, Emmanuel Trillaud
- Re: gitk : french translation, Emmanuel Trillaud
[PATCH v2 00/13] Reroll of the remote-vcs-helper series, Sverre Rabbelier
- [PATCH v2 03/13] Use a function to determine whether a remote is valid, Sverre Rabbelier
- [PATCH v2 05/13] Add a config option for remotes to specify a foreign vcs, Sverre Rabbelier
- [PATCH v2 06/13] Allow specifying the remote helper in the url, Sverre Rabbelier
- [PATCH v2 07/13] Add support for "import" helper command, Sverre Rabbelier
- [PATCH v2 09/13] Honour the refspec when updating refs after import, Sverre Rabbelier
- Re: [PATCH v2 09/13] Honour the refspec when updating refs after import, Daniel Barkalow
- Re: [PATCH v2 09/13] Honour the refspec when updating refs after import, Sverre Rabbelier
- Re: [PATCH v2 09/13] Honour the refspec when updating refs after import, Daniel Barkalow
- Re: [PATCH v2 09/13] Honour the refspec when updating refs after import, Sverre Rabbelier
- Re: [PATCH v2 09/13] Honour the refspec when updating refs after import, Daniel Barkalow
- Re: [PATCH v2 09/13] Honour the refspec when updating refs after import, Daniel Barkalow
- Re: [PATCH v2 09/13] Honour the refspec when updating refs after import, Sverre Rabbelier
- Re: [PATCH v2 09/13] Honour the refspec when updating refs after import, Daniel Barkalow
- Re: [PATCH v2 09/13] Honour the refspec when updating refs after import, Sverre Rabbelier
- Re: [PATCH v2 09/13] Honour the refspec when updating refs after import, Daniel Barkalow
- Re: [PATCH v2 09/13] Honour the refspec when updating refs after import, Junio C Hamano
- [PATCH v2 10/13] Allow helpers to report in "list" command that the ref is unchanged, Sverre Rabbelier
- [PATCH v2 12/13] Basic build infrastructure for Python scripts, Sverre Rabbelier
- [PATCH v2 13/13] Add Python support library for remote helpers, Sverre Rabbelier
- [PATCH v2 08/13] Write local refs written by the "import" helper command only once, Sverre Rabbelier
- [PATCH v2 11/13] Allow helpers to request the path to the .git directory, Sverre Rabbelier
- [PATCH v2 01/13] Fix memory leak in helper method for disconnect, Sverre Rabbelier
- [PATCH v2 02/13] Allow programs to not depend on remotes having urls, Sverre Rabbelier
- [PATCH v2 04/13] Allow fetch to modify refs, Sverre Rabbelier
Automatically remote prune, John Tapsell
- Re: Automatically remote prune, Junio C Hamano
- Re: Automatically remote prune, John Tapsell
- Re: Automatically remote prune, Shawn O. Pearce
- Re: Automatically remote prune, Junio C Hamano
- Re: Automatically remote prune, Sitaram Chamarty
- Re: Automatically remote prune, John Tapsell
- Re: Automatically remote prune, Junio C Hamano
- Re: Automatically remote prune, Jay Soffian
- Re: Automatically remote prune, Petr Baudis
- Re: Automatically remote prune, Jay Soffian
- Re: Automatically remote prune, Petr Baudis
- Re: Automatically remote prune, Junio C Hamano
- Re: Automatically remote prune, Petr Baudis
- Re: Automatically remote prune, Dmitry Potapov
[PATCH 0/1] Port of pthreads to Windows API threads, Andrzej K. Haczewski
- [PATCH 1/1] MSVC: port pthread code to native Windows threads, Andrzej K. Haczewski
- [PATCH] MSVC: port pthread code to native Windows threads, Andrzej K. Haczewski
- Re: [PATCH] MSVC: port pthread code to native Windows threads, Erik Faye-Lund
- Re: [PATCH] MSVC: port pthread code to native Windows threads, Paolo Bonzini
- Re: [PATCH] MSVC: port pthread code to native Windows threads, Johannes Sixt
- Re: [PATCH] MSVC: port pthread code to native Windows threads, Andrzej K. Haczewski
- Re: [PATCH] MSVC: port pthread code to native Windows threads, Johannes Sixt
- Re: [PATCH] MSVC: port pthread code to native Windows threads, Andrzej K. Haczewski
- Re: [PATCH] MSVC: port pthread code to native Windows threads, Daniel Barkalow
- Re: [PATCH] MSVC: port pthread code to native Windows threads, Nicolas Pitre
- Re: [PATCH] MSVC: port pthread code to native Windows threads, Daniel Barkalow
- Re: [PATCH] MSVC: port pthread code to native Windows threads, Nicolas Pitre
- Re: [PATCH] MSVC: port pthread code to native Windows threads, Dmitry Potapov
- Re: [PATCH] MSVC: port pthread code to native Windows threads, Andrzej K. Haczewski
- Re: [PATCH] MSVC: port pthread code to native Windows threads, Erik Faye-Lund
- Re: [PATCH] MSVC: port pthread code to native Windows threads, Johannes Schindelin
- [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Andrzej K. Haczewski
- Re: [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Nicolas Pitre
- Re: [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Andrzej K. Haczewski
- [PATCH] pack-objects: move thread autodetection closer to relevant code, Nicolas Pitre
- Re: [PATCH] pack-objects: move thread autodetection closer to relevant code, Junio C Hamano
- Re: [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Erik Faye-Lund
- Re: [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Andrzej K. Haczewski
- Re: [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Nicolas Pitre
- Re: [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Andrzej K. Haczewski
- Re: [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Erik Faye-Lund
- [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Andrzej K. Haczewski
- Re: [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Johannes Sixt
- Re: [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Andrzej K. Haczewski
- Re: [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Nicolas Pitre
- Re: [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Andrzej K. Haczewski
- Re: [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Nicolas Pitre
- Re: [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Nicolas Pitre
- [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Andrzej K. Haczewski
- [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Andrzej K. Haczewski
- Re: [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Nicolas Pitre
- Re: [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Andrzej K. Haczewski
- Re: [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Nicolas Pitre
- Re: [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Nicolas Pitre
- Re: [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Andrzej K. Haczewski
- Re: [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Nicolas Pitre
- Re: [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Johannes Sixt
- Re: [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Junio C Hamano
- [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Andrzej K. Haczewski
- [PATCH] MSVC: Windows-native implementation for subset of Pthreads API, Andrzej K. Haczewski
[PATCH] gitk: disable checkout of remote branch, Sitaram Chamarty
- Re: [PATCH] gitk: disable checkout of remote branch, Sverre Rabbelier
- Re: [PATCH] gitk: disable checkout of remote branch, Tim Mazid
- Re: [PATCH] gitk: disable checkout of remote branch, Sitaram Chamarty
- Re: [PATCH] gitk: disable checkout of remote branch, Tim Mazid
- Re: [PATCH] gitk: disable checkout of remote branch, Sverre Rabbelier
- Re: [PATCH] gitk: disable checkout of remote branch, Jeff King
- Re: [PATCH] gitk: disable checkout of remote branch, Tim Mazid
- Re: [PATCH] gitk: disable checkout of remote branch, Sitaram Chamarty
- Re: [PATCH] gitk: disable checkout of remote branch, Junio C Hamano
- Re: [PATCH] gitk: disable checkout of remote branch, Jeff King
- Re: [PATCH] gitk: disable checkout of remote branch, Junio C Hamano
- Re: [PATCH] gitk: disable checkout of remote branch, Sverre Rabbelier
- Re: [PATCH] gitk: disable checkout of remote branch, Paul Mackerras
git pull --rebase and losing commits, Peter Krefting
- Re: git pull --rebase and losing commits, Nanako Shiraishi
- Re: git pull --rebase and losing commits, Randal L. Schwartz
- Re: git pull --rebase and losing commits, Peter Krefting
- Re: git pull --rebase and losing commits, Johannes Schindelin
- Re: git pull --rebase and losing commits, Peter Krefting
- [PATCH] Clarify documentation on the "ours" merge strategy., Peter Krefting
- Re: [PATCH] Clarify documentation on the "ours" merge strategy., Baz
- Re: [PATCH] Clarify documentation on the "ours" merge strategy., Thomas Rast
- Re: [PATCH] Clarify documentation on the "ours" merge strategy., Baz
- Re: [PATCH] Clarify documentation on the "ours" merge strategy., Junio C Hamano
- [PATCH] Re: Clarify documentation on the "ours" merge strategy., Nicolas Sebrecht
- Re: [PATCH] Re: Clarify documentation on the "ours" merge strategy., Thomas Rast
- Re: [PATCH] Re: Clarify documentation on the "ours" merge strategy., Junio C Hamano
- Re: [PATCH] Re: Clarify documentation on the "ours" merge strategy., Peter Krefting
- Re: [PATCH] Re: Clarify documentation on the "ours" merge strategy., Nanako Shiraishi
- Re: [PATCH] Re: Clarify documentation on the "ours" merge strategy., Junio C Hamano
- Re: [PATCH] Re: Clarify documentation on the "ours" merge strategy., Peter Krefting
- Re: [PATCH] Re: Clarify documentation on the "ours" merge strategy., Björn Steinbrink
- [PATCH 0/3] Document and refuse rebase -s ours, Thomas Rast
- [PATCH 2/3] rebase docs: clarify --merge and --strategy, Thomas Rast
- Re: [PATCH 2/3] rebase docs: clarify --merge and --strategy, Junio C Hamano
- Re: [PATCH 2/3] rebase docs: clarify --merge and --strategy, Thomas Rast
- [PATCH 3/3] rebase: refuse to rebase with -s ours, Thomas Rast
- Re: [PATCH 3/3] rebase: refuse to rebase with -s ours, Sverre Rabbelier
- Re: [PATCH 3/3] rebase: refuse to rebase with -s ours, Thomas Rast
- Re: [PATCH 3/3] rebase: refuse to rebase with -s ours, Johannes Schindelin
- Re: [PATCH 3/3] rebase: refuse to rebase with -s ours, Junio C Hamano
- Re: [PATCH 3/3] rebase: refuse to rebase with -s ours, Johannes Schindelin
- Re: [PATCH 3/3] rebase: refuse to rebase with -s ours, Junio C Hamano
- Re: [PATCH 3/3] rebase: refuse to rebase with -s ours, Sverre Rabbelier
- Re: [PATCH 3/3] rebase: refuse to rebase with -s ours, A Large Angry SCM
- [PATCH 1/3] Documentation: clarify 'ours' merge strategy, Thomas Rast
- Re: [PATCH 0/3] Document and refuse rebase -s ours, Junio C Hamano
- Re: [PATCH 0/3] Document and refuse rebase -s ours, Thomas Rast
- Re: git pull --rebase and losing commits, Thomas Rast
|
|