git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-05-20 22:28:04 to 2019-05-24 09:29:27 UTC [more...]

[PATCH 2/3] prune: use bitmaps for reachability traversal
 2019-05-24  9:29 UTC  (19+ messages)
` bitmaps by default? [was: prune: use bitmaps for reachability traversal]
    ` [PATCH] repack: enable bitmaps by default on bare repos
            ` [PATCH v3] "

how does "clone --filter=sparse:path" work?
 2019-05-24  9:27 UTC  (6+ messages)

[PATCH 0/3] fix diff-parseopt regressions
 2019-05-24  9:24 UTC  (4+ messages)
` [PATCH 1/3] diff-parseopt: correct variable types that are used by parseopt
` [PATCH 2/3] diff-parseopt: restore -U (no argument) behavior
` [PATCH 3/3] parse-options: check empty value in OPT_INTEGER and OPT_ABBREV

Performance regression on git fetch in 2.21
 2019-05-24  9:14 UTC 

[PATCH] update-server-info: avoid needless overwrites
 2019-05-24  7:34 UTC  (15+ messages)
            ` [PATCH 2/1] server-info: conditionally update on fetch
              ` [WIP] repack leaving stale entries in objects/info/packs
                  ` [PATCH] server-info: do not list unlinked packs
                      ` [PATCH v2] "

git archive generates tar with malformed pax extended attribute
 2019-05-24  8:13 UTC  (4+ messages)

[PATCH 0/4] fix BUG() with "git am -i --resolved"
 2019-05-24  6:46 UTC  (9+ messages)
` [PATCH 3/4] am: drop tty requirement for --interactive
` [PATCH 4/4] am: fix --interactive HEAD tree resolution
      ` [PATCH v2 "

[GSoC] How to protect cached_objects
 2019-05-24  6:13 UTC  (2+ messages)

[PATCH v1 0/5] Filter combination
 2019-05-24  0:55 UTC  (8+ messages)
` [PATCH v1 1/5] list-objects-filter: refactor into a context struct
` [PATCH v1 2/5] list-objects-filter-options: error is localizeable
` [PATCH v1 3/5] list-objects-filter: implement composite filters
` [PATCH v1 4/5] list-objects-filter-options: move error check up
` [PATCH v1 5/5] list-objects-filter-options: allow mult. --filter

[PATCH] Use user supplied origin name for extension.partialcone instead of hardcoded value
 2019-05-24  0:15 UTC  (3+ messages)
  ` [PATCH] clone: respect user supplied origin name when setting up partial clone

standalone library/tool to query commit-graph?
 2019-05-23 23:48 UTC  (6+ messages)

[PATCH v3] builtin/merges: clarify --squash behavior with --commit
 2019-05-23 22:53 UTC 

RFC: Separate commit identification from Merkle hashing
 2019-05-23 21:50 UTC  (13+ messages)

[ANNOUNCE] Git v2.22.0-rc1
 2019-05-23 21:06 UTC  (11+ messages)
` New diff test failures on s390x architecture (was: [ANNOUNCE] Git v2.22.0-rc1)

Revision walking, commit dates, slop
 2019-05-23 21:04 UTC  (17+ messages)
        ` [PATCH] revision: use generation for A..B --topo-order queries
          ` [PATCH 2/2] revision: keep topo-walk free of unintersting commits

[Breakage] 2.22.0-rc1 t5401-update-hooks.sh
 2019-05-23 21:00 UTC  (8+ messages)
    ` Issues with t7519.19, was "

[PATCH 0/2] Fix fsmonitor after discard_index()
 2019-05-23 20:49 UTC  (3+ messages)

[RFC PATCH] grep: provide sane default to grep_source struct
 2019-05-23 20:34 UTC  (10+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] grep: fail if call could output and name is null

Problem using 'submodule.recurse'
 2019-05-23 17:42 UTC 

[PATCH 0/1] trace2: fix tracing when NO_PTHREADS is defined
 2019-05-23 13:55 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH 00/17] [RFC] Commit-graph: Write incremental files
 2019-05-23 13:00 UTC  (15+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 01/11] commit-graph: document commit-graph chains
  ` [PATCH v2 02/11] commit-graph: prepare for "
  ` [PATCH v2 03/11] commit-graph: rename commit_compare to oid_compare
  ` [PATCH v2 04/11] commit-graph: load commit-graph chains
  ` [PATCH v2 05/11] commit-graph: add base graphs chunk
  ` [PATCH v2 06/11] commit-graph: rearrange chunk count logic
  ` [PATCH v2 08/11] commit-graph: add --split option to builtin
  ` [PATCH v2 07/11] commit-graph: write commit-graph chains
  ` [PATCH v2 09/11] commit-graph: merge "
  ` [PATCH v2 10/11] commit-graph: allow cross-alternate chains
  ` [PATCH v2 11/11] commit-graph: expire commit-graph files

[PATCH] doc: hint about GIT_DEBUGGER
 2019-05-23 10:09 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] doc: hint about GIT_DEBUGGER in CodingGuidelines

[PATCH] Make stashing nothing exit 1
 2019-05-23  9:49 UTC  (5+ messages)

HEAD and namespaces
 2019-05-23  6:11 UTC  (5+ messages)
  ` [PATCH] upload-pack: strip namespace from symref data
      ` [PATCH v2] "

[PATCH] send-email: Add an option to suppress adding a specific email address
 2019-05-23  0:48 UTC  (2+ messages)

[PATCH] send-email: Add an option to suppress adding a specific email address
 2019-05-23  0:32 UTC 

git describe/contains for submodule commits
 2019-05-23  0:04 UTC  (2+ messages)

[PATCH v2] status: add an empty line when there is no hint
 2019-05-22 23:01 UTC  (14+ messages)

[GSoC] Blogging with Rohit
 2019-05-22 22:16 UTC  (3+ messages)

[PATCH v3 3/3] send-email: do defaults -> config -> getopt in that order
 2019-05-22 20:25 UTC  (3+ messages)
` [PATCH 4/5] send-email: fix regression in sendemail.identity parsing

