messages from 2009-08-19 09:57:31 to 2009-08-21 14:37:10 UTC [more...]
[PATCH] test suite: add a check that all test numbers are unique
2009-08-21 14:37 UTC (4+ messages)
` [PATCH v2] "
[PATCH] Add support for the Mongoose web server
2009-08-21 14:24 UTC (3+ messages)
[RFC/PATCH 00/14] Build git with MSVC
2009-08-21 13:46 UTC (17+ messages)
` [PATCH 01/14] Fix non-constant array creation
` [PATCH 02/14] Avoid declaration after statement
` [PATCH 03/14] Define SNPRINTF_SIZE_CORR=1 for Microsoft Visual C++
` [PATCH 04/14] Add define guards to compat/win32.h
` [PATCH 05/14] Change regerror() declaration from K&R style to ANSI C (C89)
` [PATCH 06/14] mingw.c: Use the O_BINARY flag to open files
` [PATCH 07/14] Fix __stdcall/WINAPI placement and function prototype
` [PATCH 08/14] Test for WIN32 instead of __MINGW32_
` [PATCH 09/14] Avoid including windows.h in winansi.c for MSVC build
` [PATCH 10/14] Add empty header files for MSVC port
` [PATCH 11/14] Add MinGW header files to build git with MSVC
` [PATCH 12/14] Add platform files for MSVC porting
` [PATCH 13/14] Add MSVC project files
` [PATCH 14/14] Add README and gitignore file for MSVC build
What's cooking in git.git (Aug 2009, #03; Thu, 20)
2009-08-21 12:40 UTC (3+ messages)
Display bug in gitk -S
2009-08-21 11:46 UTC
Continue git clone after interruption
2009-08-21 10:26 UTC (26+ messages)
Rebase with filters
2009-08-21 9:41 UTC
[RFC PATCH v4 00/19] Sparse checkout
2009-08-21 9:19 UTC (25+ 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
[PATCH 2/2 (v2)] reset: make the output more user-friendly
2009-08-21 8:57 UTC (3+ messages)
` [PATCH 1/2] Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN
` [PATCH 2/2 (v3)] reset: make the output more user-friendly
[PATCH] Make test number t7406- unique
2009-08-21 8:50 UTC (2+ messages)
[PATCH v2 0/9] more changes to port rebase -i to C using sequencer code
2009-08-21 7:50 UTC (11+ messages)
` [PATCH v2 1/9] sequencer: add "do_fast_forward()" to perform a fast forward
` [PATCH v2 2/9] sequencer: add "--fast-forward" option to "git sequencer--helper"
` [PATCH v2 3/9] sequencer: let "git sequencer--helper" callers set "allow_dirty"
` [PATCH v2 4/9] rebase -i: use "git sequencer--helper --fast-forward"
` [PATCH v2 5/9] revert: libify pick
` [PATCH v2 6/9] pick: libify "pick_help_msg()"
` [PATCH v2 7/9] sequencer: add "do_commit()" and related functions
` [PATCH v2 8/9] sequencer: add "--cherry-pick" option to "git sequencer--helper"
` [PATCH v2 9/9] rebase -i: use "git sequencer--helper --cherry-pick"
[PATCH 1/6 (v4)] man page and technical discussion for rev-cache
2009-08-21 7:22 UTC (4+ messages)
git diffall, open all diff files immediatly (eg tabbed window in BC)
2009-08-21 5:54 UTC (3+ messages)
[PATCH 3/6 (v4)] support for non-commit object caching in rev-cache
2009-08-21 4:47 UTC (3+ messages)
[PATCH 4/6 (v4)] administrative functions for rev-cache, start of integration into git
2009-08-21 4:47 UTC (3+ messages)
[PATCH 6/6 (v4)] support for path name caching in rev-cache
2009-08-21 4:48 UTC (9+ messages)
[PATCH 2/6 (v4)] basic revision cache system, no integration or features
2009-08-21 4:47 UTC (3+ messages)
[PATCH 5/6 (v4)] full integration of rev-cache into git, completed test suite
2009-08-21 4:48 UTC (3+ messages)
[OffTopic] git repos on sourceforge.net seem to have moved
2009-08-21 3:05 UTC
[PATCH v2] Fix symlink __stdcall problem at MSVC
2009-08-21 2:57 UTC (3+ messages)
Issue with gitweb + tag + branch of the same name from master branch commit
2009-08-21 0:19 UTC (2+ 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 "
[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)
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 (2+ messages)
` [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 (20+ messages)
` [RFC] Enable compilation by Makefile for the MSVC toolchain
` [msysGit] "
Simple commit mechanism for non-technical users
2009-08-19 14:40 UTC (4+ messages)
New to Git / Questions about single user / multiple projects
2009-08-19 13:20 UTC (8+ 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 (8+ 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 NNTP newsgroup(s).