git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-05-31 08:50:48 to 2017-06-01 19:42:29 UTC [more...]

[PATCH] send-email: Net::SMTP::SSL is obsolete, use only when necessary
 2017-06-01 19:42 UTC  (9+ messages)
` [PATCH v2] "

[PATCH 00/31] repository object
 2017-06-01 19:28 UTC  (38+ messages)
` [PATCH 01/31] config: create config.h
` [PATCH 02/31] config: don't include config.h by default
` [PATCH 03/31] config: don't implicitly use gitdir
` [PATCH 04/31] setup: don't perform lazy initialization of repository state
` [PATCH 05/31] environment: remove namespace_len variable
` [PATCH 06/31] repo: introduce the repository object
` [PATCH 07/31] environment: place key repository state in the_repository
` [PATCH 08/31] environment: store worktree "
` [PATCH 09/31] setup: add comment indicating a hack
` [PATCH 10/31] config: migrate the_configset to the_repository
` [PATCH 11/31] repo: add index_state to struct repo
` [PATCH 12/31] submodule-config: store the_submodule_cache in the_repository
` [PATCH 13/31] repo: add repo_read_gitmodules
` [PATCH 14/31] submodule: convert is_submodule_initialized to work on a repository
` [PATCH 15/31] convert: convert get_cached_convert_stats_ascii to take an index
` [PATCH 16/31] convert: convert crlf_to_git "
` [PATCH 17/31] convert: convert convert_to_git_filter_fd "
` [PATCH 18/31] convert: convert convert_to_git "
` [PATCH 19/31] convert: convert renormalize_buffer "
` [PATCH 20/31] tree: convert read_tree to take an index parameter
` [PATCH 21/31] ls-files: convert overlay_tree_on_cache to take an index
` [PATCH 22/31] ls-files: convert write_eolinfo "
` [PATCH 23/31] ls-files: convert show_killed_files "
` [PATCH 24/31] ls-files: convert show_other_files "
` [PATCH 25/31] ls-files: convert show_ru_info "
` [PATCH 26/31] ls-files: convert ce_excluded "
` [PATCH 27/31] ls-files: convert prune_cache "
` [PATCH 28/31] ls-files: convert show_files "
` [PATCH 29/31] ls-files: factor out debug info into a function
` [PATCH 30/31] ls-files: factor out tag calculation
` [PATCH 31/31] ls-files: use repository object

What's cooking in git.git (Jun 2017, #01; Thu, 1)
 2017-06-01 19:16 UTC  (3+ messages)
` preserve untracked cache, was "

[PATCH/RFC] branch: add tests for new copy branch feature
 2017-06-01 18:59 UTC  (13+ messages)
` [PATCH/RFC v2 1/6] "
  ` [PATCH/RFC v2 5/6] config: add copy config section logic
  ` [PATCH/RFC v2 2/6] branch: add copy branch option
  ` [PATCH/RFC v2 3/6] config: abstract out create section from key logic
  ` [PATCH/RFC v2 6/6] branch: don't copy or rename config when same branch name
  ` [PATCH/RFC v2 4/6] config: modify function signature to include copy argument
  ` [PATCH/RFC v3 1/3] branch: add tests for new copy branch feature
    ` [PATCH/RFC v3 2/3] config: abstract out create section from key logic
    ` [PATCH/RFC v3 3/3] branch: add copy branch feature implementation

[PATCH v4 0/8] PCRE v2, PCRE v1 JIT, log -P & fixes
 2017-06-01 18:20 UTC  (9+ messages)
` [PATCH v4 1/8] grep: don't redundantly compile throwaway patterns under threading
` [PATCH v4 2/8] grep: skip pthreads overhead when using one thread
` [PATCH v4 3/8] log: add -P as a synonym for --perl-regexp
` [PATCH v4 4/8] grep: add support for the PCRE v1 JIT API
` [PATCH v4 5/8] grep: un-break building with PCRE < 8.32
` [PATCH v4 6/8] grep: un-break building with PCRE < 8.20
` [PATCH v4 7/8] grep: un-break building with PCRE >= 8.32 without --enable-jit
` [PATCH v4 8/8] grep: add support for PCRE v2

RFC: Would a config fetch.retryCount make sense?
 2017-06-01 17:59 UTC  (3+ messages)

Unaligned accesses in sha1dc
 2017-06-01 15:57 UTC  (14+ messages)

[PATCH 0/2] Add progress to format-patch and rebase
 2017-06-01 15:54 UTC  (14+ messages)
` [PATCH 1/2] format-patch: have progress option while generating patches
` [PATCH 2/2] rebase: turn on progress option by default for format-patch

[PATCH] docs: fix literal quoted spaces
 2017-06-01 15:53 UTC  (6+ messages)
      ` [PATCH v2] docs: fix formatting and grammar

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

wrong language translation part7
 2017-06-01 15:26 UTC  (3+ messages)

Git 2.13.0 segfaults on Solaris SPARC due to DC_SHA1=YesPlease being on by default
 2017-06-01 14:03 UTC  (5+ messages)

[PATCH 0/3] Add regression tests for recent rebase -i fixes
 2017-06-01 12:56 UTC  (8+ messages)
` [PATCH 1/3] rebase -i: Add test for reflog message
` [PATCH 2/3] rebase: Add tests for console output
` [PATCH 3/3] rebase: Add tests for console output with conflicting stash

