git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-12-10 00:44:05 to 2018-12-11 16:11:56 UTC [more...]

[PATCH v3 0/7] Reimplement rebase --merge via interactive machinery
 2018-12-11 16:11 UTC  (4+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 1/8] rebase: make builtin and legacy script error messages the same
  ` [PATCH v4 4/8] am, rebase--merge: do not overlook --skip'ed commits with post-rewrite

[PATCH v3 01/42] parse-options: support --git-completion-helper
 2018-12-11 15:40 UTC  (7+ messages)
` [PATCH] parse-options: fix SunCC compiler warning
  ` [PATCH v2] "

Announcing Pro Git Second Edition Reedited
 2018-12-11 15:13 UTC  (4+ messages)

[PATCH 0/2] Fix git help -a with long alias names
 2018-12-11 14:58 UTC  (3+ messages)
` [PATCH 1/2] help.h: fix coding style
` [PATCH 2/2] help -a: handle aliases with long names gracefully

What's cooking in git.git (Dec 2018, #01; Sun, 9)
 2018-12-11 14:48 UTC  (17+ messages)
` pw/add-p-select, was "

Difficulty with parsing colorized diff output
 2018-12-11 14:47 UTC  (5+ messages)

[PATCH] rebase -i: introduce the 'test' command
 2018-12-11 14:11 UTC  (9+ messages)

[PATCH 0/3] protocol v2 and hidden refs
 2018-12-11 13:55 UTC  (6+ messages)
` [PATCH 1/3] serve: pass "config context" through to individual commands
` [PATCH 2/3] parse_hide_refs_config: handle NULL section
` [PATCH 3/3] upload-pack: support hidden refs with protocol v2

Cygwin Git with Windows paths
 2018-12-11 13:39 UTC  (10+ messages)
` [PATCH v2 1/3] git clone <url> C:\cygwin\home\USER\repo' is working (again)
` [PATCH v3 1/1] "

[PATCH 0/5] Create 'expire' and 'repack' verbs for git-multi-pack-index
 2018-12-11 13:00 UTC  (13+ messages)
` [PATCH 1/5] multi-pack-index: prepare for 'expire' verb
` [PATCH 2/5] midx: refactor permutation logic
` [PATCH 3/5] multi-pack-index: implement 'expire' verb
` [PATCH 4/5] multi-pack-index: prepare 'repack' verb
` [PATCH 5/5] midx: implement midx_repack()

[PATCH] run-command: report exec failure
 2018-12-11 12:50 UTC  (4+ messages)

[RFC PATCH 0/3] test-lib: add the '--stress' option to help reproduce occasional failures in flaky tests
 2018-12-11 12:42 UTC  (8+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 1/7] test-lib: translate SIGTERM and SIGHUP to an exit
  ` [PATCH v2 2/7] test-lib: parse some --options earlier

[PATCH] http: add http.version option to select http protocol version
 2018-12-11 12:40 UTC  (4+ messages)

[PATCH 0/2] mingw: support absolute paths without a drive prefix
 2018-12-11 11:25 UTC  (5+ messages)
` [PATCH 1/2] mingw: demonstrate a problem with certain absolute paths
` [PATCH 2/2] mingw: allow absolute paths without drive prefix

[PATCH on sb/more-repo-in-api] revision: use commit graph in get_reference()
 2018-12-11 10:54 UTC  (4+ messages)
` [PATCH on master v2] "

[PATCH 0/3] rebase: offer to reschedule failed exec commands automatically
 2018-12-11 10:31 UTC  (12+ messages)
` [PATCH 1/3] rebase: introduce --reschedule-failed-exec
` [PATCH 2/3] rebase: add a config option to default to --reschedule-failed-exec
` [PATCH 3/3] rebase: introduce a shortcut for --reschedule-failed-exec
  ` email lags, was Re: [PATCH 0/3] rebase: offer to reschedule failed exec commands automatically

Git clone fails with fatal: the remote end hung up unexpectedly
 2018-12-11 10:08 UTC  (4+ messages)

silent_exec_failure when calling gpg
 2018-12-11  9:56 UTC  (4+ messages)

[PATCH v2 0/3] Add commit-graph fuzzer and fix buffer overflow
 2018-12-11  9:50 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/3] commit-graph: fix buffer read-overflow

Retrieving a file in git that was deleted and committed
 2018-12-11  9:46 UTC  (11+ messages)

[BUG] git help -a should no use page when in pipe
 2018-12-11  8:52 UTC  (2+ messages)

[PATCH v2 0/2] support for filtering trees and blobs based on depth
 2018-12-11  8:45 UTC  (4+ messages)
` [PATCH v2 1/2] list-objects-filter: teach tree:# how to handle >0
` [PATCH v2 2/2] tree:<depth>: skip some trees even when collecting omits

(no subject)
 2018-12-11  6:49 UTC 

[PATCH 0/8] introduce no-overlay and cached mode in git checkout
 2018-12-11  6:12 UTC  (40+ messages)
