git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-03-29 05:33:43 to 2021-03-30 17:15:24 UTC [more...]

[PATCH v3] [GSOC]trailer: pass arg as positional parameter
 2021-03-30 17:14 UTC  (11+ messages)
` [PATCH v4] "

[PATCH] maintenance: specify explicit stdin for crontab
 2021-03-30 17:12 UTC  (4+ messages)

[PATCH 00/27] Sparse Index: API protections
 2021-03-30 16:53 UTC  (5+ messages)
` [PATCH 01/27] *: remove 'const' qualifier for struct index_state

[PATCH] Documentation: updated documentation for git commit --date
 2021-03-30 16:38 UTC  (8+ messages)
` [PATCH v2] "

[PATCH 0/9] midx: implement a multi-pack reverse index
 2021-03-30 16:01 UTC  (55+ messages)
` [PATCH v3 00/16] "
  ` [PATCH v3 01/16] builtin/multi-pack-index.c: inline 'flags' with options
  ` [PATCH v3 02/16] builtin/multi-pack-index.c: don't handle 'progress' separately
  ` [PATCH v3 04/16] builtin/multi-pack-index.c: split sub-commands
  ` [PATCH v3 06/16] builtin/multi-pack-index.c: display usage on unrecognized command
  ` [PATCH v3 08/16] midx: allow marking a pack as preferred
  ` [PATCH v3 12/16] Documentation/technical: describe multi-pack reverse indexes
  ` [PATCH v3 13/16] pack-revindex: read "
  ` [PATCH v3 15/16] pack-revindex: write "
  ` [PATCH v3 16/16] midx.c: improve cache locality in midx_pack_order_cmp()
` [PATCH v4 00/16] midx: implement a multi-pack reverse index
  ` [PATCH v4 01/16] builtin/multi-pack-index.c: inline 'flags' with options
  ` [PATCH v4 02/16] builtin/multi-pack-index.c: don't handle 'progress' separately
  ` [PATCH v4 03/16] builtin/multi-pack-index.c: define common usage with a macro
  ` [PATCH v4 04/16] builtin/multi-pack-index.c: split sub-commands
  ` [PATCH v4 05/16] builtin/multi-pack-index.c: don't enter bogus cmd_mode
  ` [PATCH v4 06/16] builtin/multi-pack-index.c: display usage on unrecognized command
  ` [PATCH v4 07/16] t/helper/test-read-midx.c: add '--show-objects'
  ` [PATCH v4 08/16] midx: allow marking a pack as preferred
  ` [PATCH v4 09/16] midx: don't free midx_name early
  ` [PATCH v4 10/16] midx: keep track of the checksum
  ` [PATCH v4 11/16] midx: make some functions non-static
  ` [PATCH v4 12/16] Documentation/technical: describe multi-pack reverse indexes
  ` [PATCH v4 13/16] pack-revindex: read "
  ` [PATCH v4 14/16] pack-write.c: extract 'write_rev_file_order'
  ` [PATCH v4 15/16] pack-revindex: write multi-pack reverse indexes
  ` [PATCH v4 16/16] midx.c: improve cache locality in midx_pack_order_cmp()

[PATCH] hooks: propose repository owner configured hooks
 2021-03-30 15:24 UTC  (4+ messages)
` [PATCH v2] hooks: propose project "

[PATCH] Makefile: generate 'git' as 'cc [...] -o git+ && mv git+ git'
 2021-03-30 15:20 UTC  (33+ messages)
` [PATCH v2 0/5] Makefile: don't die on AIX with open ./git
  ` [PATCH v2 1/5] Makefile: rename objects in-place, don't clobber
  ` [PATCH v2 2/5] Makefile: rename scripts "
  ` [PATCH v2 3/5] Makefile: don't needlessly "rm $@ $@+" before "mv $@+ $@"
  ` [PATCH v2 4/5] Makefile: add the ".DELETE_ON_ERROR" flag
  ` [PATCH v2 5/5] Makefile: don't "rm configure" before generating it
  ` [PATCH 0/6] Makefile: make non-symlink & non-hardlink install sane
    ` [PATCH 1/6] Makefile: symlink the same way under "symlinks" and "no hardlinks"
    ` [PATCH 2/6] Makefile: begin refactoring out "ln || ln -s || cp" pattern
    ` [PATCH 3/6] Makefile: refactor "
    ` [PATCH 4/6] Makefile: make INSTALL_SYMLINKS affect the build directory
    ` [PATCH 5/6] Makefile: use "ln -f" instead of "rm && ln"
    ` [PATCH 6/6] Makefile: add a INSTALL_FALLBACK_LN_CP mode

[PATCH 2/3] rebase: add a config option to default to --reschedule-failed-exec
 2021-03-30 13:53 UTC  (9+ messages)
