git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-08-25 17:29:08 to 2020-08-27 17:36:52 UTC [more...]

Cleaning up files reported by size-garbage
 2020-08-27 17:36 UTC  (3+ messages)

post-checkout hook aborts rebase
 2020-08-27 17:27 UTC  (8+ messages)

[PATCH 0/5] add "git worktree repair" command
 2020-08-27 17:14 UTC  (9+ messages)
` [PATCH 1/5] worktree: add skeleton "repair" command
` [PATCH 2/5] worktree: teach "repair" to fix worktree back-links to main worktree
` [PATCH 3/5] worktree: teach "repair" to fix outgoing links to worktrees
` [PATCH 4/5] init: teach --separate-git-dir to repair linked worktrees
` [PATCH 5/5] init: make --separate-git-dir work from within linked worktree

[PATCH] gitk: use the 'reference' format for the commit reference
 2020-08-27 16:26 UTC  (2+ messages)

feature request - add --only-author option to git push
 2020-08-27 15:58 UTC  (6+ messages)

[PATCH 0/7] [RFC] Maintenance III: background maintenance
 2020-08-27 15:47 UTC  (22+ messages)
` [PATCH v2 "
  ` [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

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

[PATCH] builtin/repack.c: invalidate MIDX only when necessary
 2020-08-27 15:34 UTC  (58+ messages)
          ` [PATCH] pack-redundant: gauge the usage before proposing its removal
            ` [PATCH v1 0/3] War on dashed-git
              ` [PATCH v1 1/3] transport-helper: do not run git-remote-ext etc. in dashed form
              ` [PATCH v1 2/3] cvsexportcommit: do not run git programs "
              ` [PATCH v1 3/3] git: catch an attempt to run "git-foo"
                  ` [PATCH v2 0/2] avoid running "git-subcmd" in the dashed form
                    ` [PATCH v2 1/2] transport-helper: do not run git-remote-ext etc. in "
                    ` [PATCH v2 2/2] cvsexportcommit: do not run git programs "
                      ` [PATCH v2 3/2] credential-cache: use child_process.args
                        ` [PATCH] run_command: teach API users to use embedded 'args' more
                                  ` [PATCH] worktree: fix leak in check_clean_worktree()
    ` [PATCH v2] builtin/repack.c: invalidate MIDX only when necessary

[PATCH v2 00/10] [GSoC] Implement Corrected Commit Date
 2020-08-27 13:15 UTC  (11+ messages)
` [PATCH v3 00/11] "
  ` [PATCH v3 09/11] commit-graph: use generation v2 only if entire chain does
  ` [PATCH v3 11/11] doc: add corrected commit date info

[ANNOUNCE] Git Rev News edition 66
 2020-08-27 14:31 UTC 

[PATCH] clone: add remote.cloneDefault config option
 2020-08-27 14:00 UTC  (7+ messages)

[PATCH 3/3] t7421: eliminate 'grep' check in t7421.4 for mingw compatibility
 2020-08-27  9:14 UTC  (2+ messages)

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

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

git init --separate-git-dir doesn't play nice with linked working trees
 2020-08-27  8:26 UTC  (2+ messages)

[PATCH] pretty-options.txt: fix --no-abbrev-commit description
 2020-08-27  4:32 UTC  (6+ messages)

[PATCH] wt-status: expand, not dwim, a "detached from" ref
 2020-08-27  2:10 UTC  (3+ messages)

[PATCH] builtin/index-pack.c: fix some sparse warnings
 2020-08-27  0:40 UTC 

[PATCH v2 00/11] Maintenance I: Command, gc and commit-graph tasks
 2020-08-26 23:56 UTC  (16+ 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 0/6] fixup ra/rebase-i-more-options
 2020-08-26 21:41 UTC  (4+ messages)
` [PATCH v8 0/5] cleanup ra/rebase-i-more-options
  ` [PATCH v8 3/5] rebase -i: support --committer-date-is-author-date

[PATCH 0/2] Fix trailers atom bug and improved tests
 2020-08-26 15:18 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] ref-filter: 'contents:trailers' show error if `:` is missing

Mismatched HEAD default behavior from git log
 2020-08-26 20:20 UTC  (7+ messages)
        ` [PATCH] revision: set rev_input_given in handle_revision_arg()

[GSoC][PATCH 0/3] submodule: fixup to summary-v3
 2020-08-26 16:47 UTC  (8+ messages)
` [PATCH 2/3] submodule: fix style in function definition
` [PATCH 3/3] t7421: eliminate 'grep' check in t7421.4 for mingw compatibility

[PATCH v2 0/9] Maintenance II: prefetch, loose-objects, incremental-repack tasks
 2020-08-26 16:21 UTC  (13+ 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] git-gui: accommodate for intent-to-add files
 2020-08-26 14:52 UTC  (4+ messages)

[GSoC][PATCH] submodule: port submodule subcommand 'add' from shell to C
 2020-08-26 10:54 UTC  (6+ messages)

Temporary credentials timeout during long operations
 2020-08-26  1:44 UTC  (2+ messages)

[PATCH 0/7] Better threaded delta resolution in index-pack (another try)
 2020-08-25 21:46 UTC  (4+ messages)

git clone --shallow-since can result in inconsistent shallow clones
 2020-08-25 19:51 UTC  (2+ messages)

What's cooking in git.git (Aug 2020, #06; Mon, 24)
 2020-08-25 19:42 UTC  (2+ messages)

[PATCH] git-gui: Basic dark mode support
 2020-08-25 19:01 UTC  (2+ messages)

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


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