git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2009-09-15 12:22:48 to 2009-09-17 08:57:52 UTC [more...]

[PATCH v4 00/15] Build Git with MSVC
 2009-09-17  8:57 UTC  (31+ messages)
` [PATCH 01/15] Avoid declaration after statement
  ` [PATCH 02/15] Add define guards to compat/win32.h
    ` [PATCH 03/15] Change regerror() declaration from K&R style to ANSI C (C89)
      ` [PATCH 04/15] Set _O_BINARY as default fmode for both MinGW and MSVC
        ` [PATCH 05/15] Fix __stdcall placement and function prototype
          ` [PATCH 06/15] Test for WIN32 instead of __MINGW32_
            ` [PATCH 07/15] Add empty header files for MSVC port
              ` [PATCH 08/15] Add MinGW header files to build git with MSVC
                ` [PATCH 09/15] Add platform files for MSVC porting
                  ` [PATCH 10/15] Make usage of windows.h lean and mean
                    ` [PATCH 11/15] Define strncasecmp and ftruncate for MSVC
                      ` [PATCH 12/15] Add MSVC to Makefile
                        ` [PATCH 13/15] Add README for MSVC build
                          ` [PATCH 14/15] Add scripts to generate projects for other buildsystems (MSVC vcproj, QMake)
                            ` [RFC 15/15] Tag GIT_VERSION when Git is built with MSVC
    ` [msysGit] [PATCH 02/15] Add define guards to compat/win32.h

[RFC/PATCH 0/2] Speed up fetch with large number of tags
 2009-09-17  7:33 UTC  (16+ messages)
` [RFC/PATCH 1/2] ref-dict: Add a set of functions for working with a ref dictionary
` [RFC/PATCH 2/2] fetch: Speed up fetch by using "
    ` [RFC/PATCH v2] fetch: Speed up fetch by rewriting find_non_local_tags
              ` [RFC/PATCH v3] "

git workflow for fully distributed mini-teams
 2009-09-17  7:28 UTC  (4+ messages)

[PATCH v3 0/4] "git reset --merge" related improvements
 2009-09-17  7:24 UTC  (9+ messages)
` [PATCH v3 1/4] reset: add a few tests for "git reset --merge"
` [PATCH v3 2/4] reset: use "unpack_trees()" directly instead of "git read-tree"
` [PATCH v3 3/4] reset: add option "--merge-safe" to "git reset"
` [PATCH v3 4/4] reset: add test cases for "--merge-safe" option

[PATCH] cvs: initialize empty password
 2009-09-17  7:21 UTC 

What's cooking in git.git (Sep 2009, #04; Wed, 16)
 2009-09-17  6:12 UTC 

[PATCH] Update the usage bundle string
 2009-09-17  6:12 UTC  (2+ messages)

[PATCH] archive: Refuse to write the archive to a terminal
 2009-09-17  5:53 UTC  (7+ messages)

[PATCH v2 0/4] "git reset --merge" related improvements
 2009-09-17  5:23 UTC  (8+ messages)
` [PATCH v2 1/4] reset: add a few tests for "git reset --merge"
` [PATCH v2 2/4] reset: use "unpack_trees()" directly instead of "git read-tree"
` [PATCH v2 3/4] reset: add option "--merge-safe" to "git reset"
` [PATCH v2 4/4] reset: add test cases for "--merge-safe" option

[PATCH v2] Update the usage bundle string
 2009-09-17  2:13 UTC 

obnoxious CLI complaints
 2009-09-17  1:27 UTC  (12+ messages)

[PATCH] Remove unused sha1 parameter from pprint_tag function
 2009-09-17  0:12 UTC 

Git Hooks
 2009-09-16 23:31 UTC  (2+ messages)

[ANNOUNCE] GIT 1.6.4.4
 2009-09-16 23:26 UTC 

[ANNOUNCE] Git User's Survey 2009 has been closed
 2009-09-16 23:13 UTC 

[StGit PATCH 0/5] More UI clean-up
 2009-09-16 21:41 UTC  (6+ messages)
` [StGit PATCH 1/5] Remove the 'fail_dump' argument to git.apply_patch()
` [StGit PATCH 2/5] Add the --reject option to fold
` [StGit PATCH 3/5] Do not create an empty patch if import failed without --reject
` [StGit PATCH 4/5] Add the -p option to fold
` [StGit PATCH 5/5] Autosign imported patches

[PATCH v2] Update the usage bundle string
 2009-09-16 21:32 UTC 

Behavior of 'git add \*.txt': bug or feature?
 2009-09-16 21:26 UTC  (3+ messages)

[PATCH] gitk: restore wm state to normal before saving geometry information
 2009-09-16 21:07 UTC  (13+ messages)
` [PATCH 1/2] Work around leftover temporary save file
` [PATCH 2/2] Fix the geometry when restoring from zoomed state

[PATCH] Exporter for code_swarm
 2009-09-16 20:27 UTC 

[PATCH] push: Correctly initialize nonfastforward in do_push
 2009-09-16 18:29 UTC  (6+ messages)
    ` [PATCH v2] "

