git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-05-17 12:06:52 to 2017-05-19 12:25:11 UTC [more...]

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

[PATCH] rebase -i: Add missing newline to end of message
 2017-05-19 11:24 UTC  (6+ messages)

[PATCH 00/23] Prepare to separate out a packed_ref_store
 2017-05-19 10:02 UTC  (69+ 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 05/23] refs_ref_iterator_begin(): don't check prefixes redundantly
` [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 08/23] lockfile: add a new method, is_lock_file_locked()
` [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 13/23] ref_update_reject_duplicates(): expose function to whole refs module
` [PATCH 14/23] ref_update_reject_duplicates(): use `size_t` rather than `int`
` [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 20/23] refs_ref_iterator_begin(): handle `GIT_REF_PARANOIA`
` [PATCH 21/23] create_ref_entry(): remove `check_name` option
` [PATCH 22/23] ref-filter: limit traversal to prefix
` [PATCH 23/23] cache_ref_iterator_begin(): avoid priming unneeded directories

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] Demonstrate and partially work around a gitattributes problem
 2017-05-19  0:00 UTC  (7+ messages)

[RFC PATCH 00/19] Diff machine: highlight moved lines
 2017-05-18 23:33 UTC  (33+ 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

git merges of tags
 2017-05-18 23:23 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 v2 0/6] Fast git status via a file system watcher
 2017-05-18 20:13 UTC  (7+ 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/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)

[PATCH] doc: explain default option for rev-parse --short
 2017-05-18 15:59 UTC  (2+ 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  (5+ 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

[PATCH v5 00/11] forking and threading
 2017-05-17 14:52 UTC  (6+ messages)
` [PATCH v6 "
  ` [PATCH v6 04/11] run-command: use the async-signal-safe execv instead of execvp

[ANNOUNCE] Git Rev News edition 27
 2017-05-17 14:11 UTC 

[PATCH v3 00/12] Fix git-gc losing objects in multi worktree
 2017-05-17 13:59 UTC  (5+ messages)
` [PATCH v3 10/12] files-backend: make reflog iterator go through per-worktree reflog


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