git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-04-29 14:40:39 to 2016-05-01 19:04:56 UTC [more...]

[PATCH 00/83] libify apply and use lib in am
 2016-05-01 19:04 UTC  (21+ messages)
` [PATCH 49/83] builtin/apply: move 'lock_file' global into 'struct apply_state'
` [PATCH 51/83] builtin/apply: make apply_patch() return -1 instead of die()ing
` [PATCH 53/83] builtin/apply: make find_header() "
` [PATCH 54/83] builtin/apply: make parse_chunk() return a negative integer on error
` [PATCH 61/83] builtin/apply: libify check_apply_state()
` [PATCH 63/83] builtin/apply: make apply_all_patches() return -1 on error

[PATCH 00/41] Add and use error_errno() and warning_errno()
 2016-05-01 18:46 UTC  (48+ messages)
` [PATCH 01/41] usage.c: move format processing out of die_errno()
` [PATCH 02/41] usage.c: add warning_errno() and error_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()

pthread_sigmask() on windows (wine actualy)
 2016-05-01 17:45 UTC  (2+ messages)

gitk: "lime" color incompatible with older Tk versions
 2016-05-01 17:03 UTC 

[PATCH 1/3] git reset --hard gives clean working tree
 2016-05-01 16:27 UTC  (14+ messages)
` [PATCH v8 01/10] t0027: make commit_chk_wrnNNO() reliable
` [PATCH v8 02/10] convert: allow core.autocrlf=input and core.eol=crlf
` [PATCH v8 03/10] t0027: test cases for combined attributes
` [PATCH v8 04/10] convert.c: ident + core.autocrlf didn't work
` [PATCH v8 05/10] read-cache: factor out get_sha1_from_index() helper
` [PATCH v8 06/10] convert.c: stream and early out
` [PATCH v8 07/10] convert: unify the "auto" handling of CRLF
` [PATCH v8 08/10] convert.c: more safer crlf handling with text attribute
` [PATCH v8 09/10] t6038; use crlf on all platforms
` [PATCH v8 10/10] ce_compare_data() did not respect conversion

[PATCH] t5510: run auto-gc in the foreground
 2016-05-01 15:37 UTC 

[PATCH v3 0/6] connect: various cleanups
 2016-05-01 13:37 UTC  (9+ messages)
` [PATCH 1/6] connect: remove get_port()
` [PATCH 2/6] connect: uniformize and group CONNECT_DIAG_URL handling code
` [PATCH 3/6] connect: only match the host with core.gitProxy
` [PATCH 4/6] connect: pass separate host and port to git_tcp_connect and git_proxy_connect
` [PATCH 5/6] connect: don't xstrdup target_host
` [PATCH 6/6] connect: move ssh command line preparation to a separate function

[ubuntu] gitk/git gui fail after upgrade
 2016-05-01 10:13 UTC 

[PATCH] git-fixup: automatically create a fixup commit
 2016-05-01  9:53 UTC 

Feature request: Add word wrapping to gitk display
 2016-05-01  9:37 UTC 

[PATCH] Move test-* to t/helper/ subdirectory
 2016-05-01  6:00 UTC  (7+ messages)

[PATCH v6 00/19] index-helper/watchman
 2016-05-01  0:22 UTC  (6+ messages)
` [PATCH v6 03/19] index-helper: new daemon for caching index and related stuff

[PATCH v15 1/7] t0040-test-parse-options.sh: fix style issues
 2016-04-30 20:03 UTC  (7+ messages)
` [PATCH v15 2/7] test-parse-options: print quiet as integer
` [PATCH v15 3/7] t0040-parse-options: improve test coverage
` [PATCH v15 4/7] parse-options.c: make OPTION_COUNTUP respect "unspecified" values
` [PATCH v15 5/7] t7507-commit-verbose: improve test coverage by testing number of diffs
` [PATCH v15 6/7] commit: add a commit.verbose config variable
` [PATCH v15 7/7] t/t7507: tests for broken behavior of status

[ANNOUNCE] Git v2.8.2
 2016-04-30 16:01 UTC  (2+ messages)

using git-difftool -d when cherry-picking
 2016-04-30 10:50 UTC  (3+ messages)

clone hang prevention / timeout?
 2016-04-30  9:04 UTC  (4+ messages)

[PATCH 00/29] Yet more preparation for reference backends
 2016-04-30  3:48 UTC  (17+ messages)
` [PATCH 19/29] refs: don't dereference on rename
` [PATCH 25/29] refs: resolve symbolic refs first
` [PATCH 29/29] lock_ref_sha1_basic(): only handle REF_NODEREF mode

[PATCHv5 0/2] xdiff: implement empty line chunk heuristic
 2016-04-30  3:06 UTC  (11+ messages)
