Git Distributed Software Revision Control
Date Index
[
Prev Page
][
Next Page
]
Re: developing a modified Linux-style workflow
,
(continued)
Re: developing a modified Linux-style workflow
,
David Aguilar
Re: developing a modified Linux-style workflow
,
Hans-Christoph Steiner
Re: developing a modified Linux-style workflow
,
Neal Kreitzinger
Re: developing a modified Linux-style workflow
,
Hans-Christoph Steiner
Re: developing a modified Linux-style workflow
,
Neal Kreitzinger
Re: developing a modified Linux-style workflow
,
Neal Kreitzinger
native-style key bindings for gitk on Mac OS X
,
Hans-Christoph Steiner
Re: native-style key bindings for gitk on Mac OS X
,
Andreas Ericsson
Re: native-style key bindings for gitk on Mac OS X
,
Hans-Christoph Steiner
Git SVN non-standard branch/tag/trunk layout
,
Albert Krawczyk
Re: Git SVN non-standard branch/tag/trunk layout
,
Andreas Schwab
RE: Git SVN non-standard branch/tag/trunk layout
,
Albert Krawczyk
Re: Git SVN non-standard branch/tag/trunk layout
,
Stephen Bash
RE: Git SVN non-standard branch/tag/trunk layout
,
Albert Krawczyk
Re: Git SVN non-standard branch/tag/trunk layout
,
Stephen Bash
SIGPIPE in t9300-fast-import
,
Brian Gernhardt
Re: SIGPIPE in t9300-fast-import
,
Jonathan Nieder
Re: SIGPIPE in t9300-fast-import
,
Brian Gernhardt
[PATCH jn/fast-import-blob-access] t9300: avoid short reads from dd
,
Jonathan Nieder
Re: [PATCH jn/fast-import-blob-access] t9300: avoid short reads from dd
,
Junio C Hamano
[PATCH jn/fast-import-blob-access] t9300: use perl "head -c" clone in place of "dd bs=1 count=16000" kluge
,
Jonathan Nieder
git svn fetch -> fatal: refs/remotes/trunk: not a valid SHA1
,
Nicolas Kuttler
[PATCH 1/2] get_sha1_oneline: allow to input commit_list
,
Nguyễn Thái Ngọc Duy
[PATCH 2/2] get_sha1: support ref^{/regex} syntax
,
Nguyễn Thái Ngọc Duy
Re: [PATCH 2/2] get_sha1: support ref^{/regex} syntax
,
Jonathan Nieder
Re: [PATCH 1/2] get_sha1_oneline: allow to input commit_list
,
Jonathan Nieder
Re: [PATCH 1/2] get_sha1_oneline: allow to input commit_list
,
Junio C Hamano
What's cooking in git.git (Dec 2010, #03; Fri, 10)
,
Junio C Hamano
git calls SSH_ASKPASS even if DISPLAY is not set
,
Xin Wang
[RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set
,
Alexander Sulfrian
[PATCH] git_getpass: fix ssh-askpass behaviour
,
Alexander Sulfrian
Re: [PATCH] git_getpass: fix ssh-askpass behaviour
,
Alexander Sulfrian
Re: [PATCH] git_getpass: fix ssh-askpass behaviour
,
Junio C Hamano
Re: Re: [PATCH] git_getpass: fix ssh-askpass behaviour
,
hvoigt
Re: [PATCH] git_getpass: fix ssh-askpass behaviour
,
Johannes Sixt
Re: git calls SSH_ASKPASS even if DISPLAY is not set
,
LarryMartell
[RFC/PATCH] cherry-pick/revert: add support for -X/--strategy-option
,
Jonathan Nieder
Re: [RFC/PATCH] cherry-pick/revert: add support for -X/--strategy-option
,
Junio C Hamano
Re: [RFC/PATCH] cherry-pick/revert: add support for -X/--strategy-option
,
Jonathan Nieder
Re: [RFC/PATCH] cherry-pick/revert: add support for -X/--strategy-option
,
Jonathan Nieder
Re: [RFC/PATCH] cherry-pick/revert: add support for -X/--strategy-option
,
Martin von Zweigbergk
Re: [RFC/PATCH] cherry-pick/revert: add support for -X/--strategy-option
,
Justin Frankel
Re: [RFC/PATCH] cherry-pick/revert: add support for -X/--strategy-option
,
Junio C Hamano
Re: [RFC/PATCH] cherry-pick/revert: add support for -X/--strategy-option
,
Jonathan Nieder
[WIP/RFC PATCH] Teach fetch and pull the on-demand mode for submodules
,
Jens Lehmann
Oops, I screwed it up
,
Péter András Felvégi
Re: Oops, I screwed it up
,
Andreas Schwab
git svn dcommit fails with empty commits
,
Vallon, Justin
blame moving&coping detection
,
Vitali
[PATCH] Preserve Entry class key bindings for SHA id
,
Kacper Kornet
git notes and git-commit
,
Nguyen Thai Ngoc Duy
Re: git notes and git-commit
,
Johan Herland
Re: git notes and git-commit
,
Nguyen Thai Ngoc Duy
Re: git notes and git-commit
,
Jonathan Nieder
[PATCH] transport-helper: avoid dependency on thread-utils.h
,
Jonathan Nieder
Re: [PATCH] transport-helper: avoid dependency on thread-utils.h
,
Junio C Hamano
[PATCH 0/2] Re: transport-helper: avoid dependency on thread-utils.h
,
Jonathan Nieder
[PATCH 1/2] simplify inclusion of pthread.h
,
Jonathan Nieder
Re: [PATCH 1/2] simplify inclusion of pthread.h
,
Jonathan Nieder
[PATCH 2/2] Makefile: transport-helper uses thread-utils.h
,
Jonathan Nieder
[RFC/PATCH 00/10] vcs-svn: prepare for (implement?) incremental import
,
Jonathan Nieder
[PATCH 01/10] vcs-svn: use higher mark numbers for blobs
,
Jonathan Nieder
[PATCH 02/10] vcs-svn: save marks for imported commits
,
Jonathan Nieder
Re: [PATCH 02/10] vcs-svn: save marks for imported commits
,
Jonathan Nieder
[PATCH 03/10] vcs-svn: introduce cat_mark function to retrieve a marked blob
,
Jonathan Nieder
[PATCH 04/10] vcs-svn: make apply_delta caller retrieve preimage
,
Jonathan Nieder
[PATCH 05/10] vcs-svn: split off function to export result from delta application
,
Jonathan Nieder
[PATCH 06/10] vcs-svn: do not rely on marks for old blobs
,
Jonathan Nieder
[PATCH 07/10] vcs-svn: split off function to make 'ls' requests
,
Jonathan Nieder
[PATCH 08/10] vcs-svn: prepare to eliminate repo_tree structure
,
Jonathan Nieder
[PATCH v2] vcs-svn: prepare to eliminate repo_tree structure
,
Jonathan Nieder
Re: [PATCH v2] vcs-svn: prepare to eliminate repo_tree structure
,
David Barr
[PATCH 09/10] vcs-svn: simplifications for repo_modify_path et al
,
Jonathan Nieder
[PATCH 10/10] vcs-svn: eliminate repo_tree structure
,
Jonathan Nieder
Message not available
Message not available
[RFC/PATCH] fast-import: treat filemodify with empty tree as delete
,
Jonathan Nieder
Message not available
Message not available
[PATCH db/vcs-svn-incremental] vcs-svn: avoid git-isms in fast-import stream
,
Jonathan Nieder
[PATCH 12/10] vcs-svn: quote paths correctly for ls command
,
David Michael Barr
[PATCH db/vcs-svn-incremental] vcs-svn: quote all paths passed to fast-import
,
Jonathan Nieder
[PATCH 13/10] vcs-svn: use mark from previous import for parent commit
,
David Michael Barr
Re: [PATCH 13/10] vcs-svn: use mark from previous import for parent commit
,
Jonathan Nieder
[PATCH v2 00/12] vcs-svn: incremental import
,
Jonathan Nieder
[PATCH 01/12] vcs-svn: use higher mark numbers for blobs
,
Jonathan Nieder
Re: [PATCH 01/12] vcs-svn: use higher mark numbers for blobs
,
Junio C Hamano
Re: [PATCH 01/12] vcs-svn: use higher mark numbers for blobs
,
Jonathan Nieder
[PATCH 02/12] vcs-svn: save marks for imported commits
,
Jonathan Nieder
[PATCH 03/12] vcs-svn: introduce repo_read_path to check the content at a path
,
Jonathan Nieder
[PATCH 04/12] vcs-svn: handle_node: use repo_read_path
,
Jonathan Nieder
[PATCH 05/12] vcs-svn: simplify repo_modify_path and repo_copy
,
Jonathan Nieder
[PATCH 06/12] vcs-svn: add a comment before each commit
,
Jonathan Nieder
[PATCH 07/12] vcs-svn: allow input errors to be detected promptly
,
Jonathan Nieder
[PATCH 08/12] vcs-svn: set up channel to read fast-import cat-blob response
,
Jonathan Nieder
[PATCH 09/12] vcs-svn: eliminate repo_tree structure
,
Jonathan Nieder
[PATCH 10/12] vcs-svn: quote paths correctly for ls command
,
Jonathan Nieder
[PATCH 11/12] vcs-svn: handle filenames with dq correctly
,
Jonathan Nieder
[PATCH 12/12] vcs-svn: use mark from previous import for parent commit
,
Jonathan Nieder
Re: [PATCH v2 00/12] vcs-svn: incremental import
,
Sverre Rabbelier
Re: [PATCH v2 00/12] vcs-svn: incremental import
,
Jonathan Nieder
git-cvsimport with cvsps output in commit msg breaks imports
,
Thomas Adam
Re: git-cvsimport with cvsps output in commit msg breaks imports
,
Michael J Gruber
Re: git-cvsimport with cvsps output in commit msg breaks imports
,
Andreas Schwab
[PATCH 00/18] Gitweb caching v8
,
John 'Warthog9' Hawley
[PATCH 01/18] gitweb: Prepare for splitting gitweb
,
John 'Warthog9' Hawley
Re: [PATCH 01/18] gitweb: Prepare for splitting gitweb
,
Jakub Narebski
[PATCH 04/18] gitweb: Minimal testing of gitweb caching
,
John 'Warthog9' Hawley
[PATCH 05/18] gitweb: Regression fix concerning binary output of files
,
John 'Warthog9' Hawley
Re: [PATCH 05/18] gitweb: Regression fix concerning binary output of files
,
Jakub Narebski
[PATCH 07/18] gitweb: Revert back to $cache_enable vs. $caching_enabled
,
John 'Warthog9' Hawley
Re: [PATCH 07/18] gitweb: Revert back to $cache_enable vs. $caching_enabled
,
Jakub Narebski
Re: [PATCH 07/18] gitweb: Revert back to $cache_enable vs. $caching_enabled
,
J.H.
Re: [PATCH 07/18] gitweb: Revert back to $cache_enable vs. $caching_enabled
,
Jakub Narebski
[PATCH 08/18] gitweb: Change is_cacheable() to return true always
,
John 'Warthog9' Hawley
Re: [PATCH 08/18] gitweb: Change is_cacheable() to return true always
,
Jakub Narebski
[PATCH 09/18] gitweb: Revert reset_output() back to original code
,
John 'Warthog9' Hawley
Re: [PATCH 09/18] gitweb: Revert reset_output() back to original code
,
Jakub Narebski
Re: [PATCH 09/18] gitweb: Revert reset_output() back to original code
,
J.H.
[PATCH 10/18] gitweb: Adding isBinaryAction() and isFeedAction() to determine the action type
,
John 'Warthog9' Hawley
Re: [PATCH 10/18] gitweb: Adding isBinaryAction() and isFeedAction() to determine the action type
,
Jakub Narebski
Re: [PATCH 10/18] gitweb: Adding isBinaryAction() and isFeedAction() to determine the action type
,
J.H.
Re: [PATCH 10/18] gitweb: Adding isBinaryAction() and isFeedAction() to determine the action type
,
Jakub Narebski
Re: [PATCH 10/18] gitweb: Adding isBinaryAction() and isFeedAction() to determine the action type
,
Jakub Narebski
[PATCH 11/18] gitweb: add isDumbClient() check
,
John 'Warthog9' Hawley
Re: [PATCH 11/18] gitweb: add isDumbClient() check
,
Jakub Narebski
Re: [PATCH 11/18] gitweb: add isDumbClient() check
,
J.H.
Re: [PATCH 11/18] gitweb: add isDumbClient() check
,
Junio C Hamano
Re: [PATCH 11/18] gitweb: add isDumbClient() check
,
Jakub Narebski
Re: [PATCH 11/18] gitweb: add isDumbClient() check
,
J.H.
Re: [PATCH 11/18] gitweb: add isDumbClient() check
,
Jakub Narebski
[PATCH 17/18] gitweb: Prepare for cached error pages & better error page handling
,
John 'Warthog9' Hawley
Re: [PATCH 17/18] gitweb: Prepare for cached error pages & better error page handling
,
Jakub Narebski
Re: [PATCH 17/18] gitweb: Prepare for cached error pages & better error page handling
,
J.H.
Re: [PATCH 17/18] gitweb: Prepare for cached error pages & better error page handling
,
Jakub Narebski
[PATCH 18/18] gitweb: Add better error handling for gitweb caching
,
John 'Warthog9' Hawley
Re: [PATCH 18/18] gitweb: Add better error handling for gitweb caching
,
Jakub Narebski
[PATCH 16/18] gitweb: When changing output (STDOUT) change STDERR as well
,
John 'Warthog9' Hawley
Re: [PATCH 16/18] gitweb: When changing output (STDOUT) change STDERR as well
,
Jakub Narebski
Re: [PATCH 16/18] gitweb: When changing output (STDOUT) change STDERR as well
,
J.H.
Re: [PATCH 16/18] gitweb: When changing output (STDOUT) change STDERR as well
,
Jakub Narebski
[PATCH 12/18] gitweb: Change file handles (in caching) to lexical variables as opposed to globs
,
John 'Warthog9' Hawley
Re: [PATCH 12/18] gitweb: Change file handles (in caching) to lexical variables as opposed to globs
,
Jakub Narebski
Re: [PATCH 12/18] gitweb: Change file handles (in caching) to lexical variables as opposed to globs
,
Junio C Hamano
Re: [PATCH 12/18] gitweb: Change file handles (in caching) to lexical variables as opposed to globs
,
Jakub Narebski
Re: [PATCH 12/18] gitweb: Change file handles (in caching) to lexical variables as opposed to globs
,
J.H.
[PATCH 14/18] gitweb: add print_transient_header() function for central header printing
,
John 'Warthog9' Hawley
Re: [PATCH 14/18] gitweb: add print_transient_header() function for central header printing
,
Jakub Narebski
Re: [PATCH 14/18] gitweb: add print_transient_header() function for central header printing
,
J.H.
[PATCH 13/18] gitweb: Add commented url & url hash to page footer
,
John 'Warthog9' Hawley
Re: [PATCH 13/18] gitweb: Add commented url & url hash to page footer
,
Jakub Narebski
Re: [PATCH 13/18] gitweb: Add commented url & url hash to page footer
,
J.H.
[PATCH 15/18] gitweb: Add show_warning() to display an immediate warning, with refresh
,
John 'Warthog9' Hawley
Re: [PATCH 15/18] gitweb: Add show_warning() to display an immediate warning, with refresh
,
Jakub Narebski
Re: [PATCH 15/18] gitweb: Add show_warning() to display an immediate warning, with refresh
,
J.H.
Re: [PATCH 15/18] gitweb: Add show_warning() to display an immediate warning, with refresh
,
Jakub Narebski
[PATCH 06/18] gitweb: Add more explicit means of disabling 'Generating...' page
,
John 'Warthog9' Hawley
[PATCH 03/18] gitweb: File based caching layer (from git.kernel.org)
,
John 'Warthog9' Hawley
[PATCH 02/18] gitweb: add output buffering and associated functions
,
John 'Warthog9' Hawley
Re: [PATCH 00/18] Gitweb caching v8
,
Jakub Narebski
Re: [PATCH 00/18] Gitweb caching v8
,
J.H.
Re: [PATCH 00/18] Gitweb caching v8
,
Jakub Narebski
Re: [PATCH 00/18] Gitweb caching v8
,
Junio C Hamano
Re: [PATCH 00/18] Gitweb caching v8
,
J.H.
[PATCH v9] Detection of directory renames
,
Yann Dirson
[PATCH 1/6] Introduce debug_bulkmove() in diffcore-rename.
,
Yann Dirson
[PATCH 6/6] [WIP] Allow hiding renames of individual files involved in a directory rename.
,
Yann Dirson
[PATCH 5/6] Unified diff output format for bulk moves.
,
Yann Dirson
[PATCH 4/6] Add testcases for the --detect-bulk-moves diffcore flag.
,
Yann Dirson
[PATCH 3/6] Raw diff output format for bulk moves.
,
Yann Dirson
[PATCH 2/6] Introduce bulk-move detection in diffcore.
,
Yann Dirson
[PATCH 1/8] git-gui: rework handling of diff header
,
Bert Wesarg
[PATCH 2/8] git-gui: handle index lines only in the diff header
,
Bert Wesarg
[PATCH 3/8] git-gui: name also new symlinks so
,
Bert Wesarg
[PATCH 4/8] git-gui: there is no "mode *" diff header line
,
Bert Wesarg
[PATCH 5/8] git-gui: move 3way diff autodetect up
,
Bert Wesarg
[PATCH 6/8] git-gui: always reset the current tag
,
Bert Wesarg
[PATCH 7/8] git-gui: handle special content lines only in the diff header section
,
Bert Wesarg
[PATCH 8/8] git-gui: handle meta diff header lines only in the header section
,
Bert Wesarg
Re: [PATCH 1/8] git-gui: rework handling of diff header
,
Pat Thoyts
[PATCH 1/3] git-gui: fix typo in image data
,
Bert Wesarg
[PATCH 2/3] git-gui: remove 'no such variable' for s error when encounter unknown file states
,
Bert Wesarg
[PATCH 3/3] git-gui: learn more type change states
,
Bert Wesarg
Re: [PATCH 1/3] git-gui: fix typo in image data
,
Pat Thoyts
file names
,
Thiago Farina
Re: file names
,
Junio C Hamano
Re: file names
,
Thiago Farina
[RFC/WIP 0/3] Shared config
,
Nguyễn Thái Ngọc Duy
[PATCH 1/3] config: read full file content before parsing
,
Nguyễn Thái Ngọc Duy
[PATCH 2/3] config: add git_config_from_sha1() to read from a blob
,
Nguyễn Thái Ngọc Duy
Re: [PATCH 2/3] config: add git_config_from_sha1() to read from a blob
,
Thiago Farina
Re: [PATCH 2/3] config: add git_config_from_sha1() to read from a blob
,
Jonathan Nieder
[PATCH 3/3] config: add core.sharedconfig
,
Nguyễn Thái Ngọc Duy
Re: [PATCH 3/3] config: add core.sharedconfig
,
Thiago Farina
Re: [PATCH 3/3] config: add core.sharedconfig
,
Nguyen Thai Ngoc Duy
Re: [PATCH 3/3] config: add core.sharedconfig
,
Junio C Hamano
Re: [PATCH 3/3] config: add core.sharedconfig
,
Jonathan Nieder
Re: [PATCH 3/3] config: add core.sharedconfig
,
Nguyen Thai Ngoc Duy
blame formatting bug
,
Vitali
Re: blame formatting bug
,
Thomas Rast
[PATCH] t9010 fails when no svn is available
,
Junio C Hamano
Re: [PATCH] t9010 fails when no svn is available
,
Ramkumar Ramachandra
[PATCH] git-send-email: Accept -n as a synonym for --dry-run
,
Alejandro R. Sedeño
Re: [PATCH] git-send-email: Accept -n as a synonym for --dry-run
,
"Alejandro R. Sedeño"
Re: [PATCH] git-send-email: Accept -n as a synonym for --dry-run
,
Thomas Rast
Re: [PATCH] git-send-email: Accept -n as a synonym for --dry-run
,
"Alejandro R. Sedeño"
[PATCH 1/2] Add --force to git-send-email documentation
,
Alejandro R. Sedeño
git-send-email: add some short options and update documentation
,
Alejandro R. Sedeño
Re: git-send-email: add some short options and update documentation
,
"Alejandro R. Sedeño"
Re: git-send-email: add some short options and update documentation
,
Junio C Hamano
[PATCH 2/2] git-send-email: Add some short options
,
Alejandro R. Sedeño
What's cooking in git.git (Dec 2010, #02; Wed, 8)
,
Junio C Hamano
[BUG] git-add doesn't apply filepatterns to tracked files
,
Kevin Ballard
Re: [BUG] git-add doesn't apply filepatterns to tracked files
,
Junio C Hamano
Re: [BUG] git-add doesn't apply filepatterns to tracked files
,
Kevin Ballard
[PATCH v6] generalizing sorted-array handling
,
Yann Dirson
[PATCH 1/6] Introduce sorted-array binary-search function.
,
Yann Dirson
Re: [PATCH 1/6] Introduce sorted-array binary-search function.
,
Junio C Hamano
Re: [PATCH 1/6] Introduce sorted-array binary-search function.
,
Yann Dirson
Re: [PATCH 1/6] Introduce sorted-array binary-search function.
,
Erik Faye-Lund
Re: [PATCH 1/6] Introduce sorted-array binary-search function.
,
Yann Dirson
[PATCH 6/6] [RFC] subvert sorted-array to replace binary-search in unpack-objects.
,
Yann Dirson
Re: [PATCH 6/6] [RFC] subvert sorted-array to replace binary-search in unpack-objects.
,
Junio C Hamano
[PATCH 4/6] Convert pack-objects.c to the new sorted-array API.
,
Yann Dirson
[PATCH 5/6] Use sorted-array API for commit.c's commit_graft.
,
Yann Dirson
[PATCH 3/6] Convert diffcore-rename's rename_src to the new sorted-array API.
,
Yann Dirson
[PATCH 2/6] Convert diffcore-rename's rename_dst to the new sorted-array API.
,
Yann Dirson
Re: [PATCH 2/6] Convert diffcore-rename's rename_dst to the new sorted-array API.
,
Junio C Hamano
Re: [PATCH v6] generalizing sorted-array handling
,
Junio C Hamano
Re: [PATCH v6] generalizing sorted-array handling
,
Yann Dirson
how to have real (existing) submodules?
,
Oliver Kullmann
Re: how to have real (existing) submodules?
,
Seth Robertson
missing tags!
,
layer
Re: missing tags!
,
Jeff King
Re: missing tags!
,
layer
Push to all repositories
,
Kevin Sheedy
Re: Push to all repositories
,
Jonathan Nieder
Re: Push to all repositories
,
Kevin Sheedy
Re: Push to all repositories
,
Kevin Sheedy
Re: Push to all repositories
,
Nguyen Thai Ngoc Duy
Re: Push to all repositories
,
Martin von Zweigbergk
Re: Push to all repositories
,
Jonathan Nieder
Re: Push to all repositories
,
Enrico Weigelt
Re: Push to all repositories
,
Enrico Weigelt
StandardInput Not Continuing Process
,
Chase Brammer
Re: StandardInput Not Continuing Process
,
Chase Brammer
Re: StandardInput Not Continuing Process
,
Junio C Hamano
Re: StandardInput Not Continuing Process
,
Brian Gernhardt
Re: StandardInput Not Continuing Process
,
Tay Ray Chuan
cherry-pick / pre-commit hook?
,
Dave Abrahams
Re: cherry-pick / pre-commit hook?
,
Jonathan Nieder
Re: cherry-pick / pre-commit hook?
,
Dave Abrahams
Re: cherry-pick / pre-commit hook?
,
Jonathan Nieder
Re: cherry-pick / pre-commit hook?
,
Dave Abrahams
Re: cherry-pick / pre-commit hook?
,
Jonathan Nieder
Re: cherry-pick / pre-commit hook?
,
Junio C Hamano
Re: cherry-pick / pre-commit hook?
,
Dave Abrahams
Re: cherry-pick / pre-commit hook?
,
Junio C Hamano
Re: cherry-pick / pre-commit hook?
,
Jakub Narebski
Re: cherry-pick / pre-commit hook?
,
Dave Abrahams
[PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Nguyễn Thái Ngọc Duy
[PATCH 1/2] get_sha1_oneline: allow to input commit_list
,
Nguyễn Thái Ngọc Duy
Re: [PATCH 1/2] get_sha1_oneline: allow to input commit_list
,
Thiago Farina
[PATCH 2/2] get_sha1: support ref^{/regex} syntax
,
Nguyễn Thái Ngọc Duy
Re: [PATCH 2/2] get_sha1: support ref^{/regex} syntax
,
Junio C Hamano
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Jonathan Nieder
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Jakub Narebski
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Nguyen Thai Ngoc Duy
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Jakub Narebski
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Jonathan Nieder
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Kevin Ballard
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Nguyen Thai Ngoc Duy
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Jonathan Nieder
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Junio C Hamano
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Jakub Narebski
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Nguyen Thai Ngoc Duy
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Jonathan Nieder
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Jakub Narebski
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Kevin Ballard
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Jeff King
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Junio C Hamano
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Kevin Ballard
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Junio C Hamano
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Junio C Hamano
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Jakub Narebski
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Jonathan Nieder
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Nguyen Thai Ngoc Duy
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Jakub Narebski
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Nguyen Thai Ngoc Duy
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Kevin Ballard
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Jakub Narebski
Re: [PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
,
Nguyen Thai Ngoc Duy
git stash path/to/only/one/subdirectory
,
Patrick Doyle
Re: git stash path/to/only/one/subdirectory
,
Johan Herland
[WIP/RFH] format-patch: Allow diffs for first-parent history
,
Michael J Gruber
Re: [WIP/RFH] format-patch: Allow diffs for first-parent history
,
Jonathan Nieder
Vendor branches workflow
,
Leonid Podolny
Re: Vendor branches workflow
,
Jonathan Nieder
Re: Vendor branches workflow
,
Neal Kreitzinger
diff for deleted file only, when changed to directory
,
Bert Wesarg
Re: diff for deleted file only, when changed to directory
,
Jonathan Nieder
Re: diff for deleted file only, when changed to directory
,
Bert Wesarg
Re: diff for deleted file only, when changed to directory
,
Nguyen Thai Ngoc Duy
Tonight's pushout
,
Junio C Hamano
Re: Tonight's pushout
,
Neal Kreitzinger
Re: Tonight's pushout
,
Jonathan Nieder
RE: Tonight's pushout
,
Neal Kreitzinger
git format-patch should honor notes
,
Eric Blake
Re: git format-patch should honor notes
,
Junio C Hamano
Re: git format-patch should honor notes
,
Jeff King
Re: git format-patch should honor notes
,
Michael J Gruber
Re: git format-patch should honor notes
,
Johan Herland
Re: git format-patch should honor notes
,
Michael J Gruber
Re: git format-patch should honor notes
,
Johan Herland
Re: git format-patch should honor notes
,
Thomas Rast
how to make a commit only contain existing files
,
david
Re: how to make a commit only contain existing files
,
Jeff King
Re: how to make a commit only contain existing files
,
david
Re: how to make a commit only contain existing files
,
Jeff King
[PATCH] Improved error messages when temporary file creation fails
,
Arnout Engelen
Re: [PATCH] Improved error messages when temporary file creation fails
,
Jonathan Nieder
Re: [PATCH] Improved error messages when temporary file creation fails
,
Junio C Hamano
Re: [PATCH] Improved error messages when temporary file creation fails
,
Arnout Engelen
Re: [PATCH] Improved error messages when temporary file creation fails
,
Jakub Narebski
Re: [PATCH] Improved error messages when temporary file creation fails
,
Jonathan Nieder
Re: [PATCH] Improved error messages when temporary file creation fails
,
Junio C Hamano
Re: [PATCH] Improved error messages when temporary file creation fails
,
Arnout Engelen
Re: [PATCH] Improved error messages when temporary file creation fails
,
Jonathan Nieder
Re: [PATCH] Improved error messages when temporary file creation fails
,
Junio C Hamano
Re: [PATCH] Improved error messages when temporary file creation fails
,
Junio C Hamano
Re: [PATCH] Improved error messages when temporary file creation fails
,
Arnout Engelen
[PATCH] Corrected return values in post-receive-email.prep_for_email
,
Alan Raison
Re: [PATCH] Corrected return values in post-receive-email.prep_for_email
,
Thiago Farina
RE: [PATCH] Corrected return values in post-receive-email.prep_for_email
,
Alan Raison
Re: [PATCH] Corrected return values in post-receive-email.prep_for_email
,
Junio C Hamano
Re: [PATCH] Corrected return values in post-receive-email.prep_for_email
,
Kevin P. Fleming
[PATCH] Corrected return values in prep_for_email;
,
Alan Raison
Re: [PATCH] Corrected return values in prep_for_email;
,
Kevin P. Fleming
[PATCH] Corrected return values in prep_for_email;
,
Alan Raison
Re: [PATCH] Corrected return values in prep_for_email;
,
Junio C Hamano
cmd_cherry in builtin/log.c?
,
Thiago Farina
Re: cmd_cherry in builtin/log.c?
,
Jonathan Nieder
Re: cmd_cherry in builtin/log.c?
,
René Scharfe
Re: cmd_cherry in builtin/log.c?
,
Junio C Hamano
Re: cmd_cherry in builtin/log.c?
,
René Scharfe
Re: cmd_cherry in builtin/log.c?
,
Thiago Farina
Re: cmd_cherry in builtin/log.c?
,
Jonathan Nieder
[BUG] yet another doc formatting problem
,
Jeff King
Re: [BUG] yet another doc formatting problem
,
Michael J Gruber
[PATCH] git-rm.txt: Fix quoting
,
Michael J Gruber
Re: [PATCH] git-rm.txt: Fix quoting
,
Jeff King
Re: [PATCH] git-rm.txt: Fix quoting
,
Michael J Gruber
Re: [PATCH] git-rm.txt: Fix quoting
,
Jonathan Nieder
Re: [PATCH] git-rm.txt: Fix quoting
,
Jeff King
[PATCHv2] git-rm.txt: Fix quoting
,
Michael J Gruber
Re: [PATCH] git-rm.txt: Fix quoting
,
Junio C Hamano
git-svn fails when svn.noMetaData is set
,
dclist
[PATCH] completion: Add PS1 configuration for submodules
,
Scott Kyle
Re: [PATCH] completion: Add PS1 configuration for submodules
,
SZEDER Gábor
Re: [PATCH] completion: Add PS1 configuration for submodules
,
Ævar Arnfjörð Bjarmason
Re: [PATCH] completion: Add PS1 configuration for submodules
,
Scott Kyle
Re: [PATCH] completion: Add PS1 configuration for submodules
,
Kevin Ballard
Re: [PATCH] completion: Add PS1 configuration for submodules
,
Ævar Arnfjörð Bjarmason
Re: [PATCH] completion: Add PS1 configuration for submodules
,
Kevin Ballard
Re: [PATCH] completion: Add PS1 configuration for submodules
,
Jens Lehmann
Re: [PATCH] completion: Add PS1 configuration for submodules
,
Scott Kyle
Re: [PATCH] completion: Add PS1 configuration for submodules
,
Jens Lehmann
Re: [PATCH] completion: Add PS1 configuration for submodules
,
Jonathan Nieder
Re: [PATCH] completion: Add PS1 configuration for submodules
,
Scott Kyle
Re: [PATCH] completion: Add PS1 configuration for submodules
,
Jonathan Nieder
Re: [PATCH] completion: Add PS1 configuration for submodules
,
Jens Lehmann
Re: [PATCH] completion: Add PS1 configuration for submodules
,
Scott Kyle
[PATCHv6/RFC 00/24] gitweb: Simple file based output caching
,
Jakub Narebski
[PATCH 06/24] gitweb/lib - Simple output capture by redirecting STDOUT
,
Jakub Narebski
[PATCH 07/24] gitweb/lib - Cache captured output (using get/set)
,
Jakub Narebski
[PATCH 08/24] gitweb: Add optional output caching
,
Jakub Narebski
[PATCH 09/24] gitweb/lib - Adaptive cache expiration time
,
Jakub Narebski
[PATCH 10/24] gitweb/lib - Use CHI compatibile (compute method) caching interface
,
Jakub Narebski
[PATCH 11/24] gitweb/lib - capture output directly to cache entry file
,
Jakub Narebski
[PATCH 14/24] gitweb/lib - Serve stale data when waiting for filling cache
,
Jakub Narebski
[PATCH 16/24] gitweb: Introduce %actions_info, gathering information about actions
,
Jakub Narebski
[PATCH 17/24] gitweb: Show appropriate "Generating..." page when regenerating cache
,
Jakub Narebski
[PATCH 12/24] gitweb/lib - Use locking to avoid 'cache miss stampede' problem
,
Jakub Narebski
[PATCH/RFC 21/24] gitweb: Wrap die_error to use as error handler for caching engine
,
Jakub Narebski
[PATCH 13/24] gitweb/lib - No need for File::Temp when locking
,
Jakub Narebski
[RFC/PATCH 23/24] gitweb/lib - Add clear() and size() methods to caching interface
,
Jakub Narebski
[PATCH 02/24] gitweb: Prepare for splitting gitweb
,
Jakub Narebski
[PATCH 04/24] gitweb/lib - Stat-based cache expiration
,
Jakub Narebski
[RFC PATCH 24/24] gitweb: Add beginnings of cache administration page (proof of concept)
,
Jakub Narebski
[PATCH 03/24] gitweb/lib - Very simple file based cache
,
Jakub Narebski
[PATCH/RFC 20/24] gitweb/lib - Add support for setting error handler in cache
,
Jakub Narebski
[PATCH 01/24] t/test-lib.sh: Export also GIT_BUILD_DIR in test_external
,
Jakub Narebski
[PATCH 19/24] gitweb: Add startup delay to activity indicator for cache
,
Jakub Narebski
[PATCH 05/24] gitweb/lib - Regenerate entry if the cache file has size of 0
,
Jakub Narebski
[PATCH/RFC 22/24] gitweb: Support legacy options used by kernel.org caching engine
,
Jakub Narebski
[PATCH 15/24] gitweb/lib - Regenerate (refresh) cache in background
,
Jakub Narebski
[PATCH 18/24] gitweb/lib - Configure running 'generating_info' when generating data
,
Jakub Narebski
[PATCH] logging branch deletion to help recovering from mistakes
,
Junio C Hamano
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Štěpán Němec
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Andreas Schwab
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Nguyen Thai Ngoc Duy
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Junio C Hamano
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Nguyen Thai Ngoc Duy
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Michael J Gruber
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Nguyen Thai Ngoc Duy
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Jakub Narebski
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Nguyen Thai Ngoc Duy
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Jeff King
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Shawn Pearce
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Jeff King
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Shawn O. Pearce
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Jeff King
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Shawn O. Pearce
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Jeff King
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Shawn O. Pearce
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Junio C Hamano
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Jeff King
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Casey Dahlin
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Jonathan Nieder
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Casey Dahlin
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Jonathan Nieder
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Casey Dahlin
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Junio C Hamano
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Jonathan Nieder
Re: [PATCH] logging branch deletion to help recovering from mistakes
,
Jeff King
git diff --summary only seems to work when combined with --stat
,
demerphq
Re: git diff --summary only seems to work when combined with --stat
,
Jonathan Nieder
Re: git diff --summary only seems to work when combined with --stat
,
demerphq
Re: git diff --summary only seems to work when combined with --stat
,
demerphq
git fetch vs push, git am questions
,
Konstantin Kivi
Re: git fetch vs push, git am questions
,
Konstantin Khomoutov
Re: git fetch vs push, git am questions
,
Konstantin Kivi
Re: git fetch vs push, git am questions
,
Konstantin Khomoutov
Re: git fetch vs push, git am questions
,
Neal Kreitzinger
[PATCHv3 0/6] web--browse cleanup and extensions
,
Giuseppe Bilotta
[PATCHv3 1/6] web--browse: coding style
,
Giuseppe Bilotta
[PATCHv3 2/6] web--browse: split valid_tool list
,
Giuseppe Bilotta
[PATCHv3 3/6] web--browse: support opera, seamonkey and elinks
,
Giuseppe Bilotta
[PATCHv3 4/6] web--browse: better support for chromium
,
Giuseppe Bilotta
Re: [PATCHv3 4/6] web--browse: better support for chromium
,
Junio C Hamano
Re: [PATCHv3 4/6] web--browse: better support for chromium
,
Giuseppe Bilotta
[PATCHv3 5/6] web--browse: use *www-browser if available
,
Giuseppe Bilotta
Re: [PATCHv3 5/6] web--browse: use *www-browser if available
,
Junio C Hamano
Re: [PATCHv3 5/6] web--browse: use *www-browser if available
,
Giuseppe Bilotta
[PATCHv3 6/6] web--browse: look at the BROWSER env var
,
Giuseppe Bilotta
Re: [PATCHv3 6/6] web--browse: look at the BROWSER env var
,
Jonathan Nieder
Re: [PATCHv3 6/6] web--browse: look at the BROWSER env var
,
Giuseppe Bilotta
[PATCH] parse-remote: handle detached HEAD
,
Santi Béjar
Re: [PATCH] parse-remote: handle detached HEAD
,
Sverre Rabbelier
[PATCHv2] parse-remote: handle detached HEAD
,
Santi Béjar
Re: [PATCHv2] parse-remote: handle detached HEAD
,
Junio C Hamano
[PATCHv3] parse-remote: handle detached HEAD
,
Santi Béjar
Re: [PATCHv3] parse-remote: handle detached HEAD
,
Santi Béjar
Re: [PATCHv3] parse-remote: handle detached HEAD
,
Junio C Hamano
Re: [PATCHv3] parse-remote: handle detached HEAD
,
Sverre Rabbelier
[PATCH] git-filter-branch.txt: (Checklist for Shrinking): Adjust commands and options
,
jari . aalto
Missing tags v1.0.1 and v1.0.2 on kernel.org
,
Yann Dirson
[PATCH v5] generalizing sorted-array handling
,
Yann Dirson
[PATCH 1/6] Introduce sorted-array binary-search function.
,
Yann Dirson
[PATCH 5/6] Use sorted-array API for commit.c's commit_graft.
,
Yann Dirson
[PATCH 4/6] Convert pack-objects.c to the new sorted-array API.
,
Yann Dirson
[PATCH 3/6] Convert diffcore-rename's rename_src to the new sorted-array API.
,
Yann Dirson
[PATCH 2/6] Convert diffcore-rename's rename_dst to the new sorted-array API.
,
Yann Dirson
[PATCH 6/6] [WIP] subvert sorted-array to replace binary-search in unpack-objects.
,
Yann Dirson
Re: [PATCH v5] generalizing sorted-array handling
,
Jonathan Nieder
Re: [PATCH v5] generalizing sorted-array handling
,
Yann Dirson
What's cooking in git.git (Dec 2010, #01; Sat, 4)
,
Junio C Hamano
Re: What's cooking in git.git (Dec 2010, #01; Sat, 4)
,
Jeff King
Re: What's cooking in git.git (Dec 2010, #01; Sat, 4)
,
Junio C Hamano
Re: What's cooking in git.git (Dec 2010, #01; Sat, 4)
,
aleksi . aalto
Re: What's cooking in git.git (Dec 2010, #01; Sat, 4)
,
Jeff King
Re: What's cooking in git.git (Dec 2010, #01; Sat, 4)
,
Junio C Hamano
Re: What's cooking in git.git (Dec 2010, #01; Sat, 4)
,
Yann Dirson
Re: What's cooking in git.git (Dec 2010, #01; Sat, 4)
,
Junio C Hamano
Re: What's cooking in git.git (Dec 2010, #01; Sat, 4)
,
Yann Dirson
Re: What's cooking in git.git (Dec 2010, #01; Sat, 4)
,
Miles Bader
Re: What's cooking in git.git (Dec 2010, #01; Sat, 4)
,
Yann Dirson
Re: What's cooking in git.git (Dec 2010, #01; Sat, 4)
,
Miles Bader
Re: What's cooking in git.git (Dec 2010, #01; Sat, 4)
,
Yann Dirson
Re: What's cooking in git.git (Dec 2010, #01; Sat, 4)
,
Miles Bader
Re: What's cooking in git.git (Dec 2010, #01; Sat, 4)
,
Matthieu Moy
Re: What's cooking in git.git (Dec 2010, #01; Sat, 4)
,
Yann Dirson
Re: What's cooking in git.git (Dec 2010, #01; Sat, 4)
,
Junio C Hamano
Re: What's cooking in git.git (Dec 2010, #01; Sat, 4)
,
aleksi . aalto
Re: What's cooking in git.git (Dec 2010, #01; Sat, 4)
,
Patrick Rouleau
Re: What's cooking in git.git (Dec 2010, #01; Sat, 4)
,
Erik Faye-Lund
Re: What's cooking in git.git (Dec 2010, #01; Sat, 4)
,
Junio C Hamano
Re: What's cooking in git.git (Dec 2010, #01; Sat, 4)
,
Michael J Gruber
Re: What's cooking in git.git (Dec 2010, #01; Sat, 4)
,
Junio C Hamano
Re: What's cooking in git.git (Dec 2010, #01; Sat, 4)
,
Michael J Gruber
Re: What's cooking in git.git (Dec 2010, #01; Sat, 4)
,
Thiago Farina
t9010 broken in pu [Re: What's cooking in git.git (Dec 2010, #01; Sat, 4)]
,
Thomas Rast
Re: t9010 broken in pu [Re: What's cooking in git.git (Dec 2010, #01; Sat, 4)]
,
Jonathan Nieder
[PATCH] commit: Add commit_list prefix to reduce_heads function.
,
Thiago Farina
Re: [PATCH] commit: Add commit_list prefix to reduce_heads function.
,
Jonathan Nieder
Re: [PATCH] commit: Add commit_list prefix to reduce_heads function.
,
Thiago Farina
Re: [PATCH] commit: Add commit_list prefix to reduce_heads function.
,
Jonathan Nieder
Re: [PATCH] commit: Add commit_list prefix to reduce_heads function.
,
Thiago Farina
Re: [PATCH] commit: Add commit_list prefix to reduce_heads function.
,
Thiago Farina
Re: [PATCH] commit: Add commit_list prefix to reduce_heads function.
,
Junio C Hamano
Re: [PATCH] commit: Add commit_list prefix to reduce_heads function.
,
Thiago Farina
Re: [PATCH] commit: Add commit_list prefix to reduce_heads function.
,
Junio C Hamano
Re: [PATCH] commit: Add commit_list prefix to reduce_heads function.
,
Junio C Hamano
Re: [PATCH] commit: Add commit_list prefix to reduce_heads function.
,
Junio C Hamano
Re: [PATCH] commit: Add commit_list prefix to reduce_heads function.
,
Thiago Farina
Re: [PATCH] commit: Add commit_list prefix to reduce_heads function.
,
Junio C Hamano
[PATCH 06/14] match-trees.c: Initialise variables to suppress msvc warnings
,
Ramsay Jones
[PATCH 09/14] merge-recursive.c: Initialise variable to suppress msvc warning
,
Ramsay Jones
[PATCH 10/14] fast-export.c: Initialise variable to suppress msvc warning
,
Ramsay Jones
[PATCH 11/14] cat-file.c: Initialise variable to suppress msvc warning
,
Ramsay Jones
[PATCH 13/14] transport.c: Initialise variable to suppress msvc warning
,
Ramsay Jones
[PATCH 04/14] msvc: Fix macro redefinition warnings
,
Ramsay Jones
Re: [PATCH 04/14] msvc: Fix macro redefinition warnings
,
Johannes Sixt
Re: [PATCH 04/14] msvc: Fix macro redefinition warnings
,
Ramsay Jones
Re: [PATCH 04/14] msvc: Fix macro redefinition warnings
,
Sebastian Schuberth
Re: [PATCH 04/14] msvc: Fix macro redefinition warnings
,
Johannes Sixt
[PATCH 07/14] fast-import.c: Initialise variables to suppress msvc warnings
,
Ramsay Jones
[PATCH 05/14] run-command.c: Initialise variable to suppress msvc warnings
,
Ramsay Jones
[PATCH 12/14] rev-list.c: Initialise variables to suppress msvc warnings
,
Ramsay Jones
[PATCH 02/14] msvc: git-daemon.exe: Fix linker "unresolved externals" error
,
Ramsay Jones
Re: [PATCH 02/14] msvc: git-daemon.exe: Fix linker "unresolved externals" error
,
Erik Faye-Lund
Re: [PATCH 02/14] msvc: git-daemon.exe: Fix linker "unresolved externals" error
,
Ramsay Jones
Re: [PATCH 02/14] msvc: git-daemon.exe: Fix linker "unresolved externals" error
,
Erik Faye-Lund
[PATCH 14/14] wt-status.c: Initialise variable to suppress msvc warning
,
Ramsay Jones
Re: [PATCH 14/14] wt-status.c: Initialise variable to suppress msvc warning
,
Jonathan Nieder
Re: [PATCH 14/14] wt-status.c: Initialise variable to suppress msvc warning
,
Ramsay Jones
Re: [PATCH 14/14] wt-status.c: Initialise variable to suppress msvc warning
,
Junio C Hamano
Re: [PATCH 14/14] wt-status.c: Initialise variable to suppress msvc warning
,
Erik Faye-Lund
Re: [PATCH 14/14] wt-status.c: Initialise variable to suppress msvc warning
,
Sebastian Schuberth
Re: [PATCH 14/14] wt-status.c: Initialise variable to suppress msvc warning
,
Erik Faye-Lund
Re: [PATCH 14/14] wt-status.c: Initialise variable to suppress msvc warning
,
Sebastian Schuberth
[PATCH 08/14] submodule.c: Initialise variables to suppress msvc warnings
,
Ramsay Jones
[PATCH 03/14] msvc: Fix build by adding missing INTMAX_MAX define
,
Ramsay Jones
Re: [PATCH 03/14] msvc: Fix build by adding missing INTMAX_MAX define
,
Erik Faye-Lund
[PATCH 01/14] msvc: Fix compilation errors in compat/win32/sys/poll.c
,
Ramsay Jones
Re: [PATCH 01/14] msvc: Fix compilation errors in compat/win32/sys/poll.c
,
Jonathan Nieder
Re: [PATCH 01/14] msvc: Fix compilation errors in compat/win32/sys/poll.c
,
Ramsay Jones
Re: [PATCH 01/14] msvc: Fix compilation errors in compat/win32/sys/poll.c
,
Erik Faye-Lund
Re: [PATCH 01/14] msvc: Fix compilation errors in compat/win32/sys/poll.c
,
Johannes Sixt
Re: [PATCH 01/14] msvc: Fix compilation errors in compat/win32/sys/poll.c
,
Ramsay Jones
Re: [PATCH 01/14] msvc: Fix compilation errors in compat/win32/sys/poll.c
,
Johannes Sixt
Message not available
Re: [PATCH 01/14] msvc: Fix compilation errors in compat/win32/sys/poll.c
,
Johannes Sixt
[PATCH 0/14] misc msvc patches
,
Ramsay Jones
Can't seem to commit
,
weloki
Re: Can't seem to commit
,
Andreas Schwab
Message not available
Re: Can't seem to commit
,
Chris Packham
[PATCH] t9143: do not fail when unhandled.log.gz is not created
,
Torsten Bögershausen
<Possible follow-ups>
[PATCH] t9143: do not fail when unhandled.log.gz is not created
,
Torsten Bögershausen
Re: [PATCH] t9143: do not fail when unhandled.log.gz is not created
,
Eric Wong
Re: [PATCH] t9143: do not fail when unhandled.log.gz is not created
,
Torsten Bögershausen
Re: [PATCH] t9143: do not fail when unhandled.log.gz is not created
,
Eric Wong
[PATCH] t9143: do not fail when unhandled.log.gz is not created
,
Torsten Bögershausen
Re: [PATCH] t9143: do not fail when unhandled.log.gz is not created
,
Eric Wong
Re: [PATCH] t9143: do not fail when unhandled.log.gz is not created
,
Junio C Hamano
Presenting git timetracker tool, asking asking git notes merge
,
Eduardo Robles Elvira
Splitting up a repository
,
Evan Driscoll
Re: Splitting up a repository
,
Jeff King
Re: Splitting up a repository
,
Evan Driscoll
Re: Splitting up a repository
,
Nguyen Thai Ngoc Duy
Re: Splitting up a repository
,
Evan Driscoll
Re: Splitting up a repository
,
Nguyen Thai Ngoc Duy
Intermittent failures in t9119
,
Junio C Hamano
Re: Intermittent failures in t9119
,
David D. Kilzer
Re: Intermittent failures in t9119
,
Junio C Hamano
Re: Intermittent failures in t9119
,
Junio C Hamano
Re: Intermittent failures in t9119
,
Eric Wong
Re: Intermittent failures in t9119
,
Junio C Hamano
Re: Intermittent failures in t9119
,
Eric Wong
Re: Intermittent failures in t9119
,
David D. Kilzer
git reset and ctime
,
ghazel
Re: git reset and ctime
,
Jonathan Nieder
Re: git reset and ctime
,
ghazel
Re: git reset and ctime
,
Jonathan Nieder
Re: git reset and ctime
,
Junio C Hamano
Re: git reset and ctime
,
Drew Northup
Re: git reset and ctime
,
Jonathan Nieder
Re: git reset and ctime
,
Drew Northup
Q about git rev-parse {--is-inside-work-tree, --show-cdup}
,
Dirk Süsserott
Re: Q about git rev-parse {--is-inside-work-tree, --show-cdup}
,
Jeff King
Re: Q about git rev-parse {--is-inside-work-tree, --show-cdup}
,
Junio C Hamano
Re: Q about git rev-parse {--is-inside-work-tree, --show-cdup}
,
Jeff King
Re: Q about git rev-parse {--is-inside-work-tree, --show-cdup}
,
Dirk Süsserott
Re: Q about git rev-parse {--is-inside-work-tree, --show-cdup}
,
Andreas Schwab
interfacing M$-TFS
,
Enrico Weigelt
Re: interfacing M$-TFS
,
Neal Kreitzinger
[PATCH] Documentation: do not misinterpret pull refspec as bold text
,
Jonathan Nieder
Re: [PATCH] Documentation: do not misinterpret pull refspec as bold text
,
Junio C Hamano
[PATCHv7.4 0/4] Gitweb caching v7.2
,
Jakub Narebski
[PATCHv7.4 1/4] gitweb: Prepare for splitting gitweb
,
Jakub Narebski
[PATCHv7.4 2/4] gitweb: add output buffering and associated functions
,
Jakub Narebski
[PATCHv7.4 4/4] gitweb: Minimal testing of gitweb caching
,
Jakub Narebski
[PATCHv7.4 3/4] gitweb: File based caching layer (from git.kernel.org)
,
Jakub Narebski
Re: [PATCHv7.4 0/4] Gitweb caching v7.2
,
Jakub Narebski
BUG: git pull --rebase on detatched head prints a lot of usage warnings
,
Sverre Rabbelier
Re: BUG: git pull --rebase on detatched head prints a lot of usage warnings
,
Jonathan Nieder
Re: BUG: git pull --rebase on detatched head prints a lot of usage warnings
,
Sverre Rabbelier
Re: BUG: git pull --rebase on detatched head prints a lot of usage warnings
,
Santi Béjar
Re: BUG: git pull --rebase on detatched head prints a lot of usage warnings
,
Sverre Rabbelier
Re: BUG: git pull --rebase on detatched head prints a lot of usage warnings
,
Junio C Hamano
Re: BUG: git pull --rebase on detatched head prints a lot of usage warnings
,
Santi Béjar
Re: BUG: git pull --rebase on detatched head prints a lot of usage warnings
,
Junio C Hamano
path/to/some/file: needs update
,
Patrick Doyle
Re: path/to/some/file: needs update
,
Jonathan Nieder
Re: path/to/some/file: needs update
,
Matthieu Moy
Re: path/to/some/file: needs update
,
Patrick Doyle
Re: path/to/some/file: needs update
,
Neal Kreitzinger
Re: path/to/some/file: needs update
,
Neal Kreitzinger
Re: path/to/some/file: needs update
,
Patrick Doyle
Re: path/to/some/file: needs update
,
Ben Walton
Re: path/to/some/file: needs update
,
Drew Northup
How to "pre-populate" a git message
,
Patrick Doyle
Re: How to "pre-populate" a git message
,
Jonathan Nieder
Re: How to "pre-populate" a git message
,
Dirk Süsserott
[PATCHv2 0/7] web--browse cleanup and extensions
,
Giuseppe Bilotta
[PATCHv2 1/7] CodingGuidelines: mention whitespace preferences for shell scripts
,
Giuseppe Bilotta
Re: [PATCHv2 1/7] CodingGuidelines: mention whitespace preferences for shell scripts
,
Junio C Hamano
Re: [PATCHv2 1/7] CodingGuidelines: mention whitespace preferences for shell scripts
,
Giuseppe Bilotta
Re: [PATCHv2 1/7] CodingGuidelines: mention whitespace preferences for shell scripts
,
Junio C Hamano
Re: [PATCHv2 1/7] CodingGuidelines: mention whitespace preferences for shell scripts
,
Giuseppe Bilotta
[PATCHv2 2/7] web--browse: coding style
,
Giuseppe Bilotta
Re: [PATCHv2 2/7] web--browse: coding style
,
Junio C Hamano
[PATCHv2 3/7] web--browse: split valid_tool list
,
Giuseppe Bilotta
[PATCHv2 5/7] web--browse: better support for chromium
,
Giuseppe Bilotta
Re: [PATCHv2 5/7] web--browse: better support for chromium
,
Junio C Hamano
Re: [PATCHv2 5/7] web--browse: better support for chromium
,
Giuseppe Bilotta
[PATCHv2 6/7] web--browse: use (x-)www-browser if available
,
Giuseppe Bilotta
Re: [PATCHv2 6/7] web--browse: use (x-)www-browser if available
,
Christian Couder
Re: [PATCHv2 6/7] web--browse: use (x-)www-browser if available
,
Giuseppe Bilotta
Re: [PATCHv2 6/7] web--browse: use (x-)www-browser if available
,
Junio C Hamano
Re: [PATCHv2 6/7] web--browse: use (x-)www-browser if available
,
Giuseppe Bilotta
Re: [PATCHv2 6/7] web--browse: use (x-)www-browser if available
,
Jonathan Nieder
Re: [PATCHv2 6/7] web--browse: use (x-)www-browser if available
,
Giuseppe Bilotta
[PATCHv2 7/7] web--browse: look at the BROWSER env var
,
Giuseppe Bilotta
Re: [PATCHv2 7/7] web--browse: look at the BROWSER env var
,
Jonathan Nieder
Re: [PATCHv2 7/7] web--browse: look at the BROWSER env var
,
Jonathan Nieder
[PATCHv2 4/7] web--browse: support opera, seamonkey and elinks
,
Giuseppe Bilotta
Re: [PATCHv2 4/7] web--browse: support opera, seamonkey and elinks
,
Junio C Hamano
Re: [PATCHv2 4/7] web--browse: support opera, seamonkey and elinks
,
Giuseppe Bilotta
duplicate commits after git rebase -i HEAD~10
,
Mathieu Malaterre
Re: duplicate commits after git rebase -i HEAD~10
,
Jeff King
Re: duplicate commits after git rebase -i HEAD~10
,
Gavin Guo
Problem in Patches with commit-messages containing non-ascii
,
Martin Krüger
Re: Problem in Patches with commit-messages containing non-ascii
,
Jan Krüger
Re: Problem in Patches with commit-messages containing non-ascii
,
Michael J Gruber
Re: Problem in Patches with commit-messages containing non-ascii
,
Andreas Schwab
[PATCH] git-pull.txt: Add picture to --rebase option
,
jari . aalto
Re: [PATCH] git-pull.txt: Add picture to --rebase option
,
Jakub Narebski
Re: [PATCH] git-pull.txt: Add picture to --rebase option
,
Junio C Hamano
[PATCH] git-pull.txt: Mention branch.autosetuprebase
,
jari . aalto
Re: [PATCH] git-pull.txt: Mention branch.autosetuprebase
,
Jakub Narebski
Re: [PATCH] git-pull.txt: Mention branch.autosetuprebase
,
Junio C Hamano
[BUG::wishlist] add pictures to gitworkflows(1)
,
Jari Aalto
[PATCH 1/1] git-submodule.sh: fix relative paths with ssh urls
,
Russell Yanofsky
[ANNOUNCE] Git 1.7.0.8, 1.7.1.3 and 1.7.2.4
,
Junio C Hamano
[ANNOUNCE] Git 1.7.3.3
,
Junio C Hamano
Re: [ANNOUNCE] Git 1.7.3.3
,
Ævar Arnfjörð Bjarmason
Re: bash 4.0 breaks some completion scripts
,
Jonathan Nieder
Re: bash 4.0 breaks some completion scripts
,
SZEDER Gábor
Way to specify an exclusion refspec?
,
Dun Peal
Re: Way to specify an exclusion refspec?
,
Sverre Rabbelier
cannot find hash in the log output
,
Eugene Sajine
Re: cannot find hash in the log output
,
Junio C Hamano
Re: cannot find hash in the log output
,
Eugene Sajine
Re: cannot find hash in the log output
,
Eugene Sajine
Re: cannot find hash in the log output
,
Jeff King
Re: cannot find hash in the log output
,
Eugene Sajine
Re: cannot find hash in the log output
,
Jonathan Nieder
Re: cannot find hash in the log output
,
Eugene Sajine
Re: cannot find hash in the log output
,
Jonathan Nieder
Re: cannot find hash in the log output
,
Eugene Sajine
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]