git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-08-14 20:36:47 to 2020-08-18 04:02:18 UTC [more...]

[RFC PATCH] Modify fetch-pack to no longer die on error?
 2020-08-18  4:01 UTC  (9+ messages)
` [PATCH v3 0/7] Lazy fetch with subprocess
  ` [PATCH v3 1/7] negotiator/noop: add noop fetch negotiator
  ` [PATCH v3 2/7] fetch: allow refspecs specified through stdin
  ` [PATCH v3 3/7] fetch: avoid reading submodule config until needed
  ` [PATCH v3 4/7] fetch: only populate existing_refs if needed
  ` [PATCH v3 5/7] fetch-pack: do not lazy-fetch during ref iteration
  ` [PATCH v3 6/7] promisor-remote: lazy-fetch objects in subprocess
  ` [PATCH v3 7/7] fetch-pack: remove no_dependents code

[GSoC][PATCH v2 0/5] submodule: port subcommand 'summary' from shell to C
 2020-08-18  2:08 UTC  (4+ messages)
` [GSoC][PATCH v3 0/4] "
  ` [PATCH v3 4/4] submodule: port submodule "

[RFC 1/3] refspec: fix documentation referring to refspec_item
 2020-08-18  0:04 UTC  (9+ messages)
` [RFC 2/3] refspec: make sure stack refspec_item variables are zeroed
` [RFC 3/3] refspec: add support for negative refspecs

[PATCH 0/3] SHA-256: Update commit-graph and multi-pack-index formats
 2020-08-17 23:12 UTC  (16+ messages)
` [PATCH 1/3] t/README: document GIT_TEST_DEFAULT_HASH
` [PATCH 2/3] commit-graph: use the hash version byte
` [PATCH v2 0/3] SHA-256: Update commit-graph and multi-pack-index formats
  ` [PATCH v2 1/3] t/README: document GIT_TEST_DEFAULT_HASH
  ` [PATCH v2 2/3] commit-graph: use the "hash version" byte
  ` [PATCH v2 3/3] multi-pack-index: use hash version byte

[PATCH] fast-export: factor out print_oid()
 2020-08-17 22:53 UTC  (7+ messages)

[PATCH 00/10] more miscellaneous Bloom filter improvements
 2020-08-17 22:50 UTC  (6+ messages)
` [PATCH v3 00/14] "
  ` [PATCH v3 14/14] builtin/commit-graph.c: introduce '--max-new-filters=<n>'

[PATCH 0/2] enable progress traces even when quiet
 2020-08-17 22:49 UTC  (7+ messages)
` [PATCH 1/2] progress: create progress struct in 'verbose' mode

[PATCH] diff: teach --stat to ignore uninteresting modifications
 2020-08-17 22:37 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2 00/10] [GSoC] Implement Corrected Commit Date
 2020-08-17 22:30 UTC  (18+ messages)
` [PATCH v3 00/11] "
  ` [PATCH v3 01/11] commit-graph: fix regression when computing bloom filter
  ` [PATCH v3 02/11] revision: parse parent in indegree_walk_step()
  ` [PATCH v3 03/11] commit-graph: consolidate fill_commit_graph_info
  ` [PATCH v3 04/11] commit-graph: consolidate compare_commits_by_gen
  ` [PATCH v3 05/11] commit-graph: return 64-bit generation number
  ` [PATCH v3 06/11] commit-graph: add a slab to store topological levels
  ` [PATCH v3 07/11] commit-graph: implement corrected commit date
  ` [PATCH v3 08/11] commit-graph: implement generation data chunk
  ` [PATCH v3 09/11] commit-graph: use generation v2 only if entire chain does
  ` [PATCH v3 10/11] commit-reach: use corrected commit dates in paint_down_to_common()
  ` [PATCH v3 11/11] doc: add corrected commit date info
      ` Fwd: [PATCH v3 00/11] [GSoC] Implement Corrected Commit Date

[PATCH 0/5] slimming down installed size
 2020-08-17 21:40 UTC  (15+ messages)
` [PATCH 1/5] Makefile: drop builtins from MSVC pdb list
` [PATCH 3/5] make git-bugreport a builtin

[PATCH 0/3] Optionally skip linking/copying the built-ins
 2020-08-17 21:37 UTC  (11+ messages)
