git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-04-05 13:55:31 to 2017-04-08 13:26:20 UTC [more...]

[PATCH 00/12] PCREv2 & more
 2017-04-08 13:25 UTC  (9+ messages)
` [PATCH 01/12] grep: add ability to disable threading with --threads=0 or grep.threads=0
` [PATCH 02/12] grep: remove redundant regflags assignment under PCRE
` [PATCH 03/12] Makefile & configure: reword outdated comment about PCRE
` [PATCH 04/12] grep: add a test for backreferences in PCRE patterns
` [PATCH 05/12] log: add exhaustive tests for pattern style options & config
` [PATCH 06/12] log: add -P as a synonym for --perl-regexp
` [PATCH 07/12] grep & rev-list doc: stop promising libpcre "
` [PATCH 08/12] grep: make grep.patternType=[pcre|pcre1] a synonym for "perl"

Tools that do an automatic fetch defeat "git push --force-with-lease"
 2017-04-08 11:41 UTC  (8+ messages)
      ` [PATCH] push: document & test --force-with-lease with multiple remotes

problem with backslash in directory name
 2017-04-08 10:59 UTC  (9+ messages)
      ` [PATCH] submodule: prevent backslash expantion in submodule names

[PATCH v6 0/3] read-cache: speed up add_index_entry
 2017-04-08 10:43 UTC  (9+ messages)
` [PATCH v6 1/3] read-cache: add strcmp_offset function
` [PATCH v6 2/3] p0004-read-tree: perf test to time read-tree
` [PATCH v6 3/3] read-cache: speed up add_index_entry during checkout

[PATCH v7 0/3] read-cache: speed up add_index_entry
 2017-04-08 10:36 UTC  (7+ messages)
` [PATCH v7 1/3] read-cache: add strcmp_offset function
` [PATCH v7 2/3] p0004-read-tree: perf test to time read-tree
` [PATCH v7 3/3] read-cache: speed up add_index_entry during checkout

[PATCH 0/3] fix working directory file issues while using sparse-checkout
 2017-04-07 22:41 UTC  (8+ messages)
` [PATCH 1/3] merge-recursive.c: conflict using sparse should update file
` [PATCH 2/3] apply.c: do not checkout file when skip-worktree bit set
` [PATCH 3/3] reset.c: update files when using sparse to avoid data loss

[PATCH] pathspec: fix segfault in clear_pathspec
 2017-04-07 19:39 UTC  (2+ messages)

[PATCH v1] WIP unpack-trees: avoid duplicate ODB lookups during checkout
 2017-04-07 17:35 UTC  (8+ messages)
` [PATCH v1] "

[PATCH] status: show in-progress info for short status
 2017-04-07 16:18 UTC  (6+ messages)

[PATCHv4] rev-parse: add --show-superproject-working-tree
 2017-04-07 16:14 UTC  (13+ messages)
