git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-02-21 13:23:09 to 2019-02-23 09:29:39 UTC [more...]

[PATCH 0/8] commit-graph: segfault & other fixes for broken graphs
 2019-02-23  9:29 UTC  (12+ messages)
` [PATCH 1/8] commit-graph tests: split up corrupt_graph_and_verify()
` [PATCH 2/8] commit-graph tests: test a graph that's too small
` [PATCH 3/8] commit-graph: fix segfault on e.g. "git status"
` [PATCH 4/8] commit-graph: don't early exit(1) "
` [PATCH 5/8] commit-graph: don't pass filename to load_commit_graph_one_fd_st()
` [PATCH 6/8] commit-graph verify: detect inability to read the graph
` [PATCH 7/8] commit-graph write: don't die if the existing graph is corrupt
` [PATCH 8/8] commit-graph: improve & i18n error messages

[RFC PATCH] pack-refs: fail on falsely sorted packed-refs
 2019-02-23  7:10 UTC  (5+ messages)

[PATCH] Fix the quotation mark in the explanation of "git checkout -"
 2019-02-23  6:33 UTC 

.gitignore alleged bug
 2019-02-23  0:23 UTC  (2+ messages)

[PATCH] Delete check-racy.c
 2019-02-22 23:24 UTC  (2+ messages)

[PATCH] Makefile: remove an out-of-date comment
 2019-02-22 23:23 UTC  (18+ messages)
