git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-12-04 20:50:26 to 2020-12-07 03:21:28 UTC [more...]

[PATCH v2 1/5] Documentation/Makefile: conditionally include doc.dep
 2020-12-07  3:18 UTC  (2+ messages)

[PATCH v4 0/2] rev-parse options for absolute or relative paths
 2020-12-07  2:38 UTC  (7+ messages)
` [PATCH v4 1/2] abspath: add a function to resolve paths with missing components
` [PATCH v4 2/2] rev-parse: add option for absolute or relative path formatting

[PATCH] Makefile: conditionally include GIT-VERSION-FILE
 2020-12-07  0:39 UTC 

[PATCH v2 5/5] Makefile: don't use a versioned temp distribution directory
 2020-12-07  0:36 UTC 

[PATCH v2 3/5] gitweb/Makefile: conditionally include ../GIT-VERSION-FILE
 2020-12-07  0:34 UTC 

[PATCH v2 4/5] Makefile: don't try to clean old debian build product
 2020-12-07  0:35 UTC 

[PATCH v2 0/5] speed up 'make clean'
 2020-12-07  0:30 UTC 

[PATCH v2 2/5] Documentation/Makefile: conditionally include ../GIT-VERSION-FILE
 2020-12-07  0:32 UTC 

`git grep` is too picky about option parsing
 2020-12-06 22:12 UTC 

[PATCH 00/26] git-log: implement new --diff-merge options
 2020-12-06 16:39 UTC  (10+ messages)
` [PATCH v1 00/27] "

[PATCH v2] builtin/bugreport.c: use thread-safe localtime_r()
 2020-12-06 14:56 UTC  (3+ messages)
` [PATCH v2 1/2] banned.h: mark non-reentrant gmtime, etc as banned

[PATCH v2 00/14] pull: default warning improvements
 2020-12-06 14:31 UTC  (49+ 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

[PATCH] t7064: avoid relying on a specific default branch name
 2020-12-06 14:27 UTC 

[PATCH] t6300: avoid using the default name of the initial branch
 2020-12-06 13:15 UTC 

[PATCH] t5310: stop expecting the default branch name `master`
 2020-12-06 13:17 UTC 

[PATCH 0/1] git-gui: fix colored label backgrounds on Mac
 2020-12-06 13:07 UTC  (5+ messages)
` [PATCH 1/1] git-gui: fix colored label backgrounds when using themed widgets

[PATCH v4 00/19] Parallel Checkout (part I)
 2020-12-06 11:36 UTC  (22+ 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 v4 05/19] entry: extract a header file for entry.c functions
` [PATCH v4 07/19] entry: extract cache_entry update from write_entry()
` [PATCH v4 08/19] entry: move conv_attrs lookup up to checkout_entry()
` [PATCH v4 09/19] entry: add checkout_entry_ca() which takes preloaded conv_attrs
` [PATCH v4 10/19] unpack-trees: add basic support for parallel checkout

[PATCH 0/7] diffcore-rename improvements
 2020-12-06  3:01 UTC  (9+ messages)
` [PATCH 1/7] diffcore-rename: avoid usage of global in too_many_rename_candidates()
` [PATCH 2/7] diffcore-rename: remove unnecessary if-clause
` [PATCH 3/7] diffcore-rename: rename num_create to num_targets
` [PATCH 4/7] diffcore-rename: change a few comments to use 'add' instead of 'create'
` [PATCH 5/7] diffcore-rename: reduce jumpiness in progress counters
` [PATCH 6/7] diffcore-rename: simplify and accelerate register_rename_src()
` [PATCH 7/7] Accelerate rename_dst setup

[PATCH 00/21] trailer fixes
 2020-12-06  0:24 UTC  (20+ messages)
` [PATCH 0/5] pretty format %(trailers): improve machine readability
  ` [PATCH v2 "
  ` [PATCH v2 1/5] pretty format %(trailers) test: split a long line
  ` [PATCH v2 2/5] pretty format %(trailers) doc: avoid repetition
  ` [PATCH v2 3/5] pretty-format %(trailers): fix broken standalone "valueonly"
  ` [PATCH v2 4/5] pretty format %(trailers): add a "keyonly"
  ` [PATCH v2 5/5] pretty format %(trailers): add a "key_value_separator"
` [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 v3 00/16] pull: default warning improvements
 2020-12-05 20:19 UTC  (20+ messages)
` [PATCH v3 01/16] doc: pull: explain what is a fast-forward
` [PATCH v3 02/16] pull: improve default warning
` [PATCH v3 03/16] pull: refactor fast-forward check
` [PATCH v3 04/16] pull: cleanup autostash check
` [PATCH v3 05/16] pull: trivial cleanup
` [PATCH v3 06/16] pull: move default warning
` [PATCH v3 07/16] pull: display default warning only when non-ff
` [PATCH v3 08/16] pull: trivial whitespace style fix
` [PATCH v3 09/16] pull: introduce --merge option
` [PATCH v3 10/16] pull: show warning with --ff
` [PATCH v3 11/16] rebase: add REBASE_DEFAULT
` [PATCH v3 12/16] pull: move configurations fetches
` [PATCH v3 13/16] pull: add proper error with --ff-only
    ` [PATCH 1/2] "
      ` [PATCH 2/2] tentative: pull: change the semantics of --ff-only
` [PATCH v3 14/16] test: merge-pull-config: trivial cleanup
` [PATCH v3 15/16] test: pull-options: revert unnecessary changes
` [PATCH v3 16/16] pull: trivial memory fix

'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  (13+ messages)
` [PATCH 6/9] oid-array: provide a for-loop iterator
` [PATCH 7/9] commit-graph: drop count_distinct_commits() function

[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  (19+ messages)
` [PATCH v2 "
  ` [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()


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