messages from 2008-05-10 05:54:41 to 2008-05-12 10:20:16 UTC [more...]
[RFC] Use cases for 'git statistics'
2008-05-12 10:19 UTC (4+ messages)
[PATCH 0/3] Aggregate testcase results
2008-05-12 10:16 UTC (6+ messages)
` [PATCH 1/3] Modified test-lib.sh to output stats to /tmp/git-test-results
` [PATCH 2/3] A simple python script to parse the results from the testcases
` [PATCH 3/3] Hook up the result aggregation in the test makefile
Problems getting git-send-email to work
2008-05-12 9:44 UTC (3+ messages)
how to git-archive ignore some files?
2008-05-12 9:36 UTC (7+ messages)
Git branches - confusing behavior
2008-05-12 7:49 UTC (19+ messages)
[RFC/PATCH] gitweb: Simplify git_project_list_body
2008-05-12 7:03 UTC (9+ messages)
` [RFC/PATCH] gitweb: Allow project description in project_index file
` [RFC/PATCH] gitweb: Project search
` [RFC/PATCH] gitweb: Paginate project list
how to backup git
2008-05-12 6:40 UTC (3+ messages)
git-svn blame change- doc confusion
2008-05-12 6:33 UTC (2+ messages)
Verilog/ASIC development support is insufficient in git , help!
2008-05-12 5:57 UTC (7+ messages)
[PATCH 1/3 v2] rev-parse: add test script for "--verify"
2008-05-12 5:34 UTC (2+ messages)
[PATCH] Fast forward strategies allow, never, and only
2008-05-12 5:17 UTC
[PATCH v2 1/5] git-submodule.sh: Add Long Usage instead of simple usage
2008-05-12 1:20 UTC (3+ messages)
` [PATCH v2 2/5] git-submodule.sh: Add recurse subcommand with basic options
git-bundle question
2008-05-12 1:19 UTC (3+ messages)
"git log --first-parent" shows parents that are not first
2008-05-11 23:14 UTC (3+ messages)
` [PATCH] revision.c: really honor --first-parent
[PATCH] git show documentation: no longer refer to git-diff-tree options
2008-05-11 22:37 UTC (2+ messages)
[PATCH] Optimize common pattern of alloc_ref from string
2008-05-11 22:02 UTC (8+ messages)
[PATCH] Add alloc_ref_from_str() to replace pattern of alloc_ref() from strings
2008-05-11 20:12 UTC
[PATCH v2] instaweb: make it compatible with Mac OS X 10.5's apache installation
2008-05-11 19:41 UTC (2+ messages)
CIFS fixes
2008-05-11 19:20 UTC (6+ messages)
[PATCH] mergetool: Make ECMerge use the settings as specified by the user in the GUI
2008-05-11 19:08 UTC (4+ messages)
[PATCH 2/2] builtin-tag.c: use valid_ident for checking tagger field
2008-05-11 18:39 UTC (2+ messages)
[PATCH 1/5] mktag.c: adjust verify_tag parameters
2008-05-11 18:39 UTC (5+ messages)
` [PATCH 2/5] Make mktag a builtin
git gc & deleted branches
2008-05-11 18:39 UTC (16+ messages)
git-svn trouble finding all branches/tags
2008-05-11 18:36 UTC (3+ messages)
[PATCH 1/3] rev-parse: add test script for "--verify"
2008-05-11 18:35 UTC (2+ messages)
[PATCH] instaweb: if no httpd is specified and lighttpd doesn't exist, fall back on apache2
2008-05-11 18:26 UTC (11+ messages)
` [PATCH] instaweb: make it compatible with Mac OS X 10.5's apache installation
` [PATCH] Documentation/git-instaweb.txt: Updated defaults to match my last two git-instaweb.sh changes
[PATCH] git-daemon: fix for rotating logs
2008-05-11 18:03 UTC (2+ messages)
To page or not to page
2008-05-11 17:15 UTC (8+ messages)
[PATCH 1/4] git-init: autodetect core.ignorecase
2008-05-11 17:10 UTC (6+ messages)
` [PATCH 2/4] t0050: Test "
` [PATCH 3/4] t0050: Set core.ignorecase case to activate case insensitivity
` [PATCH 4/4] t0050: Add test for case insensitive add
` [PATCH 0/4] core.ignorecase
[PATCH] Make boundary characters for --color-words configurable
2008-05-11 16:27 UTC (17+ messages)
` [PATCH v2 4/5] "
[PATCH 3/3] rev-parse --verify: do not output anything on error
2008-05-11 16:28 UTC
[PATCH 2/3] rev-parse: fix using "--default" with "--verify"
2008-05-11 16:27 UTC
git-svn feature requests
2008-05-11 16:04 UTC
[PATCH] Add svn-compatible "blame" output format to git-svn
2008-05-11 13:46 UTC (6+ messages)
` [PATCH v2] "
git-svn: expand svn:keywords, or how else to deal with them?
2008-05-11 10:39 UTC (3+ messages)
[PATCH] Teach git-svn how to catch up with its tracking branches
2008-05-11 8:27 UTC (3+ messages)
` [PATCH v2] "
[PATCH] doc: clarify definition of "update" for git-add -u
2008-05-11 8:07 UTC (3+ messages)
git gc & deleted branches
2008-05-11 4:51 UTC (7+ messages)
` [PATCH 1/3] repack: modify behavior of -A option to leave unreferenced objects unpacked
[PATCH 0/2] Soem core git optimizations
2008-05-11 2:42 UTC (3+ messages)
[PATCH] builtin-apply: check for empty files when detecting creation patch
2008-05-11 2:36 UTC (2+ messages)
"git log --first-parent" shows parents that are not first
2008-05-11 2:23 UTC
[JGIT PATCH 0/m] Implementation of a file tree iteration using ignore rules
2008-05-11 0:16 UTC (35+ messages)
` [JGIT PATCH 01/22] Start of an implementation of a git like command line tool
` [JGIT PATCH 02/22] Replaced Java 6 API useage with Java 5 equivalent
` [JGIT PATCH 03/22] Added a class Project which represents a project directory and it's repository
` [JGIT PATCH 04/22] Added a "init" command to the git like command line tool
` [JGIT PATCH 05/22] Added ProjectSeeker class
` [JGIT PATCH 06/22] Added the interface FilePattern
` [JGIT PATCH 07/22] Added the class Rule
` [JGIT PATCH 08/22] Added the iterface Rules
` [JGIT PATCH 09/22] Added the class FileTreeIterator and a test for it
` [JGIT PATCH 10/22] Added class FileTreeIterable
` [JGIT PATCH 11/22] Added the class StarPattern
` [JGIT PATCH 12/22] Added the class GlobalFilePattern
` [JGIT PATCH 13/22] Added the class ComplexFilePattern
` [JGIT PATCH 14/22] Added the class IgnoreRuleListFactory
` [JGIT PATCH 15/22] Added a Rules interface implementation and a factory for it
` [JGIT PATCH 16/22] Added test class OverallIgnoreRulestest
` [JGIT PATCH 17/22] Added the class TreeFilePattern
` [JGIT PATCH 18/22] Added InvalidPatternException and PathNotInProjectDirectoryException
` [JGIT PATCH 19/22] Added the class AddRuleListFactory
` [JGIT PATCH 20/22] Added class FileIterableFactoryForAddCommand
` [JGIT PATCH 21/22] Added test class FileIterableFactoryForAddCommandTest
` [JGIT PATCH 22/22] Added a "add" command to the git like command line tool
git-svn: regression with funny chars in svn repo url
2008-05-11 0:14 UTC (5+ messages)
` [PATCH] git-svn: fix cloning of HTTP URLs with '+' in their path
[egit / jgit] Implementation of a file tree iteration using ignore rules
2008-05-11 0:12 UTC (4+ messages)
git-instaweb should 'just work' on Mac OS X
2008-05-10 23:28 UTC (4+ messages)
[PATCH] Allow local branching to set up rebase by default
2008-05-10 22:36 UTC (5+ messages)
` [PATCH] Allow tracking branches "
(unknown),
2008-05-10 22:32 UTC
ciabot_git.pl fails to send notification for 1st ever commit to a repo
2008-05-10 21:09 UTC
[PATCH] git-repack: re-enable parsing of -n command line option
2008-05-10 20:52 UTC
filter-branch --subdirectory-filter fails on a branch
2008-05-10 19:22 UTC
Safe to manually copy git repository?
2008-05-10 17:57 UTC
git filter-branch --subdirectory-filter
2008-05-10 11:44 UTC (9+ messages)
git-remote questions: --reference? Plus a git-clone --remote observation
2008-05-10 10:52 UTC
Using git from Python
2008-05-10 6:52 UTC (2+ messages)
[PATCH v2 4/5] Make boundary characters for --color-words configurable
2008-05-04 16:35 UTC
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).