git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-12-12 13:52:58 to 2018-12-14 21:22:22 UTC [more...]

[PATCH v3 0/6] Add a new "sparse" tree walk algorithm
 2018-12-14 21:22 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/6] revision: add mark_tree_uninteresting_sparse
  ` [PATCH v4 2/6] list-objects: consume sparse tree walk

Bug in lineendings handling that prevents resetting checking out, rebasing etc
 2018-12-14 21:04 UTC 

[PATCH v4 0/1] Advertise multiple supported proto versions
 2018-12-14 20:20 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/1] protocol: advertise multiple supported versions

Git blame performance on files with a lot of history
 2018-12-14 19:10 UTC  (2+ messages)

[PATCH 0/2] Teach log -G to ignore binary files
 2018-12-14 18:49 UTC  (9+ messages)
` [PATCH v2] log -G: Ignore "
` [PATCH v3] log -G: ignore "

[PATCH 0/1] worktree refs: fix case sensitivity for 'head'
 2018-12-14 18:48 UTC  (18+ messages)
` [PATCH 1/1] "

t5601 breakage at 3cd325f7be (Merge branch 'js/protocol-advertise-multi' into pu, 2018-12-14)
 2018-12-14 18:44 UTC  (2+ messages)

[PATCH 0/4] Expose gpgsig in pretty-print
 2018-12-14 16:48 UTC  (8+ messages)
` [PATCH 1/4] pretty: expose raw commit signature
` [PATCH 2/4] t/t7510-signed-commit.sh: test new placeholders
` [PATCH 3/4] doc, tests: pretty behavior when gpg missing
` [PATCH 4/4] docs/pretty-formats: add explanation + copy edits

Bug: `git commit --fixup` with duplicate commit messages
 2018-12-14 16:33 UTC  (4+ messages)

[PATCH] cherry-pick: do not error on non-merge commits when '-m 1' is specified
 2018-12-14  4:53 UTC  (12+ messages)
            ` [PATCH v2 0/4] Allow 'cherry-pick -m 1' for non-merge commits
              ` [PATCH v2 3/4] t3502: validate '-m 1' argument is now accepted "
              ` [PATCH v2 2/4] cherry-pick: do not error on non-merge commits when '-m 1' is specified
              ` [PATCH v2 1/4] t3510: stop using '-m 1' to force failure mid-sequence of cherry-picks
              ` [PATCH v2 4/4] t3506: validate '-m 1 -ff' is now accepted for non-merge commits

[PATCH 0/2] mingw: support absolute paths without a drive prefix
 2018-12-14 11:31 UTC  (9+ messages)
` [PATCH 2/2] mingw: allow absolute paths without "

