git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-08-22 00:06:01 to 2020-08-25 18:40:50 UTC [more...]

[PATCH 0/7] [RFC] Maintenance III: background maintenance
 2020-08-25 18:40 UTC  (12+ messages)
` [PATCH 3/7] maintenance: add --scheduled option and config
` [PATCH v2 0/7] [RFC] Maintenance III: background maintenance
  ` [PATCH v2 1/7] maintenance: optionally skip --auto process
  ` [PATCH v2 2/7] maintenance: store the "last run" time in config
  ` [PATCH v2 3/7] maintenance: add --scheduled option and config
  ` [PATCH v2 4/7] for-each-repo: run subcommands on configured repos
  ` [PATCH v2 5/7] maintenance: add [un]register subcommands
  ` [PATCH v2 6/7] maintenance: add start/stop subcommands
  ` [PATCH v2 7/7] maintenance: recommended schedule in register/start

git clone --shallow-since can result in inconsistent shallow clones
 2020-08-25 18:38 UTC 

[PATCH v2 0/9] Maintenance II: prefetch, loose-objects, incremental-repack tasks
 2020-08-25 18:36 UTC  (10+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 1/8] maintenance: add prefetch task
  ` [PATCH v3 2/8] maintenance: add loose-objects task
  ` [PATCH v3 3/8] maintenance: create auto condition for loose-objects
  ` [PATCH v3 4/8] midx: enable core.multiPackIndex by default
  ` [PATCH v3 5/8] midx: use start_delayed_progress()
  ` [PATCH v3 6/8] maintenance: add incremental-repack task
  ` [PATCH v3 7/8] maintenance: auto-size incremental-repack batch
  ` [PATCH v3 8/8] maintenance: add incremental-repack auto condition

[PATCH v2 00/11] Maintenance I: Command, gc and commit-graph tasks
 2020-08-25 18:33 UTC  (13+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/11] maintenance: create basic maintenance runner
  ` [PATCH v3 02/11] maintenance: add --quiet option
  ` [PATCH v3 03/11] maintenance: replace run_auto_gc()
  ` [PATCH v3 04/11] maintenance: initialize task array
  ` [PATCH v3 05/11] maintenance: add commit-graph task
  ` [PATCH v3 06/11] maintenance: add --task option
  ` [PATCH v3 07/11] maintenance: take a lock on the objects directory
  ` [PATCH v3 08/11] maintenance: create maintenance.<task>.enabled config
  ` [PATCH v3 09/11] maintenance: use pointers to check --auto
  ` [PATCH v3 10/11] maintenance: add auto condition for commit-graph task
  ` [PATCH v3 11/11] maintenance: add trace2 regions for task execution

[PATCH] refs: remove lookup cache for reference-transaction hook
 2020-08-25 18:29 UTC  (10+ messages)
` [PATCH v2] "

[PATCH] builtin/repack.c: invalidate MIDX only when necessary
 2020-08-25 18:27 UTC  (24+ messages)
    ` [PATCH v2] "

[PATCH 0/7] Better threaded delta resolution in index-pack (another try)
 2020-08-25 18:11 UTC  (17+ messages)
` [PATCH 1/7] Documentation: deltaBaseCacheLimit is per-thread
` [PATCH] fetch-pack: in partial clone, pass --promisor
` [PATCH 2/7] index-pack: remove redundant parameter
` [PATCH 3/7] index-pack: unify threaded and unthreaded code
` [PATCH 4/7] index-pack: remove redundant child field
` [PATCH 5/7] index-pack: calculate {ref,ofs}_{first,last} early
` [PATCH 6/7] index-pack: make resolve_delta() assume base data
` [PATCH 7/7] index-pack: make quantum of work smaller
` [PATCH] fixup! "

[GSoC][PATCH 0/3] submodule: fixup to summary-v3
 2020-08-25 16:10 UTC  (7+ messages)
` [PATCH 1/3] submodule: eliminate unused parameters from print_submodule_summary()
` [PATCH 2/3] submodule: fix style in function definition
` [PATCH 3/3] t7421: eliminate 'grep' check in t7421.4 for mingw compatibility

[PATCH 0/3] Optionally skip linking/copying the built-ins
 2020-08-25 16:03 UTC  (23+ messages)
` [PATCH 2/3] "
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] msvc: copy the correct `.pdb` files in the Makefile target `install`
  ` [PATCH v2 2/3] Optionally skip linking/copying the built-ins
  ` [PATCH v2 3/3] ci: stop linking built-ins to the dashed versions

What's cooking in git.git (Aug 2020, #06; Mon, 24)
 2020-08-25 15:46 UTC  (3+ messages)
` pw/add-p-allowed-options-fix, was "

[PATCH v2 00/10] [GSoC] Implement Corrected Commit Date
 2020-08-25 12:18 UTC  (30+ messages)