` [PATCH 1/3] msvc: copy the correct `.pdb` files in the Makefile target `install`
` [PATCH 2/3] Optionally skip linking/copying the built-ins
` [PATCH 3/3] ci: stop linking built-ins to the dashed versions

[PATCH 0/6] more small leak fixes
 2020-08-17 21:33 UTC  (13+ messages)
` [PATCH 4/6] config: drop git_config_get_string_const()
` [PATCH v2 0/7] leak fixes
  ` [PATCH v2 1/7] clear_pattern_list(): clear embedded hashmaps
  ` [PATCH v2 2/7] submodule--helper: use strbuf_release() to free strbufs
  ` [PATCH v2 3/7] checkout: fix leak of non-existent branch names
  ` [PATCH v2 4/7] config: fix leaks from git_config_get_string_const()
  ` [PATCH v2 5/7] config: drop git_config_get_string_const()
  ` [PATCH v2 6/7] config: fix leak in git_config_get_expiry_in_days()
  ` [PATCH v2 7/7] submodule--helper: fix leak of core.worktree value

[PATCH v16 00/11] New proc-receive hook for centralized workflow
 2020-08-17 21:25 UTC  (16+ messages)
` [PATCH v17 00/10] "
` [PATCH v17 01/10] transport: not report a non-head push as a branch
` [PATCH v17 02/10] t5411: add basic test cases for proc-receive hook
` [PATCH v17 03/10] receive-pack: add new "
` [PATCH v17 04/10] New capability "report-status-v2" for git-push
` [PATCH v17 05/10] doc: add document for capability report-status-v2
` [PATCH v17 06/10] receive-pack: feed report options to post-receive
` [PATCH v17 07/10] receive-pack: new config receive.procReceiveRefs
` [PATCH v17 08/10] t5411: test updates of remote-tracking branches
` [PATCH v17 09/10] transport: parse report options for tracking refs
` [PATCH v17 10/10] doc: add documentation for the proc-receive hook

[PATCH 0/3] Change "--diff-merges" to require parameter
 2020-08-17 20:36 UTC  (11+ messages)
` [PATCH 3/3] t/t4013: add test for --diff-merges=off

[PATCH] fetch-pack: make packfile URIs work with transfer.fsckobjects
 2020-08-17 20:22 UTC  (7+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] (various): document from_promisor parameter
  ` [PATCH v2 2/3] fetch-pack: document only_packfile in get_pack()
  ` [PATCH v2 3/3] fetch-pack: make packfile URIs work with transfer.fsckobjects

[PATCH 0/4] Handle FETCH_HEAD generically
 2020-08-17 19:40 UTC  (6+ messages)
` [PATCH 1/4] Split off reading loose ref data in separate function
` [PATCH 2/4] refs: fix comment about submodule ref_stores
` [PATCH 3/4] refs: move gitdir into base ref_store
` [PATCH 4/4] refs: read FETCH_HEAD generically

[PATCH v2 0/9] [GSoC] Improvements to ref-filter
 2020-08-17 19:37 UTC  (14+ messages)
` [PATCH v3 0/9] [Resend][GSoC] "
  ` [PATCH v3 1/9] ref-filter: support different email formats
  ` [PATCH v3 2/9] ref-filter: refactor `grab_objectname()`
  ` [PATCH v3 3/9] ref-filter: modify error messages in `grab_objectname()`
  ` [PATCH v3 4/9] ref-filter: rename `objectname` related functions and fields
  ` [PATCH v3 5/9] ref-filter: add `short` modifier to 'tree' atom
  ` [PATCH v3 6/9] ref-filter: add `short` modifier to 'parent' atom
  ` [PATCH v3 7/9] pretty: refactor `format_sanitized_subject()`
  ` [PATCH v3 8/9] format-support: move `format_sanitized_subject()` from pretty
  ` [PATCH v3 9/9] ref-filter: add `sanitize` option for 'subject' atom

[PATCH 0/6] fixup ra/rebase-i-more-options
 2020-08-17 19:12 UTC  (8+ messages)
` [PATCH v8 0/5] cleanup ra/rebase-i-more-options
  ` [PATCH v8 1/5] rebase -i: add --ignore-whitespace flag
  ` [PATCH v8 2/5] am: stop exporting GIT_COMMITTER_DATE
  ` [PATCH v8 3/5] rebase -i: support --committer-date-is-author-date
  ` [PATCH v8 4/5] rebase -i: support --ignore-date
  ` [PATCH v8 5/5] rebase: add --reset-author-date

