git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-05-17 16:54:09 to 2019-05-21 18:19:55 UTC [more...]

[PATCH] doc: hint about GIT_DEBUGGER
 2019-05-21 18:19 UTC  (6+ messages)
` [PATCH v2] "

[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  (13+ messages)
` [PATCH v3] userdiff.c & doc/gitattributes.txt: "
` [PATCH v5] userdiff: "
    ` [PATCH v6] "

Cygwin Git Performance
 2019-05-21 14:47 UTC  (2+ messages)

I made a flame graph renderer for git's trace2 output
 2019-05-21 14:19 UTC  (8+ messages)

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

[ANNOUNCE] Git v2.22.0-rc1
 2019-05-21 11:46 UTC  (8+ messages)

[PATCH v4] userdiff: add built-in pattern for rust
 2019-05-21 10:58 UTC 

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

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

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)

HEAD and namespaces
 2019-05-21  2:59 UTC 

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  (28+ messages)

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

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

[PATCH] hash-object: don't pointlessly zlib compress without -w
 2019-05-20 22:29 UTC 

[PATCH 0/3] hash-object doc: small fixes
 2019-05-20 21:53 UTC  (4+ 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] 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  (8+ 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  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] merge: remove drop_save() in favor of remove_merge_branch_state()
  ` [PATCH v4 2/2] merge: add --quit

Git ransom campaign incident report - May 2019
 2019-05-20 17:08 UTC  (23+ messages)
          ` [PATCH 1/3] transport_anonymize_url(): support retaining username
          ` [PATCH 2/3] clone: avoid storing URL passwords in config
          ` [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

Abort (core dumped)
 2019-05-20 12:50 UTC  (8+ 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

[PATCH 0/3] Close commit-graph before calling 'gc'
 2019-05-20 11:55 UTC  (10+ messages)
` [PATCH 1/3] commit-graph: use raw_object_store when closing
` [PATCH 2/3] packfile: close commit-graph in close_all_packs
` [PATCH 3/3] packfile: close_all_packs to close_object_store

Draft of Git Rev News edition 51
 2019-05-20 10:03 UTC 

Command to list <pattern> Branches on a specific Remote (i.e. select from rtb's)
 2019-05-19  9:49 UTC  (6+ messages)

[PATCH] Makefile: remove the NO_R_TO_GCC_LINKER flag
 2019-05-19  5:01 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] progress: avoid empty line when breaking the progress line
 2019-05-19 14:45 UTC 

[PATCH 1/1] trace2: Add variable description to git.txt
 2019-05-19 14:43 UTC  (3+ messages)
` [PATCH 1/2] trace2: rename environment variables to GIT_TRACE2*
  ` [PATCH 2/2] trace2: document the supported values of GIT_TRACE2* env variables

What's cooking in git.git (May 2019, #03; Sun, 19)
 2019-05-19  9:04 UTC 

[PATCH] clone: add `--remote-submodules` flag
 2019-05-19 14:26 UTC  (2+ messages)
` [PATCH v2] "

What's cooking in git.git (May 2019, #03; Sun, 19)
 2019-05-19  9:20 UTC 

[PATCH] make slash-rules more readable
 2019-05-19 15:33 UTC  (3+ messages)

[PATCH] make slash-rules more readable
 2019-05-19  6:59 UTC  (3+ messages)

What's cooking in git.git (May 2019, #02; Tue, 14)
 2019-05-19  1:44 UTC  (7+ messages)
` js/difftool-no-index, was "

[PATCH] rebase -r: always reword merge -c
 2019-05-19  1:32 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 3/3] send-email: do defaults -> config -> getopt in that order
 2019-05-19  1:29 UTC  (8+ messages)
` [PATCH 0/5] ab/send-email-transferencoding-fix-for-the-fix
` [PATCH 1/5] send-email: remove cargo-culted multi-patch pattern in tests
` [PATCH 2/5] send-email: fix broken transferEncoding tests
` [PATCH 3/5] send-email: document --no-[to|cc|bcc]
` [PATCH 4/5] send-email: fix regression in sendemail.identity parsing
` [PATCH 5/5] send-email: remove support for deprecated sendemail.smtpssl

Missing branches after clone
 2019-05-19  0:09 UTC  (7+ messages)

Feedback on git-restore
 2019-05-18 14:19 UTC  (6+ messages)

[PATCH] make slash-rules more readable
 2019-05-18 13:20 UTC  (6+ messages)

"add worktree" fails with "fatal: Invalid path" error
 2019-05-18 11:49 UTC  (4+ messages)
` [PATCH] worktree add: be tolerant of corrupt worktrees

[PATCH] clone: add `--remote-submodules` flag
 2019-05-18 11:40 UTC  (4+ messages)

How to update Git's metadata without affecting working dir?
 2019-05-18  8:29 UTC  (3+ messages)

[PATCH v7 0/6] rebase: learn --keep-base
 2019-05-17 22:02 UTC  (5+ messages)
` [RFC WIP PATCH v8 11/13] rebase: eliminate side-effects from can_fast_forward()
` [RFC WIP PATCH v8 13/13] WIP: can_fast_forward() support for --preserve-merges and --rebase-merges

[PATCH v2 0/7] Multiple hook support
 2019-05-17 20:31 UTC  (6+ messages)
` [PATCH v2 1/7] run-command: add preliminary support for multiple hooks

[PATCH] diff: fix mistake in translatable strings
 2019-05-17 19:26 UTC 

[PATCH v5 0/2] documentation: add lab for first contribution
 2019-05-17 19:07 UTC  (4+ messages)
` [PATCH v6 0/2] documentation: add tutorial "
  ` [PATCH v6 1/2] "
  ` [PATCH v6 2/2] documentation: add anchors to MyFirstContribution

[PATCH 0/2] pkt-line: fix incorrect function declaration
 2019-05-17 18:54 UTC  (9+ messages)
` [PATCH 1/2] pkt-line: fix declaration of `set_packet_header()`

[PATCH 2/2] index-pack: prefetch missing REF_DELTA bases
 2019-05-17 18:33 UTC  (3+ messages)

[PATCH 0/1] Document the stash.useBuiltin escape hatch
 2019-05-17 18:30 UTC  (6+ messages)
` [PATCH 1/1] stash: document stash.useBuiltin

Resetting files during a merge causes loss of resetted change, invisible in commit logs
 2019-05-17 16:56 UTC  (2+ messages)

[PATCH 0/7] teach branch-specific options for format-patch
 2019-05-17 16:54 UTC  (5+ messages)
` [PATCH v2 0/6] "


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