` [PATCH 1/8] move worktree tests to t24*
` [PATCH 2/8] entry: factor out unlink_entry function
` [PATCH 3/8] entry: support CE_WT_REMOVE flag in checkout_entry
` [PATCH 4/8] read-cache: add invalidate parameter to remove_marked_cache_entries
` [PATCH 5/8] checkout: introduce --{,no-}overlay option
` [PATCH 6/8] checkout: add --cached option
` [PATCH 7/8] checkout: allow ignoring unmatched pathspec
` [PATCH 8/8] stash: use git checkout --no-overlay

[PATCH v1 0/8] Many promisor remotes
 2018-12-11  5:27 UTC  (9+ messages)
` [PATCH v1 1/8] fetch-object: make functions return an error code
` [PATCH v1 2/8] Add initial support for many promisor remotes
` [PATCH v1 3/8] promisor-remote: implement promisors_get_direct()
` [PATCH v1 4/8] promisor-remote: add promisor_remote_reinit()
` [PATCH v1 5/8] promisor-remote: use repository_format_partial_clone
` [PATCH v1 6/8] Use promisors_get_direct() and has_promisor_remote()
` [PATCH v1 7/8] promisor-remote: parse remote.*.partialclonefilter
` [PATCH v1 8/8] t0410: test fetching from many promisor remotes

[PATCH] terminology tweak: prune -> path limiting
 2018-12-11  5:16 UTC  (5+ messages)

[wishlist] submodule.update config
 2018-12-11  5:10 UTC  (5+ messages)
    ` [PATCH] "

[wishlist] git submodule update --reset-hard
 2018-12-11  4:08 UTC  (12+ messages)
                ` [PATCH 1/2] submodule: Add --reset-hard option for git submodule update
                  ` [PATCH 2/2] RF+ENH(TST): compare the entire list of submodule status --recursive to stay intact

[PATCH 0/1] worktree: add completion for the rev argument in git worktree add <path> <rev>
 2018-12-11  2:34 UTC  (3+ messages)
` [PATCH 1/1] completion: complete <rev> in `git worktree add <path> <rev>`

A case where diff.colorMoved=plain is more sensible than diff.colorMoved=zebra & others
 2018-12-11  0:54 UTC  (5+ messages)

Questions about ubifs,ubi and mtd?
 2018-12-11  0:42 UTC  (3+ messages)

[PATCH] gitk: Use themable foundbgcolor also in headlines and authors
 2018-12-11  0:14 UTC 

[RFC PATCH 0/3] support for filtering trees and blobs based on depth
 2018-12-10 23:15 UTC  (4+ messages)
` [RFC PATCH 3/3] list-objects-filter: teach tree:# how to handle >0

[PATCH 0/3] rebase: offer to reschedule failed exec commands automatically
 2018-12-10 23:13 UTC 

[PATCH] style: the opening '{' of a function is in a separate line
 2018-12-10 18:51 UTC  (3+ messages)

[PATCH v2 0/6] Add a new "sparse" tree walk algorithm
 2018-12-10 16:42 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] revision: add mark_tree_uninteresting_sparse
  ` [PATCH v3 2/6] list-objects: consume sparse tree walk
  ` [PATCH v3 3/6] pack-objects: add --sparse option
  ` [PATCH v3 4/6] revision: implement sparse algorithm
  ` [PATCH v3 5/6] pack-objects: create pack.useSparse setting
  ` [PATCH v3 6/6] pack-objects: create GIT_TEST_PACK_SPARSE

[PATCH v2 00/16] sequencer: refactor functions working on a todo_list
 2018-12-10 14:33 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 06/16] sequencer: refactor sequencer_add_exec_commands() to work "

[PATCH v3] remote: add --save-to-push option to git remote set-url
 2018-12-10 14:15 UTC  (2+ messages)
` [PATCH v4] "

[Outreachy] My blog
 2018-12-10 12:40 UTC 

[PATCH] sideband: color lines with keyword only
 2018-12-10 11:03 UTC  (3+ messages)

[PATCH] pretty: Add %(trailer:X) to display single trailer
 2018-12-10  8:56 UTC  (6+ messages)
` [PATCH v4 0/7] %(trailers) improvements in pretty format
  ` [PATCH v4 2/7] pretty: allow %(trailers) options with explicit value
  ` [PATCH v4 4/7] pretty: allow showing specific trailers

[PATCH] mailmap: update brandon williams's email address
 2018-12-10  8:36 UTC  (6+ messages)

[PATCH] rebase docs: drop stray word in merge command description
 2018-12-10  8:27 UTC  (4+ messages)

[RFC PATCH 0/2] fallback to interpreter if JIT fails with pcre
 2018-12-10  8:24 UTC  (11+ messages)
` [RFC PATCH 1/2] grep: fallback to interpreter if JIT fails with pcre1
` [RFC PATCH 2/2] grep: fallback to interpreter if JIT fails with pcre2

Fwd:Payment Swift $128.905.05
 2018-12-10  6:06 UTC 

[PATCH v2 7/7] test-lib: add the '--stress' option to run a test repeatedly under load
 2018-12-10  1:34 UTC  (2+ messages)
` [PATCH] fixup! "


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