git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-07-07 19:14:08 to 2022-07-11 15:09:59 UTC [more...]

[PATCH v3 0/2] no lazy fetch in lookup_commit_in_graph()
 2022-07-11 15:09 UTC  (5+ messages)
` [PATCH v4 0/1] "
  ` [PATCH v4 1/1] commit-graph.c: "

[PATCH v5 0/5] tr2: avoid to print "interesting" config repeatedly
 2022-07-11 14:59 UTC  (13+ messages)
` [PATCH v6 0/7] trace2: dump scope when print "interesting" config
  ` [PATCH v6 1/7] clean: fixed issues related to text output format
  ` [PATCH v6 2/7] pack-bitmap.c: mark more strings for translations
  ` [PATCH v6 3/7] pack-bitmap.c: rename "idx_name" to "bitmap_name"
  ` [PATCH v6 4/7] pack-bitmap.c: don't ignore ENOENT silently
  ` [PATCH v6 5/7] pack-bitmap.c: using error() instead of silently returning -1
  ` [PATCH v6 6/7] pack-bitmap.c: continue looping when first MIDX bitmap is found
  ` [PATCH v6 7/7] tr2: dump names if config exist in multiple scopes

t0301-credential-cache test failure on cygwin
 2022-07-11 14:56 UTC  (10+ messages)

[PATCH] ref-filter: disable save_commit_buffer while traversing
 2022-07-11 14:48 UTC 

[GSoC] Abhradeep's GSoC blogs (11 Jul, 2022 IST)
 2022-07-11 14:32 UTC 

git tag triggers out-of-memory killer
 2022-07-11 14:06 UTC  (2+ messages)

Automatic code formatting
 2022-07-11 13:21 UTC  (12+ messages)
` [RFC PATCH 0/4] make headway towards a clean "clang-format"
  ` [RFC PATCH 1/4] Makefile: add a style-all targets for .clang-format testing
  ` [RFC PATCH 2/4] .clang-format: Add a BitFieldColonSpacing=None rule
  ` [RFC PATCH 3/4] .clang-format: do not enforce a ColumnLimit
  ` [RFC PATCH 4/4] .clang-format: don't indent "goto" labels

Suggestion to rename "blame" of the "git blame" command to something more neutral
 2022-07-11 11:47 UTC  (11+ messages)

[PATCH v5 4/5] pack-bitmap.c: retrieve missing i18n translations
 2022-07-11 11:04 UTC  (2+ messages)

[PATCH v3 0/4] add and apply a rule to find "unused" init+free
 2022-07-11 10:54 UTC  (4+ messages)
` [PATCH v4 0/6] "

[PATCH 0/3] xdiff: introduce memory allocation macros
 2022-07-11 10:48 UTC  (38+ messages)
` [PATCH 3/3] xdiff: introduce XDL_ALLOC_GROW()
                ` [PATCH 0/7] xdiff: use standard alloc macros, share them via git-shared-util.h
                  ` [PATCH 1/7] xdiff: simplify freeing patterns around xdl_free_env()
                  ` [PATCH 2/7] git-shared-util.h: move "shared" allocation utilities here
                  ` [PATCH 3/7] git-shared-util.h: add G*() versions of *ALLOC_*()
                  ` [PATCH 4/7] xdiff: use G[C]ALLOC_ARRAY(), not XDL_CALLOC_ARRAY()
                  ` [PATCH 5/7] xdiff: use GALLOC_GROW(), not XDL_ALLOC_GROW()
                  ` [PATCH 6/7] xdiff: remove xdl_malloc() wrapper, use malloc(), not xmalloc()
                  ` [PATCH 7/7] xdiff: remove xdl_free(), use free() instead
` [PATCH v2 0/4] xdiff: introduce memory allocation macros
  ` [PATCH v2 1/4] xdiff: introduce XDL_ALLOC_ARRAY()
  ` [PATCH v2 2/4] xdiff: introduce xdl_calloc
  ` [PATCH v2 3/4] xdiff: introduce XDL_CALLOC_ARRAY()
  ` [PATCH v2 4/4] xdiff: introduce XDL_ALLOC_GROW()

[PATCH 0/3] cloning unborn HEAD when other branches are present
 2022-07-11  9:21 UTC  (16+ messages)
` [PATCH 3/3] clone: propagate empty remote HEAD even with other branches
          ` [PATCH v2 0/3] cloning unborn HEAD when other branches are present
            ` [PATCH v2 1/3] clone: drop extra newline from warning message
            ` [PATCH v2 2/3] clone: propagate empty remote HEAD even with other branches
            ` [PATCH v2 3/3] clone: use remote branch if it matches default HEAD
                    ` [PATCH v2 4/3] clone: move unborn head creation to update_head()

[PATCH] revision: mark blobs needed for resolve-undo as reachable
 2022-07-11  8:19 UTC  (2+ messages)
