git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-05-13 23:14:34 to 2013-05-15 16:28:38 UTC [more...]

is this a bug of git-diff?
 2013-05-15 16:27 UTC  (16+ messages)
          ` Default for color.ui (was Re: is this a bug of git-diff?)
            ` [PATCH] make color.ui default to 'auto'
                ` [PATCH v2] "
                ` [PATCH v3] "

Lines missing from git diff-tree -p -c output?
 2013-05-15 15:46 UTC  (2+ messages)

English/German terminology, git.git's de.po, and pro-git
 2013-05-15 15:31 UTC  (11+ messages)
  ` AW: "

[PATCH v9 0/9] interactive git-clean
 2013-05-15 15:18 UTC  (18+ messages)
` [PATCH v9 1/9] git-clean: refactor git-clean into two phases
    ` [RFC 0/2] refactor relative_path in path.c
    ` [RFC 1/2] path.c: refactor relative_path(), not only strip prefix
    ` [RFC 2/2] quote.c: remove path_relative, use relative_path instead
` [PATCH v9 2/9] git-clean: add support for -i/--interactive
` [PATCH v9 3/9] git-clean: show items of del_list in columns
` [PATCH v9 4/9] git-clean: add colors to interactive git-clean
` [PATCH v9 5/9] git-clean: use a git-add-interactive compatible UI
` [PATCH v9 6/9] git-clean: add filter by pattern interactive action
` [PATCH v9 7/9] git-clean: add select by numbers "
` [PATCH v9 8/9] git-clean: add ask each "
` [PATCH v9 9/9] git-clean: add documentation for interactive git-clean

[PATCHv2 00/10] Prepare for alternative remote-tracking branch location
 2013-05-15 15:14 UTC  (12+ messages)
` [PATCHv2 03/10] refs.c: Refactor code for mapping between shorthand names and full refnames

Trouble with case insensitive filesystem
 2013-05-15 13:32 UTC  (2+ messages)

[RFC/PATCH] branch: show me the hot branches
 2013-05-15 12:54 UTC  (5+ messages)

[PATCH v5 1/2] cache.h: eliminate SHA-1 deprecation warnings on Mac OS X
 2013-05-15  7:11 UTC  (2+ messages)
` [PATCH v5 2/2] imap-send: eliminate HMAC "

"git grep --no-index" doesn't do what it says on the tin?
 2013-05-15  6:54 UTC  (2+ messages)

Fwd: git cvsimport implications
 2013-05-15  6:24 UTC  (3+ messages)

What's cooking in git.git (May 2013, #01; Fri, 3)
 2013-05-15  6:19 UTC  (6+ messages)
` Problems with Windows, Was: "
      `  "

Segmentation fault with latest git (070c57df)
 2013-05-15  3:22 UTC  (10+ messages)
`  "

[PATCH] git-svn: introduce --parents parameter for commands branch and tag
 2013-05-15  2:35 UTC  (2+ messages)

git-svn: multiple fetch lines
 2013-05-15  2:00 UTC  (6+ messages)
    ` [RFC/PATCH 0/2] "
      ` [PATCH resend 0/2] git-svn: improve documentation of "

[PATCH v3 00/10] remote-hg: fixes and cleanups
 2013-05-14 23:37 UTC  (39+ messages)
` [PATCH v3 01/10] remote-hg: trivial cleanups
` [PATCH v3 02/10] remote-hg: get rid of unused exception checks
` [PATCH v3 03/10] remote-hg: enable track-branches in hg-git mode
` [PATCH v3 04/10] remote-hg: add new get_config_bool() helper
` [PATCH v3 05/10] remote-hg: fix new branch creation
` [PATCH v3 06/10] remote-hg: disable forced push by default
` [PATCH v3 07/10] remote-hg: don't push fake 'master' bookmark
` [PATCH v3 08/10] remote-hg: update bookmarks when pulling
` [PATCH v3 09/10] remote-hg: test: be a little more quiet
` [PATCH v3 10/10] remote-hg: trivial reorganization

[PATCH] remote-bzr: update old organization
 2013-05-14 22:43 UTC  (13+ messages)

[RFC/PATCH 0/4] update tracking refs on explicit fetch
 2013-05-14 22:18 UTC  (3+ messages)
