git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-07-23 19:09:03 to 2012-07-25 14:55:51 UTC [more...]

[PATCH v6 0/7] i18n for git-am, git-rebase and git-merge
 2012-07-25 14:53 UTC  (7+ messages)
` [PATCH v6 1/7] i18n: New keywords for xgettext extraction from sh
  ` [PATCH v6 2/7] i18n: rebase: mark messages for translation
    ` [PATCH v6 3/7] i18n: Rewrite gettext messages start with dash
      ` [PATCH v6 4/7] Remove obsolete LONG_USAGE which breaks xgettext
        ` [PATCH v6 5/7] i18n: am: mark more strings for translation
          ` [PATCH v6 6/7] Remove dead code which contains bad gettext block

[PATCH v5 0/7] i18n for git-am, git-rebase and git-merge
 2012-07-25 14:44 UTC  (8+ messages)
` [PATCH v5 1/7] i18n: New keywords for xgettext extraction from sh
  ` [PATCH v5 2/7] i18n: rebase: mark messages for translation
    ` [PATCH v5 3/7] i18n: Rewrite gettext messages start with dash
      ` [PATCH v5 4/7] Remove obsolete LONG_USAGE which breaks xgettext
        ` [PATCH v5 5/7] i18n: am: mark more strings for translation
          ` [PATCH v5 6/7] Remove dead code which contains bad gettext block
            ` [PATCH v5 7/7] i18n: merge-recursive: mark strings for translation

[PATCH v5 0/7] i18n for git-am, git-rebase and git-merge
 2012-07-25 13:31 UTC  (10+ messages)
` [PATCH v5 1/7] i18n: New keywords for xgettext extraction from sh
  ` [PATCH v5 2/7] i18n: rebase: mark messages for translation
    ` [PATCH v5 3/7] i18n: Rewrite gettext messages start with dash
      ` [PATCH v5 4/7] Remove obsolete LONG_USAGE which breaks xgettext
        ` [PATCH v5 5/7] i18n: am: mark more strings for translation
          ` [PATCH v5 6/7] Remove dead code which contains bad gettext block
            ` [PATCH v5 7/7] i18n: merge-recursive: mark strings for translation

[PATCH] Fix Q-encoded multi-octet-char split in email
 2012-07-25 11:10 UTC  (6+ messages)

[PATCH v4 0/7] i18n for git-am, git-rebase and git-merge
 2012-07-25 11:01 UTC  (15+ messages)
` [PATCH v4 1/7] i18n: New keywords for xgettext extraction from sh
  ` [PATCH v4 2/7] i18n: rebase: mark strings for translation
    ` [PATCH v4 3/7] i18n: Rewrite gettext messages start with dash
      ` [PATCH v4 4/7] Remove obsolete LONG_USAGE which breaks xgettext
        ` [PATCH v4 5/7] i18n: am: mark more strings for translation
          ` [PATCH v4 6/7] Remove dead code which contains bad gettext block
            ` [PATCH v4 7/7] i18n: merge-recursive: mark strings for translation

git-svn SVN 1.7 fix, take 2
 2012-07-25  9:53 UTC  (14+ messages)

[GSoC] Designing a faster index format - Progress report week 13
 2012-07-25  6:44 UTC  (11+ messages)

[PATCH v3 0/7] i18n for git-am, git-rebase and git-merge
 2012-07-25  6:38 UTC  (28+ messages)
` [PATCH v3 1/7] i18n: New keywords for xgettext extraction from sh
  ` [PATCH v3 2/7] i18n: rebase: mark strings for translation
    ` [PATCH v3 3/7] i18n: Rewrite gettext messages start with dash
      ` [PATCH v3 4/7] Remove obsolete LONG_USAGE which breaks xgettext
        ` [PATCH v3 5/7] i18n: am: mark more strings for translation
          ` [PATCH v3 6/7] Remove unused and bad gettext block from git-am
            ` [PATCH v3 7/7] i18n: merge-recursive: mark strings for translation

Fix git-svn tests for SVN 1.7.5
 2012-07-25  6:20 UTC  (10+ messages)
    ` Extract Git classes from git-svn (1/10) (was Re: Fix git-svn tests for SVN 1.7.5.)
      ` Extract Git classes from git-svn (1/10)
              ` OT: mail-based interfaces and web-based interfaces (Re: Extract Git classes from git-svn (1/10))

[PATCH] Add a svnrdump-simulator replaying a dump file for testing
 2012-07-25  6:20 UTC  (5+ messages)

[PATCH] difftool: Do not remove temporary files on error
 2012-07-25  6:14 UTC 

Move Git::SVN into its own .pm file
 2012-07-25  6:01 UTC  (4+ messages)
` [PATCH 1/4] Extract some utilities from git-svn to allow extracting Git::SVN
` [PATCH 2/4] Prepare Git::SVN for extraction into its own file
` [PATCH 4/4] Move initialization of Git::SVN variables into Git::SVN

