git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-12-04 06:19:23 to 2020-12-05 19:46:36 UTC [more...]

[PATCH 00/26] git-log: implement new --diff-merge options
 2020-12-05 19:44 UTC  (26+ messages)
` [PATCH 10/26] diff-merges: new function diff_merges_suppress()
` [PATCH v1 00/27] git-log: implement new --diff-merge options
  ` [PATCH v1 01/27] revision: factor out parsing of diff-merge related options
  ` [PATCH v1 24/27] doc/git-log: describe new --diff-merges options

[PATCH 00/21] trailer fixes
 2020-12-05 18:18 UTC  (14+ messages)
` [PATCH 0/5] pretty format %(trailers): improve machine readability
` [PATCH 1/5] pretty format %(trailers) test: split a long line
` [PATCH 2/5] pretty format %(trailers): avoid needless repetition
` [PATCH 3/5] pretty format %(trailers): add a "keyonly"
` [PATCH 4/5] pretty-format %(trailers): fix broken standalone "valueonly"
` [PATCH 5/5] pretty format %(trailers): add a "key_value_separator"

[PATCH v4 00/19] Parallel Checkout (part I)
 2020-12-05 12:07 UTC  (9+ messages)
` [PATCH v4 01/19] convert: make convert_attrs() and convert structs public
` [PATCH v4 02/19] convert: add [async_]convert_to_working_tree_ca() variants
` [PATCH v4 03/19] convert: add get_stream_filter_ca() variant
` [PATCH v4 04/19] convert: add conv_attrs classification

[PATCH v2 00/14] pull: default warning improvements
 2020-12-05 18:16 UTC  (46+ messages)
` [PATCH v2 01/14] doc: pull: explain what is a fast-forward
` [PATCH v2 02/14] pull: improve default warning
` [PATCH v2 04/14] pull: cleanup autostash check
` [PATCH v2 05/14] pull: trivial cleanup
` [PATCH v2 06/14] pull: move default warning
` [PATCH v2 07/14] pull: display default warning only when non-ff
` [PATCH v2 09/14] pull: introduce --merge option
` [PATCH v2 10/14] pull: add proper error with --ff-only
` [PATCH v2 11/14] tentative: pull: change the semantics of --ff-only
      ` [PATCH] experiment: pull: change --ff-only and default mode
` [PATCH v2 12/14] pull: show warning with --ff
` [PATCH v2 13/14] test: merge-pull-config: trivial cleanup
` [PATCH v2 14/14] test: pull-options: revert unnecessary changes

'git worktree repair' can't repair when main and linked worktrees are moved
 2020-12-05  9:22 UTC  (3+ messages)

[PATCH] completion: bash: fix gitk alias regression
 2020-12-05  7:12 UTC  (2+ messages)

[PATCH 0/9] misc commit-graph and oid-array cleanups
 2020-12-05  2:26 UTC  (27+ messages)
` [PATCH 1/9] oid-array.h: drop sha1 mention from header guard
` [PATCH 2/9] t0064: drop sha1 mention from filename
` [PATCH 3/9] t0064: make duplicate tests more robust
` [PATCH 4/9] cache.h: move hash/oid functions to hash.h
` [PATCH 5/9] oid-array: make sort function public
` [PATCH 6/9] oid-array: provide a for-loop iterator
` [PATCH 7/9] commit-graph: drop count_distinct_commits() function
` [PATCH 8/9] commit-graph: replace packed_oid_list with oid_array
` [PATCH 9/9] commit-graph: use size_t for array allocation and indexing

[PATCH v5 0/8] propose config-based hooks (part I)
 2020-12-05  1:46 UTC  (19+ messages)
` [PATCH v6 00/17] "
  ` [PATCH 01/17] doc: propose hooks managed by the config
  ` [PATCH 02/17] hook: scaffolding for git-hook subcommand
  ` [PATCH 03/17] hook: add list command
  ` [PATCH 04/17] hook: include hookdir hook in list
  ` [PATCH 05/17] hook: respect hook.runHookDir
  ` [PATCH 06/17] hook: implement hookcmd.<name>.skip
  ` [PATCH 07/17] parse-options: parse into strvec
  ` [PATCH 08/17] hook: add 'run' subcommand
  ` [PATCH 09/17] hook: replace find_hook() with hook_exists()
  ` [PATCH 10/17] hook: support passing stdin to hooks
  ` [PATCH 11/17] run-command: allow stdin for run_processes_parallel
  ` [PATCH 12/17] hook: allow parallel hook execution
  ` [PATCH 13/17] hook: allow specifying working directory for hooks
  ` [PATCH 14/17] run-command: add stdin callback for parallelization
  ` [PATCH 15/17] hook: provide stdin by string_list or callback
  ` [PATCH 16/17] run-command: allow capturing of collated output
  ` [PATCH 17/17] hooks: allow callers to capture output

[PATCH] commit: use config-based hooks (config-based hooks part II)
 2020-12-05  1:49 UTC  (19+ messages)
