git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-04-18 19:12:29 to 2017-04-20 11:26:52 UTC [more...]

[PATCH 00/15] Handle fopen() errors
 2017-04-20 11:25 UTC  (4+ messages)
` [PATCH 01/15] config.mak.uname: set FREAD_READS_DIRECTORIES for Linux and FreeBSD
` [PATCH 02/15] bisect: report on fopen() error
` [PATCH 03/15] blame: report error on open if graft_file is a directory

[PATCH v3 00/10] forking and threading
 2017-04-20 10:49 UTC  (41+ messages)
` [PATCH v4 "
  ` [PATCH v4 05/10] run-command: prepare child environment before forking
  ` [PATCH v5 00/11] forking and threading
    ` [PATCH v5 01/11] t5550: use write_script to generate post-update hook
    ` [PATCH v5 02/11] t0061: run_command executes scripts without a #! line
    ` [PATCH v5 03/11] run-command: prepare command before forking
    ` [PATCH v5 04/11] run-command: use the async-signal-safe execv instead of execvp
    ` [PATCH v5 05/11] string-list: add string_list_remove function
    ` [PATCH v5 06/11] run-command: prepare child environment before forking
    ` [PATCH v5 07/11] run-command: don't die in child when duping /dev/null
    ` [PATCH v5 08/11] run-command: eliminate calls to error handling functions in child
    ` [PATCH v5 09/11] run-command: handle dup2 and close errors "
    ` [PATCH v5 10/11] run-command: add note about forking and threading
    ` [PATCH v5 11/11] run-command: block signals between fork and execve
    ` [PATCH v6 00/11] forking and threading
      ` [PATCH v6 01/11] t5550: use write_script to generate post-update hook
      ` [PATCH v6 02/11] t0061: run_command executes scripts without a #! line
      ` [PATCH v6 03/11] run-command: prepare command before forking
      ` [PATCH v6 04/11] run-command: use the async-signal-safe execv instead of execvp
      ` [PATCH v6 05/11] string-list: add string_list_remove function
      ` [PATCH v6 06/11] run-command: prepare child environment before forking
      ` [PATCH v6 07/11] run-command: don't die in child when duping /dev/null
      ` [PATCH v6 08/11] run-command: eliminate calls to error handling functions in child
      ` [PATCH v6 09/11] run-command: handle dup2 and close errors "
      ` [PATCH v6 10/11] run-command: add note about forking and threading
      ` [PATCH v6 11/11] run-command: block signals between fork and execve

[PATCH v1] diffcore-rename speedup
 2017-04-20 10:40 UTC  (7+ messages)
` [PATCH v1] diffcore-rename: speed up register_rename_src

[PATCH 0/6] nd/worktree-move update
 2017-04-20 10:10 UTC  (7+ messages)
` [PATCH 1/6] worktree.c: add validate_worktree()
` [PATCH 2/6] worktree.c: add update_worktree_location()
` [PATCH 3/6] worktree move: new command
` [PATCH 4/6] worktree move: accept destination as directory
` [PATCH 5/6] worktree move: refuse to move worktrees with submodules
` [PATCH 6/6] worktree remove: new command

What's cooking in git.git (Apr 2017, #04; Wed, 19)
 2017-04-20  9:59 UTC  (2+ messages)

[PATCH v10 0/5] [GSoC] remove_subtree(): reimplement using iterators
 2017-04-20  9:36 UTC  (9+ messages)
` [PATCH v10 1/5] dir_iterator: add tests for dir_iterator API
` [PATCH v10 2/5] remove_subtree(): test removing nested directories
` [PATCH v10 3/5] dir_iterator: refactor dir_iterator_advance
` [PATCH v10 4/5] dir_iterator: rewrite state machine model
` [PATCH v10 5/5] remove_subtree(): reimplement using iterators

[PATCH] Add color slots for branch names in "git status --short --branch"
 2017-04-20  6:30 UTC  (3+ messages)

[PATCH v3 00/12] Fix git-gc losing objects in multi worktree
 2017-04-20  3:08 UTC  (17+ messages)
` [PATCH v3 01/12] revision.h: new flag in struct rev_info wrt. worktree-related refs
` [PATCH v3 02/12] revision.c: refactor add_index_objects_to_pending()
` [PATCH v3 03/12] revision.c: --indexed-objects add objects from all worktrees
` [PATCH v3 04/12] refs.c: refactor get_submodule_ref_store(), share common free block
` [PATCH v3 05/12] refs: move submodule slash stripping code to get_submodule_ref_store
` [PATCH v3 06/12] refs: add refs_head_ref()
` [PATCH v3 07/12] revision.c: use refs_for_each*() instead of for_each_*_submodule()
` [PATCH v3 08/12] refs: remove dead for_each_*_submodule()
` [PATCH v3 09/12] revision.c: --all adds HEAD from all worktrees
` [PATCH v3 10/12] files-backend: make reflog iterator go through per-worktree reflog
` [PATCH v3 11/12] revision.c: --reflog add HEAD reflog from all worktrees
` [PATCH v3 12/12] rev-list: expose and document --single-worktree

[PATCH/RFC 00/15] Fix git-gc losing objects in multi worktree
 2017-04-20  2:21 UTC  (6+ messages)
` [PATCH v2 00/12] "
  ` [PATCH v2 12/12] rev-list: expose and document --single-worktree

[bug?] docs in Documentation/technical/ do not seem to be distributed
 2017-04-20  0:43 UTC  (4+ messages)

minor typos in documentation
 2017-04-19 23:54 UTC  (3+ messages)

[PATCH v2 00/13] PCRE v1 improvements & PCRE v2 support
 2017-04-19 22:40 UTC  (14+ messages)
` [PATCH v2 01/13] grep: remove redundant regflags assignment under PCRE
` [PATCH v2 02/13] Makefile & configure: reword outdated comment about PCRE
` [PATCH v2 03/13] grep: add a test for backreferences in PCRE patterns
` [PATCH v2 04/13] log: add exhaustive tests for pattern style options & config
` [PATCH v2 05/13] log: add -P as a synonym for --perl-regexp
` [PATCH v2 06/13] grep & rev-list doc: stop promising libpcre "
` [PATCH v2 07/13] grep: make grep.patternType=[pcre|pcre1] a synonym for "perl"
` [PATCH v2 08/13] test-lib: rename the LIBPCRE prerequisite to PCRE
` [PATCH v2 09/13] grep: change the internal PCRE macro names to be PCRE1
` [PATCH v2 10/13] grep: change the internal PCRE code & header "
` [PATCH v2 11/13] perf: add a performance comparison test of grep -E and -P
` [PATCH v2 12/13] grep: add support for the PCRE v1 JIT API
` [PATCH v2 13/13] grep: add support for PCRE v2

[RFC PATCH] parse-options: disallow double-negations of options starting with no-
 2017-04-19 21:24 UTC  (9+ messages)

[PATCH v3 0/2] gethostbyname fixes
 2017-04-19 20:02 UTC  (15+ messages)
` [PATCH v3 1/2] use HOST_NAME_MAX to size buffers for gethostname(2)
` [PATCH v3 2/2] xgethostname: handle long hostnames

[PATCH 0/2] clone: record submodule alternates when not recursing
 2017-04-19 19:52 UTC  (2+ messages)

[PATCHv2 0/4] recursive submodules: git-reset!
 2017-04-19 19:08 UTC  (7+ messages)
` [PATCHv2 1/4] entry.c: submodule recursing: respect force flag correctly
` [PATCHv2 2/4] submodule.c: uninitialized submodules are ignored in recursive commands
` [PATCHv2 3/4] submodule.c: submodule_move_head works with broken submodules
` [PATCHv2 4/4] builtin/reset: add --recurse-submodules switch

[PATCH v3 0/4] convert: add "status=delayed" to filter process protocol
 2017-04-19 18:55 UTC  (7+ messages)
` [PATCH v3 4/4] "

[BUG REPORT] git 2.9.0 clone --recursive fails on cloning a submodule
 2017-04-19 18:54 UTC  (5+ messages)

[GSoC][RFC/PATCH] submodule: port subcommand foreach from shell to C
 2017-04-19 18:08 UTC  (2+ messages)

What's cooking in git.git (Apr 2017, #03; Tue, 18)
 2017-04-19 17:22 UTC  (3+ messages)

[PATCH v12 0/5] read-cache: speed up add_index_entry
 2017-04-19 17:06 UTC  (6+ messages)
` [PATCH v12 1/5] read-cache: add strcmp_offset function
` [PATCH v12 2/5] p0006-read-tree-checkout: perf test to time read-tree
` [PATCH v12 3/5] read-cache: speed up add_index_entry during checkout
` [PATCH v12 4/5] read-cache: speed up has_dir_name (part 1)
` [PATCH v12 5/5] read-cache: speed up has_dir_name (part 2)

[PATCH] gitmodules: clarify what history depth a shallow clone has
 2017-04-19 16:48 UTC  (2+ messages)

[PATCH] various: disallow --no-no-OPT for --no-opt options
 2017-04-19 15:05 UTC  (12+ messages)

Is there a way to get 'git fetch --no-tags' semantics with 'git clone'?
 2017-04-19 14:38 UTC  (7+ messages)
` [PATCH] clone: add a --no-tags option to clone without tags
    ` [PATCH v2] "

[ANNOUNCE] Git Rev News edition 26
 2017-04-19 13:13 UTC 

Draft of Git Rev News edition 26
 2017-04-19 12:31 UTC  (3+ messages)

[PATCH 0/2] test: Detect *lots* of bugs by adding non-alnum to trash dir names
 2017-04-19 10:59 UTC  (10+ messages)
` [PATCH 2/2] test-lib: exhaustively insert non-alnum ASCII into the TRASH_DIRECTORY name
    ` [PATCH] connect.c: handle errors from split_cmdline

[PATCH] split-index: add and use unshare_split_index()
 2017-04-19  9:33 UTC 

[PATCH] push: document & test --force-with-lease with multiple remotes
 2017-04-19  9:22 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] gitmodules: clarify the ignore option values
 2017-04-19  9:15 UTC 

