git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-08-06 18:35:29 to 2018-08-08 17:00:31 UTC [more...]

[PATCH v2 0/4] Speed up unpack_trees()
 2018-08-08 17:00 UTC  (6+ messages)
` [PATCH v3 "

[PATCH 0/2] Fix two grammar errors related to the word "save"
 2018-08-08 16:39 UTC  (5+ messages)
` [PATCH 1/2] git-compat-util.h: fix typo
` [PATCH 2/2] remote-curl: remove spurious period

[PATCH 0/2] Repacking of promisor packfiles
 2018-08-08 16:34 UTC  (11+ messages)
` [PATCH 1/2] repack: refactor setup of pack-objects cmd
` [PATCH 2/2] repack: repack promisor objects if -a or -A is set

[PATCH] t7406: Make a test_must_fail call fail for the right reason
 2018-08-08 16:31 UTC  (24+ messages)
` [PATCH 0/2] Simple fixes to t7406
  ` [PATCH 3/3] t7406: make a test_must_fail call fail for the right reason
  ` [PATCHv3 0/5] Simple fixes to t7406
    ` [PATCHv3 1/5] t7406: simplify by using diff --name-only instead of diff --raw
    ` [PATCHv3 2/5] t7406: avoid having git commands upstream of a pipe
    ` [PATCHv3 3/5] t7406: prefer test_* helper functions to test -[feds]
    ` [PATCHv3 4/5] t7406: avoid using test_must_fail for commands other than git
    ` [PATCHv3 5/5] t7406: fix call that was failing for the wrong reason
    ` [PATCHv4 0/5] Simple fixes to t7406
      ` [PATCHv4 1/5] t7406: fix call that was failing for the wrong reason
      ` [PATCHv4 2/5] t7406: simplify by using diff --name-only instead of diff --raw
      ` [PATCHv4 3/5] t7406: avoid having git commands upstream of a pipe
      ` [PATCHv4 4/5] t7406: prefer test_* helper functions to test -[feds]
      ` [PATCHv4 5/5] t7406: avoid using test_must_fail for commands other than git

[RFC PATCH] line-log: clarify [a,b) notation for ranges
 2018-08-08 16:26 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] mw-to-git/t9360: fix broken &&-chain
 2018-08-08 16:10 UTC  (2+ messages)

Help with "fatal: unable to read ...." error during GC?
 2018-08-08 16:06 UTC  (2+ messages)

[GSoC][PATCH v4 00/20] rebase -i: rewrite in C
 2018-08-08 16:04 UTC  (14+ messages)
` [GSoC][PATCH v5 "
  ` [GSoC][PATCH v5 02/20] rebase -i: rewrite append_todo_help() "
  ` [GSoC][PATCH v5 04/20] rebase -i: rewrite the edit-todo functionality "

[GSoC] [PATCH 00/11] A minimal builtin rebase
 2018-08-08 16:03 UTC  (13+ messages)
` [PATCH 01/11] builtin rebase: support --onto
` [PATCH 02/11] builtin rebase: support `git rebase --onto A...B`
` [PATCH 03/11] builtin rebase: handle the pre-rebase hook (and add --no-verify)
` [PATCH 04/11] builtin rebase: support --quiet
` [PATCH 05/11] builtin rebase: support the `verbose` and `diffstat` options
` [PATCH 06/11] builtin rebase: require a clean worktree
` [PATCH 07/11] builtin rebase: try to fast forward when possible
` [PATCH 08/11] builtin rebase: support --force-rebase
` [PATCH 09/11] builtin rebase: start a new rebase only if none is in progress
` [PATCH 10/11] builtin rebase: only store fully-qualified refs in `options.head_name`
` [PATCH 11/11] builtin rebase: support `git rebase <upstream> <switch-to>`

[PATCH v2 0/4] fix "rebase -i --root" corrupting root commit
 2018-08-08 16:01 UTC  (24+ messages)
` [PATCH v3 0/2] Fix author script quoting
  ` [PATCH v3 2/2] sequencer: fix quoting in write_author_script
` [PATCH v4 0/2] fix author-script quoting
  ` [PATCH v4 1/2] sequencer: handle errors from read_author_ident()
  ` [PATCH v4 2/2] sequencer: fix quoting in write_author_script

[GSoC] [PATCH 0/1] default to builtin rebase
 2018-08-08 15:53 UTC  (2+ messages)
` [PATCH 1/1] rebase: default to using the "

[GSoC] [PATCH 0/6] builtin rebase rest
 2018-08-08 15:36 UTC  (7+ messages)
` [PATCH 1/6] builtin rebase: optionally auto-detect the upstream
` [PATCH 2/6] builtin rebase: optionally pass custom reflogs to reset_head()
` [PATCH 3/6] builtin rebase: fast-forward to onto if it is a proper descendant
` [PATCH 4/6] builtin rebase: show progress when connected to a terminal
` [PATCH 5/6] builtin rebase: use no-op editor when interactive is "implied"
` [PATCH 6/6] builtin rebase: error out on incompatible option/mode combinations

[GSoC] [PATCH 00/18] builtin rebase options
 2018-08-08 15:21 UTC  (19+ messages)
` [PATCH 01/18] builtin rebase: allow selecting the rebase "backend"
` [PATCH 02/18] builtin rebase: support --signoff
` [PATCH 03/18] builtin rebase: support --rerere-autoupdate
` [PATCH 04/18] builtin rebase: support --committer-date-is-author-date
` [PATCH 05/18] builtin rebase: support `ignore-whitespace` option
` [PATCH 06/18] builtin rebase: support `ignore-date` option
` [PATCH 07/18] builtin rebase: support `keep-empty` option
` [PATCH 08/18] builtin rebase: support `--autosquash`
` [PATCH 09/18] builtin rebase: support `--gpg-sign` option
` [PATCH 10/18] builtin rebase: support `-C` and `--whitespace=<type>`
` [PATCH 11/18] builtin rebase: support `--autostash` option
` [PATCH 12/18] builtin rebase: support `--exec`
` [PATCH 13/18] builtin rebase: support `--allow-empty-message` option
` [PATCH 14/18] builtin rebase: support --rebase-merges[=[no-]rebase-cousins]
` [PATCH 15/18] merge-base --fork-point: extract libified function
` [PATCH 16/18] builtin rebase: support `fork-point` option
` [PATCH 17/18] builtin rebase: add support for custom merge strategies
` [PATCH 18/18] builtin rebase: support --root

Page content is wider than view window
 2018-08-08 15:16 UTC  (3+ messages)

[GSoC] [PATCH 0/7] builtin rebase actions
 2018-08-08 15:06 UTC  (8+ messages)
` [PATCH 1/7] builtin rebase: support --continue
` [PATCH 2/7] builtin rebase: support --skip
` [PATCH 3/7] builtin rebase: support --abort
` [PATCH 4/7] builtin rebase: support --quit
` [PATCH 5/7] builtin rebase: support --edit-todo and --show-current-patch
` [PATCH 6/7] builtin rebase: actions require a rebase in progress
` [PATCH 7/7] builtin rebase: stop if `git am` is "

[PATCH v7 0/1] sideband: highlight keywords in remote sideband output
 2018-08-08 13:12 UTC  (4+ messages)
` [PATCH v7 1/1] "

[PATCH v3 00/20] Add `range-diff`, a `tbdiff` lookalike
 2018-08-08 13:05 UTC  (4+ messages)
` [PATCH v4 00/21] "

[PATCH 1/2] git-instaweb: support Fedora/Red Hat apache module path
 2018-08-08  8:49 UTC  (6+ messages)
` [PATCH 2/2] git-instaweb: fix apache2 config with apache >= 2.4

[PATCH] git-instaweb.sh: Generate unixd module loading
 2018-08-08  8:32 UTC 

[PATCH] status: -i shorthand for --ignored command line option
 2018-08-08  7:34 UTC  (2+ messages)

[RFC] submodule: munge paths to submodule git directories
 2018-08-08  0:14 UTC  (3+ messages)

[PATCH 0/4] line-log: be more careful when adjusting multiple line ranges
 2018-08-07 22:00 UTC  (6+ messages)
` [PATCH 4/4] line-log: convert an assertion to a full BUG() call

[PATCH/RFC] clone: report duplicate entries on case-insensitive filesystems
 2018-08-07 19:31 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/1] Support git pull --rebase=i <remote> <branch>
 2018-08-07 19:28 UTC  (5+ messages)