` [PATCH 00/17] use config-based hooks (config-based hooks part
  ` [PATCH 01/17] commit: use config-based hooks
  ` [PATCH 02/17] am: convert applypatch hooks to use config
  ` [PATCH 03/17] merge: use config-based hooks for post-merge hook
  ` [PATCH 04/17] gc: use hook library for pre-auto-gc hook
  ` [PATCH 05/17] rebase: teach pre-rebase to use hook.h
  ` [PATCH 06/17] read-cache: convert post-index-change hook to use config
  ` [PATCH 07/17] receive-pack: convert push-to-checkout hook to hook.h
  ` [PATCH 08/17] git-p4: use 'git hook' to run hooks
  ` [PATCH 09/17] hooks: convert 'post-checkout' hook to hook library
  ` [PATCH 10/17] hook: convert 'post-rewrite' hook to config
  ` [PATCH 11/17] transport: convert pre-push hook to use config
  ` [PATCH 12/17] reference-transaction: look for hooks in config
  ` [PATCH 13/17] receive-pack: convert 'update' hook to hook.h
  ` [PATCH 14/17] proc-receive: acquire hook list from hook.h
  ` [PATCH 15/17] post-update: use hook.h library
  ` [PATCH 16/17] receive-pack: convert receive hooks to hook.h
  ` [PATCH 17/17] run-command: stop thinking about hooks

[PATCH] fetch-pack: check result of index_pack_lockfile
 2020-12-04 23:16 UTC  (4+ messages)

[PATCH] Support having non-utf-8 characters returned by p4
 2020-12-04 23:19 UTC 

[PATCH] cmake: determine list of extra built-ins dynamically
 2020-12-04 22:44 UTC  (5+ messages)

[PATCH] refspec: make @ a valid refspec
 2020-12-04 22:20 UTC  (7+ messages)

Unexpected behavior with branch.*.{remote,pushremote,merge}
 2020-12-04 22:20 UTC  (9+ messages)

[PATCH] ci(vs-build): stop passing the iconv library location explicitly
 2020-12-04 22:12 UTC  (3+ messages)

[RFC 1/2] pull: warn that pulling will not merge by default in Git 3.0
 2020-12-04 21:11 UTC  (10+ messages)
` [RFC 2/2] pull: default pull.ff to "only" when pull.rebase is not set either

[PATCH] t7817: do not depend on any specific default branch name
 2020-12-04 21:06 UTC 

[PATCH 0/2] upload-pack.c: fix partial clone allowed filter regression
 2020-12-04 21:04 UTC  (3+ messages)
` [PATCH 2/2] upload-pack.c: don't free allowed_filters util pointers

[PATCH 00/20] fundamentals of merge-ort implementation
 2020-12-04 20:48 UTC  (22+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/20] merge-ort: setup basic internal data structures
  ` [PATCH v2 02/20] merge-ort: add some high-level algorithm structure
  ` [PATCH v2 03/20] merge-ort: port merge_start() from merge-recursive
  ` [PATCH v2 04/20] merge-ort: use histogram diff
  ` [PATCH v2 05/20] merge-ort: add an err() function similar to one from merge-recursive
  ` [PATCH v2 06/20] merge-ort: implement a very basic collect_merge_info()
  ` [PATCH v2 07/20] merge-ort: avoid repeating fill_tree_descriptor() on the same tree
  ` [PATCH v2 08/20] merge-ort: compute a few more useful fields for collect_merge_info
  ` [PATCH v2 09/20] merge-ort: record stage and auxiliary info for every path
  ` [PATCH v2 10/20] merge-ort: avoid recursing into identical trees
  ` [PATCH v2 11/20] merge-ort: add a preliminary simple process_entries() implementation
  ` [PATCH v2 12/20] merge-ort: have process_entries operate in a defined order
  ` [PATCH v2 13/20] merge-ort: step 1 of tree writing -- record basenames, modes, and oids
  ` [PATCH v2 14/20] merge-ort: step 2 of tree writing -- function to create tree object
  ` [PATCH v2 15/20] merge-ort: step 3 of tree writing -- handling subdirectories as we go
  ` [PATCH v2 16/20] merge-ort: basic outline for merge_switch_to_result()
  ` [PATCH v2 17/20] merge-ort: add implementation of checkout()
  ` [PATCH v2 18/20] tree: enable cmp_cache_name_compare() to be used elsewhere
  ` [PATCH v2 19/20] merge-ort: add implementation of record_conflicted_index_entries()
  ` [PATCH v2 20/20] merge-ort: free data structures in merge_finalize()

[PATCH 00/15] Refactor chunk-format into an API
 2020-12-04 20:17 UTC  (16+ messages)
` [PATCH 05/15] midx: add entries to write_midx_context
` [PATCH 08/15] midx: convert chunk write methods to return int
` [PATCH 13/15] chunk-format: create chunk reading API

diff-filter=R can't identify renaming if not done directly
 2020-12-04 20:07 UTC  (2+ messages)

diff-filter can't identify renaming if not done directly
 2020-12-04 20:07 UTC  (3+ messages)

[PATCH 0/2] Make t5526 independent of the default branch name
 2020-12-04 20:04 UTC  (4+ messages)
` [PATCH 1/2] t5526: avoid depending on a specific "
` [PATCH 2/2] t5526: drop the prereq expecting the default branch name `main`

[PATCH 0/7] merge-ort: some groundwork for further implementation
 2020-12-04 18:40 UTC  (3+ messages)

BUG in fetching non-checked out submodule
 2020-12-04 18:06 UTC  (3+ messages)
` [PATCH] submodules: fix of regression on fetching of non-init subsub-repo

[PATCH] refs: Always pass old object name to reftx hook
 2020-12-04  8:37 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).