git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-05-18 19:38:58 to 2017-05-22 09:27:09 UTC [more...]

[PATCH v5] send-email: --batch-size to work around some SMTP server limit
 2017-05-22  9:26 UTC  (4+ messages)

[PATCH 0/3] Update sha1dc from upstream & optionally make it a submodule
 2017-05-22  8:48 UTC  (12+ messages)
` [PATCH 1/3] sha1dc: update from upstream
` [PATCH 2/3] sha1dc: use sha1collisiondetection as a submodule
    ` [PATCH v2 0/2] Update sha1dc from upstream & optionally make it "
    ` [PATCH v2 1/2] sha1dc: update from upstream
    ` [PATCH v2 2/2] sha1dc: optionally use sha1collisiondetection as a submodule
` [PATCH 3/3] sha1dc: remove the unused sha1dc/ directory

[PATCH v4 0/6] Fix clean -d and status --ignored
 2017-05-22  6:17 UTC  (10+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v4 4/6] dir: hide untracked contents of untracked dirs
  ` [PATCH v4 5/6] dir: expose cmp_name() and check_contains()
  ` [PATCH v4 6/6] clean: teach clean -d to skip dirs containing ignored files

What's cooking in git.git (May 2017, #06; Mon, 22)
 2017-05-22  6:11 UTC 

[PATCH] usage: add NORETURN to BUG() function definitions
 2017-05-22  2:46 UTC  (5+ messages)

[Bug] git branch -v has problems with carriage returns
 2017-05-22  1:19 UTC  (8+ messages)
      ` Delivery Status Notification (Failure)
  ` [PATCH] ref-filter: treat CRLF as same as LF in find_subpos

[PATCH v3 00/30] Easy to review grep & pre-PCRE changes
 2017-05-22  0:17 UTC  (37+ messages)
` [PATCH v3 01/30] Makefile & configure: reword inaccurate comment about PCRE
` [PATCH v3 02/30] grep & rev-list doc: stop promising libpcre for --perl-regexp
` [PATCH v3 03/30] test-lib: rename the LIBPCRE prerequisite to PCRE
` [PATCH v3 04/30] log: add exhaustive tests for pattern style options & config
` [PATCH v3 05/30] log: make --regexp-ignore-case work with --perl-regexp
` [PATCH v3 06/30] grep: add a test asserting that --perl-regexp dies when !PCRE
` [PATCH v3 07/30] grep: add a test for backreferences in PCRE patterns
` [PATCH v3 08/30] grep: change non-ASCII -i test to stop using --debug
` [PATCH v3 09/30] grep: add tests for --threads=N and grep.threads
` [PATCH v3 10/30] grep: amend submodule recursion test for regex engine testing
` [PATCH v3 11/30] grep: add tests for grep pattern types being passed to submodules
` [PATCH v3 12/30] grep: add a test helper function for less verbose -f \0 tests
` [PATCH v3 13/30] grep: prepare for testing binary regexes containing rx metacharacters
` [PATCH v3 14/30] grep: add tests to fix blind spots with \0 patterns
` [PATCH v3 15/30] perf: add a GIT_PERF_MAKE_COMMAND for when *_MAKE_OPTS won't do
` [PATCH v3 16/30] perf: emit progress output when unpacking & building
` [PATCH v3 17/30] perf: add a comparison test of grep regex engines
` [PATCH v3 18/30] perf: add a comparison test of grep regex engines with -F
` [PATCH v3 19/30] perf: add a comparison test of log --grep regex engines
` [PATCH v3 20/30] grep: catch a missing enum in switch statement
` [PATCH v3 21/30] grep: remove redundant regflags assignments
` [PATCH v3 22/30] grep: factor test for \0 in grep patterns into a function
` [PATCH v3 23/30] grep: change the internal PCRE macro names to be PCRE1
` [PATCH v3 24/30] grep: change internal *pcre* variable & function names to be *pcre1*
` [PATCH v3 25/30] grep: move is_fixed() earlier to avoid forward declaration
` [PATCH v3 26/30] test-lib: add a PTHREADS prerequisite
` [PATCH v3 27/30] pack-objects & index-pack: add test for --threads warning
` [PATCH v3 28/30] pack-objects: fix buggy warning about threads
` [PATCH v3 29/30] grep: given --threads with NO_PTHREADS=YesPlease, warn
` [PATCH v3 30/30] grep: assert that threading is enabled when calling grep_{lock,unlock}

