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

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

[PATCH v4 00/15] Build Git with MSVC
 2009-09-16  8:20 UTC  (7+ 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_

self contained executable
 2009-09-16  8:13 UTC  (2+ messages)

[RFC/PATCH 0/2] Speed up fetch with large number of tags
 2009-09-16  7:53 UTC  (3+ 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 "

git workflow for fully distributed mini-teams
 2009-09-16  7:35 UTC 

Gource - new GL Visualisation for git repositories
 2009-09-16  6:40 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 v2 0/4] "git reset --merge" related improvements
 2009-09-16  4:14 UTC  (5+ 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 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  (20+ 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  (7+ messages)
` [PATCH 1/4] diff.c: shuffling code around
` [PATCH 2/4] diff.c: split emit_line() from the first char and the rest of the line
` [PATCH 3/4] diff.c: emit_add_line() takes only "
` [PATCH 4/4] diff -B: colour whitespace errors

Pair Programming Workflow Suggestions
 2009-09-15 18:20 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 

Patches for git-push --confirm and --show-subjects
 2009-09-15 11:50 UTC  (15+ messages)
` [PATCH 1/4] push: add --confirm option to ask before sending updates
  ` [PATCH 2/4] push: allow configuring default for --confirm
    ` [PATCH 3/4] push: add --show-subjects option to show commit synopsis
      ` [PATCH 4/4] push: allow configuring default for --show-subjects

Question about git-svn
 2009-09-15 11:49 UTC  (3+ messages)

[PATCH] Documentation/git-add.txt: Explain --patch option in layman terms
 2009-09-15 10:35 UTC  (16+ messages)
              ` [PATCH] Improve --patch option documentation in git-add
                      ` [PATCH] Improve --patch option documentation in git-add (updated patch)

[PATCH 1/4] bash: rename __git_find_subcommand() to __git_find_on_cmdline()
 2009-09-15 10:21 UTC  (4+ messages)
` [PATCH 2/4] bash: update 'git stash' completion
  ` [PATCH 3/4] bash: teach 'git reset --patch'
    ` [PATCH 4/4] bash: teach 'git checkout' options

[RFC/PATCH v2 00/17] Build Git with MSVC
 2009-09-15  5:59 UTC  (35+ messages)
` [PATCH 01/17] Avoid declaration after statement
  ` [PATCH 02/17] boolean is a typedef under MSVC, so rename variable to 'i_boolean'
    ` [PATCH 03/17] Define SNPRINTF_SIZE_CORR=1 for Microsoft Visual C++
      ` [PATCH 04/17] Add define guards to compat/win32.h
        ` [PATCH 05/17] Change regerror() declaration from K&R style to ANSI C (C89)
          ` [PATCH 06/17] mingw.c: Use the O_BINARY flag to open files
            ` [PATCH 07/17] Fix __stdcall/WINAPI placement and function prototype
              ` [PATCH 08/17] Test for WIN32 instead of __MINGW32_
                ` [PATCH 09/17] Add empty header files for MSVC port
                  ` [PATCH 10/17] Add MinGW header files to build git with MSVC
                    ` [PATCH 11/17] Add platform files for MSVC porting
                      ` [PATCH 12/17] Make usage of windows.h lean and mean
                        ` [PATCH 13/17] Define strncasecmp as _strnicmp for MSVC
                          ` [PATCH 14/17] Add ftruncate implementation "
                            ` [PATCH 15/17] Add MSVC to Makefile
                              ` [PATCH 16/17] Add README for MSVC build
                                ` [PATCH 17/17] Add scripts to generate projects for other buildsystems (MSVC vcproj, QMake)
                ` [msysGit] [PATCH 07/17] Fix __stdcall/WINAPI placement and function prototype
            ` [msysGit] [PATCH 06/17] mingw.c: Use the O_BINARY flag to open files

rename tracking and file-name swapping
 2009-09-15  5:05 UTC  (7+ messages)
  ` [Bug?] "diff -B --color" output doesn't show space errors
      ` [PATCH] diff --whitespace: fix blank lines at end

[PATCH 0/4] "git reset --merge" related improvements
 2009-09-15  4:32 UTC  (7+ messages)
` [PATCH 4/4] reset: add test cases for "--merge-dirty" option

could not detach HEAD error didn't identify the cause of the issue
 2009-09-14 22:39 UTC  (4+ messages)

Tracking remote branches
 2009-09-14 19:19 UTC  (4+ messages)
    `  "

[PATCH] git gui: make current branch default in "remote delete branch" merge check
 2009-09-14 19:05 UTC 

[PATCH 2/2] remove NORETURN from function pointers
 2009-09-14 13:37 UTC  (14+ messages)

codeBeamer, Collaborative ALM Solution for Git and Android
 2009-09-14 12:49 UTC 

[PATCH 1/2] increase portability of NORETURN declarations
 2009-09-14 11:49 UTC 

Confusing git pull error message
 2009-09-14 11:14 UTC  (7+ messages)

[PATCH] web--browse: fix Mac OS X GUI detection for 10.6
 2009-09-14  8:49 UTC 

[PATCH] remove logical typo in documentation of sample update hook
 2009-09-14  8:47 UTC 

Error with git svn show-ignore: forbidden access
 2009-09-14  7:30 UTC  (3+ messages)

[PATCH] Nicolas Pitre has a new email address
 2009-09-14  6:41 UTC 

[PATCH] preserve mtime of local clone
 2009-09-14  3:39 UTC  (8+ messages)
` [PATCH] git-gui: suggest gc only when counting at least 2 objects
          ` [PATCH] git-gui: search 4 directories to improve statistic of gc hint


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