` [PATCH 1/1] pull --rebase=<type>: allow single-letter abbreviations for the type

[PATCH] worktree: add --quiet option
 2018-08-07 19:12 UTC  (5+ messages)

[PATCH] travis-ci: include the trash directories of failed tests in the trace log
 2018-08-07 18:58 UTC  (2+ messages)

[PATCH] Documentation/diff-options: explain different diff algorithms
 2018-08-07 15:56 UTC  (4+ messages)

What's cooking in git.git (Aug 2018, #01; Thu, 2)
 2018-08-07 15:42 UTC  (4+ messages)

What's cooking in git.git (Aug 2018, #02; Mon, 6)
 2018-08-07 14:54 UTC  (6+ messages)

[RFC] broken test for git am --scissors
 2018-08-07 11:24 UTC  (9+ messages)
` [PATCH] t4150: fix broken test for "
  ` [PATCH v2] "
    ` [PATCH v3] "

[RFC PATCH v2 00/12] Make submodules work if .gitmodules is not checked out
 2018-08-07  9:19 UTC  (8+ messages)
` [RFC PATCH v2 06/12] submodule--helper: add a '--stage' option to the 'config' sub command

[PATCH v2 00/10] detect broken &&-chains in subshells
 2018-08-07  8:21 UTC  (7+ messages)
` [PATCH 0/5] chainlint: improve robustness against "unusual" shell coding
  ` [PATCH 1/5] chainlint: match arbitrary here-docs tags rather than hard-coded names
  ` [PATCH 2/5] chainlint: recognize multi-line $(...) when command cuddled with "$("
  ` [PATCH 3/5] chainlint: let here-doc and multi-line string commence on same line
  ` [PATCH 4/5] chainlint: recognize multi-line quoted strings more robustly
  ` [PATCH 5/5] chainlint: add test of pathological case which triggered false positive

Support JSON with --json flag and provide header files
 2018-08-07  4:57 UTC  (2+ messages)

Two RFC/WIP series for facilitating merge conflict resolution
 2018-08-06 22:47 UTC  (7+ messages)
` [RFC/WIP PATCH 0/1] Simplify handling of directory/file conflicts
  ` [RFC/WIP PATCH 1/1] merge-recursive: make file/directory conflicts easier to resolve
` [RFC/WIP PATCH 0/3] Modifications to handling of non-textual file merge conflicts
  ` [RFC/WIP PATCH 1/3] rerere: avoid buffer overrun
  ` [RFC/WIP PATCH 2/3] merge-recursive: fix handling of submodules in modify/delete conflicts
  ` [RFC/WIP PATCH 3/3] merge-recursive: provide more conflict hints for non-textual conflicts

[PATCH 0/2 v4] sideband: highlight keywords in remote sideband output
 2018-08-06 22:12 UTC  (5+ messages)
` [PATCH 2/2] "

