git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-05-19 06:12:20 to 2017-05-22 16:43:33 UTC [more...]

[PATCH] diff: mark some file local symbols as static
 2017-05-22 16:42 UTC  (2+ messages)

[PATCH 0/2] Fix warnings on access of a remote with Windows paths
 2017-05-22 16:36 UTC  (10+ 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 v2 0/6] Fast git status via a file system watcher
 2017-05-22 16:18 UTC  (10+ messages)
` [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 "

Git 2.13 silent install
 2017-05-22 15:41 UTC  (3+ messages)

[Bug] git branch -v has problems with carriage returns
 2017-05-22 14:57 UTC  (10+ messages)
      ` Delivery Status Notification (Failure)
  ` [PATCH] ref-filter: treat CRLF as same as LF in find_subpos
  ` [PATCH v2] ref-filter: trim end whitespace in subject

[PATCH v2 00/25] Prepare to separate out a packed_ref_store
 2017-05-22 14:17 UTC  (26+ messages)
` [PATCH v2 01/25] t3600: clean up permissions test properly
` [PATCH v2 02/25] refs.h: clarify docstring for the ref_transaction_update()-related fns
` [PATCH v2 03/25] ref_iterator_begin_fn(): fix docstring
` [PATCH v2 04/25] files-backend: use `die("BUG: ...")`, not `die("internal error: ...")`
` [PATCH v2 05/25] prefix_ref_iterator: don't trim too much
` [PATCH v2 06/25] refs_ref_iterator_begin(): don't check prefixes redundantly
` [PATCH v2 07/25] refs: use `size_t` indexes when iterating over ref transaction updates
` [PATCH v2 08/25] ref_store: take a `msg` parameter when deleting references
` [PATCH v2 09/25] lockfile: add a new method, is_lock_file_locked()
` [PATCH v2 10/25] files-backend: move `lock` member to `files_ref_store`
` [PATCH v2 11/25] files_ref_store: put the packed files lock directly in this struct
` [PATCH v2 12/25] files_transaction_cleanup(): new helper function
` [PATCH v2 13/25] ref_transaction_commit(): check for valid `transaction->state`
` [PATCH v2 14/25] ref_transaction_prepare(): new optional step for reference updates
` [PATCH v2 15/25] ref_update_reject_duplicates(): expose function to whole refs module
` [PATCH v2 16/25] ref_update_reject_duplicates(): use `size_t` rather than `int`
` [PATCH v2 17/25] ref_update_reject_duplicates(): add a sanity check
` [PATCH v2 18/25] should_pack_ref(): new function, extracted from `files_pack_refs()`
` [PATCH v2 19/25] get_packed_ref_cache(): assume "packed-refs" won't change while locked
` [PATCH v2 20/25] read_packed_refs(): do more of the work of reading packed refs
` [PATCH v2 21/25] read_packed_refs(): report unexpected fopen() failures
` [PATCH v2 22/25] refs_ref_iterator_begin(): handle `GIT_REF_PARANOIA`
` [PATCH v2 23/25] create_ref_entry(): remove `check_name` option
` [PATCH v2 24/25] ref-filter: limit traversal to prefix
` [PATCH v2 25/25] cache_ref_iterator_begin(): avoid priming unneeded directories

[PATCH] usage: add NORETURN to BUG() function definitions
 2017-05-22 14:02 UTC  (7+ messages)

[PATCH v4 0/4] convert: add "status=delayed" to filter process protocol
 2017-05-22 13:50 UTC  (5+ messages)
` [PATCH v4 1/4] t0021: keep filter log files on comparison
` [PATCH v4 2/4] t0021: make debug log file name configurable
` [PATCH v4 3/4] t0021: write "OUT" only on success
` [PATCH v4 4/4] convert: add "status=delayed" to filter process protocol

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

[WIP/RFC 00/23] repository object
 2017-05-22 13:03 UTC  (11+ messages)
` [WIP/RFC 17/23] repo: introduce new "
` [WIP/RFC 18/23] repo: add index_state to struct repo

[PATCH] mingw: simplify PATH handling
 2017-05-22 12:58 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 1/2] refs: Add for_each_worktree_ref for iterating over all worktree HEADs
 2017-05-22 11:17 UTC  (6+ messages)
` [PATCH v2 "

reversion in GIT_COMMON_DIR refs path
 2017-05-22 11:11 UTC  (3+ messages)

[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  (10+ messages)
` [PATCH 2/3] sha1dc: use sha1collisiondetection as "
    ` [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 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 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] "

[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] 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  (14+ 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 20/20] diff.c: color moved lines differently

[PATCH 0/2] Demonstrate and partially work around a gitattributes problem
 2017-05-20 14:56 UTC  (22+ 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 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)

[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  (7+ messages)
` [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


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