Teach Makefile.PL to find .pm files on its own
 2012-07-25  3:21 UTC  (4+ messages)
` [PATCH 1/3] Quiet warning if Makefile.PL is run with -w and no --localedir
` [PATCH 2/3] Don't lose Error.pm if $@ gets clobbered
` [PATCH 3/3] The Makefile.PL will now find .pm files itself

[PATCH 0/3] Incremental updates for da/difftool-updates
 2012-07-25  3:14 UTC  (4+ messages)
` [PATCH 1/3] difftool: Handle finding mergetools/ in a path with spaces
` [PATCH 2/3] difftool: Check all return codes from compare()
` [PATCH 3/3] difftool: Disable --symlinks on cygwin

[PATCH 1/5] difftool: Simplify print_tool_help()
 2012-07-25  3:00 UTC  (6+ messages)

[PATCH v4 0/5] difftool: Use symlinks in dir-diff mode
 2012-07-25  2:59 UTC  (6+ messages)
` [PATCH v4 1/5] difftool: print_tool_help() globals
` [PATCH v4 2/5] difftool: Eliminate global variables
` [PATCH v4 3/5] difftool: Move option values into a hash
` [PATCH v4 4/5] difftool: Call the temp directory "git-difftool"
` [PATCH v4 5/5] difftool: Use symlinks when diffing against the worktree

[PATCH] test: some testcases failed if cwd is on a symlink
 2012-07-24 22:06 UTC  (5+ messages)

Bug: Recursive submodules fail when the repo path contains spaces
 2012-07-24 20:37 UTC  (6+ messages)

[RFC/PATCH] t3300-*.sh: Fix a TAP parse error
 2012-07-24 19:57 UTC  (5+ messages)

[PATCH/RFC v2 0/3] fast-import: disallow empty branches as parents
 2012-07-24 19:40 UTC  (5+ messages)
` [PATCH v2 1/3] fast-import: do not write null_sha1 as a merge parent
` [PATCH v2 3/3] fast-import: disallow "merge $itself" command

[PATCH] rebase -i: handle fixup of root commit correctly
 2012-07-24 19:22 UTC  (2+ messages)

[RFC/PATCH v2] t3300-*.sh: Fix a TAP parse error
 2012-07-24 19:17 UTC  (2+ messages)

Enhanced git branch list (proposal)
 2012-07-24 16:40 UTC  (2+ messages)

[PATCH 5/5] difftool: Use symlinks when diffing against the worktree
 2012-07-24 15:57 UTC  (4+ messages)
` [PATCH v3 4/5] "

What's cooking in git.git (Jul 2012, #07; Mon, 23)
 2012-07-24 14:42 UTC  (3+ messages)

[PATCH] t/lib-httpd: handle running under --valgrind
 2012-07-24 13:43 UTC 

[PATCH 1/3] test-lib.sh: unset XDG_CONFIG_HOME
 2012-07-24 13:32 UTC  (7+ messages)
` [PATCH 2/3] attr: make sure we have an xdg path before using it
  ` [PATCH] ignore: "
` [PATCH 3/3] t1306: check that XDG_CONFIG_HOME works

GSOC remote-svn
 2012-07-24 12:06 UTC  (10+ messages)
    ` [PATCH] Add a svnrdump-simulator replaying a dump file for testing

[GSoC] Designing a faster index format - Progress report week 14
 2012-07-24  7:52 UTC  (3+ messages)

[ANNOUNCE] Git v1.7.12-rc0
 2012-07-24  7:18 UTC  (2+ messages)

git pull --quiet is not quiet
 2012-07-24  1:56 UTC 

[PATCH] Solve git-submodule issues with detached work trees
 2012-07-23 23:42 UTC  (8+ messages)

[PATCH 0/7] build system: support automatic reconfiguration for autotools user
 2012-07-23 23:28 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 6/7] build: "make clean" should not remove configure-generated files
  ` [PATCH v2 7/7] build: reconfigure automatically if configure.ac changes

[PATCH 0/4] Various merge / diff tool related minor clean-ups and improvements
 2012-07-23 23:09 UTC  (27+ messages)
` [PATCH v2 0/5] "
  ` [PATCH 3/5] Explicitly list all valid diff tools and document --tool-help as an option
      ` mergetool: support --tool-help option like difftool does
          ` [PATCH] "
  ` [PATCH v2 4/5] Make sure to use Araxis' "compare" and not e.g. ImageMagick's
      ` [PATCH] "

empty ident name trashes commit message
 2012-07-23 22:09 UTC  (12+ messages)
` [PATCH 2/3] commit: check committer identity more strictly
` [PATCH 3/3] commit: give a hint when a commit message has been abandoned

[PATCH] Improve revisions.txt
 2012-07-23 19:27 UTC  (8+ messages)
` [PATCH 1/2] Make <refname> documentation more consistent
  ` [PATCH 2/2] Document rev^! and rev^@ as revision specifiers


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