git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2009-08-16 22:17:32 to 2009-08-17 21:03:25 UTC [more...]

[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-17 21:03 UTC  (30+ 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 10/11] Add MSVC Project file
          ` CMake, was Re: [PATCH 09/11] Add MSVC porting header files
          ` [msysGit] "
      ` [msysGit] "

[PATCH 01/11] Fix build failure at VC because function declare use old style at regex.c
 2009-08-17 21:00 UTC  (12+ messages)
` [PATCH 02/11] Fix declare variable at mid of function
  ` [PATCH 03/11] Define SNPRINTF_SIZE_CORR 1 when use MSVC build git
    ` [PATCH 04/11] Add _MSC_VER predefine macro to make same behaviors with __MINGW32__ Enable MSVC build. MSVC have the save behaviors with msysgit
      ` [msysGit] Re: [PATCH 02/11] Fix declare variable at mid of function

How-to checkin git hook
 2009-08-17 20:46 UTC  (4+ messages)

[PATCH] filter-branch: add an example how to add ACKs to a range of commits
 2009-08-17 20:38 UTC 

Message from git reset: confusing?
 2009-08-17 19:50 UTC  (7+ messages)
` [PATCH 1/2] Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN
  ` [PATCH 2/2 (v2)] reset: make the output more user-friendly

git config -> "fatal: bad config file"
 2009-08-17 19:49 UTC  (5+ messages)
` [PATCH] git-config: Parse config files leniently

[PATCH 05/11] Remove va_copy at MSVC because there are va_copy
 2009-08-17 19:46 UTC  (8+ messages)

Linus' sha1 is much faster!
 2009-08-17 19:34 UTC  (6+ messages)

[PATCH 0/6] "git commit --dry-run" updates
 2009-08-17 19:16 UTC  (4+ messages)

[RFC PATCH v3 0/8] Sparse checkout
 2009-08-17 18:39 UTC  (17+ messages)
` [RFC PATCH v3 8/8] --sparse for porcelains

Using VC build git (split patch)
 2009-08-17 18:22 UTC  (6+ messages)

RFC for 1.7: Do not checkout -b master origin/master on clone
 2009-08-17 17:45 UTC  (2+ messages)

Linus' sha1 is much faster!
 2009-08-17 17:32 UTC  (16+ messages)

git http-push and MKCOL error (22/409)
 2009-08-17 17:28 UTC  (12+ messages)

[PATCH 11/11] Add gitignore and ReadMe file for MSVC Build
 2009-08-17 17:16 UTC  (2+ messages)

sparse support in pu
 2009-08-17 17:13 UTC  (21+ messages)

"make quick-install-man" broke recently
 2009-08-17 17:09 UTC  (13+ messages)

[RFCv4 0/5] CVS remote helper
 2009-08-17 16:27 UTC  (7+ messages)
` [RFCv4 1/5] Basic build infrastructure for Python scripts
` [RFCv4 2/5] 1/2: Add Python support library for CVS remote helper
` [RFCv4 3/5] 2/2: "
` [RFCv4 4/5] git-remote-cvs: Remote helper program for CVS repositories
` [RFCv4 5/5] Add simple selftests of git-remote-cvs functionality
` [RFCv4 6/5] Fix the Makefile-generated path to the git_remote_cvs package in git-remote-cvs

rev-list behavior in mail notification when pushing multiple branches
 2009-08-17 16:13 UTC 

[PATCH] read-tree: Fix regression with creation of a new index file
 2009-08-17 15:35 UTC 

Continue git clone after interruption
 2009-08-17 15:23 UTC  (3+ messages)

bbchop & Wikipedia's Bayesian search theory page
 2009-08-17 14:46 UTC  (2+ messages)

git clone http://git.savannah.gnu.org/cgit/xboard.git segfaults
 2009-08-17 14:40 UTC  (4+ messages)

Tie a CVS-aware app into GIT?
 2009-08-12 21:52 UTC  (3+ messages)

git propaganda poster
 2009-08-17 12:27 UTC 

[PATCH 6/6 (v4)] support for path name caching in rev-cache
 2009-08-17 12:31 UTC 

[PATCH 5/6 (v4)] full integration of rev-cache into git, completed test suite
 2009-08-17 12:31 UTC 

[PATCH 4/6 (v4)] administrative functions for rev-cache, start of integration into git
 2009-08-17 12:31 UTC 

[PATCH 2/6 (v4)] basic revision cache system, no integration or features
 2009-08-17 12:31 UTC 

[PATCH 3/6 (v4)] support for non-commit object caching in rev-cache
 2009-08-17 12:31 UTC 

[PATCH 1/6 (v4)] man page and technical discussion for rev-cache
 2009-08-17 12:31 UTC 

[PATCH 0/6 (v4)] revision caching mechanism to significantly speed up packing/walking (last version)
 2009-08-17 12:31 UTC 

Git User's Survey 2009 partial summary, part 2 - from first 10
 2009-08-17 10:44 UTC  (2+ messages)

quick question about __stdcall at run-command.c mingw.c
 2009-08-17  9:12 UTC  (6+ messages)
` [msysGit] "

[PATCH 0/9] "git status" that is not "git commit --dry-run"
 2009-08-17  8:57 UTC  (4+ messages)
` [PATCH 7/9] git stat -s: short status output
  ` [PATCH 8/9] git status: not "commit --dry-run" anymore

[PATCH 0/6 (v2)] Suggested for PU: revision caching system to significantly speed up packing/walking
 2009-08-17  8:16 UTC  (5+ messages)

How to stop sharing objects between repositories
 2009-08-17  7:50 UTC  (16+ messages)

[RFCv3 2/4] Add Python support library for CVS remote helper
 2009-08-17  1:58 UTC  (4+ messages)
` [PATCH 1/2] git_remote_cvs: Honor DESTDIR in the Makefile

[PATCHv3 0/3] git-gui: more robust handling of fancy repos
 2009-08-16 23:58 UTC  (4+ messages)
` [PATCHv3 1/3] git-gui: handle non-standard worktree locations
` [PATCHv3 2/3] git-gui: handle bare repos correctly
` [PATCHv3 3/3] git-gui: work from the .git dir

[PATCH 6/6 (v2)] support for path name caching of blobs/trees in rev-cache
 2009-08-16 22:42 UTC  (2+ messages)

[PATCH 5/6 (v2)] full integration of rev-cache into git's revision walker, completed test suite
 2009-08-16 22:42 UTC  (2+ messages)

[PATCH 4/6 (v2)] administrative functions for rev-cache, and start of integration into git
 2009-08-16 22:42 UTC  (2+ messages)

[PATCH 2/6 (v2)] bare minimum revision cache system, no integration with git
 2009-08-16 22:41 UTC  (2+ messages)

[PATCH 3/6 (v2)] non-commit object support for rev-cache
 2009-08-16 22:41 UTC  (2+ messages)

[PATCH 1/6 (v2)] revision caching documentation: man page and technical discussion
 2009-08-16 22:41 UTC  (2+ messages)


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).