` [PATCH v3 00/11] "
  ` [PATCH v3 03/11] commit-graph: consolidate fill_commit_graph_info
  ` [PATCH v3 05/11] commit-graph: return 64-bit generation number
  ` [PATCH v3 06/11] commit-graph: add a slab to store topological levels
  ` [PATCH v3 07/11] commit-graph: implement corrected commit date
  ` [PATCH v3 08/11] commit-graph: implement generation data chunk
  ` [PATCH v3 09/11] commit-graph: use generation v2 only if entire chain does
  ` [PATCH v3 10/11] commit-reach: use corrected commit dates in paint_down_to_common()
  ` [PATCH v3 11/11] doc: add corrected commit date info

Draft of Git Rev News edition 66
 2020-08-25  7:53 UTC 

[PATCH 0/2] Fix trailers atom bug and improved tests
 2020-08-24 23:32 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] ref-filter: 'contents:trailers' show error if `:` is missing
  ` [PATCH v3 0/4] [GSoC] Fix trailers atom bug and improved tests

[RFD] on removing "git-foo" for builtins from disk
 2020-08-24 22:23 UTC 

[PATCH] Avoid infinite loop in malformed packfiles
 2020-08-24 21:22 UTC  (13+ messages)

git add intent-to-add then git add patch no longer allows edit
 2020-08-24 21:03 UTC  (6+ messages)

[GSoC][PATCH] submodule: port submodule subcommand 'add' from shell to C
 2020-08-24 20:46 UTC  (4+ messages)

Possible bug with git restore
 2020-08-24 20:25 UTC  (11+ messages)
          ` [PATCH] checkout, restore: make pathspec recursive

[RFC v2 0/1] implement support for negative refspecs
 2020-08-24 19:26 UTC  (6+ messages)
` [RFC v2 1/1] refspec: add "

[PATCH 0/2] Update update-index --cacheinfo entries' format
 2020-08-24 18:51 UTC  (4+ messages)
` [PATCH 1/2] Unify `update-index --cacheinfo` usage
` [PATCH 2/2] Unify `update-index --cacheinfo` usage (tests)

For how long will restore and switch be experimental
 2020-08-24 18:38 UTC  (2+ messages)

[PATCH] commit: provide option to add Fixes tags to log
 2020-08-24 18:19 UTC  (2+ messages)

[PATCH 0/3] index-pack threading defaults
 2020-08-24 17:55 UTC  (5+ messages)
` [PATCH 3/3] index-pack: adjust default threading cap

[GSoC][PATCH v2 0/5] submodule: port subcommand 'summary' from shell to C
 2020-08-24 17:54 UTC  (4+ messages)
` [GSoC][PATCH v3 0/4] "
  ` [PATCH v3 4/4] submodule: port submodule "

[PATCH v3 4/4] submodule: port submodule subcommand 'summary' from shell to C
 2020-08-24 17:50 UTC  (10+ messages)

[PATCH v17 00/10] New proc-receive hook for centralized workflow
 2020-08-24 17:42 UTC  (12+ messages)
` [PATCH v18 "
` [PATCH v18 01/10] transport: not report a non-head push as a branch
` [PATCH v18 02/10] t5411: add basic test cases for proc-receive hook
` [PATCH v18 03/10] receive-pack: add new "
` [PATCH v18 04/10] receive-pack: feed report options to post-receive
` [PATCH v18 05/10] New capability "report-status-v2" for git-push
` [PATCH v18 06/10] doc: add document for capability report-status-v2
` [PATCH v18 07/10] receive-pack: new config receive.procReceiveRefs
` [PATCH v18 08/10] t5411: test updates of remote-tracking branches
` [PATCH v18 09/10] transport: parse report options for tracking refs
` [PATCH v18 10/10] doc: add documentation for the proc-receive hook

[PATCH] git-gui: Basic dark mode support
 2020-08-24 15:48 UTC 

[RFC PATCH 0/2] Allow adding .git files and directories
 2020-08-24 13:52 UTC  (15+ messages)

[BUG] git-cherry false-positive on upstream new-line change at end-of-file
 2020-08-24 12:42 UTC  (4+ messages)
` [PATCH] patch-id: ignore newline at end of file in diff_flush_patch_id()

[GSoC] Shourya's Blog
 2020-08-24  7:50 UTC 

[PATCH v4 0/3] apply: handle i-t-a entries in index
 2020-08-23 15:58 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 3/3] t4140: test apply with i-t-a paths

[PATCH] bisect: add first-parent option to documentation
 2020-08-23  6:50 UTC  (2+ messages)

style(git-gui): Fix mixed tabs & spaces; Always use tabs
 2020-08-22 22:24 UTC  (3+ messages)
  ` [PATCH v2] style(git-gui): Fix mixed tabs & spaces; Prefer tabs

git submodule status never says “old commits”
 2020-08-22  1:54 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).