Git Distributed Software Revision Control
Date Index
[
Prev Page
][
Next Page
]
Re: [PATCH] Fix symlink __stdcall problem at MSVC
,
(continued)
Re: [PATCH] Fix symlink __stdcall problem at MSVC
,
Frank Li
gitweb and symbolic links
,
Marco Gualtieri
Re: gitweb and symbolic links
,
Changsheng Jiang
Re: gitweb and symbolic links
,
Jakub Narebski
[PATCH] git-compat-util.h: remove superfluous test for __sun__
,
Brandon Casey
[PATCH next] t7407: use 'cut' utility rather than bash's substring expansion notation
,
Brandon Casey
Re: [PATCH next] t7407: use 'cut' utility rather than bash's substring expansion notation
,
Johan Herland
Re: [PATCH next] t7407: use 'cut' utility rather than bash's substring expansion notation
,
Junio C Hamano
Re: [PATCH next] t7407: use 'cut' utility rather than bash's substring expansion notation
,
Johan Herland
Re: [PATCH next] t7407: use 'cut' utility rather than bash's substring expansion notation
,
Brandon Casey
What's a good setup for submitting patches to the list properly?
,
Thell Fowler
Re: What's a good setup for submitting patches to the list properly?
,
Thell Fowler
Re: What's a good setup for submitting patches to the list properly?
,
Christian Couder
git-mail-commits (Re: What's a good setup for submitting patches to the list properly?)
,
Nicolas Sebrecht
Re: git-mail-commits (Re: What's a good setup for submitting patches to the list properly?)
,
Christian Couder
Re: git-mail-commits (Re: What's a good setup for submitting patches to the list properly?)
,
Julian Phillips
Re: git-mail-commits (Re:What's a good setup for submitting patches to the list properly?)
,
Nicolas Sebrecht
Re: git-mail-commits (Re:What's a good setup for submitting patches to the list properly?)
,
Julian Phillips
Re: git-mail-commits (Re:What's a good setup for submitting patches to the list properly?)
,
Nicolas Sebrecht
Re: What's a good setup for submitting patches to the list properly?
,
Thell Fowler
[PATCH] graph API: display uninteresting commits as '^' instead of '*'
,
Adam Simpkins
question concerning branches
,
Ingo Brueckl
Re: question concerning branches
,
Bruce Stephens
Re: question concerning branches
,
Avery Pennarun
question concerning branches
,
Ingo Brueckl
Re: question concerning branches
,
Jakub Narebski
question concerning branches
,
Ingo Brueckl
Re: question concerning branches
,
Avery Pennarun
Re: question concerning branches
,
Matthieu Moy
Re: question concerning branches
,
Jacob Helwig
Re: question concerning branches
,
Jakub Narebski
Re: question concerning branches
,
Theodore Tso
Re: question concerning branches
,
Jakub Narebski
Re: question concerning branches
,
Theodore Tso
Re: question concerning branches
,
Linus Torvalds
Re: question concerning branches
,
Randal L. Schwartz
question concerning branches
,
Ingo Brueckl
Re: question concerning branches
,
Johannes Sixt
Re: question concerning branches
,
Jakub Narebski
Re: question concerning branches
,
Junio C Hamano
question concerning branches
,
Ingo Brueckl
Re: question concerning branches
,
Andreas Ericsson
[PATCH 12/12] Add gitignore and ReadMe file for MSVC Build
,
Frank Li
Re: [PATCH 12/12] Add gitignore and ReadMe file for MSVC Build
,
Erik Faye-Lund
[PATCH 01/12] Avoid declaration after instruction
,
Frank Li
[PATCH 02/12] Define SNPRINTF_SIZE_CORR=1 for Microsoft Visual C++
,
Frank Li
[PATCH 03/12] Using macro WIN32 replace __MINGW32_ at Windows special handler The code which is conditional on MinGW32 is actually conditional on Windows. Use WIN32 macro will share both MINGW32 and MSVC environment.
,
Frank Li
[PATCH 04/12] mingw.c: Use the O_BINARY flag to open files
,
Frank Li
[PATCH 05/12] Place __stdcall between return value and function name
,
Frank Li
[PATCH 06/12] Add _MSC_VER in porting head file git-compat-util.h
,
Frank Li
[PATCH 07/12] Add Unix header files to build git at MSVC.
,
Frank Li
[PATCH 08/12] Add MSVC porting files.
,
Frank Li
[PATCH 09/12] Don't include windows.h at winansi.c at MSVC build
,
Frank Li
[PATCH 10/12] Fix errcode have defined as int at MSVC
,
Frank Li
[PATCH 11/12] Add MSVC Project file
,
Frank Li
Re: [PATCH 08/12] Add MSVC porting files.
,
Erik Faye-Lund
[PATCH JGIT] Ensure created test repositories use canonical paths
,
Jonas Fonseca
Re: [PATCH JGIT] Ensure created test repositories use canonical paths
,
Robin Rosenberg
Re: [PATCH JGIT] Ensure created test repositories use canonical paths
,
Jonas Fonseca
Re: [PATCH JGIT] Ensure created test repositories use canonical paths
,
Robin Rosenberg
ls-files -t broken? Or do I just not understand it?
,
Björn Steinbrink
Re: ls-files -t broken? Or do I just not understand it?
,
Matthieu Moy
Re: ls-files -t broken? Or do I just not understand it?
,
Nguyen Thai Ngoc Duy
Re: ls-files -t broken? Or do I just not understand it?
,
Björn Steinbrink
Re: ls-files -t broken? Or do I just not understand it?
,
Nguyen Thai Ngoc Duy
Re: ls-files -t broken? Or do I just not understand it?
,
Junio C Hamano
Re: ls-files -t broken? Or do I just not understand it?
,
Matthieu Moy
New to Git / Questions about single user / multiple projects
,
Rob (gmail)
Re: New to Git / Questions about single user / multiple projects
,
Changsheng Jiang
Re: New to Git / Questions about single user / multiple projects
,
Chris Packham
Re: New to Git / Questions about single user / multiple projects
,
Daniel Barkalow
Re: New to Git / Questions about single user / multiple projects
,
Jakub Narebski
Re: New to Git / Questions about single user / multiple projects
,
Rob (gmail)
Re: New to Git / Questions about single user / multiple projects
,
Jakub Narebski
Re: New to Git / Questions about single user / multiple projects
,
Rob (gmail)
Re: New to Git / Questions about single user / multiple projects
,
Jeff King
Re: New to Git / Questions about single user / multiple projects
,
Jeff King
Re: New to Git / Questions about single user / multiple projects
,
Jakub Narebski
[RFC/PATCH 0/6] Git submodule: 'foreach' enhancements and nested submodule handling
,
Johan Herland
[RFC/PATCH 3/6] git submodule foreach: Provide access to submodule name, as '$name'
,
Johan Herland
[RFC/PATCH 1/6] git submodule: Cleanup usage string and add option parsing to cmd_foreach()
,
Johan Herland
[RFC/PATCH 5/6] git submodule update: Introduce --recursive to update nested submodules
,
Johan Herland
[RFC/PATCH 4/6] git submodule foreach: Add --recursive to recurse into nested submodules
,
Johan Herland
[RFC/PATCH 6/6] git submodule status: Add --recursive to recurse into nested submodules
,
Johan Herland
[RFC/PATCH 2/6] Add selftest for 'git submodule foreach'
,
Johan Herland
[RFC/PATCH 7/6] git clone: Add --recursive to automatically checkout (nested) submodules
,
Johan Herland
[PATCH][resend 3] git-svn: Use GIT_SSH setting if SVN_SSH is not set
,
Karthik R
Re: [PATCH][resend 3] git-svn: Use GIT_SSH setting if SVN_SSH is not set
,
Eric Wong
[PATCH] graph API: use a new color when starting a brand new column
,
Adam Simpkins
[PATCH][resend 2] git-svn: Use GIT_SSH setting if SVN_SSH is not set
,
Karthik R
Simple commit mechanism for non-technical users
,
D Sundstrom
Re: Simple commit mechanism for non-technical users
,
Chris Packham
Re: Simple commit mechanism for non-technical users
,
Johannes Schindelin
Re: Simple commit mechanism for non-technical users
,
Matthieu Moy
Re: Simple commit mechanism for non-technical users
,
Jeff King
Re: Simple commit mechanism for non-technical users
,
D Sundstrom
Re: Simple commit mechanism for non-technical users
,
Jakub Narebski
[RFC PATCH] stash: accept options also when subcommand 'save' is omitted
,
Matthieu Moy
Re: [RFC PATCH] stash: accept options also when subcommand 'save' is omitted
,
Matthieu Moy
Re: [RFC PATCH] stash: accept options also when subcommand 'save' is omitted
,
Jeff King
Re: [RFC PATCH] stash: accept options also when subcommand 'save' is omitted
,
Junio C Hamano
[PATCH 0/3] short syntaxes for 'git stash'
,
Matthieu Moy
[PATCH 1/3] stash: accept -k as a shortcut for --keep-index
,
Matthieu Moy
[PATCH 2/3] stash: accept options also when subcommand 'save' is omitted
,
Matthieu Moy
[PATCH 3/3] stash: reject stash name starting with a dash.
,
Matthieu Moy
Re: [PATCH 3/3] stash: reject stash name starting with a dash.
,
Jeff King
Re: [PATCH 3/3] stash: reject stash name starting with a dash.
,
Junio C Hamano
Re: [PATCH 3/3] stash: reject stash name starting with a dash.
,
Jeff King
Re: [PATCH 3/3] stash: reject stash name starting with a dash.
,
Junio C Hamano
Re: [PATCH 3/3] stash: reject stash name starting with a dash.
,
Matthieu Moy
Re: [PATCH 3/3] stash: reject stash name starting with a dash.
,
Jeff King
Re: [PATCH 0/3] short syntaxes for 'git stash'
,
Jeff King
Re: [RFC PATCH] stash: accept options also when subcommand 'save' is omitted
,
Johannes Schindelin
Re: [RFC PATCH] stash: accept options also when subcommand 'save' is omitted
,
Matthieu Moy
Re: [RFC PATCH] stash: accept options also when subcommand 'save' is omitted
,
Johannes Schindelin
Re: [RFC PATCH] stash: accept options also when subcommand 'save' is omitted
,
Matthieu Moy
Re: [RFC PATCH] stash: accept options also when subcommand 'save' is omitted
,
Jeff King
Re: [RFC PATCH] stash: accept options also when subcommand 'save' is omitted
,
Johannes Schindelin
Re: [RFC PATCH] stash: accept options also when subcommand 'save' is omitted
,
Jeff King
[PATCH] filter-branch: make the usage string fit on 80 chars terminals.
,
Matthieu Moy
[MSysGit] Windows & executable bit
,
Ferry Huberts
Re: [msysGit] Windows & executable bit
,
Johannes Schindelin
Re: [msysGit] Windows & executable bit
,
Thomas Rast
Re: [msysGit] Windows & executable bit
,
Ferry Huberts
Re: [msysGit] Windows & executable bit
,
Johannes Schindelin
Re: [msysGit] Windows & executable bit
,
Johannes Schindelin
Re: [msysGit] Windows & executable bit
,
Erik Faye-Lund
Re: [msysGit] Windows & executable bit
,
Johannes Schindelin
Re: Windows & executable bit
,
Johan 't Hart
[PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Johannes Sixt
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Sebastian Schuberth
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Junio C Hamano
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Sebastian Schuberth
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Artur Skawina
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Sebastian Schuberth
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Junio C Hamano
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Linus Torvalds
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Linus Torvalds
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Sebastian Schuberth
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Junio C Hamano
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Nicolas Pitre
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Nicolas Pitre
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Junio C Hamano
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Nicolas Pitre
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Junio C Hamano
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Nicolas Pitre
[PATCH] make sure byte swapping is optimal for git
,
Nicolas Pitre
[PATCH] block-sha1: guard gcc extensions with __GNUC__
,
Nicolas Pitre
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Junio C Hamano
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Brandon Casey
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Nicolas Pitre
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Linus Torvalds
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Brandon Casey
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Nicolas Pitre
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Linus Torvalds
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Brandon Casey
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Sebastian Schuberth
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Junio C Hamano
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Nicolas Pitre
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Junio C Hamano
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Junio C Hamano
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Nicolas Pitre
Re: [PATCH] block-sha1: Windows declares ntohl() in winsock2.h
,
Nicolas Pitre
[PATCH] upload-pack: add a trigger for post-upload-pack hook
,
Tom Preston-Werner
Re: [PATCH] upload-pack: add a trigger for post-upload-pack hook
,
Tom Werner
Re: [PATCH] upload-pack: add a trigger for post-upload-pack hook
,
Jeff King
Re: [PATCH] upload-pack: add a trigger for post-upload-pack hook
,
Junio C Hamano
Re: [PATCH] upload-pack: add a trigger for post-upload-pack hook
,
Johannes Schindelin
Re: [PATCH] upload-pack: add a trigger for post-upload-pack hook
,
Junio C Hamano
Re: [PATCH] upload-pack: add a trigger for post-upload-pack hook
,
Johannes Schindelin
Re: [PATCH] upload-pack: add a trigger for post-upload-pack hook
,
Jeff King
Re: [PATCH] upload-pack: add a trigger for post-upload-pack hook
,
Junio C Hamano
[PATCH] upload-pack: add a trigger for post-upload-pack hook
,
Junio C Hamano
Re: [PATCH] upload-pack: add a trigger for post-upload-pack hook
,
Johan Sørensen
Re: [PATCH] upload-pack: add a trigger for post-upload-pack hook
,
Jakub Narebski
Re: [PATCH] upload-pack: add a trigger for post-upload-pack hook
,
Junio C Hamano
Re: [PATCH] upload-pack: add a trigger for post-upload-pack hook
,
Tom Werner
Re: [PATCH] upload-pack: add a trigger for post-upload-pack hook
,
Junio C Hamano
Re: [PATCH] upload-pack: add a trigger for post-upload-pack hook
,
Robin H. Johnson
[PATCH] tests: disable interactive hunk selection tests if perl not available
,
Jeff King
Re: [PATCH] tests: disable interactive hunk selection tests if perl not available
,
Thomas Rast
[PATCH] block-sha1: make the size member first in the context struct
,
Nicolas Pitre
Re: [PATCH] block-sha1: make the size member first in the context struct
,
Johannes Schindelin
Re: [PATCH] block-sha1: make the size member first in the context struct
,
Nicolas Pitre
[PATCH] remove ARM and Mozilla SHA1 implementations
,
Nicolas Pitre
Re: [PATCH] remove ARM and Mozilla SHA1 implementations
,
Johannes Schindelin
Re: [PATCH] remove ARM and Mozilla SHA1 implementations
,
Nicolas Pitre
Re: [PATCH] remove ARM and Mozilla SHA1 implementations
,
Johannes Schindelin
Re: [PATCH] remove ARM and Mozilla SHA1 implementations
,
Johannes Schindelin
Re: [PATCH] remove ARM and Mozilla SHA1 implementations
,
Nicolas Pitre
Re: [PATCH] remove ARM and Mozilla SHA1 implementations
,
Peter Harris
[PATCH v2] remove ARM and Mozilla SHA1 implementations
,
Nicolas Pitre
Re: [PATCH v2] remove ARM and Mozilla SHA1 implementations
,
David Aguilar
Re: [PATCH v2] remove ARM and Mozilla SHA1 implementations
,
Nicolas Pitre
<Possible follow-ups>
Re: [PATCH] remove ARM and Mozilla SHA1 implementations
,
Ulrik Sverdrup
[PATCH][resend] git-svn: Respect GIT_SSH setting
,
Karthik R
Re: [PATCH][resend] git-svn: Respect GIT_SSH setting
,
Johannes Schindelin
Re: [PATCH][resend] git-svn: Respect GIT_SSH setting
,
Karthik R
Re: [PATCH][resend] git-svn: Respect GIT_SSH setting
,
Johannes Schindelin
Re: [PATCH][resend] git-svn: Respect GIT_SSH setting
,
Junio C Hamano
Re: [PATCH][resend] git-svn: Respect GIT_SSH setting
,
Karthik R
Re: [PATCH][resend] git-svn: Respect GIT_SSH setting
,
Karthik R
Re: [PATCH][resend] git-svn: Respect GIT_SSH setting
,
Junio C Hamano
[PATCH] GIT_SSH does not override ssh in git-svn
,
Karthik R
Re: [PATCH] GIT_SSH does not override ssh in git-svn
,
Johannes Schindelin
Re: [PATCH] GIT_SSH does not override ssh in git-svn
,
Junio C Hamano
Re: [PATCH] GIT_SSH does not override ssh in git-svn
,
Karthik R
[PATCH] filter-branch: add an example how to add ACKs to a range of commits
,
Johannes Schindelin
Re: [PATCH] filter-branch: add an example how to add ACKs to a range of commits
,
Junio C Hamano
How-to checkin git hook
,
Joe D'Abbraccio
Re: How-to checkin git hook
,
Erik Faye-Lund
Re: How-to checkin git hook
,
Alex Riesen
Re: How-to checkin git hook
,
Joe D'Abbraccio
rev-list behavior in mail notification when pushing multiple branches
,
Tim Niemueller
[PATCH 11/11] Add gitignore and ReadMe file for MSVC Build
,
Frank Li
Re: [PATCH 11/11] Add gitignore and ReadMe file for MSVC Build
,
Johannes Schindelin
[PATCH 06/11] Add miss git-compat-util.h at regex.c and fnmatch.c Add git-compat-util.h to enable build at MSVC environment
,
Frank Li
[PATCH 07/11] Add O_BINARY flag to open flag at mingw.c
,
Frank Li
[PATCH 08/11] Place __stdcall to correct position.
,
Frank Li
[PATCH 09/11] Add MSVC porting header files.
,
Frank Li
[PATCH 10/11] Add MSVC Project file
,
Frank Li
Re: [PATCH 10/11] Add MSVC Project file
,
Johannes Schindelin
Re: [PATCH 10/11] Add MSVC Project file
,
Paolo Bonzini
Re: [PATCH 10/11] Add MSVC Project file
,
Erik Faye-Lund
Re: [PATCH 10/11] Add MSVC Project file
,
Paolo Bonzini
Re: [PATCH 10/11] Add MSVC Project file
,
Johannes Schindelin
Re: [PATCH 10/11] Add MSVC Project file
,
Paolo Bonzini
Re: [PATCH 10/11] Add MSVC Project file
,
Johannes Schindelin
Re: [PATCH 10/11] Add MSVC Project file
,
Pau Garcia i Quiles
Re: [PATCH 10/11] Add MSVC Project file
,
Reece Dunn
Re: [PATCH 10/11] Add MSVC Project file
,
Pau Garcia i Quiles
Re: [PATCH 10/11] Add MSVC Project file
,
Johannes Schindelin
Re: [PATCH 10/11] Add MSVC Project file
,
Pau Garcia i Quiles
Re: [PATCH 10/11] Add MSVC Project file
,
Johannes Schindelin
Re: [PATCH 10/11] Add MSVC Project file
,
Pau Garcia i Quiles
Re: [PATCH 10/11] Add MSVC Project file
,
Paolo Bonzini
Re: [PATCH 10/11] Add MSVC Project file
,
Thiago Farina
Re: [PATCH 10/11] Add MSVC Project file
,
Reece Dunn
Re: [PATCH 10/11] Add MSVC Project file
,
Johan 't Hart
Re: [PATCH 10/11] Add MSVC Project file
,
Johannes Schindelin
Re: [PATCH 10/11] Add MSVC Project file
,
Pau Garcia i Quiles
Re: [PATCH 10/11] Add MSVC Project file
,
Johannes Schindelin
Re: [PATCH 10/11] Add MSVC Project file
,
Johan 't Hart
Re: [PATCH 10/11] Add MSVC Project file
,
Pau Garcia i Quiles
Re: [PATCH 10/11] Add MSVC Project file
,
Johannes Schindelin
Re: [PATCH 10/11] Add MSVC Project file
,
Pau Garcia i Quiles
[RFC] Enable compilation by Makefile for the MSVC toolchain
,
Marius Storm-Olsen
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Marius Storm-Olsen
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Erik Faye-Lund
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Johannes Schindelin
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Pau Garcia i Quiles
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Johannes Schindelin
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Marius Storm-Olsen
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Daniel Barkalow
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Johannes Schindelin
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Johannes Schindelin
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Johan 't Hart
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Reece Dunn
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Pau Garcia i Quiles
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Paolo Bonzini
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Junio C Hamano
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Marius Storm-Olsen
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Johan 't Hart
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Marius Storm-Olsen
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Johannes Schindelin
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Erik Faye-Lund
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Johannes Schindelin
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Erik Faye-Lund
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Johannes Schindelin
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Marius Storm-Olsen
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Johannes Schindelin
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Thomas Berg
Re: [msysGit] Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Marius Storm-Olsen
Re: [msysGit] Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Johannes Schindelin
Re: [msysGit] Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Marius Storm-Olsen
Re: [msysGit] Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Erik Faye-Lund
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Joshua Jensen
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Daniel Barkalow
Re: [RFC] Enable compilation by Makefile for the MSVC toolchain
,
Marius Storm-Olsen
Message not available
Re: [PATCH 10/11] Add MSVC Project file
,
Johannes Schindelin
Re: [PATCH 10/11] Add MSVC Project file
,
Thiago Farina
Re: [PATCH 09/11] Add MSVC porting header files.
,
Johannes Schindelin
Re: [PATCH 09/11] Add MSVC porting header files.
,
Pau Garcia i Quiles
CMake, was Re: [PATCH 09/11] Add MSVC porting header files.
,
Johannes Schindelin
Re: CMake, was Re: [PATCH 09/11] Add MSVC porting header files.
,
Pau Garcia i Quiles
Re: CMake, was Re: [PATCH 09/11] Add MSVC porting header files.
,
Pau Garcia i Quiles
Re: CMake, was Re: [PATCH 09/11] Add MSVC porting header files.
,
Johannes Schindelin
Re: CMake, was Re: [PATCH 09/11] Add MSVC porting header files.
,
Pau Garcia i Quiles
Re: CMake, was Re: [PATCH 09/11] Add MSVC porting header files.
,
Reece Dunn
Re: CMake, was Re: [PATCH 09/11] Add MSVC porting header files.
,
Pau Garcia i Quiles
Re: [msysGit] Re: [PATCH 09/11] Add MSVC porting header files.
,
Johannes Sixt
Re: [PATCH 09/11] Add MSVC porting header files.
,
Frank Li
Re: [PATCH 09/11] Add MSVC porting header files.
,
Johannes Schindelin
Re: [PATCH 09/11] Add MSVC porting header files.
,
Junio C Hamano
Re: [PATCH 09/11] Add MSVC porting header files.
,
Johannes Schindelin
Re: [msysGit] [PATCH 09/11] Add MSVC porting header files.
,
Johannes Sixt
Re: [PATCH 08/11] Place __stdcall to correct position.
,
Johannes Schindelin
Re: [PATCH 08/11] Place __stdcall to correct position.
,
Frank Li
Re: [PATCH 08/11] Place __stdcall to correct position.
,
Johannes Schindelin
Re: [PATCH 07/11] Add O_BINARY flag to open flag at mingw.c
,
Johannes Schindelin
Re: [PATCH 07/11] Add O_BINARY flag to open flag at mingw.c
,
Frank Li
Re: [PATCH 07/11] Add O_BINARY flag to open flag at mingw.c
,
Johannes Schindelin
Re: [PATCH 06/11] Add miss git-compat-util.h at regex.c and fnmatch.c Add git-compat-util.h to enable build at MSVC environment
,
Johannes Schindelin
Re: [msysGit] [PATCH 06/11] Add miss git-compat-util.h at regex.c and fnmatch.c Add git-compat-util.h to enable build at MSVC environment
,
Johannes Sixt
[PATCH 05/11] Remove va_copy at MSVC because there are va_copy.
,
Frank Li
Re: [PATCH 05/11] Remove va_copy at MSVC because there are va_copy.
,
Johannes Schindelin
Re: [PATCH 05/11] Remove va_copy at MSVC because there are va_copy.
,
Joshua Jensen
Re: [PATCH 05/11] Remove va_copy at MSVC because there are va_copy.
,
Paolo Bonzini
Re: [PATCH 05/11] Remove va_copy at MSVC because there are va_copy.
,
Reece Dunn
Re: [PATCH 05/11] Remove va_copy at MSVC because there are va_copy.
,
Erik Faye-Lund
Re: [PATCH 05/11] Remove va_copy at MSVC because there are va_copy.
,
Erik Faye-Lund
Re: [PATCH 05/11] Remove va_copy at MSVC because there are va_copy.
,
Johannes Schindelin
Re: [PATCH 05/11] Remove va_copy at MSVC because there are va_copy.
,
Frank Li
Re: [PATCH 05/11] Remove va_copy at MSVC because there are va_copy.
,
Johannes Schindelin
[PATCH 01/11] Fix build failure at VC because function declare use old style at regex.c
,
Frank Li
[PATCH 02/11] Fix declare variable at mid of function
,
Frank Li
[PATCH 03/11] Define SNPRINTF_SIZE_CORR 1 when use MSVC build git
,
Frank Li
[PATCH 04/11] Add _MSC_VER predefine macro to make same behaviors with __MINGW32__ Enable MSVC build. MSVC have the save behaviors with msysgit.
,
Frank Li
Re: [PATCH 04/11] Add _MSC_VER predefine macro to make same behaviors with __MINGW32__ Enable MSVC build. MSVC have the save behaviors with msysgit.
,
Johannes Schindelin
Re: [PATCH 04/11] Add _MSC_VER predefine macro to make same behaviors with __MINGW32__ Enable MSVC build. MSVC have the save behaviors with msysgit.
,
Frank Li
Re: [PATCH 04/11] Add _MSC_VER predefine macro to make same behaviors with __MINGW32__ Enable MSVC build. MSVC have the save behaviors with msysgit.
,
tom fogal
Re: [PATCH 03/11] Define SNPRINTF_SIZE_CORR 1 when use MSVC build git
,
Johannes Schindelin
Re: [PATCH 03/11] Define SNPRINTF_SIZE_CORR 1 when use MSVC build git
,
Frank Li
Re: [PATCH 03/11] Define SNPRINTF_SIZE_CORR 1 when use MSVC build git
,
Johannes Schindelin
Re: [PATCH 02/11] Fix declare variable at mid of function
,
Johannes Schindelin
Re: [PATCH 02/11] Fix declare variable at mid of function
,
Reece Dunn
Re: [PATCH 02/11] Fix declare variable at mid of function
,
Johannes Schindelin
Re: [msysGit] Re: [PATCH 02/11] Fix declare variable at mid of function
,
Marius Storm-Olsen
Re: [msysGit] Re: [PATCH 02/11] Fix declare variable at mid of function
,
Johannes Schindelin
Re: [msysGit] Re: [PATCH 02/11] Fix declare variable at mid of function
,
Frank Li
Re: [msysGit] Re: [PATCH 02/11] Fix declare variable at mid of function
,
Matthieu Moy
Re: [msysGit] Re: [PATCH 02/11] Fix declare variable at mid of function
,
Johannes Schindelin
Re: [msysGit] Re: [PATCH 02/11] Fix declare variable at mid of function
,
Johannes Sixt
Re: [msysGit] Re: [PATCH 02/11] Fix declare variable at mid of function
,
Johannes Schindelin
Re: [msysGit] Re: [PATCH 02/11] Fix declare variable at mid of function
,
Johannes Sixt
Re: [PATCH 02/11] Fix declare variable at mid of function
,
Junio C Hamano
Re: [msysGit] Re: [PATCH 02/11] Fix declare variable at mid of function
,
Johannes Schindelin
Re: [msysGit] Re: [PATCH 02/11] Fix declare variable at mid of function
,
Junio C Hamano
Re: [PATCH 01/11] Fix build failure at VC because function declare use old style at regex.c
,
Johannes Schindelin
Re: [PATCH 01/11] Fix build failure at VC because function declare use old style at regex.c
,
Frank Li
[PATCH] read-tree: Fix regression with creation of a new index file.
,
Alexandre Julliard
Re: [PATCH] read-tree: Fix regression with creation of a new index file.
,
Johannes Schindelin
Re: [PATCH] read-tree: Fix regression with creation of a new index file.
,
Stephen Boyd
git clone http://git.savannah.gnu.org/cgit/xboard.git segfaults
,
Ali Polatel
Re: git clone http://git.savannah.gnu.org/cgit/xboard.git segfaults
,
Johannes Schindelin
Re: git clone http://git.savannah.gnu.org/cgit/xboard.git segfaults
,
Johannes Schindelin
Re: git clone http://git.savannah.gnu.org/cgit/xboard.git segfaults
,
Lars Hjemli
Re: git clone http://git.savannah.gnu.org/cgit/xboard.git segfaults
,
Tay Ray Chuan
Re: git clone http://git.savannah.gnu.org/cgit/xboard.git segfaults
,
Ali Polatel
Re: git clone http://git.savannah.gnu.org/cgit/xboard.git segfaults
,
Johannes Schindelin
Re: git clone http://git.savannah.gnu.org/cgit/xboard.git segfaults
,
Tay Ray Chuan
Re: git clone http://git.savannah.gnu.org/cgit/xboard.git segfaults
,
Junio C Hamano
Re: git clone http://git.savannah.gnu.org/cgit/xboard.git segfaults
,
Junio C Hamano
Re: git clone http://git.savannah.gnu.org/cgit/xboard.git segfaults
,
Tay Ray Chuan
Re: Using VC build git (split patch)
,
Frank Li
Re: Using VC build git (split patch)
,
Erik Faye-Lund
Re: Using VC build git (split patch)
,
Johannes Schindelin
Re: Using VC build git (split patch)
,
Frank Li
Re: Using VC build git (split patch)
,
Erik Faye-Lund
Re: [msysGit] Re: Using VC build git (split patch)
,
Marius Storm-Olsen
Re: [msysGit] Re: Using VC build git (split patch)
,
Frank Li
Re: [msysGit] Re: Using VC build git (split patch)
,
Thiago Farina
Re: [msysGit] Re: Using VC build git (split patch)
,
Erik Faye-Lund
Re: [msysGit] Re: Using VC build git (split patch)
,
Thiago Farina
Re: [msysGit] Re: Using VC build git (split patch)
,
Frank Li
git propaganda poster
,
Christian Thaeter
[PATCH 6/6 (v4)] support for path name caching in rev-cache
,
Nick Edelen
Re: [PATCH 6/6 (v4)] support for path name caching in rev-cache
,
Nicolas Pitre
Re: [PATCH 6/6 (v4)] support for path name caching in rev-cache
,
Nick Edelen
Re: [PATCH 6/6 (v4)] support for path name caching in rev-cache
,
Nicolas Pitre
Re: [PATCH 6/6 (v4)] support for path name caching in rev-cache
,
Nick Edelen
Re: [PATCH 6/6 (v4)] support for path name caching in rev-cache
,
Nick Edelen
Re: [PATCH 6/6 (v4)] support for path name caching in rev-cache
,
Nicolas Pitre
Re: [PATCH 6/6 (v4)] support for path name caching in rev-cache
,
Johannes Schindelin
Re: [PATCH 6/6 (v4)] support for path name caching in rev-cache
,
Nick Edelen
Re: [PATCH 6/6 (v4)] support for path name caching in rev-cache
,
Nick Edelen
Re: [PATCH 6/6 (v4)] support for path name caching in rev-cache
,
Nick Edelen
Re: [PATCH 6/6 (v4)] support for path name caching in rev-cache
,
Nick Edelen
Re: [PATCH 6/6 (v4)] support for path name caching in rev-cache
,
Nick Edelen
[PATCH 5/6 (v4)] full integration of rev-cache into git, completed test suite
,
Nick Edelen
Re: [PATCH 5/6 (v4)] full integration of rev-cache into git, completed test suite
,
Nick Edelen
Re: [PATCH 5/6 (v4)] full integration of rev-cache into git, completed test suite
,
Nick Edelen
Re: [PATCH 5/6 (v4)] full integration of rev-cache into git, completed test suite
,
Nick Edelen
Re: [PATCH 5/6 (v4)] full integration of rev-cache into git, completed test suite
,
Sam Vilain
Re: [PATCH 5/6 (v4)] full integration of rev-cache into git, completed test suite
,
Nick Edelen
Re: [PATCH 5/6 (v4)] full integration of rev-cache into git, completed test suite
,
Chris Johnsen
Re: [PATCH 5/6 (v4)] full integration of rev-cache into git, completed test suite
,
Johannes Sixt
Re: [PATCH 5/6 (v4)] full integration of rev-cache into git, completed test suite
,
Nick Edelen
Re: [PATCH 5/6 (v4)] full integration of rev-cache into git, completed test suite
,
Nick Edelen
[PATCH 4/6 (v4)] administrative functions for rev-cache, start of integration into git
,
Nick Edelen
Re: [PATCH 4/6 (v4)] administrative functions for rev-cache, start of integration into git
,
Nick Edelen
Re: [PATCH 4/6 (v4)] administrative functions for rev-cache, start of integration into git
,
Nick Edelen
Re: [PATCH 4/6 (v4)] administrative functions for rev-cache, start of integration into git
,
Nick Edelen
Re: [PATCH 4/6 (v4)] administrative functions for rev-cache, start of integration into git
,
Nick Edelen
Re: [PATCH 4/6 (v4)] administrative functions for rev-cache, start of integration into git
,
Nick Edelen
[PATCH 3/6 (v4)] support for non-commit object caching in rev-cache
,
Nick Edelen
Re: [PATCH 3/6 (v4)] support for non-commit object caching in rev-cache
,
Nick Edelen
Re: [PATCH 3/6 (v4)] support for non-commit object caching in rev-cache
,
Nick Edelen
Re: [PATCH 3/6 (v4)] support for non-commit object caching in rev-cache
,
Nick Edelen
Re: [PATCH 3/6 (v4)] support for non-commit object caching in rev-cache
,
Nick Edelen
Re: [PATCH 3/6 (v4)] support for non-commit object caching in rev-cache
,
Nick Edelen
[PATCH 2/6 (v4)] basic revision cache system, no integration or features
,
Nick Edelen
Re: [PATCH 2/6 (v4)] basic revision cache system, no integration or features
,
Nick Edelen
Re: [PATCH 2/6 (v4)] basic revision cache system, no integration or features
,
Nick Edelen
Re: [PATCH 2/6 (v4)] basic revision cache system, no integration or features
,
Nick Edelen
Re: [PATCH 2/6 (v4)] basic revision cache system, no integration or features
,
Nick Edelen
Re: [PATCH 2/6 (v4)] basic revision cache system, no integration or features
,
Junio C Hamano
Re: [PATCH 2/6 (v4)] basic revision cache system, no integration or features
,
Nick Edelen
Re: [PATCH 2/6 (v4)] basic revision cache system, no integration or features
,
Sverre Rabbelier
Re: [PATCH 2/6 (v4)] basic revision cache system, no integration or features
,
Nick Edelen
[PATCH 1/6 (v4)] man page and technical discussion for rev-cache
,
Nick Edelen
Re: [PATCH 1/6 (v4)] man page and technical discussion for rev-cache
,
Nicolas Pitre
Re: [PATCH 1/6 (v4)] man page and technical discussion for rev-cache
,
Nick Edelen
Re: [PATCH 1/6 (v4)] man page and technical discussion for rev-cache
,
Nick Edelen
Re: [PATCH 1/6 (v4)] man page and technical discussion for rev-cache
,
Junio C Hamano
Re: [PATCH 1/6 (v4)] man page and technical discussion for rev-cache
,
Nick Edelen
Re: [PATCH 1/6 (v4)] man page and technical discussion for rev-cache
,
Nick Edelen
Re: [PATCH 1/6 (v4)] man page and technical discussion for rev-cache
,
Nick Edelen
[PATCH 0/6 (v4)] revision caching mechanism to significantly speed up packing/walking (last version)
,
Nick Edelen
Re: [PATCH 0/6 (v4)] revision caching mechanism to significantly speed up packing/walking (last version)
,
Nick Edelen
Continue git clone after interruption
,
Tomasz Kontusz
Re: Continue git clone after interruption
,
Johannes Schindelin
Re: Continue git clone after interruption
,
Shawn O. Pearce
Re: Continue git clone after interruption
,
Matthieu Moy
Re: Continue git clone after interruption
,
Tomasz Kontusz
Re: Continue git clone after interruption
,
Nicolas Pitre
Re: Continue git clone after interruption
,
Jakub Narebski
Re: Continue git clone after interruption
,
Nicolas Pitre
Re: Continue git clone after interruption
,
Jakub Narebski
Re: Continue git clone after interruption
,
Nicolas Pitre
Re: Continue git clone after interruption
,
Jakub Narebski
Re: Continue git clone after interruption
,
Nicolas Pitre
Re: Continue git clone after interruption
,
Jakub Narebski
Re: Continue git clone after interruption
,
Nicolas Pitre
Re: Continue git clone after interruption
,
Sam Vilain
Re: Continue git clone after interruption
,
Jakub Narebski
Re: Continue git clone after interruption
,
Nguyen Thai Ngoc Duy
Re: Continue git clone after interruption
,
Jakub Narebski
Re: Continue git clone after interruption
,
Nicolas Pitre
Re: Continue git clone after interruption
,
Jakub Narebski
Re: Continue git clone after interruption
,
Matthieu Moy
Re: Continue git clone after interruption
,
Nicolas Pitre
Re: Continue git clone after interruption
,
Jakub Narebski
Re: Continue git clone after interruption
,
Nicolas Pitre
Re: Continue git clone after interruption
,
Sam Vilain
Re: Continue git clone after interruption
,
Nicolas Pitre
Re: Continue git clone after interruption
,
Sam Vilain
Re: Continue git clone after interruption
,
Nicolas Pitre
Re: Continue git clone after interruption
,
Sam Vilain
Re: Continue git clone after interruption
,
Sam Vilain
Re: Continue git clone after interruption
,
Johannes Schindelin
Re: Continue git clone after interruption
,
Nicolas Pitre
Re: Continue git clone after interruption
,
Johannes Schindelin
Re: Continue git clone after interruption
,
Nguyen Thai Ngoc Duy
Re: Continue git clone after interruption
,
Johannes Schindelin
Re: Continue git clone after interruption
,
Nicolas Pitre
Re: Continue git clone after interruption
,
René Scharfe
Re: Continue git clone after interruption
,
Sitaram Chamarty
Re: Continue git clone after interruption
,
Jakub Narebski
Git User's Survey 2009 partial summary, part 2 - from first 10
,
Jakub Narebski
Re: Git User's Survey 2009 partial summary, part 2 - from first 10
,
Johan Herland
Re: Git User's Survey 2009 partial summary, part 2 - from first 10
,
Jakub Narebski
Re: Git User's Survey 2009 partial summary, part 2 - from first 10
,
Nicolas Sebrecht
Re: Git User's Survey 2009 partial summary, part 2 - from first 10
,
Jakub Narebski
learning curve (aka Git User's Survey 2009 partial summary, part 2 - from first 10)
,
Nicolas Sebrecht
sparse support in pu
,
skillzero
Re: sparse support in pu
,
Nguyen Thai Ngoc Duy
Re: sparse support in pu
,
skillzero
Re: sparse support in pu
,
Johannes Schindelin
Re: sparse support in pu
,
skillzero
Re: sparse support in pu
,
Johannes Sixt
Re: sparse support in pu
,
Johannes Schindelin
Re: sparse support in pu
,
Nguyen Thai Ngoc Duy
Re: sparse support in pu
,
Nguyen Thai Ngoc Duy
Re: sparse support in pu
,
Johannes Sixt
Re: sparse support in pu
,
Nguyen Thai Ngoc Duy
Re: sparse support in pu
,
Johannes Sixt
Re: sparse support in pu
,
Nguyen Thai Ngoc Duy
Re: sparse support in pu
,
Johannes Schindelin
Re: sparse support in pu
,
Peter Harris
Re: sparse support in pu
,
Johannes Schindelin
Re: sparse support in pu
,
Peter Harris
Re: sparse support in pu
,
Junio C Hamano
Re: sparse support in pu
,
Johannes Schindelin
Re: sparse support in pu
,
Nguyen Thai Ngoc Duy
Re: sparse support in pu
,
James Pickens
[RFCv4 0/5] CVS remote helper
,
Johan Herland
[RFCv4 2/5] 1/2: Add Python support library for CVS remote helper
,
Johan Herland
[RFCv4 1/5] Basic build infrastructure for Python scripts
,
Johan Herland
[RFCv4 3/5] 2/2: Add Python support library for CVS remote helper
,
Johan Herland
Re: [RFCv4 3/5] 2/2: Add Python support library for CVS remote helper
,
Sverre Rabbelier
Re: [RFCv4 3/5] 2/2: Add Python support library for CVS remote helper
,
Johan Herland
Re: [RFCv4 3/5] 2/2: Add Python support library for CVS remote helper
,
Sverre Rabbelier
Re: [RFCv4 3/5] 2/2: Add Python support library for CVS remote helper
,
Johan Herland
[RFCv4 4/5] git-remote-cvs: Remote helper program for CVS repositories
,
Johan Herland
[RFCv4 5/5] Add simple selftests of git-remote-cvs functionality
,
Johan Herland
[RFCv4 6/5] Fix the Makefile-generated path to the git_remote_cvs package in git-remote-cvs
,
Johan Herland
[RFCv4 7/5] More fixes to the git-remote-cvs installation procedure
,
Johan Herland
"make quick-install-man" broke recently
,
Randal L. Schwartz
Re: "make quick-install-man" broke recently
,
Junio C Hamano
Re: "make quick-install-man" broke recently
,
Randal L. Schwartz
Re: "make quick-install-man" broke recently
,
Junio C Hamano
Re: "make quick-install-man" broke recently
,
Jacob Helwig
Re: "make quick-install-man" broke recently
,
Randal L. Schwartz
Re: "make quick-install-man" broke recently
,
Junio C Hamano
Re: "make quick-install-man" broke recently
,
Johannes Sixt
Re: "make quick-install-man" broke recently
,
Junio C Hamano
Re: "make quick-install-man" broke recently
,
Randal L. Schwartz
Re: "make quick-install-man" broke recently
,
Junio C Hamano
Re: "make quick-install-man" broke recently
,
Linus Torvalds
Re: "make quick-install-man" broke recently
,
Junio C Hamano
[PATCHv3 0/3] git-gui: more robust handling of fancy repos
,
Giuseppe Bilotta
[PATCHv3 3/3] git-gui: work from the .git dir
,
Giuseppe Bilotta
[PATCHv3 1/3] git-gui: handle non-standard worktree locations
,
Giuseppe Bilotta
[PATCHv3 2/3] git-gui: handle bare repos correctly
,
Giuseppe Bilotta
Re: [PATCHv3 0/3] git-gui: more robust handling of fancy repos
,
Bert Wesarg
Re: [PATCHv3 0/3] git-gui: more robust handling of fancy repos
,
Giuseppe Bilotta
Re: [PATCHv3 0/3] git-gui: more robust handling of fancy repos
,
Bert Wesarg
Re: [PATCHv3 0/3] git-gui: more robust handling of fancy repos
,
Giuseppe Bilotta
Re: [PATCHv3 0/3] git-gui: more robust handling of fancy repos
,
Shawn O. Pearce
quick question about __stdcall at run-command.c mingw.c
,
Frank Li
Re: [msysGit] quick question about __stdcall at run-command.c mingw.c
,
Pat Thoyts
Re: [msysGit] quick question about __stdcall at run-command.c mingw.c
,
Johannes Sixt
Re: [msysGit] quick question about __stdcall at run-command.c mingw.c
,
Johannes Schindelin
Re: [msysGit] quick question about __stdcall at run-command.c mingw.c
,
Johannes Sixt
Re: [msysGit] quick question about __stdcall at run-command.c mingw.c
,
Johannes Schindelin
[JGIT PATCH 1/2] Add time and timezone to SystemReader properties
,
Robin Rosenberg
[JGIT PATCH 2/2] Update the reflog for HEAD when the referenced branch is modified
,
Robin Rosenberg
bbchop & Wikipedia's Bayesian search theory page
,
Johannes Schindelin
GitHub linking, was Re: bbchop & Wikipedia's Bayesian search theory page
,
Johannes Schindelin
Re: GitHub linking, was Re: bbchop & Wikipedia's Bayesian search theory page
,
Scott Chacon
Re: bbchop & Wikipedia's Bayesian search theory page
,
Ealdwulf Wuffinga
git http-push and MKCOL error (22/409)
,
Thomas Schlichter
Re: git http-push and MKCOL error (22/409)
,
Tay Ray Chuan
Re: git http-push and MKCOL error (22/409)
,
Thomas Schlichter
Re: git http-push and MKCOL error (22/409)
,
Tay Ray Chuan
Re: git http-push and MKCOL error (22/409)
,
Thomas Schlichter
Re: git http-push and MKCOL error (22/409)
,
Thomas Schlichter
Re: git http-push and MKCOL error (22/409)
,
Junio C Hamano
Re: git http-push and MKCOL error (22/409)
,
Tay Ray Chuan
Re: git http-push and MKCOL error (22/409)
,
Thomas Schlichter
Re: git http-push and MKCOL error (22/409)
,
Junio C Hamano
Re: git http-push and MKCOL error (22/409)
,
Tay Ray Chuan
Re: git http-push and MKCOL error (22/409)
,
Thomas Schlichter
Re: [PATCH] Enable Visual Studio 2008 Build Git
,
Dmitry Potapov
[PATCH] unpack-trees.c: simplify check_updates() code path when o->update is false
,
Nguyễn Thái Ngọc Duy
[PATCH] git submodule foreach: Provide access to submodule name, as '$name'
,
Johan Herland
Re: [PATCH] git submodule foreach: Provide access to submodule name, as '$name'
,
Mark Levedahl
How to stop sharing objects between repositories
,
Jon Jensen
Re: How to stop sharing objects between repositories
,
Johannes Schindelin
Re: How to stop sharing objects between repositories
,
Jeff King
Re: How to stop sharing objects between repositories
,
Johannes Schindelin
Re: How to stop sharing objects between repositories
,
Daniel Villeneuve
Re: How to stop sharing objects between repositories
,
Johannes Schindelin
Re: How to stop sharing objects between repositories
,
Jeff King
Re: How to stop sharing objects between repositories
,
Junio C Hamano
Re: How to stop sharing objects between repositories
,
Mike Galbraith
Re: How to stop sharing objects between repositories
,
Jeff King
Re: How to stop sharing objects between repositories
,
Mike Galbraith
Re: How to stop sharing objects between repositories
,
Junio C Hamano
Re: How to stop sharing objects between repositories
,
Jeff King
Re: How to stop sharing objects between repositories
,
Junio C Hamano
Re: How to stop sharing objects between repositories
,
Jeff King
Re: How to stop sharing objects between repositories
,
Jeff King
Re: How to stop sharing objects between repositories
,
Jeff King
Re: How to stop sharing objects between repositories
,
Jeff King
[PATCH 0/9] "git status" that is not "git commit --dry-run"
,
Junio C Hamano
[PATCH 1/9] Documentation/git-commit.txt: describe --dry-run
,
Junio C Hamano
[PATCH 2/9] git commit --dry-run -v: show diff in color when asked
,
Junio C Hamano
[PATCH 3/9] git stat: the beginning
,
Junio C Hamano
[PATCH 4/9] git stat: honor relative paths setting
,
Junio C Hamano
[PATCH 5/9] git stat: show traditional status headers and trailers as well
,
Junio C Hamano
[PATCH 6/9] git stat: pathspec limits, unlike traditional "git status"
,
Junio C Hamano
[PATCH 7/9] git stat -s: short status output
,
Junio C Hamano
[PATCH 8/9] git status: not "commit --dry-run" anymore
,
Junio C Hamano
[PATCH 9/9] git-status: adjust tests
,
Junio C Hamano
Re: [PATCH 8/9] git status: not "commit --dry-run" anymore
,
Thomas Rast
Simplify '--prett=xyz' options
,
Linus Torvalds
Re: Simplify '--prett=xyz' options
,
Thomas Rast
Re: Simplify '--prett=xyz' options
,
Linus Torvalds
Re: Simplify '--prett=xyz' options
,
Junio C Hamano
Re: Simplify '--prett=xyz' options
,
Linus Torvalds
Re: Simplify '--prett=xyz' options
,
Avery Pennarun
Re: Simplify '--prett=xyz' options
,
Linus Torvalds
Re: Simplify '--prett=xyz' options
,
Linus Torvalds
Re: Simplify '--prett=xyz' options
,
Johannes Schindelin
[JGIT PATCH] Fix update of the refs cache when updating via a symbolic ref
,
Robin Rosenberg
git-svn bug report: %20 in http:// should translate to a space ' ' automatically
,
Mike Smullin
Re: git-svn bug report: %20 in http:// should translate to a space ' ' automatically
,
Björn Steinbrink
Re: git-svn bug report: %20 in http:// should translate to a space ' ' automatically
,
Tony Finch
Re: git-svn bug report: %20 in http:// should translate to a space ' ' automatically
,
Daniel Stenberg
[PATCH] svn: assume URLs from the command-line are URI-encoded
,
Eric Wong
[PATCH] Makefile: Add NEEDS_CRYPTO_WITH_SSL
,
Brian Gernhardt
Re: [PATCH] Makefile: Add NEEDS_CRYPTO_WITH_SSL
,
Alex Riesen
Re: [PATCH] Makefile: Add NEEDS_CRYPTO_WITH_SSL
,
Brian Gernhardt
<Possible follow-ups>
[PATCH] Makefile: Add NEEDS_CRYPTO_WITH_SSL
,
Brian Gernhardt
Re: [PATCH] Makefile: Add NEEDS_CRYPTO_WITH_SSL
,
Junio C Hamano
Re: [PATCH] Makefile: Add NEEDS_CRYPTO_WITH_SSL
,
Brian Gernhardt
Using VC build git (new patch)
,
Frank Li
Re: Using VC build git (new patch)
,
Johannes Schindelin
Re: Using VC build git (new patch)
,
Johannes Schindelin
Re: Using VC build git (new patch)
,
Frank Li
Re: Using VC build git (new patch)
,
Johannes Schindelin
Integration of git release workflow with automake "make dist"
,
Roger Leigh
[BUG, PATCH] git add -p: demonstrate failure when staging both mode and hunk
,
Kirill Smelkov
[PATCH] add -p: do not attempt to coalesce mode changes
,
Thomas Rast
Re: [PATCH] add -p: do not attempt to coalesce mode changes
,
Jeff King
Re: [PATCH] add -p: do not attempt to coalesce mode changes
,
Thomas Rast
Re: [PATCH] add -p: do not attempt to coalesce mode changes
,
Junio C Hamano
Re: [PATCH] add -p: do not attempt to coalesce mode changes
,
Kirill Smelkov
[PATCH 0/6] "git commit --dry-run" updates
,
Junio C Hamano
[PATCH 1/6] Documentation/git-commit.txt: describe --dry-run
,
Junio C Hamano
[PATCH 2/6] git commit --dry-run -v: show diff in color when asked
,
Junio C Hamano
[PATCH 3/6] git stat: the beginning
,
Junio C Hamano
[PATCH 4/6] git stat: pathspec limits, unlike traditional "git status"
,
Junio C Hamano
[PATCH 5/6] git stat -s: short status output
,
Junio C Hamano
[PATCH 6/6] git status: not "commit --dry-run" anymore
,
Junio C Hamano
Re: [PATCH 0/6] "git commit --dry-run" updates
,
Thomas Rast
Re: [PATCH 0/6] "git commit --dry-run" updates
,
Junio C Hamano
Re: [PATCH 0/6] "git commit --dry-run" updates
,
Thomas Rast
[PATCH] git-log: allow --decorate[=short|full]
,
Lars Hjemli
Re: [PATCH] git-log: allow --decorate[=short|full]
,
Lars Hjemli
Re: [PATCH] git-log: allow --decorate[=short|full]
,
Jeff King
Re: [PATCH] git-log: allow --decorate[=short|full]
,
Lars Hjemli
Re: [PATCH] git-log: allow --decorate[=short|full]
,
Jeff King
Re: [PATCH] git-log: allow --decorate[=short|full]
,
Junio C Hamano
Linus' sha1 is much faster!
,
Pádraig Brady
Re: Linus' sha1 is much faster!
,
Bryan Donlan
Re: Linus' sha1 is much faster!
,
John Tapsell
Re: Linus' sha1 is much faster!
,
Linus Torvalds
Re: Linus' sha1 is much faster!
,
Linus Torvalds
Re: Linus' sha1 is much faster!
,
Nicolas Pitre
Re: Linus' sha1 is much faster!
,
Pádraig Brady
Re: Linus' sha1 is much faster!
,
Andreas Ericsson
Re: Linus' sha1 is much faster!
,
Theodore Tso
Re: Linus' sha1 is much faster!
,
Giuseppe Scrivano
Re: Linus' sha1 is much faster!
,
Linus Torvalds
Re: Linus' sha1 is much faster!
,
Giuseppe Scrivano
Re: Linus' sha1 is much faster!
,
Linus Torvalds
Re: Linus' sha1 is much faster!
,
Pádraig Brady
Re: Linus' sha1 is much faster!
,
Giuseppe Scrivano
Re: Linus' sha1 is much faster!
,
Steven Noonan
Re: Linus' sha1 is much faster!
,
Linus Torvalds
Re: Linus' sha1 is much faster!
,
Steven Noonan
Re: Linus' sha1 is much faster!
,
Giuseppe Scrivano
<Possible follow-ups>
Re: Linus' sha1 is much faster!
,
George Spelvin
Re: Linus' sha1 is much faster!
,
Nicolas Pitre
Re: Linus' sha1 is much faster!
,
Nicolas Pitre
Re: Linus' sha1 is much faster!
,
Paolo Bonzini
Re: Linus' sha1 is much faster!
,
George Spelvin
Re: Linus' sha1 is much faster!
,
Nicolas Pitre
Re: Linus' sha1 is much faster!
,
George Spelvin
Re: RE : RE : trailling whitespace with git am ?
,
Alex Riesen
RE : RE : RE : trailling whitespace with git am ?
,
PICCA Frédéric-Emmanuel
Re: RE : trailling whitespace with git am ?
,
Alex Riesen
<Possible follow-ups>
Re: RE : trailling whitespace with git am ?
,
Alex Riesen
RE : trailling whitespace with git am ?
,
PICCA Frédéric-Emmanuel
http-push sends MKCOL command to create remote directory MKCOL http://user@server:80/url/.git/refs/ that already exists
,
willievu
Re: http-push sends MKCOL command to create remote directory MKCOL http://user@server:80/url/.git/refs/ that already exists
,
Tay Ray Chuan
git config -> "fatal: bad config file"
,
David Reitter
Re: git config -> "fatal: bad config file"
,
Michael J Gruber
Re: git config -> "fatal: bad config file"
,
David Reitter
Re: git config -> "fatal: bad config file"
,
Jakub Narebski
[PATCH] git-config: Parse config files leniently
,
Michael J Gruber
Re: [PATCH] git-config: Parse config files leniently
,
Junio C Hamano
Re: [PATCH] git-config: Parse config files leniently
,
Michael J Gruber
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]