` [PATCH v2 0/6] Makefile: allow for combining DEVELOPER= and CFLAGS="..."
` [PATCH v2 1/6] Makefile: remove an out-of-date comment
` [PATCH v2 2/6] Makefile: move "strip" assignment down from flags
` [PATCH v2 3/6] Makefile: add/remove comments at top and tweak whitespace
` [PATCH v2 4/6] Makefile: Move *_LIBS assignment into its own section
` [PATCH v2 5/6] Makefile: move the setting of *FLAGS closer to "include"
` [PATCH v2 6/6] Makefile: allow for combining DEVELOPER=1 and CFLAGS="..."

[PATCH v6 00/15] Trace2 tracing facility
 2019-02-22 22:25 UTC  (17+ messages)
` [PATCH v7 "
  ` [PATCH v7 01/15] trace2: Documentation/technical/api-trace2.txt
  ` [PATCH v7 02/15] trace2: create new combined trace facility
  ` [PATCH v7 03/15] trace2: collect Windows-specific process information
  ` [PATCH v7 04/15] trace2:data: add trace2 regions to wt-status
  ` [PATCH v7 05/15] trace2:data: add editor/pager child classification
  ` [PATCH v7 06/15] trace2:data: add trace2 sub-process classification
  ` [PATCH v7 07/15] trace2:data: add trace2 transport child classification
  ` [PATCH v7 08/15] trace2:data: add trace2 hook classification
  ` [PATCH v7 09/15] trace2:data: add trace2 instrumentation to index read/write
  ` [PATCH v7 10/15] trace2:data: pack-objects: add trace2 regions
  ` [PATCH v7 11/15] trace2:data: add subverb to checkout command
  ` [PATCH v7 12/15] trace2:data: add subverb to reset command
  ` [PATCH v7 13/15] trace2:data: add subverb for rebase
  ` [PATCH v7 14/15] trace2: t/helper/test-trace2, t0210.sh, t0211.sh, t0212.sh
  ` [PATCH v7 15/15] trace2: add for_each macros to clang-format

[PATCH v4 0/7] Turn git add-i into built-in
 2019-02-22 22:11 UTC  (17+ messages)
` [PATCH v5 00/10] "
  ` [PATCH v5 02/10] add--helper: create builtin helper for interactive add
  ` [PATCH v5 01/10] diff: export diffstat interface
  ` [PATCH v5 03/10] add-interactive.c: implement list_modified
  ` [PATCH v5 04/10] add-interactive.c: implement list_and_choose
  ` [PATCH v5 05/10] add-interactive.c: implement status command

[PATCH 2/8] tests: always test fetch of unreachable with v0
 2019-02-22 20:47 UTC  (4+ messages)

[PATCH 0/3] format-patch --no-clobber
 2019-02-22 20:40 UTC  (7+ messages)
` [PATCH 1/3] builtin/log: downcase the beginning of error messages
` [PATCH 2/3] format-patch: notice failure to open cover letter for writing
` [PATCH 3/3] format-patch: --no-clobber refrains from overwriting output files

[PATCH] fetch: prefer suffix substitution in compact fetch.output
 2019-02-22 20:00 UTC  (5+ messages)
` Ideas for even more compact fetch.output=compact output

git format-patch can clobber existing patch
 2019-02-22 19:38 UTC  (4+ messages)

[ANNOUNCE] Git v2.21.0-rc2
 2019-02-22 19:23 UTC  (23+ messages)
` [PATCH 0/2] BSD portability fixes for 2.21.0-rc2
` [PATCH 1/2] tests: fix unportable "\?" and "\+" regex syntax
` [PATCH 2/2] commit-graph tests: fix cryptic unportable "dd" invocation
              ` [PATCH v3] commit-graph tests: fix "

[PATCH 0/5] Protocol v2 fix: http and auth
 2019-02-22 19:15 UTC  (13+ messages)
` [PATCH 5/5] remote-curl: use post_rpc() for protocol v2 also
` [PATCH v2 0/5] Protocol v2 fix: http and auth
  ` [PATCH v2 1/5] remote-curl: reduce scope of rpc_state.argv
  ` [PATCH v2 2/5] remote-curl: reduce scope of rpc_state.stdin_preamble
  ` [PATCH v2 3/5] remote-curl: reduce scope of rpc_state.result
  ` [PATCH v2 4/5] remote-curl: refactor reading into rpc_state's buf
  ` [PATCH v2 5/5] remote-curl: use post_rpc() for protocol v2 also

BUG: 2.11-era rebase regression when @{upstream} is implicitly used
 2019-02-22 18:46 UTC  (11+ messages)
      ` [PATCH 0/2] rebase: fix 2.11.0-era --fork-point regression
      ` [PATCH 1/2] rebase tests: test linear branch topology
      ` [PATCH 2/2] rebase: don't rebase linear topology with --fork-point

[PATCH 0/1] Introduce "precious" file attribute
 2019-02-22 18:07 UTC  (12+ messages)
` [PATCH 1/1] Introduce "precious" file concept

[PATCH] format-patch: notice failure to open cover letter for writing
 2019-02-22 17:54 UTC  (4+ messages)

git bisect - good vs bad output is different
 2019-02-22 17:49 UTC  (8+ messages)
  ` [PATCH 0/3] prettier bisect output
    ` [PATCH 1/3] bisect: use string arguments to feed internal diff-tree
    ` [PATCH 2/3] bisect: fix internal diff-tree config loading
    ` [PATCH 3/3] bisect: make diff-tree output prettier

Fetching master branch with tags associated with it
 2019-02-22 16:35 UTC  (3+ messages)

[PATCH RFC 0/20] cat-file: start using formatting logic from ref-filter
 2019-02-22 16:19 UTC  (23+ messages)
` [PATCH RFC 01/20] cat-file: reuse struct ref_format
  ` [PATCH RFC 05/20] cat-file: remove split_on_whitespace
  ` [PATCH RFC 18/20] cat-file: get rid of expand_data
  ` [PATCH RFC 02/20] ref-filter: rename field in ref_array_item stuct
  ` [PATCH RFC 08/20] cat-file: remove rest from expand_data
  ` [PATCH RFC 16/20] for-each-ref: tests for new atom %(raw) added
  ` [PATCH RFC 09/20] ref-filter: make expand_data global
  ` [PATCH RFC 11/20] cat-file: move filter_object to diff.c
  ` [PATCH RFC 14/20] cat-file: move print_object_or_die to ref-filter
  ` [PATCH RFC 19/20] cat-file: tests for new atoms added
  ` [PATCH RFC 03/20] ref-filter: add rest formatting option
  ` [PATCH RFC 20/20] cat-file: update docs
  ` [PATCH RFC 13/20] cat-file: rewrite print_object_or_die
  ` [PATCH RFC 15/20] ref-filter: add raw formatting option
  ` [PATCH RFC 10/20] cat-file: inline stream_blob
  ` [PATCH RFC 07/20] cat-file: remove skip_object_info
  ` [PATCH RFC 04/20] for-each-ref: tests for new atom %(rest) added
  ` [PATCH RFC 06/20] cat-file: remove mark_query from expand_data
  ` [PATCH RFC 12/20] cat-file: remove batch_write function
  ` [PATCH RFC 17/20] cat-file: reuse ref-filter formatting logic

how does one interpret "git diff <commit> ^<commit>"
 2019-02-22 15:30 UTC  (3+ messages)

[Suggestion] Add Skip for t9020
 2019-02-22 15:30 UTC  (5+ messages)

bug - git version 2.20.1.windows.1
 2019-02-22 14:10 UTC  (2+ messages)

[WIP RFC 2/5] Documentation: add Packfile URIs design doc
 2019-02-22 11:35 UTC  (3+ messages)

[PATCH 0/2] worktree add race fix
 2019-02-22 10:20 UTC  (11+ messages)
` [PATCH 2/2] setup: don't fail if commondir reference is deleted

[WIP RFC 0/5] Design for offloading part of packfile response to CDN
 2019-02-22  9:34 UTC  (6+ messages)
` [WIP RFC 2/5] Documentation: add Packfile URIs design doc

git gc fails with "unable to resolve reference" for worktree
 2019-02-22  9:21 UTC  (11+ messages)
` [PATCH] worktree add: sanitize worktree names
  ` [PATCH v2 0/1] "
    ` [PATCH v2 1/1] "

[RFC PATCH] http: use --stdin and --keep when downloading pack
 2019-02-22  5:04 UTC  (5+ messages)

Bug: git for Windows spawning a lot of processes recursively
 2019-02-22  3:36 UTC 

[GSoC][PATCH 0/2] clone: convert explicit traversal to
 2019-02-22  0:22 UTC  (10+ messages)
` [GSoC][PATCH 2/2] clone: use dir-iterator to avoid explicit dir traversal

[ANNOUNCE] Git Merge Contributor's Summit Jan 31, 2019, Brussels
 2019-02-21 21:27 UTC  (6+ messages)
` Git Merge Conference Recordings [was: Re: [ANNOUNCE] Git Merge Contributor's Summit Jan 31, 2019, Brussels]

[PATCH v2] git-gui: Handle Ctrl + BS/Del in the commit msg
 2019-02-21 20:47 UTC  (4+ messages)

"Submodule registered for path" output with config aliases mixed in
 2019-02-21 20:01 UTC  (7+ messages)

de-alphabetizing the documentation
 2019-02-21 18:05 UTC  (3+ messages)
` [PATCH 0/1] de-alphabetize command list

[PATCH v2] merge-options.txt: correct wording of --no-commit option
 2019-02-21 17:50 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v3 0/7] Reimplement rebase --merge via interactive machinery
 2019-02-21 17:44 UTC  (8+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 5/8] git-rebase, sequencer: extend --quiet option for the "

[PATCH] protocol-capabilities.txt: document symref
 2019-02-21 17:38 UTC  (5+ messages)
` [PATCH v2] "

VAS INTERESUYUT BAZY DANNYKH? - YOU ARE INTERESTED IN DATABASES?
 2019-02-21 17:19 UTC 

[PATCH 0/1] Safe-guard the Windows code a bit more against getenv() problems
 2019-02-21 13:58 UTC  (6+ messages)
` [PATCH 1/1] mingw: safe-guard "


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