git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-05-20 06:29:33 to 2017-05-23 02:41:24 UTC [more...]

[RFC PATCH 00/19] Diff machine: highlight moved lines
 2017-05-23  2:40 UTC  (20+ 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
    ` [PATCHv4 00/17] Diff machine: highlight moved lines
      ` [PATCHv4 01/17] diff: readability fix
      ` [PATCHv4 02/17] diff: move line ending check into emit_hunk_header
      ` [PATCHv4 05/17] diff.c: convert fn_out_consume to use emit_line
      ` [PATCHv4 06/17] diff.c: convert builtin_diff to use emit_line_*
      ` [PATCHv4 07/17] diff.c: convert emit_rewrite_diff "
      ` [PATCHv4 08/17] diff.c: convert emit_rewrite_lines "

[Bug] git branch -v has problems with carriage returns
 2017-05-23  2:01 UTC  (15+ messages)
  ` [PATCH] ref-filter: treat CRLF as same as LF in find_subpos
  ` [PATCH v2] ref-filter: trim end whitespace in subject
    ` [PATCH v3] "

[PATCH] usage: fix a sparse 'redeclared with different type' error
 2017-05-23  1:02 UTC  (3+ messages)

Passing revs to git-bundle-create via stdin
 2017-05-22 23:44 UTC 

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

[PATCH 0/3] Update sha1dc from upstream & optionally make it a submodule
 2017-05-22 22:48 UTC  (12+ 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

[Bug] cloning a repository with a default MASTER branch tries to check out the master branch
 2017-05-22 21:42 UTC 

[PATCH v2 00/25] Prepare to separate out a packed_ref_store
 2017-05-22 21:51 UTC  (27+ 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

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

[PATCH] Documentation: Fix formatting typo in pretty-formats.txt
 2017-05-22 20:59 UTC 

[PATCH v4 0/4] convert: add "status=delayed" to filter process protocol
 2017-05-22 20:37 UTC  (10+ 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

[GSoC][RFC/PATCH v3 2/2] submodule: port subcommand foreach from shell to C
 2017-05-22 20:04 UTC  (4+ 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

[PATCHv2 0/6] Add option to recurse into submodules
 2017-05-22 19:48 UTC  (7+ messages)
` [PATCHv2 1/6] submodule.c: add has_submodules to check if we have any submodules
` [PATCHv2 2/6] submodule test invocation: only pass additional arguments
` [PATCHv2 3/6] Introduce submodule.recurse option for worktree manipulators
` [PATCHv2 4/6] builtin/fetch.c: respect 'submodule.recurse' option
` [PATCHv2 5/6] builtin/grep.c: "
` [PATCHv2 6/6] builtin/push.c: "

[PATCH] Documentation: Fix reference to isExists for interpret-trailers
 2017-05-22 19:45 UTC 

Another git repo at kernel.org?
 2017-05-22 19:43 UTC  (2+ messages)

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

[PATCH] t5531: fix test description
 2017-05-22 19:01 UTC 

[PATCH 0/2] Fix warnings on access of a remote with Windows paths
 2017-05-22 19:01 UTC  (12+ 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 1/2] mingw.h: permit arguments with side effects for is_dir_sep
  ` [PATCH v2 2/2] Windows: do not treat a path with backslashes as a remote's nick name

BUG: The .gitignore rules can't be made to cross submodule boundaries
 2017-05-22 18:33 UTC 

[PATCH v2 0/7] Abide by our own rules regarding line endings
 2017-05-22 17:57 UTC  (4+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 1/6] Fix build with core.autocrlf=true

[GSoC] Update: Week 1
 2017-05-22 17:52 UTC 

What's cooking in git.git (May 2017, #06; Mon, 22)
 2017-05-22 17:42 UTC  (2+ messages)

[PATCH v2 0/6] Fast git status via a file system watcher
 2017-05-22 17:28 UTC  (11+ 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 "

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

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

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

[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

[PATCH] mingw: simplify PATH handling
 2017-05-22 12:58 UTC  (5+ 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 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

[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] "

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)

[PATCH 0/15] retain blob info for git diff HEAD:foo HEAD:bar
 2017-05-20 14:56 UTC  (3+ messages)
` [PATCH 01/15] handle_revision_arg: reset "dotdot" consistently

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)


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