Git development
 help / color / mirror / Atom feed
 messages from 2008-05-12 17:33:31 to 2008-05-14 08:03:20 UTC [more...]

[PATCH 1/2] chdir after computing new cwd in check_repository_format_gently
 2008-05-14  8:02 UTC  (2+ messages)

[RFC/PATCH] gitweb: Simplify git_project_list_body
 2008-05-14  7:59 UTC  (10+ messages)
` [RFC/PATCH] gitweb: Paginate project list

[PATCH] Documentation/git-gc.txt: change --aggressive description
 2008-05-14  7:48 UTC  (9+ messages)

StGit: kha/{safe,experimental} updated
 2008-05-14  7:38 UTC  (6+ messages)
` [StGit PATCH 1/2] Import version to a separate namespace
` [StGit PATCH 2/2] Better StGit version tracking
` [StGit PATCH] Emacs mode: automatically cd up to root of worktree
` [StGit PATCH] New command: stg redo

[PATCH] Updating documentation to match Brandon Casey's proposed git-repack patch
 2008-05-14  7:25 UTC 

Why repository grows after "git gc"? / Purpose of *.keep files?
 2008-05-14  6:43 UTC  (26+ messages)

Using git from Python
 2008-05-14  6:10 UTC  (5+ messages)

[PATCH 1/2] add a force_object_loose() function
 2008-05-14  6:02 UTC  (2+ messages)

git-svn and svn:mime-type
 2008-05-14  5:46 UTC 

[PATCH 2/2] Add support for GIT_CEILING_DIRS
 2008-05-14  5:46 UTC 

[PATCH 2/2] let pack-objects do the writing of unreachable objects as loose objects
 2008-05-14  5:33 UTC 

+ wireless-fix-iwlwifi-unify-init-driver-flow.patch added to -mm tree
 2008-05-14  5:15 UTC  (2+ messages)

[PATCH 0/4] freebsd portability fixes
 2008-05-14  4:57 UTC  (12+ 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

[JGIT PATCH v2 0/24] Implementation of a file tree iteration using ignore rules
 2008-05-14  1:49 UTC  (40+ 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

[PATCH] builtin-apply: check for empty files when detecting creation patch
 2008-05-14  1:14 UTC  (9+ messages)

git-svn feature requests
 2008-05-13 23:41 UTC  (2+ messages)

[PATCH] revision.c: really honor --first-parent
 2008-05-13 22:38 UTC  (5+ messages)
` [PATCH v2] "

How to "git add ." when some files are not accessible (permission denied)?
 2008-05-13 22:28 UTC  (21+ 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 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)

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  (4+ 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 

Wrong help text on git status -h ?
 2008-05-13 11:09 UTC  (3+ 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)

[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

[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  (18+ 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 2/5] Make mktag a builtin
 2008-05-12 18:41 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox