git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-03-11 02:12:07 to 2021-03-12 20:20:59 UTC [more...]

[PATCH v4 00/15] reftable library
 2021-03-12 20:19 UTC  (8+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/15] init-db: set the_repository->hash_algo early on
  ` [PATCH v5 02/15] reftable: add LICENSE
  ` [PATCH v5 03/15] reftable: add error related functionality
  ` [PATCH v5 04/15] reftable: utility functions
  ` [PATCH v5 05/15] reftable: add blocksource, an abstraction for random access reads
  ` [PATCH v5 07/15] reftable: reading/writing blocks

[PATCH 00/20] Sparse Index: Design, Format, Tests
 2021-03-12 20:11 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 05/20] sparse-index: implement ensure_full_index()
  ` [PATCH v2 06/20] t1092: compare sparse-checkout to sparse-index
  ` [PATCH v2 11/20] sparse-index: convert from full to sparse

What to do with fsmonitor-watchman hook and config-based hooks?
 2021-03-12 18:33 UTC  (5+ messages)

[PATCH v5] builtin/clone.c: add --reject-shallow option
 2021-03-12 18:25 UTC  (3+ messages)
` [PATCH v6] "

git credential cache and sudo
 2021-03-12 16:43 UTC 

[PATCH] [GSOC] commit: provides multiple common signatures
 2021-03-12 15:54 UTC  (7+ messages)
` [PATCH v2] [GSOC] commit: add trailer command

[BUG] Error adding 2+ files after init --shared on Windows with fscache
 2021-03-12 15:52 UTC 

Can I Insert some Ancient History into a repo?
 2021-03-12 15:37 UTC  (3+ messages)

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

[BUG] cmd given to "rebase -x cmd" cannot see the original HEAD?
 2021-03-12 12:26 UTC  (8+ messages)
` [PATCH 0/2] "rebase -x cmd" loses notes
  ` [PATCH 1/2] sequencer.c: make commit_post_rewrite() take two object names
  ` [PATCH 2/2] [WIP] sequencer.c: carry forward notes on HEAD across "rebase -x"
` [WIP][PATCH] rebase: update the list of rewritten commits when amending pick

[PATCH 0/3] po/README: document miscellaneous topics mentioned by l10n coordinator
 2021-03-12 11:56 UTC  (11+ messages)
` [PATCH 1/3] po/README: document PO helper
` [PATCH 2/3] po/README: document "core translation"
` [PATCH 3/3] po/README: document l10n conventions

[PATCH v8 00/37] config-based hooks
 2021-03-12 11:13 UTC  (57+ messages)
` [PATCH v8 03/37] hook: add list command
` [PATCH v8 04/37] hook: include hookdir hook in list
` [PATCH v8 05/37] hook: teach hook.runHookDir
` [PATCH v8 06/37] hook: implement hookcmd.<name>.skip
` [PATCH v8 07/37] parse-options: parse into strvec
` [PATCH v8 08/37] hook: add 'run' subcommand
` [PATCH v8 10/37] hook: support passing stdin to hooks
` [PATCH v8 11/37] run-command: allow stdin for run_processes_parallel
` [PATCH v8 12/37] hook: allow parallel hook execution
` [PATCH v8 13/37] hook: allow specifying working directory for hooks
` [PATCH v8 14/37] run-command: add stdin callback for parallelization
` [PATCH v8 15/37] hook: provide stdin by string_list or callback
` [PATCH v8 16/37] run-command: allow capturing of collated output
` [PATCH v8 17/37] hooks: allow callers to capture output
` [PATCH v8 18/37] commit: use config-based hooks
` [PATCH v8 19/37] am: convert applypatch hooks to use config
` [PATCH v8 20/37] merge: use config-based hooks for post-merge hook
` [PATCH v8 21/37] gc: use hook library for pre-auto-gc hook
` [PATCH v8 22/37] rebase: teach pre-rebase to use hook.h
` [PATCH v8 23/37] read-cache: convert post-index-change hook to use config
` [PATCH v8 24/37] receive-pack: convert push-to-checkout hook to hook.h
` [PATCH v8 25/37] git-p4: use 'git hook' to run hooks
` [PATCH v8 26/37] hooks: convert 'post-checkout' hook to hook library
` [PATCH v8 27/37] hook: convert 'post-rewrite' hook to config
` [PATCH v8 28/37] transport: convert pre-push hook to use config
` [PATCH v8 29/37] reference-transaction: look for hooks in config
` [PATCH v8 30/37] receive-pack: convert 'update' hook to hook.h
` [PATCH v8 31/37] proc-receive: acquire hook list from hook.h
` [PATCH v8 32/37] post-update: use hook.h library
` [PATCH v8 33/37] receive-pack: convert receive hooks to hook.h
` [PATCH v8 34/37] bugreport: use hook_exists instead of find_hook
` [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] git-p4: fix failed submit by skip non-text data files
 2021-03-12  7:47 UTC 

