git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2008-05-21 23:41:01 to 2008-05-24 01:25:57 UTC [more...]

[PATCH] git-add--interactive: manual hunk editing mode
 2008-05-24  1:24 UTC  (2+ messages)

[PYRITE] Status update and call for information
 2008-05-24  1:07 UTC  (5+ messages)

Deleted files can't be checked back out?
 2008-05-24  0:43 UTC  (3+ messages)

Unhelpful git-rebase error when untracked files conflict with new head
 2008-05-24  0:07 UTC 

git-rerere: Usage question
 2008-05-24  0:02 UTC  (2+ messages)

[PATCH] rev-parse --symbolic-full-name: don't print '^' if SHA1 is not a ref
 2008-05-24  0:02 UTC  (2+ messages)

[WIP PATCH 0/5] Build in merge
 2008-05-24  0:01 UTC  (6+ messages)
` [PATCH 1/5] Move reset_index_file() to a new reset.c
  ` [PATCH 2/5] Move split_cmdline() to libgit
    ` [PATCH 3/5] Make verbosity configurable in reset_index_file()
      ` [PATCH 4/5] Move commit_list_count() to commit.c
        ` [PATCH 5/5] Build in merge

git diff-files weirdness (bug?)
 2008-05-24  0:00 UTC  (6+ messages)
      ` [PATCH] diff -- file1 file2: do not default to --no-index inside a git repository
        ` [ALTERNATIVE PATCH] diff "

[PATCH] gitk - restore operation of git-reset on Cygwin
 2008-05-23 23:17 UTC  (5+ messages)

[PATCH] Extend t3404-rebase-interactive.sh test: "no changes are a nop"
 2008-05-23 23:13 UTC 

[PATCH] Fix git-show-branch --current when not on a branch
 2008-05-23 23:00 UTC 

gitignore: negating path patterns
 2008-05-23 22:44 UTC  (4+ messages)

[PATCH] Remove redundant code, eliminate one static variable
 2008-05-23 22:43 UTC 

How can I figure out what commits relate to a given diff?
 2008-05-23 22:27 UTC  (7+ messages)
  ` perforce import: git-p4 memory usage, perforce import: git-p4 memory usage
    `  "

[PATCH] http-push: remove remote locks on exit signals
 2008-05-23 22:17 UTC  (3+ messages)

[JGIT PATCH v2 0/24] Implementation of a file tree iteration using ignore rules
 2008-05-23 21:28 UTC  (10+ messages)
` [JGIT PATCH v2 04/24] Added path related constats to Constats class
` [JGIT PATCH v2 07/24] Added findWorkTree method to Repository class

bug in "git log --graph" at the tail end?
 2008-05-23 21:02 UTC  (2+ messages)

[JGIT PATCH v3 0/23] Implementation of a file tree iteration using ignore rules
 2008-05-23 20:34 UTC  (24+ messages)
` [JGIT PATCH v3 01/23] Added the class InvalidPatternException
` [JGIT PATCH v3 02/23] Added the class FileNameMatcher and a test class for it
` [JGIT PATCH v3 03/23] Added the interface FilePattern
` [JGIT PATCH v3 04/23] Added the class Rule
` [JGIT PATCH v3 05/23] Added the iterface Rules
` [JGIT PATCH v3 06/23] Added the class FileNamePattern
` [JGIT PATCH v3 07/23] Added the class FilePathPattern
` [JGIT PATCH v3 08/23] Added the class IgnoreRuleListFactory
` [JGIT PATCH v3 09/23] Added a Rules interface implementation and a factory for it
` [JGIT PATCH v3 10/23] Added test class OverallIgnoreRulestest
` [JGIT PATCH v3 11/23] Added the class PathNotInProjectDirectoryException
` [JGIT PATCH v3 12/23] Added the class AddRuleListFactory
` [JGIT PATCH v3 13/23] Formatted Constants class
` [JGIT PATCH v3 14/23] Added constant REPOSITORY_DIRECTORY_NAME to "
` [JGIT PATCH v3 15/23] Added class AddRulesFactory
` [JGIT PATCH v3 16/23] Added the class LightFileTreeIterator and a test for it
` [JGIT PATCH v3 17/23] Added class LightFileTreeIterable
` [JGIT PATCH v3 18/23] Added path related constants to the Constants class
` [JGIT PATCH v3 19/23] Added WorkTree class which can be constructed over Repository
` [JGIT PATCH v3 20/23] Added the class NoGitRepositoryFoundException
` [JGIT PATCH v3 21/23] Formatted Repository class
` [JGIT PATCH v3 22/23] Added findWorkTree method to "
` [JGIT PATCH v3 23/23] Added the test class AddCommandIterationTest

git cvsimport error
 2008-05-23 20:30 UTC  (6+ messages)

[PATCH] perl/Makefile.PL: teach makefiles about possible old Error.pm files
 2008-05-23 19:22 UTC  (10+ messages)
` [PATCH resend] "
              ` [PATCH] INSTALL: explain Error.pm dependency

[PATCH] Fix t6031 on filesystems without working exec bit
 2008-05-23 19:12 UTC  (8+ messages)

