git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-12-13 08:08:46 to 2020-12-16 07:56:20 UTC [more...]

[PATCH v2 0/2] config: allow specifying config entries via envvar pairs
 2020-12-16  7:54 UTC  (5+ messages)
` [PATCH v5 0/8] config: allow specifying config entries via env
  ` [PATCH v5 1/8] git: add `--super-prefix` to usage string
  ` [PATCH v5 2/8] config: add new way to pass config via `--config-env`
  ` [PATCH v5 4/8] config: extract function to parse config pairs

Perf lib sanity tests fail on OSX
 2020-12-16  7:44 UTC  (3+ messages)

[PATCH] t/perf: fix test_export() failure with BSD `sed`
 2020-12-16  7:39 UTC 

[PATCH] gitk: exclude common URL delimiters from linkification regex
 2020-12-16  6:55 UTC 

Cloning empty repository uses locally configured default branch name
 2020-12-16  6:20 UTC  (22+ messages)
` [PATCH] clone: in protocol v2, use remote's default branch
  ` [PATCH v2 0/3] Cloning with remote unborn HEAD
    ` [PATCH v2 1/3] ls-refs: report unborn targets of symrefs
    ` [PATCH v2 2/3] connect, transport: add no-op arg for future patch
    ` [PATCH v2 3/3] clone: respect remote unborn HEAD

[PATCH 0/3] merge-ort: implement recursive merges
 2020-12-16  5:52 UTC  (12+ messages)
` [PATCH 1/3] merge-ort: copy a few small helper functions from merge-recursive.c
` [PATCH 2/3] merge-ort: make clear_internal_opts() aware of partial clearing
` [PATCH 3/3] merge-ort: implement merge_incore_recursive()
` [PATCH v2 0/3] merge-ort: implement recursive merges
  ` [PATCH v2 1/3] merge-ort: copy a few small helper functions from merge-recursive.c
  ` [PATCH v2 2/3] merge-ort: make clear_internal_opts() aware of partial clearing
  ` [PATCH v2 3/3] merge-ort: implement merge_incore_recursive()

[Outreachy] Internship blog 2020 post #2
 2020-12-16  1:36 UTC 

[PATCH v5 0/8] propose config-based hooks (part I)
 2020-12-16  0:56 UTC  (7+ messages)
` [PATCH v6 00/17] "
  ` [PATCH 08/17] hook: add 'run' subcommand

[PATCH 0/1] Hashed mailmap support
 2020-12-16  0:50 UTC  (12+ messages)
` [PATCH 1/1] mailmap: support hashed entries in mailmaps

[ANNOUNCE] Git v2.30.0-rc0
 2020-12-16  0:35 UTC  (7+ messages)
` [PATCH 0/2] Make v2.30.0-rc0 compile on SunCC
` [PATCH 1/2] strmap: do not "return" in a void function
` [PATCH 2/2] style: do not "break" in switch() after "return"

[PATCH] commit: use config-based hooks (config-based hooks part II)
 2020-12-16  0:31 UTC  (2+ messages)

