git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-07-28 16:30:36 to 2022-07-30 07:51:16 UTC [more...]

[PATCH v5 0/4] Add support for mailmap in cat-file
 2022-07-30  7:50 UTC  (6+ messages)
` [PATCH v6 "

[PATCH 0/9] Fix issues of reference-transaction hook for various git commands
 2022-07-30  6:44 UTC  (11+ messages)
` [PATCH 1/9] t1416: more testcases for reference-transaction hook
` [PATCH 2/9] refs: update missing old-oid in transaction from lockfile
` [PATCH 3/9] refs: add new field in transaction for running transaction hook
` [PATCH 4/9] refs: do not run transaction hook for git-pack-refs
` [PATCH 5/9] refs: avoid duplicate running of the reference-transaction hook
` [PATCH 6/9] refs: add reflog_info to hold more fields for reflog entry
` [PATCH 7/9] refs: get error message via refs_update_ref_extended()
` [PATCH 8/9] refs: reimplement files_copy_or_rename_ref() to run hook
` [PATCH 9/9] refs: reimplement refs_delete_refs() and run hook once

[PATCH 0/6] revisions API: fix more memory leaks
 2022-07-30  5:22 UTC  (24+ messages)
` [PATCH 6/6] revisions API: don't leak memory on argv elements that need free()-ing
` [PATCH v2 0/6] revisions API: fix more memory leaks
  ` [PATCH v2 1/6] bisect.c: add missing "goto" for release_revisions()
  ` [PATCH v2 2/6] test-fast-rebase helper: use release_revisions() (again)
  ` [PATCH v2 3/6] log: make the intent of cmd_show()'s "rev.pending" juggling clearer
  ` [PATCH v2 4/6] log: fix common "rev.pending" memory leak in "git show"
  ` [PATCH v2 5/6] bisect.c: partially fix bisect_rev_setup() memory leak
  ` [PATCH v2 6/6] revisions API: don't leak memory on argv elements that need free()-ing

Lost file after git merge
 2022-07-30  2:16 UTC  (7+ messages)

[PATCH] merge-file: fix build warning with gcc 4.8.5
 2022-07-30  1:46 UTC  (10+ messages)

[PATCH] merge-ort: clean up after failed merge
 2022-07-30  0:50 UTC  (6+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] merge-ort: do leave Trace2 region even if checkout fails

--creation-factor=100 does not show code
 2022-07-30  0:25 UTC  (14+ messages)
  ` Re* "
    ` [PATCH] format-patch: clarify --creation-factor=<factor>

[PATCH v5 0/9] docs: create & use "(user|developer) interfaces" categories
 2022-07-30  0:17 UTC  (13+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/9] help.c: BUG() out if "help --guides" can't remove "git" prefixes
  ` [PATCH v6 2/9] git help doc: use "<doc>" instead of "<guide>"
  ` [PATCH v6 3/9] git docs: add a category for user-facing file, repo and command UX
  ` [PATCH v6 4/9] git docs: add a category for file formats, protocols and interfaces
  ` [PATCH v6 5/9] docs: move commit-graph format docs to man section 5
  ` [PATCH v6 6/9] docs: move protocol-related "
  ` [PATCH v6 7/9] docs: move pack format "
  ` [PATCH v6 8/9] docs: move http-protocol "
  ` [PATCH v6 9/9] docs: move multi-pack-index "

Question: What's the best way to implement directory permission control in git?
 2022-07-29 23:50 UTC  (11+ messages)

What's cooking in git.git (Jul 2022, #08; Fri, 29)
 2022-07-29 23:18 UTC 

[PATCH 00/20] submodule--helper: add tests, rm dead code, refactor & leak prep
 2022-07-29 22:52 UTC  (18+ messages)
` [PATCH 01/20] submodule tests: test usage behavior
` [PATCH 04/20] submodule--helper: remove unused "list" helper
` [PATCH 06/20] submodule--helper: move "is-active" to a test-tool
` [PATCH 07/20] submodule--helper: move "check-name" "
` [PATCH 08/20] submodule--helper: move "resolve-relative-url-test" "
` [PATCH 13/20] submodule--helper: stop conflating "sb" in clone_submodule()
` [PATCH 14/20] submodule--helper: pass a "const struct module_clone_data" to clone_submodule()
` [PATCH 19/20] submodule--helper: don't exit() on failure, return

[PATCH] git-prompt: show 'CONFLICT' indicator at command prompt
 2022-07-29 22:08 UTC  (6+ messages)
