git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2009-09-13 14:55:10 to 2009-09-15 14:12:02 UTC [more...]

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

Commited to wrong branch
 2009-09-15 14:08 UTC  (15+ messages)

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

[RFC/PATCH v3 00/14] Build Git with MSVC
 2009-09-15 13:44 UTC  (15+ 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)

'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

[PATCH 0/4] Colouring whitespace errors in diff -B output
 2009-09-15  6:52 UTC  (6+ 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

[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  (11+ messages)
` [PATCH 1/4] reset: add a few tests for "git reset --merge"
` [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  (12+ 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

obnoxious CLI complaints
 2009-09-13 21:27 UTC  (8+ messages)
` [PATCH 1/2] git-archive: add '-o' as a alias for '--output'
  ` [PATCH 2/2] teach git-archive to auto detect the output format
      ` [PATCH v2 "
    ` [PATCH v2 1/2] git-archive: add '-o' as a alias for '--output'

[ANNOUNCE] CGIT 0.8.3
 2009-09-13 21:00 UTC 

bash_completion outside repo
 2009-09-13 20:40 UTC  (11+ messages)
          ` [PATCH] completion: Replace config --list with --get-regexp

[PATCH] git-commit: Only describe --dry-run once
 2009-09-13 19:25 UTC  (3+ messages)

[PATCH JGit] Adding update-server-info functionality
 2009-09-13 18:44 UTC  (20+ messages)
` [PATCH JGit 01/19] adding tests for ObjectDirectory
  ` [PATCH JGit 02/19] Create abstract method on ObjectDatabase for accessing the list of local pack files
    ` [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
                  ` [PATCH JGit 10/19] moved test up to a higher level to test actual functionality
                    ` [PATCH JGit 11/19] removed unused import
                      ` [PATCH JGit 12/19] moved info/packs into a constant
                        ` [PATCH JGit 13/19] made the call update the object database's info cache
                          ` [PATCH JGit 14/19] pulled out some helper functions that will be useful for other tests
                            ` [PATCH JGit 15/19] Adding in a InfoDatabase like ObjectDatabase and and implementation based upon a directory
                              ` [PATCH JGit 16/19] added tests for the file based info cache update and made pass
                                ` [PATCH JGit 17/19] added call to update the info refs file
                                  ` [PATCH JGit 18/19] Added Copyright Notices
                                    ` [PATCH JGit 19/19] changed \r to \n per compliance with real git

[PATCH] reflog: Usage documentation cleanup
 2009-09-13 17:23 UTC 

[PATCH] git-push: Accept -n as a synonym for --dry-run
 2009-09-13 17:07 UTC  (6+ messages)

[PATCH v2] git-push: Accept -n as a synonym for --dry-run
 2009-09-13 16:56 UTC 

git push --confirm ?
 2009-09-13 16:59 UTC  (7+ messages)

[ANNOUNCE] Stacked Git 0.15-rc3
 2009-09-13 16:01 UTC 

[PATCH] transport-helper.c: don't leak fdopen'd stream buffers
 2009-09-13 15:20 UTC  (3+ messages)

[RFC/PATCH v4 1/2] gitweb: check given hash before trying to create snapshot
 2009-09-13 15:03 UTC  (4+ messages)

What's cooking in git.git (Sep 2009, #03; Sun, 13)
 2009-09-13 14:54 UTC  (3+ 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).