[PATCH] Documentation/git-checkout: make doc. of checkout <tree-ish> clearer
 2017-04-19  8:14 UTC  (15+ messages)

[PATCH 0/2] gitweb: tags feeds
 2017-04-19  6:49 UTC  (3+ messages)
` [PATCH 1/2] gitweb: infrastructure for tags feed
` [PATCH 2/2] gitweb: expose tags feed in appropriate places

[PATCH v2] xgethostname: handle long hostnames
 2017-04-19  3:49 UTC  (9+ messages)

[PATCH] completion: expand "push --delete <remote> <ref>" for refs on that <remote>
 2017-04-19  3:45 UTC  (2+ messages)

[PATCH v4 0/3] rebase: --signoff support
 2017-04-19  3:43 UTC  (2+ messages)

no MERGE_HEAD after octopus merge failure
 2017-04-19  2:29 UTC  (2+ messages)

[PATCH v11 0/5] read-cache: speed up add_index_entry
 2017-04-19  1:25 UTC  (4+ messages)
` [PATCH v11 2/5] p0006-read-tree-checkout: perf test to time read-tree

[PATCH v5 0/8] refactor the filter process code into a reusable module
 2017-04-19  1:23 UTC  (6+ messages)
` [PATCH v5 4/8] convert: Separate generic structures and variables from the filter specific ones

[PATCH v2 1/2] ls-files: fix recurse-submodules with nested submodules
 2017-04-19  1:03 UTC  (3+ messages)
` [PATCH 3/2] ls-files: only recurse on active submodules

[PATCH v1] travis-ci: add static analysis build job to run coccicheck
 2017-04-18 19:20 UTC  (3+ messages)

Failed shallow submodule clone for fixed SHA1 falls back to checking out HEAD
 2017-04-18 19:18 UTC  (3+ messages)
  ` Fwd: "


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