[Bug] Stashing during merge loses MERGING state
 2021-03-12  7:17 UTC  (9+ messages)

What's cooking in git.git (Mar 2021, #03; Wed, 10)
 2021-03-12  7:10 UTC  (14+ messages)

[PATCH v2 0/6] Move the read_tree() function to its only user
 2021-03-12  6:44 UTC  (5+ messages)
` [PATCH 00/30] tree-walk: mostly "mode" to "enum object_type"

[PATCH v3 0/2] http: store credential when PKI auth is used
 2021-03-12  2:40 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] http: drop the check for an empty proxy password before approving

[PATCH v2 0/2] http: store credential when PKI auth is used
 2021-03-12  2:37 UTC  (9+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] http: drop the check for an empty proxy password before approving

[PATCH] http: store credential when PKI auth is used
 2021-03-12  1:24 UTC  (4+ messages)

[PATCH] fetch-pack: do not mix --pack_header and packfile uri
 2021-03-11 21:21 UTC  (3+ messages)

[PATCH v4 00/12] Simple IPC Mechanism
 2021-03-11 20:53 UTC  (7+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/12] pkt-line: eliminate the need for static buffer in packet_write_gently()

git difftool -I and git diff -I behave differently
 2021-03-11 20:18 UTC 

[PATCH 3/3] filter-branch: drop $_x40 glob
 2021-03-11 19:15 UTC  (7+ messages)
` [PATCH 3/4] shortlog tests: rewrite to get rid of --abbrev=35 hardcoding
` [PATCH 4/4] tests: get rid of $_x05 from the test suite

[PATCH] SQUASH??? calloc(nmemb,size)
 2021-03-11 18:02 UTC 

[RFC PATCH] merge-recursive: create new files with O_EXCL
 2021-03-11 18:01 UTC  (5+ messages)

[PATCH] SQUASH??? allow t0031 to run with any default branch name
 2021-03-11 18:01 UTC 

[PATCH 0/7] rev-parse: implement object type filter
 2021-03-11 17:56 UTC  (8+ messages)

[PATCH v3 0/6][Outreachy] commit: Implementation of "amend!" commit
 2021-03-11 17:51 UTC  (20+ messages)
` [PATCH v4 "
` [PATCH v4 2/6] commit: add amend suboption to --fixup to create amend! commit
` [PATCH v4 3/6] commit: add a reword suboption to --fixup
` [PATCH v4 6/6] doc/git-commit: add documentation for fixup=[amend|reword] options

[PATCH] test-lib: guard against being run as 'prove t*.sh'
 2021-03-11 17:33 UTC  (2+ messages)

[PATCH 00/11] Complete merge-ort implementation...almost
 2021-03-11 16:42 UTC  (12+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 02/10] merge-ort: add a special minimal index just for renormalization
  ` [PATCH v2 03/10] merge-ort: have ll_merge() use a special attr_index "
  ` [PATCH v2 06/10] t6428: new test for SKIP_WORKTREE handling and conflicts
  ` [PATCH v2 08/10] t: mark several submodule merging tests as fixed under merge-ort

GSoC'21@git project application
 2021-03-11 15:12 UTC  (3+ messages)

[PATCH 0/3] sha256 fixes for filter-branch
 2021-03-11  2:49 UTC  (6+ messages)
` [PATCH 1/3] t7003: test ref rewriting explicitly


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