git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-11-16 13:15:17 to 2012-11-20 07:06:23 UTC [more...]

[PATCH 14/13] wildmatch: fix tests that fail on Windows due to path mangling
 2012-11-20  7:06 UTC  (4+ messages)
` [PATCH 14/13] test-wildmatch: "
  ` [PATCH 15/13] compat/fnmatch: fix off-by-one character class's length check

[PATCH 14/13] test-wildmatch: fix tests that fail on Windows due to path mangling
 2012-11-20  7:02 UTC  (2+ messages)
` [PATCH 14/13] test-wildmatch: avoid Windows "

[PATCH v4 0/5] push: update remote tags only with force
 2012-11-20  5:44 UTC  (10+ messages)
` [PATCH v4 1/5] push: return reject reasons via a mask
` [PATCH v4 2/5] push: add advice for rejected tag reference
` [PATCH v4 3/5] push: flag updates
` [PATCH v4 4/5] push: flag updates that require force
` [PATCH v4 5/5] push: update remote tags only with force
  ` [PATCH v4.1 "

[PATCH v3 0/3] git-submodule add: Add -r/--record option
 2012-11-20  5:39 UTC  (16+ messages)
` [PATCH v3 1/3] "
          `  "
              `  "

What's cooking in git.git (Nov 2012, #06; Mon, 19)
 2012-11-20  1:41 UTC  (2+ messages)

[PATCH v4 0/4] Introduce diff.submodule
 2012-11-20  0:48 UTC  (3+ messages)
  ` [PATCH v4 2/4] diff: introduce diff.submodule configuration variable

[PATCH 0/2] textconv support for "log -S"
 2012-11-20  0:48 UTC  (6+ messages)
` [PATCH 2/2] pickaxe: use textconv for -S counting

git config --git-all can return non-zero error code
 2012-11-20  0:24 UTC  (3+ messages)
  ` [PATCH] config --get-all: it is an error not to see any value

Failure to extra stable@vger.kernel.org addresses
 2012-11-20  0:00 UTC  (9+ messages)

[PATCH v3 0/6] completion: test consolidations
 2012-11-19 22:58 UTC  (9+ messages)
` [PATCH v3 1/6] completion: add comment for test_completion()
` [PATCH v3 2/6] completion: standardize final space marker in tests
` [PATCH v3 3/6] completion: simplify tests using test_completion_long()
` [PATCH v3 4/6] completion: consolidate test_completion*() tests
` [PATCH v3 5/6] completion: refactor __gitcomp related tests
` [PATCH v3 6/6] completion: simplify __gitcomp() test helper

Auto-repo-repair
 2012-11-19 22:35 UTC  (7+ messages)

[PATCH v6 0/2] New zsh wrapper
 2012-11-19 21:56 UTC  (5+ messages)
` [PATCH v6 1/2] completion: add new zsh completion
` [PATCH v6 2/2] completion: start moving to the "

[PATCH 0/4] Some pathspec wildcard optimization
 2012-11-19 21:20 UTC  (8+ messages)
` [PATCH 1/4] pathspec: save the non-wildcard length part
` [PATCH 2/4] pathspec: do exact comparison on the leading non-wildcard part
` [PATCH 3/4] pathspec: apply "*.c" optimization from exclude
` [PATCH 4/4] tree_entry_interesting: do basedir compare on wildcard patterns when possible

`git mv` has ambiguous error message for non-existing target
 2012-11-19 21:07 UTC  (5+ messages)

git-describe fails with "--dirty is incompatible with committishes" if passing HEAD as argument
 2012-11-19 20:39 UTC  (3+ messages)

Should --pretty=format:%b respect i18n.logoutputencoding just like normal "git log"?
 2012-11-19 17:42 UTC  (2+ messages)

verifying git file contents without checking out history?
 2012-11-19  5:32 UTC  (3+ messages)

[PATCH] Rename V15_MINGW_HEADERS into CYGWIN_OLD_WINSOCK_HEADERS
 2012-11-18 21:16 UTC  (4+ messages)
    ` [PATCH] USE CGYWIN_V15_WIN32API as macro to select api for cygwin

git-reset man page
 2012-11-18 17:48 UTC  (6+ messages)