[PATCH v3 0/4] convert: add "status=delayed" to filter process protocol
 2017-05-21 20:25 UTC  (8+ messages)
` [PATCH v3 4/4] "

[WIP/RFC 00/23] repository object
 2017-05-21 16:28 UTC  (31+ messages)
` [WIP/RFC 01/23] convert: convert get_cached_convert_stats_ascii to take an index
` [WIP/RFC 02/23] convert: convert crlf_to_git "
` [WIP/RFC 03/23] convert: convert convert_to_git_filter_fd "
` [WIP/RFC 04/23] convert: convert convert_to_git "
` [WIP/RFC 05/23] convert: convert renormalize_buffer "
` [WIP/RFC 06/23] tree: convert read_tree to take an index parameter
` [WIP/RFC 07/23] ls-files: convert overlay_tree_on_cache to take an index
` [WIP/RFC 08/23] ls-files: convert write_eolinfo "
` [WIP/RFC 09/23] ls-files: convert show_killed_files "
` [WIP/RFC 10/23] ls-files: convert show_other_files "
` [WIP/RFC 11/23] ls-files: convert show_ru_info "
` [WIP/RFC 12/23] ls-files: convert ce_excluded "
` [WIP/RFC 13/23] ls-files: convert prune_cache "
` [WIP/RFC 14/23] ls-files: convert show_files "
` [WIP/RFC 15/23] ls-files: factor out debug info into a function
` [WIP/RFC 16/23] ls-files: factor out tag calculation
` [WIP/RFC 17/23] repo: introduce new repository object
` [WIP/RFC 18/23] repo: add index_state to struct repo
` [WIP/RFC 19/23] repo: add per repo config
` [WIP/RFC 20/23] submodule-config: refactor to allow for multiple submodule_cache's
` [WIP/RFC 21/23] repo: add repo_read_gitmodules
` [WIP/RFC 22/23] submodule: add is_submodule_active
` [WIP/RFC 23/23] ls-files: use repository object

[GSoC][RFC/PATCH v3 2/2] submodule: port subcommand foreach from shell to C
 2017-05-21 12:58 UTC  (3+ messages)
` [GSoC][PATCH v4 1/2] t7407: test "submodule foreach --recursive" from subdirectory added
  ` [GSoC][PATCH v4 2/2] submodule: port subcommand foreach from shell to C

[GSoC][PATCH v1 1/2] submodule: port set_name_rev from shell to C
 2017-05-21 12:27 UTC  (2+ messages)
` [GSoC][PATCH v1 2/2] submodule: port submodule subcommand status

Options to avoid docs generation/installation
 2017-05-21  6:17 UTC  (2+ messages)

`pull --rebase --autostash` fails when fast forward in dirty repo
 2017-05-21  5:17 UTC 

[PATCH 1/2] refs: Add for_each_worktree_ref for iterating over all worktree HEADs
 2017-05-20 23:49 UTC  (9+ messages)
` [PATCH v2 "

[PATCH] diff: mark some file local symbols as static
 2017-05-20 23:37 UTC 

[PATCH] name-rev: use larger timestamp for is_better_name
 2017-05-20 23:21 UTC  (3+ messages)

[RFC PATCH 00/19] Diff machine: highlight moved lines
 2017-05-20 22:00 UTC  (19+ messages)
` [PATCHv2 00/20] "
  ` [PATCHv2 12/20] submodule.c: convert show_submodule_summary to use emit_line_fmt
  ` [PATCHv3 00/20] Diff machine: highlight moved lines
    ` [PATCHv3 04/20] diff.c: teach emit_line_0 to accept sign parameter
    ` [PATCHv3 05/20] diff.c: emit_line_0 can handle no color setting
    ` [PATCHv3 06/20] diff.c: emit_line_0 takes parameter whether to output line prefix
    ` [PATCHv3 07/20] diff.c: inline emit_line_0 into emit_line
    ` [PATCHv3 20/20] diff.c: color moved lines differently

[PATCH] mingw: simplify PATH handling
 2017-05-20 19:35 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 0/6] Fast git status via a file system watcher
 2017-05-20 16:55 UTC  (12+ messages)
` [PATCH v2 1/6] bswap: add 64 bit endianness helper get_be64
` [PATCH v2 2/6] dir: make lookup_untracked() available outside of dir.c
` [PATCH v2 3/6] fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files
` [PATCH v2 4/6] fsmonitor: add test cases for fsmonitor extension
` [PATCH v2 5/6] fsmonitor: add documentation for the "
` [PATCH v2 6/6] fsmonitor: add a sample query-fsmonitor hook script for Watchman