` [PATCH 0/3] rebase: don't override --no-reschedule-failed-exec with config
  ` [PATCH 2/3] rebase tests: use test_unconfig after test_config
  ` [PATCH 3/3] rebase: don't override --no-reschedule-failed-exec with config

[GSOC][PATCH] userdiff: add support for Scheme
 2021-03-30 13:48 UTC  (22+ messages)

[PATCH v3 00/20] Sparse Index: Design, Format, Tests
 2021-03-30 13:11 UTC  (40+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/20] sparse-index: design doc and format update
  ` [PATCH v4 07/20] test-read-cache: print cache entries with --table
  ` [PATCH v5 00/21] Sparse Index: Design, Format, Tests
    ` [PATCH v5 01/21] sparse-index: design doc and format update
    ` [PATCH v5 02/21] t/perf: add performance test for sparse operations
    ` [PATCH v5 03/21] t1092: clean up script quoting
    ` [PATCH v5 04/21] sparse-index: add guard to ensure full index
    ` [PATCH v5 05/21] sparse-index: implement ensure_full_index()
    ` [PATCH v5 06/21] t1092: compare sparse-checkout to sparse-index
    ` [PATCH v5 07/21] test-read-cache: print cache entries with --table
    ` [PATCH v5 08/21] test-tool: don't force full index
    ` [PATCH v5 09/21] unpack-trees: ensure "
    ` [PATCH v5 10/21] sparse-checkout: hold pattern list in index
    ` [PATCH v5 11/21] sparse-index: add 'sdir' index extension
    ` [PATCH v5 12/21] sparse-index: convert from full to sparse
    ` [PATCH v5 13/21] submodule: sparse-index should not collapse links
    ` [PATCH v5 14/21] unpack-trees: allow sparse directories
    ` [PATCH v5 15/21] sparse-index: check index conversion happens
    ` [PATCH v5 16/21] sparse-index: add index.sparse config option
    ` [PATCH v5 17/21] sparse-checkout: toggle sparse index from builtin
    ` [PATCH v5 18/21] sparse-checkout: disable sparse-index
    ` [PATCH v5 19/21] cache-tree: integrate with sparse directory entries
    ` [PATCH v5 20/21] sparse-index: loose integration with cache_tree_verify()
    ` [PATCH v5 21/21] p2000: add sparse-index repos

[PATCH] persistent-https: add go.mod to fix compile
 2021-03-30 13:07 UTC 

[PATCH 0/7] Optimization batch 11: avoid repeatedly detecting same renames
 2021-03-30 12:07 UTC  (6+ messages)

[PATCH] sequencer: fix edit handling for cherry-pick and revert messages
 2021-03-30 10:13 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v7] builtin/clone.c: add --reject-shallow option
 2021-03-30  9:54 UTC  (4+ messages)
` [PATCH v8] "

Running scheduled maintenance in quiet mode
 2021-03-30  9:16 UTC  (3+ messages)

git submodule problem
 2021-03-30  9:09 UTC 

Upstreaming Reviewed-by to git.git
 2021-03-30  7:21 UTC  (5+ messages)

Bug report: git branch behaves as if --no-replace-objects is passed
 2021-03-30  7:02 UTC  (2+ messages)

[PATCH 0/7] improve reporting of unexpected objects
 2021-03-30  5:50 UTC  (6+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 10/10] tag: don't misreport type of tagged objects in errors

[PATCH v8 00/37] config-based hooks
 2021-03-30  0:10 UTC  (23+ messages)
` [PATCH v8 19/37] am: convert applypatch hooks to use config
` [PATCH v8 23/37] read-cache: convert post-index-change hook "
` [PATCH v8 24/37] receive-pack: convert push-to-checkout hook to hook.h
` [PATCH v8 32/37] post-update: use hook.h library
` [PATCH v8 35/37] git-send-email: use 'git hook run' for 'sendemail-validate'
` [PATCH v8 36/37] run-command: stop thinking about hooks
` [PATCH v8 37/37] docs: unify githooks and git-hook manpages

[PATCH] chore: use prefix from startup_info
 2021-03-29 23:53 UTC  (2+ messages)

[PATCH v2] Documentation: make (sub)command options conform to TD of option parsing
 2021-03-29 21:05 UTC  (6+ messages)
` [PATCH v3] column, range-diff: downcase option description
  ` [PATCH v4] "

[PATCH v5] gitweb: redacted e-mail addresses feature
 2021-03-29 20:00 UTC  (3+ messages)
` [PATCH v6] "

[PATCH 0/3] Convert index writes to use hashfile API
 2021-03-29 19:10 UTC  (4+ messages)
` [PATCH 2/3] read-cache: use hashfile instead of git_hash_ctx

[PATCH 0/2] Describe Git's security policy
 2021-03-29 13:43 UTC  (9+ messages)
` [PATCH 1/2] SECURITY: describe how to report vulnerabilities
` [PATCH v2 0/2] Describe Git's security policy
  ` [PATCH v2 1/2] SECURITY: describe how to report vulnerabilities
  ` [PATCH v2 2/2] Document how we do embargoed releases

[PATCH 0/4] cmake: learn to optionally skip linking dashed built-ins
 2021-03-29 13:36 UTC  (9+ messages)
` [PATCH 3/4] cmake: add a preparatory work-around to accommodate `vcpkg`
` [PATCH v2 0/4] cmake: learn to optionally skip linking dashed built-ins
  ` [PATCH v2 1/4] cmake: support SKIP_DASHED_BUILT_INS
  ` [PATCH v2 2/4] cmake(install): fix double .exe suffixes
  ` [PATCH v2 3/4] cmake: add a preparatory work-around to accommodate `vcpkg`
  ` [PATCH v2 4/4] cmake(install): include vcpkg dlls

[PATCH 0/4] usage.c: add a non-fatal bug() + misc doc fixes
 2021-03-29 13:25 UTC  (7+ messages)
` [PATCH 2/4] api docs: document BUG() in api-error-handling.txt
` [PATCH 4/4] usage.c: add a non-fatal bug() function to go with BUG()

[PATCH 2/2] remote-curl.c: handle v1 when check_smart_http
 2021-03-29 10:40 UTC  (4+ messages)
      `  "

[PATCH 1/2] Parse tags for absent objects
 2021-03-29  9:16 UTC  (7+ messages)
` [PATCH 6/7] object tests: add test for unexpected objects in tags


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