[PATCH 0/3] Clean up some memory leaks in and around dir.c
 2020-08-17 19:00 UTC  (11+ messages)
` [PATCH 1/3] dir: fix leak of parent_hashmap and recursive_hashmap
` [PATCH 2/3] dir: make clear_directory() free all relevant memory
` [PATCH 3/3] dir: fix problematic API to avoid memory leaks

[PATCH] clear_pattern_list(): clear embedded hashmaps
 2020-08-17 18:48 UTC  (4+ messages)

[PATCH 0/2] add p in C tweaks
 2020-08-17 18:35 UTC  (4+ messages)
` [PATCH 1/2] add -p: use ALLOC_GROW_BY instead of ALLOW_GROW
` [PATCH 2/2] add -p: fix checking of user input

[PATCH] Documentation/git-send-email.txt: Mention less secure app access might need to enable
 2020-08-17 17:16 UTC  (2+ messages)

What's cooking in git.git (Aug 2020, #01; Mon, 3)
 2020-08-17 17:19 UTC  (12+ messages)

[Microproject] t0000-basic.sh: replaced test -f with test_path_is_file
 2020-08-17 17:18 UTC 

[BUG] `make install' partly ignores `NO_INSTALL_HARDLINKS'
 2020-08-17 17:06 UTC  (8+ messages)

[PATCH] Fix --squash for push in subtree doc
 2020-08-17 16:50 UTC  (2+ messages)

[PATCH] Remove "unsure" for --message in subtree doc
 2020-08-17 16:47 UTC  (5+ messages)
    ` [PATCH] Revise supported options "

[RFC PATCH 0/2] extend --abbrev support to diff-patch format
 2020-08-17 16:17 UTC  (9+ messages)
` [PATCH v3 0/2] diff: index-line: respect --abbrev in object's name
  ` [PATCH v3 2/2] "

[PATCH v2 0/4] propose config-based hooks
 2020-08-17 13:36 UTC  (5+ messages)
` [PATCH v2 3/4] hook: add list command

[PATCH] mingw: improve performance of mingw_unlink()
 2020-08-17 10:37 UTC 

[PATCH RESEND] Update .mailmap
 2020-08-16 17:17 UTC  (3+ messages)
` [PATCH v2] "

rebase -i: quick/inline reword
 2020-08-16 16:55 UTC  (6+ messages)

[PATCH] Documentation: mark `--object-format=sha256` as experimental
 2020-08-16 10:01 UTC  (2+ messages)
` [PATCH v2] "

What's cooking in git.git (Aug 2020, #03; Thu, 13)
 2020-08-15  7:14 UTC  (2+ messages)

Bug report: Same path printed twice when comparing two directories outside repo
 2020-08-15 10:36 UTC 

git bisect enhancement request
 2020-08-15 22:18 UTC  (5+ messages)

[PATCH v2 0/3] Extend and add a little more generalization to the mem_pool API
 2020-08-15 17:37 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] mem-pool: add convenience functions for strdup and strndup
  ` [PATCH v3 2/3] mem-pool: use more standard initialization and finalization
  ` [PATCH v3 3/3] mem-pool: use consistent pool variable name

[PATCH 0/2] Documentation updates for SHA-256
 2020-08-15 16:06 UTC  (16+ messages)
` [PATCH 0/5] more SHA-256 documentation
  ` [PATCH 1/5] http-protocol.txt: document SHA-256 "want"/"have" format
  ` [PATCH 3/5] protocol-capabilities.txt: clarify "allow-x-sha1-in-want" re SHA-256
  ` [PATCH v2 0/4] more SHA-256 documentation
    ` [PATCH v2 1/4] http-protocol.txt: document SHA-256 "want"/"have" format
    ` [PATCH v2 2/4] index-format.txt: document SHA-256 index format
    ` [PATCH v2 3/4] protocol-capabilities.txt: clarify "allow-x-sha1-in-want" re SHA-256
    ` [PATCH v2 4/4] shallow.txt: document SHA-256 shallow format

[RFC 0/3] support negative refspecs
 2020-08-15  0:29 UTC  (2+ messages)

Possible bug with git restore
 2020-08-14 22:41 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).