git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-04-23 16:11:14 to 2019-04-25 17:47:15 UTC [more...]

[RFC PATCH 00/11] rebase -i run without forking rebase--interactive
 2019-04-25 17:47 UTC  (5+ messages)
` [PATCH v1 00/12] Run rebase -i "
  ` [PATCH v1 02/12] rebase: don't translate trace strings

Git Test Coverage Report (April 25)
 2019-04-25 17:09 UTC 

[PATCH] trace2: fix incorrect function pointer check
 2019-04-25 17:08 UTC 

[PATCH] Documentation/merge-options: clarify --squash behavior
 2019-04-25 16:26 UTC  (3+ messages)

[PATCH 0/5] Fix and extend encoding handling in fast export/import
 2019-04-25 15:57 UTC  (8+ messages)
` [PATCH 1/5] t9350: fix encoding test to actually test reencoding
` [PATCH 2/5] fast-import: support 'encoding' commit header
` [PATCH 3/5] fast-export: avoid stripping encoding header if we cannot reencode
` [PATCH 4/5] fast-export: differentiate between explicitly utf-8 and implicitly utf-8
` [PATCH 5/5] fast-export: do automatic reencoding of commit messages only if requested

[PATCH 0/5] Multiple hook support
 2019-04-25 15:27 UTC  (38+ messages)
` [PATCH 1/5] run-command: add preliminary support for multiple hooks
` [PATCH 2/5] builtin/receive-pack: add "
` [PATCH 3/5] sequencer: "
` [PATCH 4/5] builtin/worktree: add support for multiple post-checkout hooks
` [PATCH 5/5] transport: add support for multiple pre-push hooks
    ` How to undo previously set configuration? (again)

[PATCH] Honor core.precomposeUnicode in more places
 2019-04-25 14:58 UTC  (5+ messages)
` [PATCH v2] "

What's cooking in git.git (Apr 2019, #05; Thu, 25)
 2019-04-25 14:50 UTC  (2+ messages)

Request to add option to interactive rebase to preserve latest commit date
 2019-04-25 13:00 UTC 

Multi-line 'git log -G<regex>'?
 2019-04-25 12:25 UTC  (11+ messages)
` [PATCH 0/2] diffcore-pickaxe: implement --pickaxe-raw-diff
` [PATCH 1/2] diffcore-pickaxe: refactor !one or !two case in diff_grep
` [PATCH 2/2] diffcore-pickaxe: add --pickaxe-raw-diff for use with -G

[PATCH v2 0/3] remove extern from function declarations
 2019-04-25 12:07 UTC  (10+ messages)
` [PATCH v3 0/4] "
` [PATCH v4 "
  ` [PATCH v4 1/4] *.[ch]: remove extern from function declarations using spatch
  ` [PATCH v4 2/4] *.[ch]: remove extern from function declarations using sed
  ` [PATCH v4 3/4] *.[ch]: manually align parameter lists
  ` [PATCH v4 4/4] cocci: prevent extern function declarations

[PATCH 0/6] Create commit-graph file format v2
 2019-04-25 11:09 UTC  (10+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] commit-graph: return with errors during write
  ` [PATCH v2 2/5] commit-graph: collapse parameters into flags
  ` [PATCH v2 3/5] commit-graph: create new version flags
  ` [PATCH v2 4/5] commit-graph: add --version=<n> option
  ` [PATCH v2 5/5] commit-graph: implement file format version 2

[PATCH v4 00/10] Create 'expire' and 'repack' verbs for git-multi-pack-index
 2019-04-25 11:06 UTC  (15+ messages)
` [PATCH v5 00/11] "
  ` [PATCH v5 01/11] repack: refactor pack deletion for future use
  ` [PATCH v5 02/11] Docs: rearrange subcommands for multi-pack-index
  ` [PATCH v5 03/11] multi-pack-index: prepare for 'expire' subcommand
  ` [PATCH v5 04/11] midx: simplify computation of pack name lengths
  ` [PATCH v5 05/11] midx: refactor permutation logic and pack sorting
  ` [PATCH v5 06/11] multi-pack-index: implement 'expire' subcommand
  ` [PATCH v5 07/11] multi-pack-index: prepare 'repack' subcommand
  ` [PATCH v5 08/11] midx: implement midx_repack()
  ` [PATCH v5 09/11] multi-pack-index: test expire while adding packs
  ` [PATCH v5 10/11] midx: add test that 'expire' respects .keep files
  ` [PATCH v5 11/11] t5319-multi-pack-index.sh: test batch size zero

[PATCH v5 00/26] Add new command 'switch'
 2019-04-25 10:33 UTC  (7+ messages)
` [PATCH v6 00/27] "
  ` [PATCH v6 15/27] switch: add --discard-changes
  ` [PATCH v6 23/27] switch: reject if some operation is in progress

[PATCH v2 00/19] Add new command "switch"
 2019-04-25 10:20 UTC  (15+ messages)
` [PATCH v3 00/21] "
  ` [PATCH v3 10/21] checkout: split part of it to new command 'switch'

