git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-05-02 21:02:50 to 2016-05-04 05:08:59 UTC [more...]

[PATCH v3] bisect--helper: convert a function in shell to C
 2016-05-04  5:07 UTC  (4+ messages)
` [PATCH 0/2] bisect--helper: rewrite of check_term_format()
  ` [PATCH 1/2] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
  ` [PATCH 2/2] bisect: rewrite `check_term_format` shell function in C

[PATCH 1/3] git reset --hard gives clean working tree
 2016-05-04  4:07 UTC  (9+ messages)
` [PATCH v8 10/10] ce_compare_data() did not respect conversion

[PATCH] submodule deinit: require '--all' instead of '.' for all submodules
 2016-05-04  1:19 UTC  (9+ messages)
` [PATCHv2] "
  ` [PATCHv3] "

[RFD/PATCH] submodule doc: describe where we can configure them
 2016-05-04  0:59 UTC  (3+ messages)

remotes
 2016-05-03 23:47 UTC  (4+ messages)

[PATCH v3 0/6] connect: various cleanups
 2016-05-03 22:52 UTC  (35+ messages)
` [PATCH 1/6] connect: remove get_port()
` [PATCH 2/6] connect: uniformize and group CONNECT_DIAG_URL handling code
` [PATCH v4 00/11] connect: various cleanups
  ` [PATCH v4 01/11] add fetch-pack --diag-url tests for some corner cases
  ` [PATCH v4 02/11] connect: call get_host_and_port() earlier
  ` [PATCH v4 03/11] connect: only match the host with core.gitProxy
  ` [PATCH v4 04/11] connect: fill the host header in the git protocol with the host and port variables
  ` [PATCH v4 05/11] connect: make parse_connect_url() return separated host and port
  ` [PATCH v4 06/11] connect: group CONNECT_DIAG_URL handling code
  ` [PATCH v4 07/11] connect: make parse_connect_url() return the user part of the url as a separate value
  ` [PATCH v4 08/11] connect: change the --diag-url output to separate user and host
  ` [PATCH v4 09/11] connect: use "-l user" instead of "user@" on ssh command line
  ` [PATCH v4 10/11] connect: actively reject git:// urls with a user part
  ` [PATCH v4 11/11] connect: move ssh command line preparation to a separate function
    ` [PATCH v4.1 "

What's cooking in git.git (May 2016, #01; Tue, 3)
 2016-05-03 22:49 UTC 

avoid duplicate patches from git log ?
 2016-05-03 22:36 UTC  (4+ messages)

[PATCH 0/3] preparatory patches for the submodule groups
 2016-05-03 22:24 UTC  (17+ messages)
` [PATCH 1/3] submodule deinit test: fix broken && chain in subshell
` [PATCH 2/3] submodule deinit: lose requirement for giving '.'
` [PATCH 3/3] submodule init: redirect stdout to stderr

[PATCH] t7300: mark test with SANITY
 2016-05-03 21:35 UTC  (7+ messages)

t7900-*.sh tesr #5 failure
 2016-05-03 21:34 UTC 

Fwd: Git 2.8.1 fails test 32 of t7300-clean.sh, breaks profile build
 2016-05-03 21:28 UTC  (9+ messages)
  `  "

[WIP PATCH 00/14] Protocol v2 patches
 2016-05-03 21:21 UTC  (10+ messages)
` [PATCH 03/14] upload-pack-2: Implement the version 2 of upload-pack
` [PATCH 06/14] remote.h: add get_remote_capabilities, request_capabilities

[PATCH 00/41] Add and use error_errno() and warning_errno()
 2016-05-03 20:11 UTC  (57+ messages)
` [PATCH 01/41] usage.c: move format processing out of die_errno()
` [PATCH v2 00/41] Add and use error_errno() and warning_errno()
  ` [PATCH v2 01/41] usage.c: move format processing out of die_errno()
  ` [PATCH v2 02/41] usage.c: add warning_errno() and error_errno()
  ` [PATCH v2 03/41] bisect.c: use die_errno() and warning_errno()
  ` [PATCH v2 04/41] builtin/am.c: use error_errno()
  ` [PATCH v2 05/41] builtin/branch.c: "
  ` [PATCH v2 06/41] builtin/fetch.c: "
  ` [PATCH v2 07/41] builtin/help.c: use warning_errno()
  ` [PATCH v2 08/41] builtin/mailsplit.c: use error_errno()
  ` [PATCH v2 09/41] builtin/merge-file.c: "
  ` [PATCH v2 10/41] builtin/pack-objects.c: use die_errno() and warning_errno()
  ` [PATCH v2 11/41] builtin/rm.c: use warning_errno()
  ` [PATCH v2 12/41] builtin/update-index.c: prefer "err" to "errno" in process_lstat_error
  ` [PATCH v2 13/41] builtin/upload-archive.c: use error_errno()
  ` [PATCH v2 14/41] builtin/worktree.c: "
  ` [PATCH v2 15/41] check-racy.c: "
  ` [PATCH v2 16/41] combine-diff.c: "
  ` [PATCH v2 17/41] compat/win32/syslog.c: use warning_errno()
  ` [PATCH v2 18/41] config.c: use error_errno()
  ` [PATCH v2 19/41] connected.c: "
  ` [PATCH v2 20/41] copy.c: "
  ` [PATCH v2 21/41] credential-cache--daemon.c: use warning_errno()
  ` [PATCH v2 22/41] diff-no-index.c: use error_errno()
  ` [PATCH v2 23/41] editor.c: "
  ` [PATCH v2 24/41] entry.c: "
  ` [PATCH v2 25/41] fast-import.c: "
  ` [PATCH v2 26/41] gpg-interface.c: "
  ` [PATCH v2 27/41] grep.c: "
  ` [PATCH v2 28/41] http.c: use error_errno() and warning_errno()
  ` [PATCH v2 29/41] ident.c: use warning_errno()
  ` [PATCH v2 30/41] mailmap.c: use error_errno()
  ` [PATCH v2 31/41] reachable.c: "
  ` [PATCH v2 32/41] rerere.c: use error_errno() and warning_errno()
  ` [PATCH v2 33/41] run-command.c: use error_errno()
  ` [PATCH v2 34/41] sequencer.c: "
  ` [PATCH v2 35/41] server-info.c: "
  ` [PATCH v2 36/41] sha1_file.c: use {error,die,warning}_errno()
  ` [PATCH v2 37/41] transport-helper.c: use error_errno()
  ` [PATCH v2 38/41] unpack-trees.c: "
  ` [PATCH v2 39/41] upload-pack.c: "
  ` [PATCH v2 40/41] vcs-svn: "
  ` [PATCH v2 41/41] wrapper.c: use warning_errno()

