git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-05-20 10:13:47 to 2019-05-23 17:43:39 UTC [more...]

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

[PATCH] update-server-info: avoid needless overwrites
 2019-05-23 17:27 UTC  (13+ 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] "

[GSoC] How to protect cached_objects
 2019-05-23 16:51 UTC 

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

[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 05/11] commit-graph: add base graphs chunk
  ` [PATCH v2 04/11] commit-graph: load commit-graph chains
  ` [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 2/3] prune: use bitmaps for reachability traversal
 2019-05-23 12:53 UTC  (12+ messages)
` bitmaps by default? [was: prune: use bitmaps for reachability traversal]
    ` [PATCH] repack: enable bitmaps by default on bare repos
            ` [PATCH v3] "

[PATCH] doc: hint about GIT_DEBUGGER
 2019-05-23 10:09 UTC  (8+ 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)

Abort (core dumped)
 2019-05-23  7:12 UTC  (10+ messages)
  ` [PATCH 0/4] fix BUG() with "git am -i --resolved"
    ` [PATCH 1/4] am: simplify prompt response handling
    ` [PATCH 2/4] am: read interactive input from stdin
    ` [PATCH 3/4] am: drop tty requirement for --interactive
    ` [PATCH 4/4] am: fix --interactive HEAD tree resolution

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 

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

standalone library/tool to query commit-graph?
 2019-05-22 18:59 UTC  (2+ messages)

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

[Breakage] 2.22.0-rc1 t5401-update-hooks.sh
 2019-05-22 13:46 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

[RFC PATCH] grep: provide sane default to grep_source struct
 2019-05-22  4:01 UTC  (8+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

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

[PATCH v1 0/5] Filter combination
 2019-05-22  0:21 UTC  (6+ 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

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  (9+ 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] doc/gitattributes: add Octave
 2019-05-21 14:57 UTC  (4+ messages)
` [PATCH v5] userdiff: "
    ` [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)

RFC: Separate commit identification from Merkle hashing
 2019-05-21  3:31 UTC  (5+ 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  (23+ messages)

improvement to pre-commit hook
 2019-05-20 23:45 UTC  (2+ messages)

[PATCH] gitsubmodules: align html and nroff lists
 2019-05-20 20:54 UTC  (3+ messages)

[PATCH v7 7/8] blame: add a fingerprint heuristic to match ignored lines
 2019-05-20 20:34 UTC  (5+ messages)
` [PATCH v7 7/8 (edit)] "

Proposal: object negotiation for partial clones
 2019-05-20 18:28 UTC  (7+ messages)
` [RFC PATCH 0/3] implement composite filters
  ` [RFC PATCH 3/3] list-objects-filter: "

[PATCH v3 0/2] nd/merge-quit updates
 2019-05-20 18:05 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] merge: add --quit

Git ransom campaign incident report - May 2019
 2019-05-20 17:08 UTC  (20+ messages)
          ` [PATCH 1/3] transport_anonymize_url(): support retaining username
          ` [PATCH 3/3] clone: auto-enable git-credential-store when necessary

[PATCH v7 09/15] trace2:data: add trace2 instrumentation to index read/write
 2019-05-20 16:50 UTC  (3+ messages)
` [PATCH] trace2: fix up a missing "leave" entry point

[PATCH 0/3] Close commit-graph before calling 'gc'
 2019-05-20 11:55 UTC  (7+ messages)
` [PATCH 3/3] packfile: close_all_packs to close_object_store


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