messages from 2009-08-18 05:49:27 to 2009-08-19 15:20:09 UTC [more...]
Continue git clone after interruption
2009-08-19 15:19 UTC (17+ messages)
[PATCH 10/11] Add MSVC Project file
2009-08-19 14:51 UTC (34+ messages)
` [RFC] Enable compilation by Makefile for the MSVC toolchain
` [msysGit] "
Simple commit mechanism for non-technical users
2009-08-19 14:40 UTC (7+ messages)
New to Git / Questions about single user / multiple projects
2009-08-19 13:20 UTC (11+ messages)
[PATCH JGIT] Ensure created test repositories use canonical paths
2009-08-19 13:18 UTC
[PATCH 01/11] Fix build failure at VC because function declare use old style at regex.c
2009-08-19 13:15 UTC (18+ messages)
` [PATCH 02/11] Fix declare variable at mid of function
` [PATCH 03/11] Define SNPRINTF_SIZE_CORR 1 when use MSVC build git
` [msysGit] Re: [PATCH 02/11] Fix declare variable at mid of function
[JGIT PATCH 1/1] Fix for Repository.stripWorkDir when using partial paths
2009-08-19 12:50 UTC (2+ messages)
` [PATCH JGIT] Make Repository.stripWorkDir more robust
[PATCH v4 0/5] Re: {checkout,reset,stash} --patch
2009-08-19 10:11 UTC (7+ messages)
` [PATCH v5 0/6] "
[RFC PATCH] stash: accept options also when subcommand 'save' is omitted
2009-08-19 9:57 UTC (22+ messages)
` [PATCH 0/3] short syntaxes for 'git stash'
` [PATCH 1/3] stash: accept -k as a shortcut for --keep-index
` [PATCH 2/3] stash: accept options also when subcommand 'save' is omitted
` [PATCH 3/3] stash: reject stash name starting with a dash
ls-files -t broken? Or do I just not understand it?
2009-08-19 9:18 UTC (5+ messages)
interaction between --graph and --simplify-by-decoration
2009-08-19 6:25 UTC (7+ messages)
` [PATCH] graph API: fix bug in graph_is_interesting()
[PATCH][resend 3] git-svn: Use GIT_SSH setting if SVN_SSH is not set
2009-08-19 3:58 UTC (2+ messages)
[PATCH 6/6 (v4)] support for path name caching in rev-cache
2009-08-19 3:52 UTC (6+ messages)
[RFC/PATCH 0/6] Git submodule: 'foreach' enhancements and nested submodule handling
2009-08-19 1:45 UTC (7+ messages)
` [RFC/PATCH 1/6] git submodule: Cleanup usage string and add option parsing to cmd_foreach()
` [RFC/PATCH 2/6] Add selftest for 'git submodule foreach'
` [RFC/PATCH 3/6] git submodule foreach: Provide access to submodule name, as '$name'
` [RFC/PATCH 4/6] git submodule foreach: Add --recursive to recurse into nested submodules
` [RFC/PATCH 5/6] git submodule update: Introduce --recursive to update "
` [RFC/PATCH 6/6] git submodule status: Add --recursive to recurse into "
x86 SHA1: Faster than OpenSSL
2009-08-18 21:50 UTC (5+ messages)
[PATCH] graph API: use a new color when starting a brand new column
2009-08-18 21:41 UTC
Fw: Null deref in recursive merge in df73af5f667a479764d2b2195cb0cb60b0b89e3d
2009-08-18 21:35 UTC (4+ messages)
` "
[PATCH] block-sha1: Windows declares ntohl() in winsock2.h
2009-08-18 20:49 UTC (31+ messages)
` [PATCH] make sure byte swapping is optimal for git
` [PATCH] block-sha1: guard gcc extensions with __GNUC__
[PATCH][resend 2] git-svn: Use GIT_SSH setting if SVN_SSH is not set
2009-08-18 20:31 UTC
[PATCH] git-log: allow --decorate[=short|full]
2009-08-18 20:18 UTC (5+ messages)
Git User's Survey 2009 partial summary, part 2 - from first 10
2009-08-18 19:55 UTC (4+ messages)
` learning curve (aka Git User's Survey 2009 partial summary, part 2 - from first 10)
[PATCH][resend] git-svn: Respect GIT_SSH setting
2009-08-18 19:25 UTC (7+ messages)
[MSysGit] Windows & executable bit
2009-08-18 16:47 UTC (9+ messages)
` [msysGit] "
` "
[RFC PATCH v3 0/8] Sparse checkout
2009-08-18 16:00 UTC (6+ messages)
` [RFC PATCH v3 8/8] --sparse for porcelains
` git find (was: [RFC PATCH v3 8/8] --sparse for porcelains)
[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
2009-08-18 13:01 UTC (15+ messages)
` [PATCH 07/11] Add O_BINARY flag to open flag at mingw.c
` [PATCH 08/11] Place __stdcall to correct position
` [PATCH 09/11] Add MSVC porting header files
[PATCH] remove ARM and Mozilla SHA1 implementations
2009-08-18 12:42 UTC (4+ messages)
` [PATCH v2] "
[PATCH 5/6 (v4)] full integration of rev-cache into git, completed test suite
2009-08-18 11:51 UTC (2+ messages)
[PATCH 4/6 (v4)] administrative functions for rev-cache, start of integration into git
2009-08-18 11:51 UTC (2+ messages)
[PATCH 2/6 (v4)] basic revision cache system, no integration or features
2009-08-18 11:51 UTC (2+ messages)
[PATCH 3/6 (v4)] support for non-commit object caching in rev-cache
2009-08-18 11:51 UTC (2+ messages)
[PATCH 1/6 (v4)] man page and technical discussion for rev-cache
2009-08-18 11:51 UTC (2+ messages)
[PATCH 0/6 (v4)] revision caching mechanism to significantly speed up packing/walking (last version)
2009-08-18 11:51 UTC (2+ messages)
[PATCH 05/11] Remove va_copy at MSVC because there are va_copy
2009-08-18 9:54 UTC (4+ messages)
[PATCH] filter-branch: make the usage string fit on 80 chars terminals
2009-08-18 9:51 UTC
[PATCH] tests: disable interactive hunk selection tests if perl not available
2009-08-18 8:33 UTC (2+ messages)
[BUG, PATCH] git add -p: demonstrate failure when staging both mode and hunk
2009-08-18 7:52 UTC (6+ messages)
` [PATCH] add -p: do not attempt to coalesce mode changes
[PATCH] git-instaweb: fix mod_perl detection for apache2
2009-08-18 7:45 UTC (4+ messages)
[PATCH] upload-pack: add a trigger for post-upload-pack hook
2009-08-18 7:04 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).