[BUG] A part of an edge from an octopus merge gets colored, even with --color=never
 2018-08-06 21:28 UTC  (12+ messages)

abstracting commit signing/verify to support other signing schemes
 2018-08-06 20:24 UTC  (3+ messages)

[PATCH 0/7] improve range-diffs coloring and [RFC] move detection
 2018-08-06 20:18 UTC  (4+ messages)

[GSoC] [PATCH v5 0/3] rebase: rewrite rebase in C
 2018-08-06 19:31 UTC  (5+ messages)
` [GSoC] [PATCH v6 "
  ` [GSoC] [PATCH v6 1/3] rebase: start implementing it as a builtin
  ` [GSoC] [PATCH v6 2/3] rebase: refactor common shell functions into their own file
  ` [GSoC] [PATCH v6 3/3] builtin/rebase: support running "git rebase <upstream>"

[PATCH] add a script to diff rendered documentation
 2018-08-06 19:29 UTC  (5+ messages)

[RFC PATCH 0/5] Add delta islands support
 2018-08-06 19:21 UTC  (7+ messages)
` [RFC PATCH 2/5] Add delta-islands.{c,h}

[PATCH] Makefile: enable DEVELOPER by default
 2018-08-06 19:20 UTC  (13+ messages)

[PATCH v6 0/1] sideband: highlight keywords in remote sideband output
 2018-08-06 18:58 UTC  (3+ messages)
` [PATCH v6 1/1] "

[PATCH] t: factor out FUNNYNAMES as shared lazy prereq
 2018-08-06 18:35 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).