[PATCH] commit-tree: do not pay attention to commit.gpgsign
 2016-05-03 18:58 UTC  (4+ messages)
  ` Re* "

[PATCH] gitweb: apply fallback encoding before highlight
 2016-05-03 18:33 UTC  (3+ messages)
` [PATCH v2] "

[ANNOUNCE] Git for Windows 2.8.2
 2016-05-03 18:29 UTC 

[PATCH v2] travis-ci: build documentation
 2016-05-03 17:59 UTC  (12+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] Documentation: fix linkgit references
  ` [PATCH v3 2/2] travis-ci: build documentation

[PATCH 2/2] xdiff: implement empty line chunk heuristic
 2016-05-03 17:55 UTC  (11+ messages)

[PATCH 00/83] libify apply and use lib in am
 2016-05-03 16:24 UTC  (16+ messages)
` [PATCH 63/83] builtin/apply: make apply_all_patches() return -1 on error
` [PATCH 67/83] builtin/apply: make build_fake_ancestor() "
` [PATCH 69/83] builtin/apply: make add_conflicted_stages_file() "
` [PATCH 73/83] builtin/apply: make write_out_results() "
` [PATCH 74/83] builtin/apply: make try_create_file() "

[PATCH v15 1/7] t0040-test-parse-options.sh: fix style issues
 2016-05-03 16:18 UTC  (11+ messages)
` [PATCH v15 7/7] t/t7507: tests for broken behavior of status

[PATCH 80/83] run-command: make dup_devnull() non static
 2016-05-03 15:36 UTC  (6+ messages)
` [PATCH 81/83] apply: roll back index in case of error
` [PATCH 82/83] environment: add set_index_file()

[PATCH] t5510: run auto-gc in the foreground
 2016-05-03 11:50 UTC  (4+ messages)

bug: incorrect plurality of "commit" in git status
 2016-05-03  9:32 UTC  (8+ messages)
` [PATCH] remote.c: specify correct plural form in "commit diverge" message

[PATCH] git-multimail: update to release 1.3.0
 2016-05-03  8:31 UTC 

[PATCH v1] Documentation: add setup instructions for Travis CI
 2016-05-03  8:09 UTC  (4+ messages)
` [PATCH v2] "

pthread_sigmask() on windows (wine actualy)
 2016-05-03  4:48 UTC  (4+ messages)
  ` [PATCH jk/push-client-deadlock-fix] Windows: add pthread_sigmask() that does nothing

[PATCH] commit-tree: do not pay attention to commit.gpgsign
 2016-05-03  4:20 UTC  (2+ messages)

[PATCH] git-stash: Don't GPG sign when stashing changes
 2016-05-03  1:21 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 00/10] submodule output patches
 2016-05-03  1:17 UTC  (10+ messages)
` [PATCH 04/10] shell helpers usage: always send help to stderr
` [PATCH 05/10] submodule add: send messages "
` [PATCH 06/10] submodule deinit: "

[PATCH] Move test-* to t/helper/ subdirectory
 2016-05-03  0:15 UTC  (9+ messages)

[PATCH] git-stash: add flag to skip "git reset --hard"
 2016-05-02 22:44 UTC  (6+ 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).