git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2009-08-18 21:50:24 to 2009-08-21 02:48:40 UTC [more...]

What's cooking in git.git (Aug 2009, #03; Thu, 20)
 2009-08-21  2:48 UTC 

[PATCH v2] Fix symlink __stdcall problem at MSVC
 2009-08-21  2:42 UTC  (2+ messages)

Issue with gitweb + tag + branch of the same name from master branch commit
 2009-08-21  0:19 UTC  (2+ messages)

[PATCH 6/6 (v4)] support for path name caching in rev-cache
 2009-08-21  0:05 UTC  (7+ messages)

[PATCH] Make 'diff C^!' show the same diff as 'show C'
 2009-08-20 23:35 UTC  (8+ messages)

Help/Advice needed on diff bug in xutils.c
 2009-08-20 23:09 UTC  (9+ messages)
` [PATCH 0/6 RFC] Series to correct xutils incomplete line handling
  ` [PATCH 1/6] Add supplemental test for trailing-whitespace on incomplete lines
  ` [PATCH 2/6] Make xdl_hash_record_with_whitespace ignore eof
  ` [PATCH 3/6] Make diff -w handle trailing-spaces on incomplete lines
  ` [PATCH 4/6] Make diff -b "
  ` [PATCH 5/6] Make diff --ignore-space-at-eol handle "
  ` [PATCH 6/6] Add diff tests for trailing-space on "

Continue git clone after interruption
 2009-08-20 22:57 UTC  (28+ messages)

[PATCH JGIT] Ensure created test repositories use canonical paths
 2009-08-20 22:35 UTC  (2+ messages)

question concerning branches
 2009-08-20 17:37 UTC  (21+ messages)

[PATCH next] t7407: use 'cut' utility rather than bash's substring expansion notation
 2009-08-20 16:59 UTC  (5+ messages)

[RFC PATCH v4 00/19] Sparse checkout
 2009-08-20 15:31 UTC  (22+ messages)
` [RFC PATCH v4 01/19] update-index: refactor mark_valid() in preparation for new options
  ` [RFC PATCH v4 02/19] Add test-index-version
    ` [RFC PATCH v4 03/19] Introduce "skip-worktree" bit in index, teach Git to get/set this bit
      ` [RFC PATCH v4 04/19] Teach Git to respect skip-worktree bit (reading part)
        ` [RFC PATCH v4 05/19] Teach Git to respect skip-worktree bit (writing part)
          ` [RFC PATCH v4 06/19] Avoid writing to buffer in add_excludes_from_file_1()
            ` [RFC PATCH v4 07/19] Read .gitignore from index if it is skip-worktree
              ` [RFC PATCH v4 08/19] unpack-trees(): carry skip-worktree bit over in merged_entry()
                ` [RFC PATCH v4 09/19] excluded_1(): support exclude files in index
                  ` [RFC PATCH v4 10/19] dir.c: export excluded_1() and add_excludes_from_file_1()
                    ` [RFC PATCH v4 11/19] Introduce "sparse checkout"
                      ` [RFC PATCH v4 12/19] unpack-trees(): add CE_WT_REMOVE to remove on worktree alone
                        ` [RFC PATCH v4 13/19] unpack-trees.c: generalize verify_* functions
                          ` [RFC PATCH v4 14/19] unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkout
                            ` [RFC PATCH v4 15/19] unpack_trees(): apply $GIT_DIR/info/sparse-checkout to the final index
                              ` [RFC PATCH v4 16/19] unpack-trees(): ignore worktree check outside checkout area
                                ` [RFC PATCH v4 17/19] read-tree: add --no-sparse-checkout to disable sparse checkout support
                                  ` [RFC PATCH v4 18/19] Add tests for sparse checkout
                                    ` [RFC PATCH v4 19/19] sparse checkout: inhibit empty worktree

gitweb and symbolic links
 2009-08-20 15:03 UTC  (3+ messages)

[PATCH] Fix symlink __stdcall problem at MSVC
 2009-08-20 14:16 UTC  (3+ messages)

interaction between --graph and --simplify-by-decoration
 2009-08-20  4:13 UTC  (10+ messages)
` [PATCH] graph API: fix bug in graph_is_interesting()
              ` [PATCH] Add test case for rev-list --parents --show-all

[PATCH] block-sha1: Windows declares ntohl() in winsock2.h
 2009-08-20  2:45 UTC  (14+ messages)

difftool, open all diff files immediately, not in serial
 2009-08-20  1:39 UTC  (3+ messages)

[PATCH] git-compat-util.h: remove superfluous test for __sun__
 2009-08-20  1:27 UTC 

What's a good setup for submitting patches to the list properly?
 2009-08-20  0:09 UTC 

[RFC/PATCH 0/6] Git submodule: 'foreach' enhancements and nested submodule handling
 2009-08-19 23:07 UTC  (8+ 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 "
` [RFC/PATCH 7/6] git clone: Add --recursive to automatically checkout (nested) submodules

[PATCH] graph API: display uninteresting commits as '^' instead of '*'
 2009-08-19 23:06 UTC 

ls-files -t broken? Or do I just not understand it?
 2009-08-19 17:53 UTC  (7+ messages)

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

[PATCH 01/12] Avoid declaration after instruction
 2009-08-19 15:59 UTC  (12+ messages)
` [PATCH 02/12] Define SNPRINTF_SIZE_CORR=1 for Microsoft Visual C++
  ` [PATCH 03/12] Using macro WIN32 replace __MINGW32_ at Windows special handler The code which is conditional on MinGW32 is actually conditional on Windows. Use WIN32 macro will share both MINGW32 and MSVC environment
    ` [PATCH 04/12] mingw.c: Use the O_BINARY flag to open files
      ` [PATCH 05/12] Place __stdcall between return value and function name
        ` [PATCH 06/12] Add _MSC_VER in porting head file git-compat-util.h
          ` [PATCH 07/12] Add Unix header files to build git at MSVC
            ` [PATCH 08/12] Add MSVC porting files
              ` [PATCH 09/12] Don't include windows.h at winansi.c at MSVC build
                ` [PATCH 10/12] Fix errcode have defined as int at MSVC
                  ` [PATCH 11/12] Add MSVC Project file

[PATCH 01/11] Fix build failure at VC because function declare use old style at regex.c
 2009-08-19 15:21 UTC  (12+ messages)
` [PATCH 02/11] Fix declare variable at mid of function
        ` [msysGit] "

[PATCH 10/11] Add MSVC Project file
 2009-08-19 14:51 UTC  (23+ 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)

[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  (5+ messages)
` [PATCH v5 0/6] "

[RFC PATCH] stash: accept options also when subcommand 'save' is omitted
 2009-08-19  9:57 UTC  (12+ 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

[RFC PATCH] stash: accept options also when subcommand 'save' is omitted
 2009-08-19  7:14 UTC  (10+ messages)

[PATCH][resend 3] git-svn: Use GIT_SSH setting if SVN_SSH is not set
 2009-08-19  3:58 UTC  (2+ messages)

x86 SHA1: Faster than OpenSSL
 2009-08-18 21:50 UTC  (4+ 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).