[PATCH 0/5] difftool and mergetool improvements
 2019-04-25  9:54 UTC  (25+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] t7610: add mergetool --gui tests
  ` [PATCH v2 2/5] mergetool: use get_merge_tool_guessed function
  ` [PATCH v3 0/6] difftool and mergetool improvements
    ` [PATCH v3 1/6] t7610: unsuppress output
    ` [PATCH v3 2/6] t7610: add mergetool --gui tests
    ` [PATCH v3 3/6] mergetool: use get_merge_tool function
    ` [PATCH v3 4/6] mergetool: fallback to tool when guitool unavailable
    ` [PATCH v3 5/6] difftool: make --gui, --tool and --extcmd mutually exclusive
    ` [PATCH v3 6/6] difftool: fallback on merge.guitool
    ` [PATCH v4 0/6] difftool and mergetool improvements
      ` [PATCH v4 1/6] t7610: unsuppress output
      ` [PATCH v4 2/6] t7610: add mergetool --gui tests
      ` [PATCH v4 3/6] mergetool: use get_merge_tool function
      ` [PATCH v4 4/6] mergetool: fallback to tool when guitool unavailable
      ` [PATCH v4 5/6] difftool: make --gui, --tool and --extcmd mutually exclusive
      ` [PATCH v4 6/6] difftool: fallback on merge.guitool

[PATCH v2 00/16] Add new command 'restore'
 2019-04-25  9:46 UTC  (18+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/16] checkout: split part of it to "
  ` [PATCH v3 02/16] restore: take tree-ish from --source option instead
  ` [PATCH v3 03/16] restore: make pathspec mandatory
  ` [PATCH v3 04/16] restore: disable overlay mode by default
  ` [PATCH v3 05/16] checkout: factor out worktree checkout code
  ` [PATCH v3 06/16] restore: add --worktree and --staged
  ` [PATCH v3 07/16] restore: reject invalid combinations with --staged
  ` [PATCH v3 08/16] restore: default to --source=HEAD when only --staged is specified
  ` [PATCH v3 09/16] restore: replace --force with --ignore-unmerged
  ` [PATCH v3 10/16] restore: support --patch
  ` [PATCH v3 11/16] t: add tests for restore
  ` [PATCH v3 12/16] completion: support restore
  ` [PATCH v3 13/16] user-manual.txt: prefer 'merge --abort' over 'reset --hard'
  ` [PATCH v3 14/16] doc: promote "git restore"
  ` [PATCH v3 15/16] help: move git-diff and git-reset to different groups
  ` [PATCH v3 16/16] Declare both git-switch and git-restore experimental

[PATCH 0/3] some prune optimizations
 2019-04-25  7:16 UTC  (12+ messages)
` [PATCH 2/3] prune: use bitmaps for reachability traversal
  ` bitmaps by default? [was: prune: use bitmaps for reachability traversal]
      ` [PATCH] repack: enable bitmaps by default on bare repos
              ` [PATCH v3] "

[PATCH v3] git-compat-util: work around for access(X_OK) under root
 2019-04-25  7:01 UTC 

Checkout file without changing index?
 2019-04-25  4:02 UTC  (6+ messages)

[PATCH/RFC] Makefile: dedup list of files obtained from ls-files
 2019-04-25  0:59 UTC  (7+ messages)

[PATCH v6 0/6] blame: add the ability to ignore commits
 2019-04-24 21:07 UTC  (5+ messages)

Git config "ignorecase = true" has issues
 2019-04-24 19:11 UTC  (2+ messages)

[GSoC][PATCH v4 0/7] clone: dir-iterator refactoring with tests
 2019-04-24 18:36 UTC  (8+ messages)
` [GSoC][PATCH v5 "
  ` [GSoC][PATCH v5 3/7] dir-iterator: add flags parameter to dir_iterator_begin

incorrect range-diff output?
 2019-04-24 18:15 UTC  (8+ messages)
` [RFC PATCH 0/4] output improvements for git range-diff
  ` [RFC PATCH 2/4] range-diff: don't remove funcname from inner diff

[PATCH v2] git-compat-util: work around for access(X_OK) under root
 2019-04-24 13:58 UTC  (3+ messages)

Bug: git branch returns EXIT_SUCCESS when no branches found
 2019-04-24 11:11 UTC  (6+ messages)

[WIP 0/7] CDN offloading of fetch response
 2019-04-24  9:09 UTC  (15+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 5/8] Documentation: add Packfile URIs design doc

[PATCH] git-compat-util: work around for access(X_OK) under root
 2019-04-24  7:54 UTC  (8+ messages)

[PATCH] doc/ls-files: put nested list for "-t" option into block
 2019-04-24  2:03 UTC  (2+ messages)

Git Test Coverage Report (April 23)
 2019-04-24  1:40 UTC 

[PATCH] t/perf: depend on perl JSON only when using --codespeed
 2019-04-24  1:20 UTC  (2+ messages)

[PATCH] revisions.txt: mention <rev>~ form
 2019-04-24  1:05 UTC  (3+ messages)

[PATCH v6 0/5] rebase: teach rebase --keep-base
 2019-04-23 23:12 UTC  (4+ messages)
` [PATCH v7 0/6] rebase: learn --keep-base
  ` [PATCH v7 1/6] t3431: add rebase --fork-point tests

Draft of Git Rev News edition 50
 2019-04-23 22:28 UTC 

Special crafted pull requests
 2019-04-23 20:14 UTC 

Resolving deltas dominates clone time
 2019-04-23 20:09 UTC  (4+ messages)

[PATCH v3] documentation: add lab for first contribution
 2019-04-23 19:34 UTC  (2+ messages)
` [PATCH v4] documentation: add tutorial "

[PATCH v2 0/8] CDN offloading of fetch response
 2019-04-23 19:23 UTC  (2+ messages)

Select/copy/paste from Git Terminal not working as expected on Windows
 2019-04-23 16:11 UTC 


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