[PATCH 0/2] Demonstrate and partially work around a gitattributes problem
 2017-05-20 14:56 UTC  (24+ messages)
        ` [PATCH 0/15] retain blob info for git diff HEAD:foo HEAD:bar
          ` [PATCH 01/15] handle_revision_arg: reset "dotdot" consistently
          ` [PATCH 02/15] handle_revision_arg: simplify commit reference lookups
          ` [PATCH 03/15] handle_revision_arg: stop using "dotdot" as a generic pointer
          ` [PATCH 04/15] handle_revision_arg: hoist ".." check out of range parsing
          ` [PATCH 05/15] handle_revision_arg: add handle_dotdot() helper
          ` [PATCH 06/15] sha1_name: consistently refer to object_context as "oc"
          ` [PATCH 07/15] get_sha1_with_context: always initialize oc->symlink_path
          ` [PATCH 08/15] get_sha1_with_context: dynamically allocate oc->path
          ` [PATCH 09/15] t4063: add tests of direct blob diffs
          ` [PATCH 10/15] handle_revision_arg: record modes for "a..b" endpoints
          ` [PATCH 11/15] handle_revision_arg: record paths for pending objects
          ` [PATCH 12/15] diff: pass whole pending entry in blobinfo
          ` [PATCH 13/15] diff: use the word "path" instead of "name" for blobs
          ` [PATCH 14/15] diff: use pending "path" if it is available
          ` [PATCH 15/15] diff: use blob path for blob/file diffs

die("bad object.. for duplicate tagged tag in remote
 2017-05-20  8:30 UTC  (3+ messages)
  ` [PATCH] revision.c: ignore broken tags with ignore_missing_links

[PATCH] send-email: Net::SMTP::SSL is obsolete, use only when necessary
 2017-05-20  7:56 UTC  (5+ messages)
` [PATCH v2] "

persistent-https, url insteadof, and `git submodule`
 2017-05-20  7:07 UTC  (4+ messages)

[PATCH] Remove useless assignments
 2017-05-20  6:54 UTC  (2+ messages)

[PATCH 0/2] Fix warnings on access of a remote with Windows paths
 2017-05-20  6:28 UTC  (3+ messages)
` [PATCH 1/2] mingw.h: permit arguments with side effects for is_dir_sep
` [PATCH 2/2] Windows: do not treat a path with backslashes as a remote's nick name

[PATCH v5 0/8] Introduce timestamp_t for timestamps
 2017-05-20  5:47 UTC  (4+ messages)
` [PATCH v6 "
  ` [PATCH v6 6/8] Introduce a new data type "
    ` [PATCH] name-rev: change a "long" variable to timestamp_t

[PATCH v2 0/3] name-rev sanity
 2017-05-20  5:19 UTC  (9+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 3/4] name-rev: provide debug output

Git log.decorate can't be overridden in global config (v2.13.0)
 2017-05-20  2:11 UTC  (3+ messages)

git merges of tags
 2017-05-19 18:30 UTC  (2+ messages)

[PATCH] doc: explain default option for rev-parse --short
 2017-05-19 15:21 UTC  (3+ messages)

reversion in GIT_COMMON_DIR refs path
 2017-05-19 14:37 UTC  (2+ messages)

[PATCH] rebase -i: Add missing newline to end of message
 2017-05-19 14:35 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 00/23] Prepare to separate out a packed_ref_store
 2017-05-19 10:02 UTC  (19+ messages)
` [PATCH 01/23] t3600: clean up permissions test properly
` [PATCH 10/23] files_ref_store: put the packed files lock directly in this struct
` [PATCH 11/23] files_transaction_cleanup(): new helper function
` [PATCH 12/23] ref_transaction_commit(): break into multiple functions
` [PATCH 22/23] ref-filter: limit traversal to prefix

Performance regression in `git branch` due to ref-filter usage
 2017-05-19  6:12 UTC  (3+ messages)
  ` [PATCH] ref-filter: resolve HEAD when parsing %(HEAD) atom

[PATCH] config.txt: add an entry for log.showSignature
 2017-05-19  2:44 UTC 

[PATCH 0/2] Fix a couple of minor rebase -i regressions
 2017-05-18 21:19 UTC  (5+ messages)
` [PATCH 2/2] rebase -i: silence stash apply


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