self contained executable
 2009-09-16 16:51 UTC  (4+ messages)

[PATCH] Initial manually svn property setting support for git-svn
 2009-09-16 16:18 UTC  (2+ messages)

[PATCH] Updated the usage string of git reset
 2009-09-16 15:29 UTC 

Direct ancestors from commit to HEAD
 2009-09-16 15:10 UTC  (3+ messages)

Pair Programming Workflow Suggestions
 2009-09-16 14:17 UTC  (6+ messages)

Gource - new GL Visualisation for git repositories
 2009-09-16 13:02 UTC  (6+ messages)

System wide gitattributes
 2009-09-16 12:53 UTC  (3+ messages)

git-svn-problem: Unnecessary downloading entire branch?
 2009-09-16 11:53 UTC 

[PATCH 1/1] update gitignore
 2009-09-16 10:03 UTC  (2+ messages)

[RFC/PATCH v3 00/14] Build Git with MSVC
 2009-09-16  5:26 UTC  (21+ messages)
  ` [PATCH 01/14] Avoid declaration after statement
  ` [PATCH 02/14] Add define guards to compat/win32.h
  ` [PATCH 03/14] Change regerror() declaration from K&R style to ANSI C (C89)
  ` [PATCH 04/14] Set _O_BINARY as default fmode for both MinGW and MSVC
  ` [PATCH 05/14] Fix __stdcall placement and function prototype
  ` [PATCH 06/14] Test for WIN32 instead of __MINGW32_
  ` [PATCH 07/14] Add empty header files for MSVC port
  ` [PATCH 08/14] Add MinGW header files to build git with MSVC
  ` [PATCH 09/14] Add platform files for MSVC porting
  ` [PATCH 10/14] Make usage of windows.h lean and mean
    ` [PATCH 11/14] Define strncasecmp and ftruncate for MSVC
  ` [PATCH 12/14] Add MSVC to Makefile
  ` [PATCH 13/14] Add README for MSVC build
  ` [PATCH 14/14] Add scripts to generate projects for other buildsystems (MSVC vcproj, QMake)

[PATCH JGit] Adding update-server-info functionality try2
 2009-09-16  0:48 UTC  (6+ messages)
` [PATCH JGit 1/5] adding tests for ObjectDirectory
  ` [PATCH JGit 2/5] Create abstract method on ObjectDatabase for accessing the list of local pack files
    ` [PATCH JGit 3/5] Implemented directory based info cache for objects/info/packs
      ` [PATCH JGit 4/5] Adding in a InfoDatabase like ObjectDatabase and and implementation based upon a directory
        ` [PATCH JGit 5/5] added tests for the file based info cache update and made pass

Git crashes on pull
 2009-09-15 23:30 UTC  (5+ messages)

Commited to wrong branch
 2009-09-15 22:30 UTC  (19+ messages)

[PATCH JGit] Adding update-server-info functionality
 2009-09-15 19:23 UTC  (14+ messages)
` [PATCH JGit 01/19] adding tests for ObjectDirectory
` [PATCH JGit 03/19] Add abstract method for updating the object db's info cache Implemented passthrough on Alternate for the update of infocache
  ` [PATCH JGit 04/19] added utility that generates the contents of the objects/info/packs file as a string from a list of PackFiles
    ` [PATCH JGit 05/19] Made tests for listLocalPacks function on ObjectDirectory and made them pass
` [PATCH JGit 06/19] added utility for reading the contents of a file as a string
  ` [PATCH JGit 07/19] implemented the packs file update functionality
` [PATCH JGit 08/19] changed signature to allow a IOException
  ` [PATCH JGit 09/19] Didn't like the old name, this is more specific to it just updating the packs info cache

[JGIT PATCH 1/3] Disallow creating invalid DirCacheEntry records
 2009-09-15 16:11 UTC  (4+ messages)
` [JGIT PATCH 2/3] Don't allow DirCacheEntry with mode of 0
  ` [JGIT PATCH 3/3] Use keep(1) instead of add() when skipping an entry
    ` git-svn and rebasing refactored (moved) content

[PATCH 0/4] Colouring whitespace errors in diff -B output
 2009-09-15 20:12 UTC  (3+ messages)

Per-remote tracking branch
 2009-09-15 15:29 UTC 

git stash list shows timestamp in stead of "stash number", when setting date = local for log in config
 2009-09-15 14:56 UTC 

R: Commited to wrong branch
 2009-09-15 13:45 UTC 

'git stash apply' in dirty working directory
 2009-09-15 13:05 UTC 

put in scripts
 2009-09-15 12:16 UTC 


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).