` fsck segfault (was: Re: [PATCH] revision: mark blobs needed for resolve-undo as reachable)

Suggestion for 'git add' CLI
 2022-07-11  6:58 UTC 

What's cooking in git.git (Jul 2022, #02; Fri, 8)
 2022-07-11  6:17 UTC  (7+ messages)
    `  "

[PATCH v3] remote-curl: send Accept-Language header to server
 2022-07-11  5:58 UTC  (2+ messages)
` [PATCH v4] "

[PATCH] gpg-interface: add function for converting trust level to string
 2022-07-11  5:12 UTC  (12+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH] unpack-objects: fix compilation warning/error due to missing braces
 2022-07-11  4:38 UTC  (4+ messages)

[PATCH v5 5/5] tr2: avoid to print "interesting" config repeatedly
 2022-07-11  4:11 UTC  (2+ messages)

Git fork process infinitely and never stop
 2022-07-11  4:11 UTC  (10+ messages)
  ` [External Mail]Re: "
    `  "
      ` 回复: "
            ` possible bug with commit-graph causing git to fork bomb (was Re: [External Mail]Re: Git fork process infinitely and never stop)

[PATCH v5 5/5] tr2: avoid to print "interesting" config repeatedly
 2022-07-11  3:51 UTC  (2+ messages)

[PATCH 0/4] Add some Glossary terms, and extra renormalize information
 2022-07-10 22:25 UTC  (15+ messages)
` [PATCH 1/4] glossary: add Object DataBase (ODB) abbreviation
` [PATCH 2/4] glossary: add commit graph description
` [PATCH 3/4] glossary: add reachability bitmap description
` [PATCH 4/4] doc add: renormalize is not idempotent for CRCRLF

[PATCH] multi-pack-index: simplify handling of unknown --options
 2022-07-10 21:54 UTC  (5+ messages)

[PATCH] rev-parse: respect push.autosetupremote when evaluating @{push}
 2022-07-10 20:42 UTC  (2+ messages)

[PATCH] sha256: add support for Nettle
 2022-07-10 20:37 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] builtin/mv.c: use correct type to compute size of an array element
 2022-07-10 19:30 UTC  (14+ messages)
` [PATCH v2] builtin/mv.c: use the MOVE_ARRAY() macro instead of memmove()
  ` [PATCH v3] "
          ` [PATCH] cocci: avoid normalization rules for memcpy

[PATCH v2 0/6] [GSoC] bitmap: integrate a lookup table extension to the bitmap format
 2022-07-10 15:01 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] Documentation/technical: describe bitmap lookup table extension

[PATCH 0/3] Add support for mailmap in cat-file
 2022-07-10  5:34 UTC  (18+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] revision: improve commit_rewrite_person()
  ` [PATCH v2 4/4] cat-file: add mailmap support
  ` [PATCH v3 0/4] Add support for mailmap in cat-file
    ` [PATCH v3 1/4] revision: improve commit_rewrite_person()
    ` [PATCH v3 2/4] ident: move commit_rewrite_person() to ident.c
    ` [PATCH v3 3/4] ident: rename commit_rewrite_person() to apply_mailmap_to_header()
    ` [PATCH v3 4/4] cat-file: add mailmap support

[PATCH] vimdiff: make layout engine more robust against user vim settings
 2022-07-08 22:37 UTC  (4+ messages)

[PATCH v5 0/5] config: introduce discovery.bare and protected config
 2022-07-08 21:58 UTC  (21+ messages)
` [PATCH v6 "
  ` [PATCH v6 5/5] setup.c: create `discovery.bare`
  ` [PATCH v7 0/5] config: introduce discovery.bare and protected config
    ` [PATCH v7 1/5] Documentation/git-config.txt: add SCOPES section
    ` [PATCH v7 2/5] Documentation: define protected configuration
    ` [PATCH v7 3/5] config: learn `git_protected_config()`
    ` [PATCH v7 4/5] safe.directory: use git_protected_config()
    ` [PATCH v7 5/5] setup.c: create `discovery.bare`

Bug with splits in new nvimdiff layout
 2022-07-08 17:06 UTC  (3+ messages)

[PATCH] git-p4: fix bug with encoding of p4 client name
 2022-07-08 15:05 UTC  (3+ messages)

Bug report: git status suggests the old "-a" flag on git add
 2022-07-08  2:49 UTC  (2+ messages)

[PATCH v2 0/7] rebase: update branches in multi-part topic
 2022-07-08  2:27 UTC  (8+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 6/8] rebase: add --update-refs option

git describe is not returning the expected tag
 2022-07-08  1:56 UTC  (2+ messages)

git bug report: 'git add' hangs in a large repo which has sparse-checkout file with large number of patterns in it
 2022-07-08  1:53 UTC  (10+ messages)

bug report: pre-commit & pre-push hook output is redirected differently
 2022-07-07 20:55 UTC  (5+ 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).