[PATCH v5 0/5] convert: add "status=delayed" to filter process protocol
 2017-06-01  9:44 UTC  (7+ messages)
` [PATCH v5 1/5] t0021: keep filter log files on comparison
` [PATCH v5 2/5] t0021: make debug log file name configurable
` [PATCH v5 3/5] t0021: write "OUT" only on success
` [PATCH v5 4/5] convert: move multiple file filter error handling to separate function
` [PATCH v5 5/5] convert: add "status=delayed" to filter process protocol

[PATCH] pull: ff --rebase --autostash works in dirty repo
 2017-06-01  9:41 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 0/8] consistent "-h" handling in builtins
 2017-06-01  7:51 UTC  (15+ messages)
` [PATCH 8/8] t0012: test "-h" with builtins

Git Daemon on Windows fatal error
 2017-06-01  6:53 UTC  (2+ messages)

[PATCH v3 0/9] The final building block for a faster rebase -i
 2017-06-01  6:48 UTC  (16+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 02/10] rebase -i: generate the script via rebase--helper
          ` revision API design, was "

[PATCH v3 0/4] Implement git stash as a builtin command
 2017-06-01  4:07 UTC  (8+ messages)
` [PATCH v3 4/4] stash: implement builtin stash

bug: `git log --grep ... --invert-grep --author=...` negates / ignores --author
 2017-06-01  2:20 UTC  (4+ messages)

[Bug] git branch -v has problems with carriage returns
 2017-06-01  1:31 UTC  (6+ messages)

What's cooking in git.git (May 2017, #08; Mon, 29)
 2017-06-01  0:48 UTC  (3+ messages)

[PATCHv2 0/8] A reroll of sb/submodule-blanket-recursive
 2017-06-01  0:30 UTC  (6+ messages)
` [PATCHv3 0/4] "
  ` [PATCHv3 1/4] Introduce 'submodule.recurse' option for worktree manipulators
  ` [PATCHv3 2/4] builtin/grep.c: respect 'submodule.recurse' option
  ` [PATCHv3 3/4] builtin/push.c: "
  ` [PATCHv3 4/4] builtin/fetch.c: "

[PATCH 1/1] diff.c: color moved lines differently
 2017-06-01  0:24 UTC  (2+ messages)
` [PATCH] "

[BUG] git-send-email broken: Can't locate object method "starttls"
 2017-06-01  0:17 UTC  (6+ messages)
` [PATCH] send-email: Net::SMTP::starttls was introduced in v3.01 (Re: [BUG] git-send-email broken: Can't locate object method "starttls")
      ` [PATCH v2] send-email: Net::SMTP::starttls was introduced in v2.34 "

persistent-https, url insteadof, and `git submodule`
 2017-06-01  0:15 UTC  (10+ messages)
        ` [PATCH] docs/config: mention protocol implications of url.insteadOf

[PATCH 0/5] Some submodule bugfixes and "reattaching detached HEADs"
 2017-05-31 22:09 UTC  (5+ messages)

[PATCH 00/33] object id conversion (grep and diff)
 2017-05-31 22:06 UTC  (15+ messages)
` [PATCH 20/33] combine-diff: convert find_paths_* to struct object_id
` [PATCH 22/33] notes-merge: convert notes_merge* "
` [PATCH 23/33] notes-merge: convert merge_from_diffs "
` [PATCH 25/33] notes-merge: convert verify_notes_filepair "
` [PATCH 30/33] tree-diff: convert diff_tree_paths "

[PATCH] doc: Improve description for rev-parse --short
 2017-05-31 21:39 UTC  (2+ messages)
` [PATCH v1] doc: rewrite "

Coloring
 2017-05-31 21:22 UTC  (5+ messages)

[PATCH 6/8] version: convert to parse-options
 2017-05-31 21:06 UTC  (8+ messages)
` [PATCH 6.5?/8] version: move --build-options to a test helper

[PATCH v3 0/6] Fast git status via a file system watcher
 2017-05-31 14:57 UTC  (8+ messages)
` [PATCH v3 4/6] fsmonitor: add test cases for fsmonitor extension
` [PATCH v3 6/6] fsmonitor: add a sample query-fsmonitor hook script for Watchman

git push recurse.submodules behavior changed in 2.13
 2017-05-31 14:50 UTC  (3+ messages)

[PATCHv3 1/4] clone: respect additional configured fetch refspecs during initial fetch
 2017-05-31 14:17 UTC  (8+ messages)
` [PATCHv4 1/2] "
  ` [PATCHv4 2/2] Documentation/clone: document ignored configuration variables

[PATCH v2 0/6] Fast git status via a file system watcher
 2017-05-31 14:10 UTC  (6+ messages)

[PATCH] submodule: mark some file-local symbols as static
 2017-05-31 13:50 UTC 

[PATCH] [BUG] test_expect_failure mailinfo -b fatals
 2017-05-31 10:26 UTC 


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