[PATCH 00/17] use config-based hooks (config-based hooks part
 2020-12-16  0:27 UTC  (6+ messages)
` [PATCH 08/17] git-p4: use 'git hook' to run hooks
` [PATCH 10/17] hook: convert 'post-rewrite' hook to config

[Bug report] includeIf config is not displayed in normal directories
 2020-12-16  0:23 UTC  (7+ messages)
` Possible bug in includeIf / conditional includes on non git initialised directories

[PATCH 2/2] refs: warn on non-pseudoref looking .git/<file> refs
 2020-12-15 23:07 UTC  (7+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 1/2] refs: move is_pseudoref_syntax() earlier in the file
` [PATCH v2 2/2] refs: warn on non-pseudoref looking .git/<file> refs

bug report: "git pack-redundant --all" crash in minimize()
 2020-12-15 22:32 UTC  (3+ messages)

[PATCH 00/11] merge-ort: add basic rename detection
 2020-12-15 22:09 UTC  (43+ messages)
` [PATCH 02/11] merge-ort: add initial outline for "
` [PATCH v2 00/11] merge-ort: add "
  ` [PATCH v2 01/11] merge-ort: add basic data structures for handling renames
  ` [PATCH v2 02/11] merge-ort: add initial outline for basic rename detection
  ` [PATCH v2 03/11] merge-ort: implement detect_regular_renames()
  ` [PATCH v2 04/11] merge-ort: implement compare_pairs() and collect_renames()
  ` [PATCH v2 05/11] merge-ort: add basic outline for process_renames()
  ` [PATCH v2 06/11] merge-ort: add implementation of both sides renaming identically
  ` [PATCH v2 07/11] merge-ort: add implementation of both sides renaming differently
  ` [PATCH v2 08/11] merge-ort: add implementation of rename collisions
  ` [PATCH v2 09/11] merge-ort: add implementation of rename/delete conflicts
  ` [PATCH v2 10/11] merge-ort: add implementation of normal rename handling
  ` [PATCH v2 11/11] merge-ort: add implementation of type-changed "
  ` [PATCH v3 00/11] merge-ort: add basic rename detection
    ` [PATCH v3 01/11] merge-ort: add basic data structures for handling renames
    ` [PATCH v3 02/11] merge-ort: add initial outline for basic rename detection
    ` [PATCH v3 03/11] merge-ort: implement detect_regular_renames()
    ` [PATCH v3 04/11] merge-ort: implement compare_pairs() and collect_renames()
    ` [PATCH v3 05/11] merge-ort: add basic outline for process_renames()
    ` [PATCH v3 06/11] merge-ort: add implementation of both sides renaming identically
    ` [PATCH v3 07/11] merge-ort: add implementation of both sides renaming differently
    ` [PATCH v3 08/11] merge-ort: add implementation of rename/delete conflicts
    ` [PATCH v3 09/11] merge-ort: add implementation of rename collisions
    ` [PATCH v3 10/11] merge-ort: add implementation of normal rename handling
    ` [PATCH v3 11/11] merge-ort: add implementation of type-changed "

[PATCH v3 0/3] submodule: port subcommand add from shell to C
 2020-12-15 21:44 UTC  (5+ messages)
` [PATCH v3 1/3] dir: change the scope of function 'directory_exists_in_index()'
` [PATCH v3 2/3] submodule: port submodule subcommand 'add' from shell to C
` [PATCH v3 3/3] t7400: add test to check 'submodule add' for tracked paths

Cleanup tool for old blobs in partial clone
 2020-12-15 21:41 UTC  (3+ messages)

[ANNOUNCE] git-2.30.0-rc0 - Compile Fails on HPE NonStop
 2020-12-15 21:37 UTC  (11+ messages)
        ` [PATCH] strmap: make callers of strmap_remove() to call it in void context
        ` [PATCH] compat-util: pretend that stub setitimer() always succeeds

[PATCH] doc: mention Python 3.x supports
 2020-12-15 21:06 UTC  (5+ messages)

What's cooking in git.git (Dec 2020, #02; Mon, 14)
 2020-12-15 20:59 UTC  (3+ messages)
` js/init-defaultbranch-advice, was "

[PATCH] checkout: send commit provenance during prefetch
 2020-12-15 20:02 UTC 

[PATCH v2 00/14] pull: default warning improvements
 2020-12-15 12:53 UTC  (29+ messages)
` [PATCH v2 02/14] pull: improve default warning

[PATCH v7 0/5] making pull advice not to trigger when unneeded
 2020-12-15 12:22 UTC  (18+ messages)
` [PATCH v7 1/5] pull: refactor fast-forward check
` [PATCH v7 2/5] pull: give the advice for choosing rebase/merge much later
` [PATCH v7 3/5] pull: get rid of unnecessary global variable
` [PATCH v7 4/5] pull: correct condition to trigger non-ff advice
` [PATCH v7 5/5] pull: display default warning only when non-ff

[L10N] Kickoff for Git 2.30.0 round #1
 2020-12-15  9:05 UTC 

[RFC/PATCH 0/3] pull: warning improvements part 2
 2020-12-15  8:46 UTC  (4+ messages)
` [RFC/PATCH 1/3] doc: pull: explain what is a fast-forward
` [RFC/PATCH 2/3] pull: improve default warning
` [RFC/PATCH 3/3] pull: cleanup autostash check

[PATCH v2 0/2] vim: configuration and sharness syntax
 2020-12-15  6:56 UTC  (9+ messages)
` [PATCH v2 1/2] Add project-wide .vimrc configuration

RFC: Modernizing the contept of plumbing v.s. porcelain
 2020-12-14 22:49 UTC  (4+ messages)

[ANNOUNCE] Git for Windows 2.30.0-rc0
 2020-12-14 22:31 UTC 

[PATCH v5 0/3] pull: stop warning on every pull
 2020-12-14 21:40 UTC  (21+ messages)
` [PATCH v5 2/3] pull: move default warning
` [PATCH v5 3/3] pull: display default warning only when non-ff

Unexpected behavior on diff -I<regex> --name-only
 2020-12-14 19:49 UTC  (2+ messages)

[PATCH v2 00/20] fundamentals of merge-ort implementation
 2020-12-14 16:24 UTC  (11+ messages)
` [PATCH v3 "
  ` [PATCH v3 11/20] merge-ort: add a preliminary simple process_entries() implementation
  ` [PATCH v3 13/20] merge-ort: step 1 of tree writing -- record basenames, modes, and oids
  ` [PATCH v3 15/20] merge-ort: step 3 of tree writing -- handling subdirectories as we go
  ` [PATCH v3 17/20] merge-ort: add implementation of checkout()
  ` [PATCH v3 18/20] tree: enable cmp_cache_name_compare() to be used elsewhere
  ` [PATCH v3 19/20] merge-ort: add implementation of record_conflicted_index_entries()
  ` [PATCH v3 20/20] merge-ort: free data structures in merge_finalize()

Bug report: git rebase ignores different context, resulting in subtle breakage
 2020-12-14 14:37 UTC 

[PATCH] index-format.txt: document v2 format of file system monitor extension
 2020-12-14 13:33 UTC 

[PATCH] docs: multi-pack-index: remove note about future 'verify' work
 2020-12-14 13:13 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).