git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-06-25 14:46:48 to 2016-06-28 04:35:54 UTC [more...]

[PATCH] Refactor recv_sideband()
 2016-06-28  4:35 UTC  (14+ messages)
` [PATCH v2] "
` [PATCH v4] "

[PATCH] submodule: test moving recursive submodule
 2016-06-28  0:15 UTC 

What's cooking in git.git (Jun 2016, #09; Mon, 27)
 2016-06-27 23:21 UTC 

[PATCH 0/2] wrapper: xread/xwrite fixes for non-blocking FDs
 2016-06-27 23:19 UTC  (17+ messages)
` [PATCH 1/2] xread: retry after poll on EAGAIN/EWOULDBLOCK
    ` [PATCHv2 "
` [PATCH 2/2] xwrite: poll on non-blocking FDs

[PATCH] builtin/worktree.c: add option for setting worktree name
 2016-06-27 23:11 UTC  (11+ messages)

Git mv -- submodule -- recursive
 2016-06-27 21:20 UTC  (4+ messages)

[PATCH 0/3] diff: add --relative-names
 2016-06-27 19:39 UTC  (9+ messages)
` [PATCH 1/3] diff.c: refactor strip_prefix()
` [PATCH 2/3] diff.c: separate "prefix" from RELATIVE_NAME (aka --relative)
` [PATCH/RFC 3/3] diff.c: add --relative-names to be used with --name-only

[RFC] gc: correct gc.autoPackLimit documentation
 2016-06-27 19:38 UTC  (6+ messages)
      ` [PATCH] gc: fix off-by-one error with gc.autoPackLimit

[PATCH] connect: read $GIT_SSH_COMMAND from config file
 2016-06-27 19:33 UTC  (2+ messages)

[PATCH v3 0/6] Better ref summary alignment in "git fetch"
 2016-06-27 19:27 UTC  (12+ messages)
` [PATCH v4 0/5] "
  ` [PATCH v4 1/5] git-fetch.txt: document fetch output
  ` [PATCH v4 2/5] fetch: refactor ref update status formatting code
  ` [PATCH v4 3/5] fetch: change flag code for displaying tag update and deleted ref
  ` [PATCH v4 4/5] fetch: align all "remote -> local" output
  ` [PATCH v4 5/5] fetch: reduce duplicate in ref update status lines with placeholder

[PATCH 1/6] doc: typeset short command-line options as literal
 2016-06-27 19:10 UTC  (9+ messages)
` [PATCH 2/6] doc: typeset long "
` [PATCH 3/6] doc: typeset -- as litteral
` [PATCH 4/6] doc: typeset long options with argument "
` [PATCH 5/6] CodingGuidelines: formatting HEAD in documentation
` [PATCH 6/6] doc: typeset HEAD and variants as litteral

[PATCH v8 00/41] libify apply and use lib in am, part 2
 2016-06-27 18:33 UTC  (42+ messages)
` [PATCH v8 01/41] apply: make some names more specific
` [PATCH v8 02/41] apply: move 'struct apply_state' to apply.h
` [PATCH v8 03/41] builtin/apply: make apply_patch() return -1 or -128 instead of die()ing
` [PATCH v8 04/41] builtin/apply: read_patch_file() return -1 "
` [PATCH v8 05/41] builtin/apply: make find_header() return -128 "
` [PATCH v8 06/41] builtin/apply: make parse_chunk() return a negative integer on error
` [PATCH v8 07/41] builtin/apply: make parse_single_patch() return -1 "
` [PATCH v8 08/41] builtin/apply: make parse_whitespace_option() return -1 instead of die()ing
` [PATCH v8 09/41] builtin/apply: make parse_ignorewhitespace_option() "
` [PATCH v8 10/41] builtin/apply: move init_apply_state() to apply.c
` [PATCH v8 11/41] apply: make init_apply_state() return -1 instead of exit()ing
` [PATCH v8 12/41] builtin/apply: make check_apply_state() return -1 instead of die()ing
` [PATCH v8 13/41] builtin/apply: move check_apply_state() to apply.c
` [PATCH v8 14/41] builtin/apply: make apply_all_patches() return 128 or 1 on error
` [PATCH v8 15/41] builtin/apply: make parse_traditional_patch() return -1 "
` [PATCH v8 16/41] builtin/apply: make gitdiff_*() return 1 at end of header
` [PATCH v8 17/41] builtin/apply: make gitdiff_*() return -1 on error
` [PATCH v8 18/41] builtin/apply: change die_on_unsafe_path() to check_unsafe_path()
` [PATCH v8 19/41] builtin/apply: make build_fake_ancestor() return -1 on error
` [PATCH v8 20/41] builtin/apply: make remove_file() "
` [PATCH v8 21/41] builtin/apply: make add_conflicted_stages_file() "
` [PATCH v8 22/41] builtin/apply: make add_index_file() "
` [PATCH v8 23/41] builtin/apply: make create_file() "
` [PATCH v8 24/41] builtin/apply: make write_out_one_result() "
` [PATCH v8 25/41] builtin/apply: make write_out_results() "
` [PATCH v8 26/41] builtin/apply: make try_create_file() "
` [PATCH v8 27/41] builtin/apply: make create_one_file() "
` [PATCH v8 28/41] builtin/apply: rename option parsing functions
` [PATCH v8 29/41] apply: rename and move opt constants to apply.h
` [PATCH v8 31/41] apply: make some parsing functions static again
` [PATCH v8 32/41] environment: add set_index_file()
` [PATCH v8 33/41] write_or_die: use warning() instead of fprintf(stderr, ...)
` [PATCH v8 34/41] apply: add 'be_silent' variable to 'struct apply_state'
` [PATCH v8 35/41] apply: make 'be_silent' incompatible with 'apply_verbosely'
` [PATCH v8 36/41] apply: don't print on stdout when be_silent is set
` [PATCH v8 37/41] usage: add set_warn_routine()
` [PATCH v8 38/41] usage: add get_error_routine() and get_warn_routine()
` [PATCH v8 39/41] apply: change error_routine when be_silent is set
` [PATCH v8 40/41] builtin/am: use apply api in run_apply()
` [PATCH v8 41/41] apply: use error_errno() where possible

[PATCH 1/2] Support for $FILENAMES in tool definitions
 2016-06-27 18:09 UTC  (7+ messages)
` [PATCH 2/2] Ensure the file in the diff pane is always in the list of selected files

[PATCH v13 01/20] read-cache.c: fix constness of verify_hdr()
 2016-06-27 16:53 UTC  (23+ messages)
` [PATCH v13 02/20] read-cache: allow to keep mmap'd memory after reading
` [PATCH v13 03/20] pkt-line: add gentle version of packet_write
` [PATCH v13 04/20] index-helper: new daemon for caching index and related stuff
` [PATCH v13 05/20] index-helper: add --strict
` [PATCH v13 06/20] daemonize(): set a flag before exiting the main process
` [PATCH v13 07/20] index-helper: add --detach
` [PATCH v13 08/20] index-helper: log warnings
` [PATCH v13 09/20] read-cache: add watchman 'WAMA' extension
` [PATCH v13 10/20] watchman: support watchman to reduce index refresh cost
` [PATCH v13 11/20] index-helper: use watchman to avoid refreshing index with lstat()
` [PATCH v13 12/20] update-index: enable/disable watchman support
` [PATCH v13 13/20] unpack-trees: preserve index extensions
` [PATCH v13 14/20] watchman: add a config option to enable the extension
` [PATCH v13 15/20] index-helper: kill mode
` [PATCH v13 16/20] index-helper: don't run if already running
` [PATCH v13 17/20] index-helper: autorun mode
` [PATCH v13 18/20] index-helper: optionally automatically run
` [PATCH v13 19/20] trace: measure where the time is spent in the index-heavy operations
  ` [PATCH v13 21/20] unix-socket.c: add stub implementation when unix sockets are not supported

[PATCH] config: add conditional include
 2016-06-27 16:35 UTC  (6+ messages)

Segfault during a big messy rebase
 2016-06-27 16:30 UTC  (2+ messages)

What's cooking in git.git (Jun 2016, #05; Thu, 16)
 2016-06-27 16:29 UTC  (9+ messages)

[RFC] Native access to Git LFS cache
 2016-06-27 16:09 UTC  (3+ messages)

[PATCH v13 20/20] index-helper: indexhelper.exitafter config
 2016-06-27 15:55 UTC  (2+ messages)

name for A..B ranges?
 2016-06-27 15:39 UTC  (12+ messages)
      ` [PATCH 0/2] "
        ` [PATCH 1/2] doc: use 'symmetric difference' consistently
        ` [PATCH 2/2] doc: give headings for the two and three dot notations
        ` [PATCH] doc: show the actual left, right, and boundary marks

[PATCH 00/11] nd/icase updates
 2016-06-27 15:00 UTC  (4+ messages)
` [PATCH v2 00/12] "

[PATCH v3 0/6] worktree lock/unlock
 2016-06-27  9:57 UTC  (3+ messages)
` [PATCH v4 "

[PATCH v1] git-p4: place temporary refs used for branch import under ref/git-p4-tmp
 2016-06-27  7:26 UTC 

[GSOC Update] Week 7
 2016-06-27  7:19 UTC  (2+ messages)
` [GSOC Update] Week 8

[PATCH v12 00/20] index-helper/watchman
 2016-06-27  5:50 UTC  (25+ messages)
` [PATCH v12 04/20] index-helper: new daemon for caching index and related stuff
` [PATCH v12 07/20] index-helper: add --detach
` [PATCH v12 09/20] read-cache: add watchman 'WAMA' extension
` [PATCH v12 11/20] index-helper: use watchman to avoid refreshing index with lstat()
` [PATCH v12 12/20] update-index: enable/disable watchman support
` [PATCH v12 17/20] index-helper: autorun mode
` [PATCH v12 18/20] index-helper: optionally automatically run

[RFC/PATCH 1/3] bisect--helper: `check_and_set_terms` shell function in C
 2016-06-26 20:44 UTC  (3+ messages)
` [RFC/PATCH 2/3] bisect--helper: `bisect_next_check` "
` [RFC/PATCH 3/3] bisect--helper: `get_terms` & `bisect_terms` "

[PATCH 1/4] bisect--helper: `bisect_clean_state` shell function in C
 2016-06-26 12:23 UTC  (8+ messages)
` [PATCH v3 0/6] convert various shell functions in git-bisect to C
` [PATCH v3 1/6] bisect--helper: `bisect_clean_state` shell function in C
` [PATCH v3 2/6] t6030: explicitly test for bisection cleanup
` [PATCH v3 3/6] wrapper: move is_empty_file() and rename it as is_empty_or_missing_file()
` [PATCH v3 4/6] bisect--helper: `bisect_reset` shell function in C
` [PATCH v3 5/6] bisect--helper: `is_expected_rev` & `check_expected_revs` "
` [PATCH v3 6/6] bisect--helper: `bisect_write` "

[PATCH] diff: let --output=<file> default to --no-color
 2016-06-26  6:57 UTC  (3+ messages)

[PATCH v3 0/9] Let log-tree and friends respect diffopt's `file` field
 2016-06-26  6:56 UTC  (8+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 01/10] Prepare log/log-tree to reuse the diffopt.close_file attribute
  ` [PATCH v4 06/10] format-patch: explicitly switch off color when writing to files

[PATCH v3 2/2] completion: add git status
 2016-06-25 16:13 UTC  (5+ messages)
` [PATCH v4 0/3] support completion for "
  ` [PATCH v4 2/3] completion: add __git_get_option_value helper


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