messages from 2008-05-12 09:45:24 to 2008-05-13 20:46:11 UTC [more...]
[PATCH 0/4] freebsd portability fixes
2008-05-13 20:44 UTC (8+ messages)
` [PATCH 1/4] fix bsd shell negation
` [PATCH 2/4] t5000: tar portability fix
` [PATCH 3/4] clone: bsd shell "
` [PATCH 4/4] filter-branch: fix variable export logic
[PATCH] revision.c: really honor --first-parent
2008-05-13 20:43 UTC (4+ messages)
` [PATCH v2] "
[PATCH] builtin-apply: check for empty files when detecting creation patch
2008-05-13 20:16 UTC (3+ messages)
[RFC/PATCH] gitweb: Simplify git_project_list_body
2008-05-13 19:30 UTC (9+ messages)
` [RFC/PATCH] gitweb: Paginate project list
[PATCH 2/2] Fix t3404 assumption that `wc -l` does not use whitespace
2008-05-13 18:10 UTC (7+ messages)
git pull/merge master on other branch
2008-05-13 17:24 UTC (7+ messages)
[PATCH] Documentation/git-gc.txt: change --aggressive description
2008-05-13 15:03 UTC (7+ messages)
How to (re-)create .git/logs/refs
2008-05-13 13:50 UTC (9+ messages)
[RFC] Use cases for 'git statistics'
2008-05-13 13:37 UTC (10+ messages)
abouy git reset command
2008-05-13 12:34 UTC (3+ messages)
[PATCH v2] instaweb: make it compatible with Mac OS X 10.5's apache installation
2008-05-13 12:30 UTC (6+ messages)
[Fwd: a question on moving git repository]
2008-05-13 11:57 UTC
[JGIT PATCH v2 0/24] Implementation of a file tree iteration using ignore rules
2008-05-13 11:24 UTC (35+ messages)
` [JGIT PATCH v2 01/24] Start of an implementation of a git like command line tool
` [JGIT PATCH v2 02/24] Formatted Repository class
` [JGIT PATCH v2 03/24] Formatted Constats class
` [JGIT PATCH v2 04/24] Added path related constats to "
` [JGIT PATCH v2 05/24] Added WorkTree class which can be constructed over Repository
` [JGIT PATCH v2 06/24] Added a "init" command to the git like command line tool
` [JGIT PATCH v2 07/24] Added findWorkTree method to Repository class
` [JGIT PATCH v2 08/24] Added the interface FilePattern
` [JGIT PATCH v2 09/24] Added the class Rule
` [JGIT PATCH v2 10/24] Added the iterface Rules
` [JGIT PATCH v2 11/24] Added the class FNMatchPattern
` [JGIT PATCH v2 12/24] Added the class GlobalFilePattern
` [JGIT PATCH v2 13/24] Added the class ComplexFilePattern
` [JGIT PATCH v2 14/24] Added the class IgnoreRuleListFactory
` [JGIT PATCH v2 15/24] Added a Rules interface implementation and a factory for it
` [JGIT PATCH v2 16/24] Added test class OverallIgnoreRulestest
` [JGIT PATCH v2 17/24] Added the class TreeFilePattern
` [JGIT PATCH v2 18/24] Added InvalidPatternException and PathNotInProjectDirectoryException
` [JGIT PATCH v2 19/24] Added the class AddRuleListFactory
` [JGIT PATCH v2 20/24] Added class AddRulesFactory
` [JGIT PATCH v2 21/24] Added the class LightFileTreeIterator and a test for it
` [JGIT PATCH v2 22/24] Added class LightFileTreeIterable
` [JGIT PATCH v2 23/24] Added the test class AddCommandIterationTest
` [JGIT PATCH v2 24/24] Added a "add" command to the git like command line tool
Wrong help text on git status -h ?
2008-05-13 11:09 UTC (3+ messages)
Why repository grows after "git gc"? / Purpose of *.keep files?
2008-05-13 9:22 UTC (23+ messages)
[PATCH] git show documentation: no longer refer to git-diff-tree options
2008-05-13 9:16 UTC (4+ messages)
multiple files for the same hook
2008-05-13 8:05 UTC (6+ messages)
Using git from Python
2008-05-13 7:39 UTC (4+ messages)
[PATCH v2 1/5] git-submodule.sh: Add Long Usage instead of simple usage
2008-05-13 6:40 UTC (6+ messages)
` [PATCH v2 2/5] git-submodule.sh: Add recurse subcommand with basic options
` [PATCH v2 3/5] git-submodule.sh: Add Custom argument input support to git submodule recurse subcommand
How to "git add ." when some files are not accessible (permission denied)?
2008-05-13 6:05 UTC (20+ messages)
` [PATCH] Make the exit code of add_file_to_index actually useful
` [PATCH] Extend interface of add_files_to_cache to allow ignore indexing errors
` [PATCH] Add --ignore-errors to git-add to allow it to skip files with read errors
` [PATCH] Add a test for git-add --ignore-errors
` [PATCH] Add a config option to ignore errors for git-add
[PATCH] Documentation: rev-parse: add a few "--verify" and "--default" examples
2008-05-13 4:51 UTC
[PATCH v2 4/5] Make boundary characters for --color-words configurable
2008-05-13 1:42 UTC (16+ messages)
What's cooking in git.git (topics)
2008-05-13 0:02 UTC (15+ messages)
how to backup git
2008-05-12 23:43 UTC (19+ messages)
Verilog/ASIC development support is insufficient in git , help!
2008-05-12 23:09 UTC (10+ messages)
[user confusion] git-config error messages
2008-05-12 22:10 UTC (3+ messages)
` [PATCH] Improve reporting of errors in config file routines
[PATCH] Documentation: Add missing git svn commands
2008-05-12 19:32 UTC
Verilog/ASIC development support is insufficient in git , help!
2008-05-12 18:54 UTC
[PATCH 1/5] mktag.c: adjust verify_tag parameters
2008-05-12 18:41 UTC (9+ messages)
` [PATCH 2/5] Make mktag a builtin
[PATCH] git-merge: exclude unnecessary options from OPTIONS_SPEC
2008-05-12 17:22 UTC
[PATCH 2/2] builtin-tag.c: use valid_ident for checking tagger field
2008-05-12 15:51 UTC (3+ messages)
[PATCH 0/3] Aggregate testcase results
2008-05-12 15:03 UTC (11+ 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
[PATCH] git-merge: include missing options in OPTIONS_SPEC
2008-05-12 14:50 UTC
Safe to manually copy git repository?
2008-05-12 12:55 UTC (2+ messages)
[PATCH] Fast forward strategies allow, never, and only
2008-05-12 12:13 UTC (2+ messages)
[PATCH 0/3] rename limit improvements
2008-05-12 11:15 UTC (8+ messages)
` [PATCH 3/3] diff: make "too many files" rename warning optional
Problems getting git-send-email to work
2008-05-12 9:44 UTC (2+ 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).