[PATCH] fetch-pack: send server options after command
 2019-05-22 20:08 UTC 

strange behavior of git diff-index
 2019-05-22 15:27 UTC  (3+ messages)

[ANNOUNCE] Git Rev News edition 51
 2019-05-22 10:16 UTC 

[PATCH v2] git-p4: Allow unshelving of branched files
 2019-05-22  6:21 UTC 

[PATCH] git-p4: Allow unshelving of branched files
 2019-05-22  6:19 UTC  (3+ messages)

[PATCH] hash-object: don't pointlessly zlib compress without -w
 2019-05-22  5:32 UTC  (2+ messages)

[PATCH 0/3] hash-object doc: small fixes
 2019-05-22  5:15 UTC  (7+ messages)
` [PATCH 1/3] hash-object doc: stop mentioning git-cvsimport
` [PATCH 2/3] hash-object doc: elaborate on -w and --literally promises
` [PATCH 3/3] hash-object doc: point to ls-files and rev-parse

[PATCH v2 0/6] teach branch-specific options for format-patch
 2019-05-22  2:44 UTC  (10+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 1/8] t4014: clean up style
  ` [PATCH v3 2/8] Doc: add more detail for git-format-patch
  ` [PATCH v3 3/8] format-patch: infer cover letter from branch description
  ` [PATCH v3 4/8] format-patch: move extra_headers logic later
  ` [PATCH v3 5/8] string-list: create string_list_append_all
  ` [PATCH v3 6/8] format-patch: read branch-specific To: and Cc: headers
  ` [PATCH v3 7/8] format-patch: move output_directory logic later
  ` [PATCH v3 8/8] format-patch: read branch-specific output directory

Incorrect diff-parseopt conversion?
 2019-05-22  0:35 UTC  (3+ messages)

What's cooking in git.git (May 2019, #02; Tue, 14)
 2019-05-21 22:28 UTC  (8+ messages)
` js/difftool-no-index, was "

Slightly confusing documentation for "git clone --recursive"
 2019-05-21 21:25 UTC 

[PATCH 2/2] index-pack: prefetch missing REF_DELTA bases
 2019-05-21 21:20 UTC  (10+ messages)

Cygwin Git Performance
 2019-05-21 21:06 UTC  (3+ messages)

[PATCH] get_oid: handle NULL repo->index
 2019-05-21 20:58 UTC  (5+ messages)
` [PATCH] repository.c: always allocate 'index' at repo init time

I made a flame graph renderer for git's trace2 output
 2019-05-21 20:46 UTC  (6+ messages)

[PATCH v4] userdiff: add built-in pattern for rust
 2019-05-21 20:33 UTC  (2+ messages)

What's cooking in git.git (May 2019, #03; Sun, 19)
 2019-05-21 18:32 UTC  (2+ messages)
` js/rebase-cleanup, was "

[PATCH 0/2] Fix two issues pointed out by Coverity
 2019-05-21 17:50 UTC  (3+ messages)
` [PATCH 1/2] rebase: replace incorrect logical negation by correct bitwise one
` [PATCH 2/2] bisect--helper: verify HEAD could be parsed before continuing

[Breakage] 2.22.0-rc1 - t0211-trace2-perf.sh
 2019-05-21 16:55 UTC  (5+ messages)

[PATCH v5] userdiff: add Octave
 2019-05-21 14:57 UTC  (2+ messages)
` [PATCH v6] "

[PATCH v3] userdiff: add built-in pattern for rust
 2019-05-21 10:57 UTC  (3+ messages)

Merging (joining/stiching/rewriting) history of "unrelated" git repositories
 2019-05-21  7:53 UTC  (5+ messages)

[GSoC] Some #leftoverbits for anyone looking for little projects
 2019-05-21  4:38 UTC  (4+ messages)

Git config "ignorecase = true" has issues
 2019-05-21  2:31 UTC  (3+ messages)

Finer timestamps and serialization in git
 2019-05-21  1:05 UTC  (14+ messages)

improvement to pre-commit hook
 2019-05-20 23:45 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).