` [PATCH] Documentation/git-worktree: use working tree for trees on the file system

[PATCH v2] unpack-trees: avoid duplicate ODB lookups during checkout
 2017-04-07 15:53 UTC  (2+ messages)

[BUG?] Issue with merging from another branch after replacing subdirectory with submodule
 2017-04-07 15:25 UTC  (3+ messages)

[PATCH 1/2] Fix nonnull errors reported by UBSAN with GCC 7
 2017-04-07 15:25 UTC  (13+ messages)
  ` [PATCH v2 "
      ` [PATCH v3 "
                ` [PATCH 1/2] add MOVE_ARRAY
                ` [PATCH 2/2] use MOVE_ARRAY

[PATCH] notes: Fix note_tree_consolidate not to break the note_tree structure
 2017-04-07 14:21 UTC  (2+ messages)

[PATCH v6 00/27] Remove submodule from files-backend.c
 2017-04-07 12:41 UTC  (8+ messages)
` [PATCH v7 00/28] "
  ` [PATCH v7 19/28] files-backend: replace submodule_allowed check in files_downcast()
  ` [PATCH v7 22/28] refs: new transaction related ref-store api

[PATCH v5 0/8] refactor the filter process code into a reusable module
 2017-04-07 12:03 UTC  (9+ messages)
` [PATCH v5 1/8] pkt-line: add packet_read_line_gently()
` [PATCH v5 2/8] convert: move packet_write_list() into pkt-line as packet_writel()
` [PATCH v5 3/8] convert: Split start_multi_file_filter into two separate functions
` [PATCH v5 4/8] convert: Separate generic structures and variables from the filter specific ones
` [PATCH v5 5/8] convert: Update generic functions to only use generic data structures
` [PATCH v5 6/8] convert: rename reusable sub-process functions
` [PATCH v5 7/8] sub-process: move sub-process functions into separate files
` [PATCH v5 8/8] convert: Update subprocess_read_status to not die on EOF

[PATCH v2 00/20] Separate `ref_cache` into a separate module
 2017-04-07 11:53 UTC  (15+ messages)
` [PATCH v2 03/20] refs_ref_iterator_begin(): new function
` [PATCH v2 04/20] refs_verify_refname_available(): implement once for all backends
` [PATCH v2 10/20] ref-cache: introduce a new type, ref_cache
` [PATCH v2 11/20] refs: record the ref_store in ref_cache, not ref_dir
` [PATCH v2 19/20] files_pack_refs(): use reference iteration

[RFC] dropping support for ancient versions of curl
 2017-04-07 11:18 UTC  (20+ messages)
    ` [PATCH 0/7] Patches to support older RHEL releases
      ` [PATCH 3/7] Allow svnrdump_sim.py to be used with Python 2.2
      ` [PATCH 4/7] Handle missing HTTP_CONNECTCODE in curl < 7.10.7
      ` [PATCH 7/7] Do not use curl_easy_strerror with curl < 7.12.0

Git branch deletion not based on HEAD branch anymore
 2017-04-07 11:17 UTC  (3+ messages)

[BUG?] Issue with branch -avv command
 2017-04-07  6:32 UTC  (2+ messages)

[PATCH] test-read-cache: setup git dir
 2017-04-07  5:22 UTC  (2+ messages)

[PATCH v3] http.postbuffer: allow full range of ssize_t values
 2017-04-07  4:48 UTC  (8+ messages)

[PATCH v1 0/2] string-list: use ALLOC_GROW macro when reallocing
 2017-04-07  4:29 UTC  (10+ messages)
` [PATCH v1 1/2] string-list: use ALLOC_GROW macro when reallocing string_list
` [PATCH v1 2/2] p0005-status: time status on very large repo

[PATCH v3 0/2] string-list: use ALLOC_GROW macro when reallocing
 2017-04-06 23:26 UTC  (6+ messages)
` [PATCH v3 1/2] string-list: use ALLOC_GROW macro when reallocing string_list
` [PATCH v3 2/2] p0005-status: time status on very large repo

[GSoC][PATCH v1] Disallow git commands from within unpopulated submodules
 2017-04-06 20:48 UTC  (4+ messages)

[PATCH v5 0/4] read-cache: speed up add_index_entry
 2017-04-06 20:42 UTC  (16+ messages)
` [PATCH v5 1/4] p0004-read-tree: perf test to time read-tree
` [PATCH v5 2/4] read-cache: add strcmp_offset function
` [PATCH v5 3/4] test-strcmp-offset: created test for strcmp_offset
` [PATCH v5 4/4] read-cache: speed up add_index_entry during checkout

how-to get commit content with pre-receive hook ?
 2017-04-06 20:13 UTC  (4+ messages)

[PATCH] push: propagate push-options with --recurse-submodules
 2017-04-06 17:39 UTC  (12+ messages)
` [PATCH v2 0/2] propagate push-options
  ` [PATCH v2 2/2] push: propagate push-options with --recurse-submodules
  ` [PATCH v3 0/5] propagating push-options, remote and refspec
    ` [PATCH v3 1/5] push: unmark a local variable as static
    ` [PATCH v3 2/5] push: propagate push-options with --recurse-submodules
    ` [PATCH v3 3/5] remote: expose parse_push_refspec function
    ` [PATCH v3 4/5] submodule--helper: add push-check subcommand
    ` [PATCH v3 5/5] push: propagate remote and refspec with --recurse-submodules

Sparse-checkout excluded files show as deleted in git status after some operations
 2017-04-06 16:39 UTC 

[PATCH v2 0/7] thread lazy_init_name_hash
 2017-04-06 13:53 UTC  (3+ messages)

[PATCH 2/2] Fix stack-use-after-scope error reported by ASAN by GCC 7
 2017-04-06 10:23 UTC  (4+ messages)
  ` [PATCH v2 "

[PATCH v8 0/5] [GSoC] remove_subtree(): reimplement using iterators
 2017-04-06  1:39 UTC  (6+ messages)
` [PATCH v8 1/5] dir_iterator: add tests for dir_iterator API
` [PATCH v8 2/5] remove_subtree(): test removing nested directories
` [PATCH v8 3/5] dir_iterator: add helpers to dir_iterator_advance
` [PATCH v8 4/5] dir_iterator: refactor state machine model
` [PATCH v8 5/5] remove_subtree(): reimplement using iterators

Why does git-checkout accept a tree-ish?
 2017-04-05 23:51 UTC 

[PATCH v2 0/2] string-list: use ALLOC_GROW macro when reallocing
 2017-04-05 21:35 UTC  (4+ messages)
` [PATCH v2 1/2] string-list: use ALLOC_GROW macro when reallocing string_list
` [PATCH v2 2/2] p0005-status: time status on very large repo

[PATCH v6] read-cache: call verify_hdr() in a background thread
 2017-04-05 19:06 UTC  (5+ messages)
` [PATCH v6] read-cache: force_verify_index_checksum

[PATCH v5] read-cache: call verify_hdr() in a background thread
 2017-04-05 18:08 UTC  (4+ messages)
` [PATCH v5] read-cache: force_verify_index_checksum

[ANNOUNCE] Git for Windows 2.12.2(2)
 2017-04-05 16:09 UTC 


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