git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-05-17 15:01:51 to 2017-05-19 20:54:51 UTC [more...]

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

persistent-https, url insteadof, and `git submodule`
 2017-05-19 19:57 UTC 

[RFC PATCH 00/19] Diff machine: highlight moved lines
 2017-05-19 19:34 UTC  (36+ messages)
` [PATCHv2 00/20] "
  ` [PATCHv2 11/20] diff.c: convert emit_rewrite_lines to use emit_line_*
  ` [PATCHv2 12/20] submodule.c: convert show_submodule_summary to use emit_line_fmt
  ` [PATCHv3 00/20] Diff machine: highlight moved lines
    ` [PATCHv3 01/20] diff: readability fix
    ` [PATCHv3 02/20] diff: move line ending check into emit_hunk_header
    ` [PATCHv3 03/20] diff.c: factor out diff_flush_patch_all_file_pairs
    ` [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 08/20] diff.c: convert fn_out_consume to use emit_line
    ` [PATCHv3 09/20] diff.c: convert builtin_diff to use emit_line_*
    ` [PATCHv3 10/20] diff.c: convert emit_rewrite_diff "
    ` [PATCHv3 11/20] diff.c: convert emit_rewrite_lines "
    ` [PATCHv3 12/20] submodule.c: convert show_submodule_summary to use emit_line_fmt
    ` [PATCHv3 13/20] diff.c: convert emit_binary_diff_body to use emit_line_*
    ` [PATCHv3 14/20] diff.c: convert show_stats "
    ` [PATCHv3 15/20] diff.c: convert word diffing "
    ` [PATCHv3 16/20] diff.c: convert diff_flush "
    ` [PATCHv3 17/20] diff.c: convert diff_summary "
    ` [PATCHv3 18/20] diff.c: emit_line includes whitespace highlighting
    ` [PATCHv3 19/20] diff: buffer all output if asked to
    ` [PATCHv3 20/20] diff.c: color moved lines differently

[WIP/RFC 00/23] repository object
 2017-05-19 18:28 UTC  (26+ 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

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

die("bad object.. for duplicate tagged tag in remote
 2017-05-19 17:28 UTC 

[PATCH v2 0/6] Fast git status via a file system watcher
 2017-05-19 15:33 UTC  (8+ 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] 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  (8+ messages)
` [PATCH v2] "

[PATCH 0/2] Demonstrate and partially work around a gitattributes problem
 2017-05-19 12:59 UTC  (23+ 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

[PATCH 00/23] Prepare to separate out a packed_ref_store
 2017-05-19 10:02 UTC  (53+ messages)
` [PATCH 01/23] t3600: clean up permissions test properly
` [PATCH 02/23] refs.h: clarify docstring for the ref_transaction_update()-related fns
` [PATCH 04/23] prefix_ref_iterator: don't trim too much
` [PATCH 06/23] refs: use `size_t` indexes when iterating over ref transaction updates
` [PATCH 07/23] ref_store: take `logmsg` parameter when deleting references
` [PATCH 09/23] files-backend: move `lock` member to `files_ref_store`
` [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 17/23] get_packed_ref_cache(): assume "packed-refs" won't change while locked
` [PATCH 19/23] read_packed_refs(): report unexpected fopen() failures
` [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/3] Update sha1dc from upstream & optionally make it a submodule
 2017-05-18 21:28 UTC  (4+ messages)
` [PATCH 1/3] sha1dc: update from upstream
` [PATCH 2/3] sha1dc: use sha1collisiondetection as a submodule
` [PATCH 3/3] sha1dc: remove the unused sha1dc/ directory

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

[PATCH 1/2] refs: Add for_each_worktree_ref for iterating over all worktree HEADs
 2017-05-18 21:06 UTC  (12+ messages)
          ` [PATCH v2 "
            ` [PATCH v2 2/2] reachable: Add HEADs of all worktrees to reachability analysis

[PATCH 0/3] Add option to recurse into submodules
 2017-05-18 19:15 UTC  (13+ messages)
` [PATCH 1/3] submodule.c: add has_submodules to check if we have any submodules
` [PATCH 2/3] submodule test invocation: only pass additional arguments
` [PATCH 3/3] Introduce submodule.recurse option

[PATCH 0/1] Preserve the untracked cache across checkout, reset --hard, etc
 2017-05-18 17:30 UTC  (7+ messages)

git-scm.com status report
 2017-05-18 15:42 UTC  (6+ messages)

Is it possible to use new conditional includes outside of git dir?
 2017-05-18 11:50 UTC  (3+ messages)

[PATCH] send-email: Add tocmd option to suppress-cc
 2017-05-18 11:35 UTC 

[Query] Override sendemail.tocmd
 2017-05-18  9:40 UTC  (2+ messages)

[PATCH v3 0/8] Fix clean -d and status --ignored
 2017-05-18  8:21 UTC  (16+ messages)
` [PATCH v2 0/9] Keep git clean -d from inadvertently removing ignored files
  ` [PATCH v3 6/8] clean: teach clean -d to skip dirs containing "
  ` [PATCH v3 7/8] t7300: clean -d now skips untracked "
  ` [PATCH v3 8/8] t7061: status --ignored now searches untracked dirs
` [PATCH v4 0/6] Fix clean -d and status --ignored
` [PATCH v4 1/6] t7300: clean -d should skip dirs with ignored files
` [PATCH v4 2/6] t7061: status --ignored should search untracked dirs
` [PATCH v4 3/6] dir: recurse into untracked dirs for ignored files
` [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

t5400 failure on Windows
 2017-05-18  5:02 UTC  (6+ messages)
        ` [PATCH] t5400: avoid concurrent writes into a trace file

[PATCH v1 0/5] Fast git status via a file system watcher
 2017-05-18  4:52 UTC  (10+ messages)
` [PATCH v1 2/5] Teach git to optionally utilize a file system monitor to speed up detecting new or changed files

t5545: reduced test coverage
 2017-05-18  2:52 UTC  (6+ messages)

[PATCH] sha1dc: fix issues with a big endian platform
 2017-05-18  0:11 UTC  (6+ messages)
` [PATCH/RFC 0/3] Use sha1collisiondetection as a submodule

reversion in GIT_COMMON_DIR refs path
 2017-05-17 23:59 UTC  (9+ messages)
` [PATCH] tests: add an optional test to test git-annex

Diff topic branch + working copy changes?
 2017-05-17 21:17 UTC  (4+ messages)

Git 2.13.0 segfaults on Solaris SPARC due to DC_SHA1=YesPlease being on by default
 2017-05-17 15:26 UTC  (6+ messages)
          ` [PATCH] sha1dc: fix issues with a big endian platform


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