[PATCH] Make git-cvsimport remove ['s from tags, as bad_ref_char doesn't allow them
 2008-05-23 18:29 UTC 

[PATCH] [ is explicitly disallowed by bad_ref_char
 2008-05-23 17:58 UTC  (3+ messages)

git-svn: commit all changes as one svn revision?
 2008-05-23 16:31 UTC  (3+ messages)

[PATCH 4/3] bisect: use a detached HEAD to bisect
 2008-05-23 15:27 UTC  (5+ messages)

bare --init Vs --init bare
 2008-05-23 14:24 UTC  (4+ messages)
` [PATCH] git-init: inform user of `git --bare init' option

Repository specific git commands
 2008-05-23 14:20 UTC  (2+ messages)

[PATCH 0/8] Speed up git-svn
 2008-05-23 14:19 UTC  (10+ messages)
` [PATCH 1/8] Move git-hash-object tests from t5303 to t1007
` [PATCH 2/8] Add more tests for git hash-object
` [PATCH 3/8] git-hash-object: Add --stdin-paths option
` [PATCH 4/8] Git.pm: Add command_bidi_pipe and command_close_bidi_pipe
` [PATCH 5/8] Git.pm: Add hash_and_insert_object and cat_blob
` [PATCH 6/8] git-svn: Speed up fetch
` [PATCH 7/8] builtin-cat-file.c: use parse_options()
` [PATCH 8/8] change quoting in test t1006-cat-file.sh

[PATCH] Make git-cvsimport remove ['s from tags, as bad_ref_char doesn't allow them
 2008-05-23 12:00 UTC 

Multiple user questions
 2008-05-23 11:37 UTC  (2+ messages)

git bug: rebase fatal failure
 2008-05-23 11:21 UTC  (8+ messages)
    ` [PATCH] mailsplit and mailinfo: gracefully handle NUL characters

[BUG] git add -u ignores --dry-run flag
 2008-05-23  8:14 UTC  (11+ messages)
` [PATCH] Make git add -u honor --dry-run
  ` Re* "
              ` [PATCH] Make git add -n and git -u -n output consistent

encoding bug in git.el
 2008-05-23  7:09 UTC  (5+ messages)

[PATCH v2] Updated status to show 'Not currently on any branch' in red
 2008-05-23  6:19 UTC  (4+ messages)

Naughty, Evil git-gui patches
 2008-05-23  5:51 UTC  (3+ messages)

looking for "market share" analysis of SCMs
 2008-05-23  4:16 UTC  (10+ messages)

[PATCH] Add a test for another combination of --reference
 2008-05-23  2:03 UTC  (3+ messages)

Two minor tweaks on git-gui where textboxes weren't vertically centered with their labels and buttons
 2008-05-22 23:59 UTC  (12+ messages)

[PATCH] CodingGuidelines: Add a note to avoid assignments inside if()
 2008-05-22 23:26 UTC 

git gui: Possible to see which commands are executed?
 2008-05-22 23:05 UTC  (14+ messages)

[PATCH 3/3] bisect: trap critical errors in "bisect_start"
 2008-05-22 22:39 UTC 

[PATCH 2/3] bisect: fix left over "BISECT_START" file when starting with junk rev
 2008-05-22 22:38 UTC 

[PATCH 1/3] bisect: add test cases to check that "git bisect start" is atomic
 2008-05-22 22:38 UTC 

[PATCH] Add test for cloning with "--reference" repo being a subset of source repo
 2008-05-22 22:31 UTC  (2+ messages)

[PATCH] Test that --reference actually suppresses fetching referenced objects
 2008-05-22 22:03 UTC 

What's cooking in git.git (topics)
 2008-05-22 22:02 UTC  (18+ messages)

t3701 fails if core.filemode disabled
 2008-05-22 21:22 UTC  (11+ messages)
        ` [PATCH] Fix t3701 "

[PATCH] git-show.txt: Not very stubby these days
 2008-05-22 19:59 UTC 

Understanding git filter-branch --subdirectory-filter behaviour
 2008-05-22 18:05 UTC  (3+ messages)

[PATCH] Add missing "short" alternative to --date in rev-list-options.txt
 2008-05-22 15:24 UTC 

[PATCH] Add log.date config variable
 2008-05-22 15:24 UTC 

Git GUI vs interactive post-commit hooks
 2008-05-22 15:12 UTC  (6+ messages)

[PATCH] log --graph: draw '>' and '<' with --left-right
 2008-05-22 13:14 UTC  (3+ messages)

[PATCH 0/6] Forwarding Sverre's "merge --ff=<allow,only,never>" series
 2008-05-22 12:50 UTC  (9+ messages)
` [PATCH 1/6] Documentation for joining more than two histories
  ` [PATCH 2/6] New merge tests
    ` [PATCH 3/6] Introduce -ff=<fast forward option>
      ` [PATCH 4/6] Restructure git-merge.sh
        ` [PATCH 5/6] Head reduction before selecting merge strategy
          ` [PATCH 6/6] Introduce fast forward option only

[PATCH 1/4] Implement normalize_absolute_path
 2008-05-22 12:48 UTC  (4+ messages)

[PATCH] Clarify repack -n documentation
 2008-05-22 12:47 UTC 

[PATCH] gitk: Mark some strings for translation
 2008-05-22  9:41 UTC 

git tutorial
 2008-05-22  9:35 UTC  (2+ messages)

two git-cherry-pick enhancements
 2008-05-22  9:29 UTC  (3+ messages)

Restricting access to a branch
 2008-05-22  8:16 UTC  (5+ messages)

[PATCH] Documentation: Fix skipped section level
 2008-05-22  3:52 UTC  (2+ messages)

[PATCH] Make creation of pack/pack-*.keep obey the umask
 2008-05-22  2:02 UTC  (2+ messages)

[PATCH] Add format.date config variable
 2008-05-21 23:27 UTC  (3+ messages)


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).