` [PATCH v2] git-prompt: show presence of unresolved conflicts "

[PATCH 0/3] doc: unify config info on some cmds
 2022-07-29 22:03 UTC  (13+ messages)
` [PATCH v2 0/9] docs: de-duplicate sections, add more CONFIGURATION sections
  ` [PATCH v2 1/9] docs: add and use include template for config/* includes
  ` [PATCH v2 2/9] grep docs: de-duplicate configuration sections
  ` [PATCH v2 3/9] send-email "
  ` [PATCH v2 4/9] apply "
  ` [PATCH v2 5/9] notes "
  ` [PATCH v2 6/9] difftool "
  ` [PATCH v2 7/9] log "
  ` [PATCH v2 8/9] docs: add CONFIGURATION sections that map to a built-in
  ` [PATCH v2 9/9] docs: add CONFIGURATION sections that fuzzy map to built-ins

[PATCH] mingw: include the Python parts in the build
 2022-07-29 21:31 UTC  (10+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] windows: include the Python bits when building Git for Windows
  ` [PATCH v2 2/3] mingw: remove unneeded `NO_GETTEXT` directive
  ` [PATCH v2 3/3] mingw: remove unneeded `NO_CURL` directive

[PATCH 0/2] ci: fix the FreeBSD build
 2022-07-29 21:24 UTC  (8+ messages)
` [PATCH 1/2] t5351: avoid relying on `core.fsyncMethod = batch` to be supported
` [PATCH 2/2] t5351: avoid using `test_cmp` for binary data

Draft of Git Rev News edition 89
 2022-07-29 21:21 UTC 

[BUG] "git log" command wraps lines not correctly while terminal width changed
 2022-07-29 21:12 UTC  (3+ messages)

[PATCH 0/3] log: create tighter default decoration filter
 2022-07-29 20:32 UTC  (20+ messages)
` [PATCH 1/3] refs: allow "HEAD" as "
` [PATCH 2/3] log: add default "
` [PATCH v2 00/10] log: create tighter "
  ` [PATCH v2 01/10] refs: allow "HEAD" as "
  ` [PATCH v2 02/10] t4207: test coloring of grafted decorations
  ` [PATCH v2 03/10] refs: add array of ref namespaces
  ` [PATCH v2 04/10] refs: use ref_namespaces for replace refs base
  ` [PATCH v2 05/10] log-tree: use ref_namespaces instead of if/else-if
  ` [PATCH v2 06/10] log: add default decoration filter
  ` [PATCH v2 07/10] log: add --decorate-all option
  ` [PATCH v2 08/10] log: create log.decorateFilter=all
  ` [PATCH v2 09/10] maintenance: stop writing log.excludeDecoration
  ` [PATCH v2 10/10] fetch: use ref_namespaces during prefetch

[PATCH v4 0/8] cat-file: add --batch-command remote-object-info command
 2022-07-29 18:21 UTC  (15+ messages)
` [PATCH v5 0/6] "
` [PATCH v5 1/6] fetch-pack: refactor packet writing
` [PATCH v5 2/6] fetch-pack: move fetch initialization
` [PATCH v5 3/6] protocol-caps: initialization bug fix
` [PATCH v5 4/6] serve: advertise object-info feature
` [PATCH v5 5/6] transport: add client support for object-info
` [PATCH v5 6/6] cat-file: add remote-object-info to batch-command

[PATCH] tests: replace mingw_test_cmp with a helper in C
 2022-07-29 16:44 UTC  (3+ messages)

BUG: fsmonitor.c:21: fsmonitor_dirty has more entries than the index
 2022-07-29 15:59 UTC  (3+ messages)

Bug in git submodule update --depth
 2022-07-29 15:20 UTC 

[PATCH v2 0/7] Drop support for git rebase --preserve-merges
 2022-07-29 13:24 UTC  (6+ messages)
` [PATCH v3 00/11] "
  ` [PATCH v3 05/11] rebase: drop support for `--preserve-merges`
    ` re-mentioning --preserve-merges in the docs (was: [PATCH v3 05/11] rebase: drop support for `--preserve-merges`)
      ` re-mentioning --preserve-merges in the docs

Feature request: provide a persistent IDs on a commit
 2022-07-29 12:40 UTC  (6+ messages)

[PATCH] refs: work around network caching on Windows
 2022-07-29 10:05 UTC  (5+ messages)
` [PATCH v2] lstat(mingw): correctly detect ENOTDIR scenarios
  ` [PATCH v3] "

[PATCH] unpack-objects: fix build warning with gcc 4.8.5
 2022-07-29  9:06 UTC 

[PATCH] submodule--helper: fix build warning with gcc 4.8.5
 2022-07-29  9:06 UTC 

[PATCH v5] submodule merge: update conflict error message
 2022-07-29  0:24 UTC  (9+ messages)
` [PATCH v6] "
  ` [PATCH v7] "

[PATCH] CI: add SANITIZE=[address|undefined] jobs
 2022-07-28 23:10 UTC  (10+ messages)

[PATCH 0/2] t0021: convert perl script to C test-tool helper
 2022-07-28 19:50 UTC  (5+ messages)
` [PATCH v2] t/t0021: convert the rot13-filter.pl script to C

[PATCH v4 0/6] [GSoC] bitmap: integrate a lookup table extension to the bitmap format
 2022-07-28 19:22 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 3/6] pack-bitmap-write: learn pack.writeBitmapLookupTable and add tests

Feature request: better error messages when UTF-8 bites
 2022-07-28 18:01 UTC  (4+ messages)

[PATCH v2 00/24] submodule--helper: fix memory leaks
 2022-07-28 16:30 UTC  (21+ messages)
` [PATCH v3 00/26] "
  ` [PATCH v3 02/26] submodule--helper: stop conflating "sb" in clone_submodule()
  ` [PATCH v4 00/17] submodule--helper: (only) fix memory leaks
    ` [PATCH v4 04/17] submodule--helper: "struct pathspec" memory leak in module_update()
    ` [PATCH v4 06/17] submodule--helper: add and use *_release() functions
    ` [PATCH v4 07/17] submodule--helper: fix "errmsg_str" memory leak
    ` [PATCH v4 08/17] submodule--helper: fix "sm_path" and other "module_cb_list" leaks
    ` [PATCH v4 09/17] submodule--helper: fix a leak with repo_clear()
    ` [PATCH v4 10/17] submodule--helper: fix a memory leak in get_default_remote_submodule()
    ` [PATCH v4 11/17] submodule--helper: fix "reference" leak
    ` [PATCH v4 12/17] submodule--helper: fix obscure leak in module_add()
    ` [PATCH v4 13/17] submodule--helper: fix a "
    ` [PATCH v4 14/17] submodule--helper: fix a memory leak in print_status()
    ` [PATCH v4 15/17] submodule--helper: free some "displaypath" in "struct update_data"
    ` [PATCH v4 16/17] submodule--helper: free rest of "
    ` [PATCH v4 17/17] submodule--helper: fix a configure_added_submodule() leak


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