git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2008-05-08 08:14:35 to 2008-05-11 00:11:12 UTC [more...]

git-svn: regression with funny chars in svn repo url
 2008-05-11  0:10 UTC  (4+ messages)

[PATCH] Optimize common pattern of alloc_ref from string
 2008-05-10 23:39 UTC  (2+ 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  (9+ messages)
  ` [PATCH] Allow tracking branches "
  ` [PATCH] Doc: Mention branch.<name>.rebase applies to "git pull"

[RFC/PATCH] gitweb: Simplify git_project_list_body
 2008-05-10 22:32 UTC  (7+ messages)
` [RFC/PATCH] gitweb: Allow project description in project_index file
    ` [RFC/PATCH] gitweb: Project search
      ` [RFC/PATCH] gitweb: Paginate project list

(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] Add svn-compatible "blame" output format to git-svn
 2008-05-10 21:25 UTC 

[JGIT PATCH 0/m] Implementation of a file tree iteration using ignore rules
 2008-05-10 20:54 UTC  (34+ 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

[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 gc & deleted branches
 2008-05-10 16:24 UTC  (44+ messages)
                              ` [PATCH 0/3] leave unreferenced objects unpacked
                              ` [PATCH 1/3] repack: modify behavior of -A option to "
                              ` [PATCH 2/3] git-gc: always use -A when manually repacking
                              ` [PATCH 3/3] builtin-gc.c: deprecate --prune, it now really has no effect
                                      ` [PATCH] Updating documentation to match Brandon Casey's proposed git-repack patch

[egit / jgit] Implementation of a file tree iteration using ignore rules
 2008-05-10 15:11 UTC  (3+ messages)

git filter-branch --subdirectory-filter
 2008-05-10 11:44 UTC  (10+ messages)

git-remote questions: --reference? Plus a git-clone --remote observation
 2008-05-10 10:52 UTC 

[PATCH v2 4/5] Make boundary characters for --color-words configurable
 2008-05-10  9:14 UTC  (14+ messages)

Using git from Python
 2008-05-10  6:52 UTC  (2+ messages)

2008 Winner
 2008-05-10  1:02 UTC 

Java Git (aka jgit) library switching license to BSD/EPL
 2008-05-09 23:38 UTC  (7+ messages)

worktree: incorrect handling of directory argument
 2008-05-09 23:12 UTC 

[PATCH] git-format-patch: add --no-binary to omit binary changes in the patch
 2008-05-09 22:55 UTC  (4+ messages)

creating tracking branches with git gui
 2008-05-09 18:20 UTC  (4+ messages)

[offtopic] mail greylisting [was Re: mismatch between doc and program in git commit -u (--untracked-files)
 2008-05-09 17:33 UTC 

mismatch between doc and program in git commit -u (--untracked-files)
 2008-05-09 17:26 UTC  (3+ messages)

[PATCH] builtin-commit.c: add -u as short name for --untracked-files
 2008-05-09 17:12 UTC 

git pull/merge master on other branch
 2008-05-09 17:16 UTC  (5+ messages)

[PATCH 0/2] Soem core git optimizations
 2008-05-09 16:21 UTC  (3+ messages)
` [PATCH 1/2] Avoid some unnecessary lstat() calls
  ` [PATCH 2/2] Optimize symlink/directory detection

git-svn: expand svn:keywords, or how else to deal with them?
 2008-05-09 10:19 UTC 

[PATCH] wt-status.h: declare global variables as extern
 2008-05-09  8:05 UTC 

[PATCH 2/2] builtin-tag.c: use valid_ident for checking tagger field
 2008-05-09  5:03 UTC 

[PATCH 1/2] ident.c: New function valid_ident for checking ident string formatting
 2008-05-09  5:03 UTC 

[PATCH] Added -A option to man page, to match 'git-repack -h' output
 2008-05-09  4:22 UTC  (2+ messages)

[PATCH 1/5] mktag.c: adjust verify_tag parameters
 2008-05-09  2:19 UTC  (5+ messages)
  ` [PATCH 2/5] Make mktag a builtin
    ` [PATCH 3/5] mktag.c: rename verify_tag to verify_tag_buffer
      ` [PATCH 4/5] mktag.c: consolidate tag functions by merging mktag.c into builtin-tag.c
        ` [PATCH 5/5] git-tag: call verify_tag_buffer to validate the generated tag object

Make mktag a builtin
 2008-05-09  2:19 UTC 

Who made today's Git?
 2008-05-09  2:31 UTC 

[StGit PATCH 0/2] stg undo
 2008-05-09  0:44 UTC  (3+ messages)
` [StGit PATCH 1/2] Move stack reset function to a shared location
` [StGit PATCH 2/2] New command: stg undo

gitk and git-gui with --git-dir and GIT_DIR
 2008-05-08 23:30 UTC  (2+ messages)

help with git usage
 2008-05-08 23:07 UTC  (7+ messages)

[PATCH] cvsexportcommit: Create config option for CVS dir
 2008-05-08 21:26 UTC 

url.<base>.insteadOf and git-clone
 2008-05-08 21:11 UTC  (2+ messages)

GIT max file size
 2008-05-08 20:46 UTC  (3+ messages)

Binary files in format-patch
 2008-05-08 20:25 UTC  (4+ messages)

how to git-archive ignore some files?
 2008-05-08 20:22 UTC  (3+ messages)

detecting rename->commit->modify->commit
 2008-05-08 18:17 UTC  (7+ messages)

How to (re-)create .git/logs/refs
 2008-05-08 17:28 UTC  (3+ messages)

[PATCH] doc: clarify definition of "update" for git-add -u
 2008-05-08 17:25 UTC 

automatically removing missing files beneath a directory
 2008-05-08 17:19 UTC  (5+ messages)

[RFC] Use cases for 'git statistics'
 2008-05-08 15:51 UTC 

[PATCH] builtin-apply: check for empty files when detecting creation patch
 2008-05-08 14:39 UTC 

How to capture date/time of push vs. local commit?
 2008-05-08 14:06 UTC  (3+ messages)

[PATCH v2] Documentation: convert tutorials to man pages
 2008-05-08 13:49 UTC 

[PATCH] Makefile: update the default build options for AIX
 2008-05-08 10:37 UTC  (4+ messages)
` [PATCH] compat/fopen.c: avoid clobbering the system defined fopen macro

How to (re-)create .git/logs/refs
 2008-05-08  9:48 UTC 

[PATCH] Documentation/config.txt: Add git-gui options
 2008-05-08  8:55 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] Teach git-svn how to catch up with its tracking branches
 2008-05-08  8:21 UTC  (10+ messages)

[PATCH] Make boundary characters for --color-words configurable
 2008-05-02 14:26 UTC 


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).