messages from 2009-08-21 00:06:17 to 2009-08-23 18:24:10 UTC [more...]
[RFC/PATCH 00/14] Build git with MSVC
2009-08-23 18:22 UTC (39+ 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
` [msysGit] [PATCH 07/14] Fix __stdcall/WINAPI placement and function prototype
` [PATCH v2 05/14] Change regerror() definition from K&R style to ANSI C (C89)
` [msysGit] Re: [PATCH 01/14] Fix non-constant array creation
Help/Advice needed on diff bug in xutils.c
2009-08-23 17:02 UTC (18+ messages)
` [PATCH 0/6 RFC] Series to correct xutils incomplete line handling
` [PATCH-v2/RFC 0/6] improvements for trailing-space processing on incomplete lines
` [PATCH-v2/RFC 1/6] Add supplemental test for trailing-whitespace "
` [PATCH-v2/RFC 2/6] xutils: fix hash with whitespace on incomplete line
` [PATCH-v2/RFC 3/6] xutils: fix ignore-all-space "
` [PATCH-v2/RFC 4/6] xutils: fix ignore-space-change "
` [PATCH-v2/RFC 5/6] xutils: fix ignore-space-at-eol "
` [PATCH-v2/RFC 6/6] t4015: add tests for trailing-space "
Pulling one commit at a time
2009-08-23 16:48 UTC
What's cooking in git.git (Aug 2009, #03; Thu, 20)
2009-08-23 15:29 UTC (10+ messages)
` [RFC] gitweb.perl t9500 t9501
[PATCH 2/2 (v2)] reset: make the output more user-friendly
2009-08-23 11:45 UTC (8+ messages)
` [PATCH 1/2] Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN
` [PATCH 2/2 (v3)] reset: make the output more user-friendly
Lowlevel documentation
2009-08-23 11:34 UTC (4+ messages)
Continue git clone after interruption
2009-08-23 10:37 UTC (13+ messages)
[PATCH] gitweb: pull ref markes pull out of subject <a> tag
2009-08-23 8:28 UTC
What's a good setup for submitting patches to the list properly?
2009-08-23 7:11 UTC (6+ messages)
` git-mail-commits (Re: What's a good setup for submitting patches to the list properly?)
hitting home directory's parent
2009-08-23 5:12 UTC (9+ messages)
Commit performance, or lack thereof
2009-08-23 2:20 UTC (2+ messages)
[PATCH] post-receive-email: allow customizing of subject/intro/footer
2009-08-23 3:51 UTC
git svn pointing at svn branch instead of trunk?
2009-08-23 2:51 UTC (4+ messages)
Improve on 'approxidate'
2009-08-23 2:08 UTC (3+ messages)
` Further 'approxidate' improvements
Announcement: cvs2svn 2.3.0 released
2009-08-22 22:44 UTC
Issue with gitweb + tag + branch of the same name from master branch commit
2009-08-22 20:12 UTC (4+ messages)
[PATCH v3 0/9] more changes to port rebase -i to C using sequencer code
2009-08-22 20:15 UTC (13+ messages)
` [PATCH v3 1/9] sequencer: add "do_fast_forward()" to perform a fast forward
` [PATCH v3 2/9] sequencer: add "--fast-forward" option to "git sequencer--helper"
` [PATCH v3 3/9] sequencer: let "git sequencer--helper" callers set "allow_dirty"
` [PATCH v3 4/9] rebase -i: use "git sequencer--helper --fast-forward"
` [PATCH v3 5/9] revert: libify pick
` [PATCH v3 6/9] pick: libify "pick_help_msg()"
` [PATCH v3 7/9] sequencer: add "do_commit()" and related functions
` [PATCH v3 8/9] sequencer: add "--cherry-pick" option to "git sequencer--helper"
` [PATCH v3 9/9] rebase -i: use "git sequencer--helper --cherry-pick"
[RFC PATCH] ce_uptodate(): discriminate lstat()-based and assume-unchanged uptodate
2009-08-22 12:43 UTC
[RFC PATCH v4 00/19] Sparse checkout
2009-08-22 11:56 UTC (10+ 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)
[PATCH JGIT] Ensure created test repositories use canonical paths
2009-08-22 10:15 UTC (4+ messages)
[ANNOUNCE] GIT 1.6.4.1
2009-08-22 7:44 UTC
How to recover from "reset --hard"
2009-08-22 6:06 UTC (2+ messages)
git fetch --depth=* broken?
2009-08-22 5:52 UTC
[PATCH v2 0/9] more changes to port rebase -i to C using sequencer code
2009-08-22 4:35 UTC (12+ 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"
git diffall, open all diff files immediatly (eg tabbed window in BC)
2009-08-22 2:10 UTC (5+ messages)
` git diffall, open all diff files immediatly (eg tabbed window?in BC)
how to do "git merge --abort"
2009-08-22 1:56 UTC (5+ messages)
[PATCH] git-tag(1): Refer to git-check-ref-format(1) for <name>
2009-08-22 0:45 UTC (3+ messages)
Raw commands to add object to existing tree
2009-08-21 22:56 UTC (4+ messages)
[ANNOUNCE] Stacked Git 0.15-rc2
2009-08-21 22:25 UTC
interaction between --graph and --simplify-by-decoration
2009-08-21 21:23 UTC (14+ messages)
` [PATCH] graph API: fix bug in graph_is_interesting()
` [PATCH] Add test case for rev-list --parents --show-all
` [PATCH] Add tests for rev-list --graph with options that simplify history
git rebase --interactive problem
2009-08-21 21:18 UTC (2+ messages)
git-daemon via launchd
2009-08-21 20:24 UTC (2+ messages)
[PATCH 05/14] Change regerror() declaration from K&R style to ANSI C (C89)
2009-08-21 14:54 UTC
[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)
Display bug in gitk -S
2009-08-21 11:46 UTC
Rebase with filters
2009-08-21 9:41 UTC
[PATCH] Make test number t7406- unique
2009-08-21 8:50 UTC (2+ messages)
[PATCH 1/6 (v4)] man page and technical discussion for rev-cache
2009-08-21 7:22 UTC (4+ 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)
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).