` [PATCH 1/4] t5510: start tracking-ref tests from a known state

[PATCH] diffcore-pickaxe doc: document -S and -G properly
 2013-05-14 21:13 UTC  (20+ messages)

[PATCH 00/47] remote-hg: fixes for next
 2013-05-14 21:12 UTC  (50+ messages)
` [PATCH 01/47] remote-hg: trivial cleanups
` [PATCH 02/47] remote-hg: get rid of unused exception checks
` [PATCH 03/47] remote-hg: enable track-branches in hg-git mode
` [PATCH 04/47] remote-hg: add new get_config_bool() helper
` [PATCH 05/47] remote-hg: fix new branch creation
` [PATCH 06/47] remote-hg: disable forced push by default
` [PATCH 07/47] remote-hg: don't push fake 'master' bookmark
` [PATCH 08/47] remote-hg: update bookmarks when pulling
` [PATCH 09/47] remote-hg: test: be a little more quiet
` [PATCH 10/47] remote-hg: trivial reorganization
` [PATCH 11/47] remote-helpers: test: cleanup white-spaces
` [PATCH 12/47] remote-helpers: test: cleanup style
` [PATCH 13/47] remote-helpers: tests: general improvements
` [PATCH 14/47] remote-helpers: test: simplify remote URLs
` [PATCH 15/47] remote-hg: test: simplify previous branch checkout
` [PATCH 16/47] remote-hg: load all extensions
` [PATCH 17/47] remote-hg: use a shared repository store
` [PATCH 18/47] remote-hg: shuffle some code
` [PATCH 19/47] remote-hg: improve node traversing
` [PATCH 20/47] remote-hg: add version checks to the marks
` [PATCH 21/47] remote-hg: switch from revisions to SHA-1 noteids
` [PATCH 22/47] remote-hg: upgrade version 1 marks
` [PATCH 23/47] remote-hg: ensure remote rebasing works
` [PATCH 24/47] remote-hg: trivial cleanups
` [PATCH 25/47] remote-hg: improve progress calculation
` [PATCH 26/47] remote-hg: always point HEAD to master
` [PATCH 27/47] remote-bzr: simplify test checks
` [PATCH 28/47] remote-hg: add check_bookmark() test helper
` [PATCH 29/47] remote-hg: add remote tests
` [PATCH 30/47] remote-hg: add test to push new bookmark
` [PATCH 31/47] remote-hg: add test for diverged push
` [PATCH 32/47] remote-hg: add test for bookmark diverge
` [PATCH 33/47] remote-hg: add test for new bookmark special
` [PATCH 34/47] remote-hg: add test for big push
` [PATCH 35/47] remote-hg: add test for failed double push
` [PATCH 36/47] remote-hg: reorganize bookmark handling
` [PATCH 37/47] remote-hg: force remote bookmark push selectively
` [PATCH 38/47] remote-hg: only update necessary revisions
` [PATCH 39/47] remote-hg: implement custom push()
` [PATCH 40/47] remote-hg: implement custom checkheads()
` [PATCH 41/47] remote-hg: pass around revision refs
` [PATCH 42/47] remote-hg: check diverged bookmarks
` [PATCH 43/47] remote-hg: simplify branch_tip()
` [PATCH 44/47] remote-hg: improve branch listing
` [PATCH 45/47] remote-hg: use remote 'default' not local one
` [PATCH 46/47] remote-hg: improve lightweight tag author
` [PATCH 47/47] remote-hg: remove files before modifications

make git ignore the timestamp embedded in PDFs
 2013-05-14 19:26 UTC  (2+ messages)

[PATCH] diffcore-pickaxe: make error messages more consistent
 2013-05-14 18:15 UTC  (3+ messages)

[PATCH v2] checkout: add --no-widen for restoring files in sparse checkout mode
 2013-05-14 10:21 UTC  (4+ messages)
` [PATCH v3] checkout: add --ignore-skip-worktree-bits "

[PATCH 0/4] Coverage support revisited
 2013-05-14  9:14 UTC  (3+ messages)

[PATCH v4 2/3] imap-send: eliminate HMAC deprecation warnings on OS X 10.8
 2013-05-14  7:22 UTC  (4+ messages)
` [PATCH v4 3/3] cache.h: eliminate SHA-1 "

[PATCH v4 0/5] allow more sources for config values
 2013-05-14  2:35 UTC  (5+ messages)
` [PATCH v4 3/5] config: make parsing stack struct independent from actual data source
    `  "

[PATCH v4 00/11] Add new git-related helper to contrib
 2013-05-13 23:17 UTC  (7+ messages)
` [PATCH v4 01/11] "

[PATCH v2 0/6] remote-hg: fixes and cleanups
 2013-05-13 23:15 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).