Fwd: Local clones aka forks disk size optimization
 2012-11-18 17:18 UTC  (7+ messages)
  `  "

Local clones aka forks disk size optimization
 2012-11-18 17:02 UTC  (4+ messages)

Motd message on git cloning
 2012-11-18 16:51 UTC  (3+ messages)

t5801-remote-helpers.sh fails
 2012-11-18 15:52 UTC  (7+ messages)

[ANNOUNCE] namespace support in gitolite
 2012-11-18 11:41 UTC 

using multiple version of git simultaneously
 2012-11-18 11:04 UTC  (4+ messages)

[RFC/PATCH v2 0/8] completion: compgen/compadd cleanups
 2012-11-18 10:56 UTC  (9+ messages)
` [RFC/PATCH v2 1/8] completion: trivial test improvement
` [RFC/PATCH v2 2/8] completion: get rid of empty COMPREPLY assignments
` [RFC/PATCH v2 3/8] completion: add new __gitcompadd helper
` [RFC/PATCH v2 4/8] tmp: completion: add SZEDER's tests
` [RFC/PATCH v2 5/8] completion: get rid of compgen
` [RFC/PATCH v2 6/8] tmp: completion: mark SZEDER's tests as fixed
` [RFC/PATCH v2 7/8] completion: get rid of __gitcomp_1
` [RFC/PATCH v2 8/8] completion: small optimization

[PATCH 0/7] completion: fix expansion issues with compgen
 2012-11-18  9:39 UTC  (26+ messages)
` [PATCH 1/7] completion: make the 'basic' test more tester-friendly
` [PATCH 2/7] completion: fix args of run_completion() test helper
` [PATCH 3/7] completion: add tests for the __gitcomp_nl() completion helper function
` [PATCH 4/7] completion: add tests for invalid variable name among completion words
` [PATCH 5/7] completion: fix expansion issues in __gitcomp_nl()
` [PATCH 6/7] completion: fix expansion issue in __gitcomp()
` [PATCH 7/7] completion: remove the now unused __gitcomp_1() internal helper function

[RFC/PATCH 0/5] completion: compgen/compadd cleanups
 2012-11-18  0:53 UTC  (15+ messages)
` [RFC/PATCH 1/5] completion: get rid of empty COMPREPLY assignments
` [RFC/PATCH 2/5] completion: add new __gitcompadd helper
` [RFC/PATCH 3/5] completion: trivial test improvement
` [RFC/PATCH 4/5] completion: get rid of compgen
` [RFC/PATCH 5/5] completion: refactor __gitcomp_1

[PATCH v2 0/6] completion: test consolidations
 2012-11-17 20:26 UTC  (13+ messages)
` [PATCH v2 1/6] completion: add comment for test_completion()
` [PATCH v2 4/6] completion: consolidate test_completion*() tests
` [PATCH v2 5/6] completion: refactor __gitcomp related tests

Fwd: [PATCH] Add tcsh-completion support to contrib by using git-completion.bash
 2012-11-17 18:01 UTC  (25+ messages)
` [PATCH] tcsh-completion re-using git-completion.bash
          ` [PATCH v3] "
              ` [PATCH v4] "

git-credential-gnome-keyring fails at multilib
 2012-11-17 14:05 UTC 

[PATCH] Add support for a 'pre-push' hook
 2012-11-17  9:00 UTC  (7+ messages)

What's cooking in git.git (Nov 2012, #03; Tue, 13)
 2012-11-17  7:11 UTC  (11+ messages)

git log implementation details
 2012-11-17  1:14 UTC 

[PATCH/RFC 5/5] sequencer.c: always separate "(cherry picked from" from commit body
 2012-11-16 23:55 UTC  (4+ messages)
` [PATCH 6/5] sequencer.c: refrain from adding duplicate s-o-b lines

What's cooking in git.git (Nov 2012, #05; Fri, 16)
 2012-11-16 23:41 UTC 

[PATCHv2 0/8] loosening "sender" prompt in send-email
 2012-11-16 20:11 UTC  (14+ messages)
` [PATCHv2 8/8] send-email: do not prompt for explicit repo ident

cloning a namespace downloads all the objects
 2012-11-16 17:34 UTC  (3+ messages)

[PATCH 1/4] RelNotes 1.8.1: Typo
 2012-11-16 13:05 UTC  (2+ messages)
` [PATCH 2/4] RelNotes 1.8.1: Awkward wording


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