git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-07-18 03:10:11 to 2012-07-22 11:12:54 UTC [more...]

Feature request: fetch --prune by default
 2012-07-22 11:12 UTC  (36+ messages)
  ` [RFC/PATCH 0/3] reflog graveyard
    ` [PATCH 1/3] retain reflogs for deleted refs
    ` [PATCH 2/3] teach sha1_name to look in graveyard reflogs
    ` [PATCH 3/3] add tests for reflogs of deleted refs

git with large files
 2012-07-22  9:37 UTC  (11+ messages)

pushing branches
 2012-07-22  2:54 UTC  (12+ messages)

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

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

[RFC/PATCH] t3300-*.sh: Fix a TAP parse error
 2012-07-21 18:20 UTC  (2+ messages)

[RFC 0/4]
 2012-07-21 15:58 UTC  (8+ messages)
` [RFC 0/4 v2]
  ` [RFC 4/4 v2] Add cat-blob report fifo from fast-import to remote-helper
    ` [RFC 4/4 v3] "

empty ident name trashes commit message
 2012-07-21 14:26 UTC 

Git developer in the Zurich area? Have a beer with us tonight
 2012-07-21 10:00 UTC 

[PATCH 1/2] difftool: only copy back files modified during directory diff
 2012-07-21  5:10 UTC  (6+ messages)
    ` [PATCH v2] "

Fix git-svn tests for SVN 1.7.5
 2012-07-21  0:27 UTC  (9+ messages)
  ` Extract Git classes from git-svn (2/10) (was Re: Fix git-svn tests for SVN 1.7.5.)
    ` Extract Git classes from git-svn (1/10) "
      ` Extract Git classes from git-svn (1/10)

[RFC/PATCH] Only call record_resolve_undo() when coming from add/rm
 2012-07-20 22:22 UTC  (2+ messages)

Egit is not included into eclipse bundles
 2012-07-20 21:51 UTC 

[ANNOUNCE] Sharness - Test library derived from Git
 2012-07-20 21:11 UTC  (5+ messages)

[PATCH 0/8 v2] git-remote-mediawiki: fixes, optimizations, and progress report
 2012-07-20 21:11 UTC  (4+ messages)
` [PATCH 0/2] git-remote-mediawiki: two more fixes
  ` [PATCH 2/2] git-remote-mediawiki: allow page names with a ':'

[PATCH 0/7] correctly calculate patches to rebase
 2012-07-20 15:58 UTC  (14+ messages)
` [PATCH 1/7] git-rebase--am.sh: avoid special-casing --keep-empty
  ` [PATCH 2/7] git-rebase--interactive.sh: extract function for adding "pick" line
    ` [PATCH 3/7] git-rebase--interactive: group all $preserve_merges code
      ` [PATCH 4/7] git-rebase--interactive.sh: look up subject in add_pick_line
        ` [PATCH 5/7] rebase -p: use --cherry-mark for todo file
          ` [PATCH 6/7] rebase -p: don't request --left-right only to ignore left side
            ` [PATCH 7/7] rebase (without -p): correctly calculate patches to rebase

ninja build
 2012-07-20 15:42 UTC 

[RFC] Add a new email notification script to "contrib"
 2012-07-20 10:01 UTC  (3+ messages)

[PATCH 0/7] build system: support automatic reconfiguration for autotools user
 2012-07-19 17:50 UTC  (28+ messages)
` [PATCH 1/7] autoconf: GIT_CONF_APPEND_LINE: change signature
` [PATCH 2/7] autoconf: GIT_CONF_APPEND_LINE -> GIT_CONF_SUBST
` [PATCH 3/7] autoconf: remove some redundant shell indirections
` [PATCH 4/7] autoconf: remove few redundant semicolons
` [PATCH 5/7] autoconf: use AC_CONFIG_COMMANDS instead of ad-hoc 'config.mak.append'
` [PATCH 6/7] build: "make clean" should not remove configure-generated files
` [PATCH 7/7] build: reconfigure automatically if configure.ac changes
  ` [PATCH v2 0/7] build system: support automatic reconfiguration for autotools user
    ` [PATCH v2 1/7] autoconf: GIT_CONF_APPEND_LINE: change signature
    ` [PATCH v2 2/7] autoconf: GIT_CONF_APPEND_LINE -> GIT_CONF_SUBST
    ` [PATCH v2 3/7] autoconf: remove some redundant shell indirections
    ` [PATCH v2 4/7] autoconf: remove few redundant semicolons
    ` [PATCH v2 5/7] autoconf: use AC_CONFIG_COMMANDS instead of ad-hoc 'config.mak.append'
    ` [PATCH v2 6/7] build: "make clean" should not remove configure-generated files
    ` [PATCH v2 7/7] build: reconfigure automatically if configure.ac changes

Bug: Git-Svn creates wrong tag when svn tag contains spaces
 2012-07-19 17:42 UTC  (2+ messages)

[PATCH] rev-list: fix place holder %N (notes) in user format
 2012-07-19 17:25 UTC  (9+ messages)
` [PATCH v2] Fix notes handling in rev-list

[PATCH/RFC] git-svn: don't create master if another head exists
 2012-07-19 17:20 UTC  (16+ messages)

[PATCH] diff: respect --no-ext-diff with typechange
 2012-07-19 11:49 UTC  (8+ messages)

[PATCH] branch: make --set-upstream saner without an explicit starting point
 2012-07-18 15:33 UTC  (8+ messages)

clone URL missing in gitweb
 2012-07-18 14:39 UTC  (6+ messages)

git_getpass regression?
 2012-07-18 14:23 UTC  (10+ messages)

[PATCH 0/4] mediawiki/credential cleanups
 2012-07-18 13:06 UTC  (14+ messages)
` [PATCH 1/4] docs/credential: minor clarity fixups
` [PATCH 2/4] mw-to-git: check blank credential attributes via length
` [PATCH 3/4] credential: convert "url" attribute into its parsed subparts
` [PATCH 4/4] mw-to-git: use git-credential's URL parser
          ` [PATCHv2 "

[PATCH 0/4] Enhance git-rebases flexibiilty in handling empty commits
 2012-07-18 12:17 UTC  (7+ messages)
` [PATCH v8 "
  ` [PATCH v8 4/4] git-rebase: add keep_empty flag

[PATCH] Fix Q-encoded multi-octet-char split in email
 2012-07-18  7:27 UTC  (5+ messages)

[PATCH] commit-tree: resurrect command line parsing updates
 2012-07-18  3:05 UTC  (2+ 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).