` [PATCH 2/2] "

[WIP PATCH 00/14] Protocol v2 patches
 2016-04-30  1:04 UTC  (16+ messages)
` [PATCH 01/14] upload-pack: make client capability parsing code a separate function
` [PATCH 02/14] upload-pack.c: Refactor capability advertising
` [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 05/14] transport: add infrastructure to support a protocol version number
` [PATCH 06/14] remote.h: add get_remote_capabilities, request_capabilities
` [PATCH 07/14] fetch-pack: move capability selection out of do_fetch_pack
` [PATCH 08/14] fetch-pack: factor out get_selected_capabilities_list
` [PATCH 09/14] fetch-pack: Add negotiate_capabilities
` [PATCH 10/14] do_fetch_pack: select capabilities for transport version 1 only
` [PATCH 11/14] builtin/fetch-pack: add argument for transport version
` [PATCH 12/14] Add test for fetch-pack
` [PATCH 13/14] WIP add test for git pull
` [PATCH 14/14] WIP test git fetch

[PATCH v7 00/19] index-helper/watchman
 2016-04-30  1:02 UTC  (20+ messages)
` [PATCH v7 01/19] read-cache.c: fix constness of verify_hdr()
` [PATCH v7 02/19] read-cache: allow to keep mmap'd memory after reading
` [PATCH v7 03/19] index-helper: new daemon for caching index and related stuff
` [PATCH v7 04/19] index-helper: add --strict
` [PATCH v7 05/19] index-helper: log warnings
` [PATCH v7 06/19] daemonize(): set a flag before exiting the main process
` [PATCH v7 07/19] index-helper: add --detach
` [PATCH v7 08/19] read-cache: add watchman 'WAMA' extension
` [PATCH v7 09/19] Add watchman support to reduce index refresh cost
` [PATCH v7 10/19] index-helper: use watchman to avoid refreshing index with lstat()
` [PATCH v7 11/19] update-index: enable/disable watchman support
` [PATCH v7 12/19] unpack-trees: preserve index extensions
` [PATCH v7 13/19] watchman: add a config option to enable the extension
` [PATCH v7 14/19] index-helper: kill mode
` [PATCH v7 15/19] index-helper: don't run if already running
` [PATCH v7 16/19] index-helper: autorun mode
` [PATCH v7 17/19] index-helper: optionally automatically run
` [PATCH v7 18/19] Add tracing to measure where most of the time is spent
` [PATCH v7 19/19] untracked-cache: config option

What's cooking in git.git (Apr 2016, #08; Fri, 29)
 2016-04-30  0:47 UTC  (2+ messages)

[PATCH 00/10] submodule output patches
 2016-04-30  0:40 UTC  (11+ messages)
` [PATCH 01/10] submodule deinit test: fix broken && chain in subshell
` [PATCH 02/10] submodule deinit: lose requirement for giving '.'
` [PATCH 03/10] submodule init: redirect stdout to stderr
` [PATCH 04/10] shell helpers usage: always send help "
` [PATCH 05/10] submodule add: send messages "
` [PATCH 06/10] submodule deinit: "
` [PATCH 07/10] submodule foreach: "
` [PATCH 08/10] submodule update: "
` [PATCH 09/10] submodule sync: "
` [PATCH 10/10] submodule deinit: complain when given a file instead of a submodule

[PATCH] submodule deinit test: fix broken && chain in subshell
 2016-04-29 23:51 UTC 

[PATCH/RFC 0/6] fetch with refspec
 2016-04-29 23:12 UTC  (15+ messages)
` [PATCH/RFC 4/6] transport: add refspec list parameters to functions

A note from the maintainer
 2016-04-29 22:04 UTC 

[PATCH v2] travis-ci: build documentation
 2016-04-29 21:05 UTC  (8+ messages)

[PATCHv1] git-p4: workaround p4 removal of client directory
 2016-04-29 20:47 UTC  (4+ messages)

[PATCH] t9824: fix wrong reference value
 2016-04-29 20:40 UTC  (4+ messages)

[RFC PATCH 0/4] git_connect: add some flexibility
 2016-04-29 20:00 UTC  (8+ messages)
` [RFC PATCH 1/3] connect: make parse_connect_url public
  ` [RFC PATCH 2/3] connect: group CONNECT_DIAG_URL handling code
  ` [RFC PATCH 3/3] connect: move ssh command line preparation to a separate (public) function

[PATCH 00/15] submodule groups (once again)
 2016-04-29 19:17 UTC  (13+ messages)
` [PATCH 06/15] submodule init: redirect stdout to stderr
` [PATCH 07/15] submodule deinit: loose requirement for giving '.'
` [PATCH 08/15] submodule--helper list: respect submodule groups
` [PATCH 11/15] diff: ignore submodules excluded by groups
` [PATCH 12/15] git submodule summary respects groups

[PATCH 1/2] Documentation: config: improve word ordering for http.cookieFile
 2016-04-29 17:56 UTC  (12+ messages)
` [PATCH 2/2] http: expand http.cookieFile as a path

[PATCHv2 1/2] submodule init: fail gracefully with a missing .gitmodules file
 2016-04-29 17:06 UTC  (2+ messages)

Fwd: Git 2.8.1 fails test 32 of t7300-clean.sh, breaks profile build
 2016-04-29 17:06 UTC  (2+ messages)
  `  "

[PATCH v4] http: support sending custom HTTP headers
 2016-04-29 15:56 UTC  (8+ messages)
` [PATCH v5 0/2] Add support for sending additional "
  ` [PATCH v5 2/2] submodule: pass on http.extraheader config settings


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