git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-05-01 11:15:36 to 2016-05-03 11:51:14 UTC [more...]

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

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

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

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

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

[PATCH v3 0/6] connect: various cleanups
 2016-05-03  8:50 UTC  (27+ 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] git-multimail: update to release 1.3.0
 2016-05-03  8:31 UTC 

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

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

[WIP PATCH 00/14] Protocol v2 patches
 2016-05-03  5:33 UTC  (18+ messages)
` [PATCH 03/14] upload-pack-2: Implement the version 2 of upload-pack
` [PATCH 04/14] connect: rewrite feature parsing to work on string_list
` [PATCH 06/14] remote.h: add get_remote_capabilities, request_capabilities
` [PATCH 08/14] fetch-pack: factor out get_selected_capabilities_list
` [PATCH 12/14] Add test for fetch-pack

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] commit-tree: do not pay attention to commit.gpgsign
 2016-05-03  4:12 UTC  (2+ messages)

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

[PATCH 00/10] submodule output patches
 2016-05-03  1:17 UTC  (14+ 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 10/10] submodule deinit: complain when given a file instead of a submodule

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

[PATCH 0/3] preparatory patches for the submodule groups
 2016-05-02 22:24 UTC  (4+ 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] .mailmap: update to my shorter email address
 2016-05-02 20:08 UTC  (2+ messages)

[PATCH] fix typo 'In such these cases'
 2016-05-02 19:41 UTC  (5+ messages)

[PATCH 1/3] git reset --hard gives clean working tree
 2016-05-02 19:33 UTC  (6+ messages)
` [PATCH v8 10/10] ce_compare_data() did not respect conversion

[PATCHv5 0/2] Implement the GIT_TRACE_CURL environment variable
 2016-05-02 19:25 UTC  (9+ messages)
` [PATCHv5 1/2] http.c: implement "
` [PATCHv5 2/2] imap-send.c: introduce "

[ANNOUNCE] Git v2.8.2
 2016-05-02 18:19 UTC  (3+ messages)

[PATCH v2] trailer: load config to handle core.commentChar
 2016-05-02 18:13 UTC  (3+ messages)

[PATCH] gitweb: apply fallback encoding before highlight
 2016-05-02 18:12 UTC  (3+ messages)

[PATCH 00/29] Yet more preparation for reference backends
 2016-05-02 18:06 UTC  (10+ messages)
` [PATCH 19/29] refs: don't dereference on rename
` [PATCH 25/29] refs: resolve symbolic refs first

[PATCHv5 0/2] xdiff: implement empty line chunk heuristic
 2016-05-02 18:02 UTC  (13+ messages)
` [PATCH 2/2] "

[PATCH 00/83] libify apply and use lib in am
 2016-05-02 18:01 UTC  (34+ messages)
` [PATCH 53/83] builtin/apply: make find_header() return -1 instead of die()ing
` [PATCH 54/83] builtin/apply: make parse_chunk() return a negative integer on error
` [PATCH 55/83] builtin/apply: make parse_single_patch() return -1 "
` [PATCH 59/83] builtin/apply: move init_apply_state() to apply.c
` [PATCH 61/83] builtin/apply: libify check_apply_state()
` [PATCH 63/83] builtin/apply: make apply_all_patches() return -1 on error
` [PATCH 65/83] builtin/apply: make gitdiff_verify_name() "
` [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() "

What's cooking in git.git (Apr 2016, #08; Fri, 29)
 2016-05-02 17:21 UTC  (3+ messages)

gitk: "lime" color incompatible with older Tk versions
 2016-05-02 16:20 UTC  (2+ messages)

[PATCH 80/83] run-command: make dup_devnull() non static
 2016-05-02  7:18 UTC  (5+ messages)
` [PATCH 81/83] apply: roll back index in case of error

[PATCH] git-prompt: make colors available in custom prompts
 2016-05-02  7: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).