[PATCH 0/1] .gitattributes: ensure t/oid-info/* has eol=lf
 2018-12-14 11:10 UTC  (15+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/2] Add more eol=lf to .gitattributes
  ` [PATCH v2 1/2] .gitattributes: ensure t/oid-info/* has eol=lf
  ` [PATCH v2 2/2] t4256: mark support files as LF-only

[PATCH 1/3] tests: add a special setup where for protocol.version
 2018-12-14 11:08 UTC  (19+ messages)
` [PATCH 0/3] Some fixes and improvements
    ` [PATCH v2 0/8] protocol v2 fixes
    ` [PATCH v2 1/8] serve: pass "config context" through to individual commands
    ` [PATCH v2 2/8] parse_hide_refs_config: handle NULL section
    ` [PATCH v2 3/8] upload-pack: support hidden refs with protocol v2
    ` [PATCH v2 4/8] tests: add a check for unportable env --unset
    ` [PATCH v2 5/8] tests: add a special setup where for protocol.version
    ` [PATCH v2 6/8] tests: mark & fix tests broken under GIT_TEST_PROTOCOL_VERSION=1
    ` [PATCH v2 7/8] builtin/fetch-pack: support protocol version 2
    ` [PATCH v2 8/8] tests: mark tests broken under GIT_TEST_PROTOCOL_VERSION=2

[PATCH] Simplify handling of setup_git_directory_gently() failure cases
 2018-12-14 10:32 UTC  (2+ messages)

git-apply working on an index with smudged entries
 2018-12-14 10:15 UTC 

[Question] Complex textconv text
 2018-12-14 10:04 UTC  (4+ messages)

[PATCH 0/3] protocol v2 and hidden refs
 2018-12-14  9:55 UTC  (12+ messages)
` [PATCH 1/3] serve: pass "config context" through to individual commands
` [PATCH 2/3] parse_hide_refs_config: handle NULL section

[PATCH on sb/more-repo-in-api] revision: use commit graph in get_reference()
 2018-12-14  8:45 UTC  (4+ messages)
` [PATCH v3] "

[wishlist] git submodule update --reset-hard
 2018-12-14  4:22 UTC  (9+ messages)
` [PATCH 1/2] submodule: Add --reset-hard option for git submodule update
  ` [PATCH 2/2] RF+ENH(TST): compare the entire list of submodule status --recursive to stay intact

2.20.0 - Undocumented change in submodule update wrt # parallel jobs
 2018-12-14  2:53 UTC  (7+ messages)
    ` [PATCH] submodule update: run at most one fetch job unless otherwise set

Preparing for 2.20.1 brown-paper-bag maintenance release
 2018-12-14  2:40 UTC  (6+ messages)

[PATCH 0/3] remote-curl smart-http discovery cleanup
 2018-12-13 22:18 UTC  (7+ messages)
` [PATCH v3 0/4] Unify pkt-line error handling and refactor smart-http
  ` [PATCH v3 1/4] pack-protocol.txt: accept error packets in any context

[wishlist] support of cloning recursively from non-bare submodule hierarchies?
 2018-12-13 21:59 UTC  (2+ messages)

[PATCH 0/2] Add commit-graph fuzzer and fix buffer overflow
 2018-12-13 19:43 UTC  (5+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 1/3] commit-graph, fuzz: Add fuzzer for commit-graph
  ` [PATCH v4 2/3] commit-graph: fix buffer read-overflow
  ` [PATCH v4 3/3] Makefile: correct example fuzz build

[RFC v1] Add virtual file system settings and hook proc
 2018-12-13 19:41 UTC  (2+ messages)
` [PATCH v2] teach git to support a virtual (partially populated) work directory

enhancement: support for author.email and author.name in "git config"
 2018-12-13 19:37 UTC  (8+ messages)

Pre-commit hook does not work properly in recent version
 2018-12-13 19:19 UTC  (2+ messages)

[wishlist] submodule.update config
 2018-12-13 16:50 UTC  (5+ messages)
` [PATCH] "

[PATCH on master v2] revision: use commit graph in get_reference()
 2018-12-13 16:20 UTC  (4+ messages)

[PATCHSET] git-reverse-trailer-xrefs: Reverse map cherry-picks and other cross-references
 2018-12-13 16:15 UTC  (9+ messages)

[PATCH 0/1] Fix regression in t9902 with NO_PERL
 2018-12-13 14:04 UTC  (6+ messages)
` [PATCH 1/1] t9902: 'send-email' test case requires PERL
` [PATCH v2 0/1] Fix regression in t9902 with NO_PERL
  ` [PATCH v2 1/1] t9902: 'send-email' test case requires PERL

[RFC/PATCH] Use mailmap by default in log, show and whatchanged
 2018-12-13 13:49 UTC  (3+ messages)

[PATCH 0/3] Allow choosing the SSL backend cURL uses (plus related patches)
 2018-12-13 13:15 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] http: add support for selecting SSL backends at runtime

[PATCH] run-command: report exec failure
 2018-12-13 11:15 UTC  (9+ messages)
    ` [PATCH v2] "

[RFC] A global mailmap service
 2018-12-13  6:02 UTC  (3+ messages)

[PATCH 0/5] Create 'expire' and 'repack' verbs for git-multi-pack-index
 2018-12-13  4:23 UTC  (4+ messages)
` [PATCH 5/5] midx: implement midx_repack()

Cygwin Git with Windows paths
 2018-12-13  3:52 UTC  (12+ messages)
` [PATCH v2 1/3] git clone <url> C:\cygwin\home\USER\repo' is working (again)

[PATCH 0/4]
 2018-12-13  3:15 UTC  (8+ messages)
` [PATCH 3/4] submodule--helper: fix BUG message in ensure_core_worktree

Git Repository
 2018-12-12 23:46 UTC  (2+ messages)

[PATCH] git-quiltimport: Add --keep-non-patch option
 2018-12-12 22:32 UTC 

High locking contention during repack?
 2018-12-12 21:50 UTC  (9+ messages)

How to perform efficient incremental update of a git repo from a large SVN repo? Bug or clueless user?
 2018-12-12 21:37 UTC  (2+ messages)

[PATCH 18/23] submodule: use submodule repos for object lookup
 2018-12-12 20:58 UTC  (3+ messages)
  ` [PATCH] submodule: correct documentation for open_submodule

Efficient incremental update of a git repo from a large SVN repo. Bug or clueless user?
 2018-12-12 20:11 UTC 

review "git range-diff -h" output
 2018-12-12 20:09 UTC  (3+ messages)

[PATCH] shortlog: pass the mailmap into the revision walker
 2018-12-12 19:19 UTC  (4+ messages)

[PATCH 0/8] introduce no-overlay and cached mode in git checkout
 2018-12-12 17:07 UTC  (6+ messages)
` [PATCH 1/8] move worktree tests to t24*

Difficulty with parsing colorized diff output
 2018-12-12 13:52 UTC  (8+ 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).