git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-12-10 18:47:15 to 2018-12-12 07:59:04 UTC [more...]

Announcing Pro Git Second Edition Reedited
 2018-12-12  7:58 UTC  (8+ messages)

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

[PATCH 0/5] Create 'expire' and 'repack' verbs for git-multi-pack-index
 2018-12-12  7:40 UTC  (12+ messages)
` [PATCH 1/5] multi-pack-index: prepare for 'expire' verb
` [PATCH 4/5] multi-pack-index: prepare 'repack' verb
` [PATCH 5/5] midx: implement midx_repack()

[PATCH 0/8] introduce no-overlay and cached mode in git checkout
 2018-12-12  7:36 UTC  (47+ 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

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

[PATCHSET] git-reverse-trailer-xrefs: Reverse map cherry-picks and other cross-references
 2018-12-12  7:26 UTC  (7+ messages)
` [PATCH 1/5] trailer: Implement a helper to reverse-map trailer xrefs
` [PATCH 2/5] notes: Implement special handlings for refs/notes/xref-
` [PATCH 3/5] notes: Implement git-reverse-trailer-xrefs
` [PATCH 4/5] githooks: Add post-cherry-pick and post-fetch hooks
` [PATCH 5/5] notes: Implement xref-cherry-picks hooks and tests

Minor(?) usability issue with branch.<name>.pushRemote
 2018-12-12  7:15 UTC 

[PATCH] cherry-pick: do not error on non-merge commits when '-m 1' is specified
 2018-12-12  5:35 UTC  (3+ messages)

High locking contention during repack?
 2018-12-12  3:01 UTC 

[PATCH 0/3] protocol v2 and hidden refs
 2018-12-12  0:27 UTC  (15+ 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
    ` [PATCH 0/3] Add a GIT_TEST_PROTOCOL_VERSION=X test mode
    ` [PATCH 1/3] tests: add a special setup where for protocol.version
      ` [PATCH 0/3] Some fixes and improvements
        ` [PATCH 1/3] squash this into your patch
        ` [PATCH 2/3] builtin/fetch-pack: support protocol version 2
        ` [PATCH 3/3] also squash this into your patch
    ` [PATCH 2/3] tests: mark tests broken under GIT_TEST_PROTOCOL_VERSION=1
    ` [PATCH 3/3] tests: mark tests broken under GIT_TEST_PROTOCOL_VERSION=2

[PATCH 0/3] remote-curl smart-http discovery cleanup
 2018-12-12  0:25 UTC  (6+ messages)
` [PATCH v3 0/4] Unify pkt-line error handling and refactor smart-http
  ` [PATCH v3 1/4] pack-protocol.txt: accept error packets in any context
  ` [PATCH v3 2/4] remote-curl: refactor smart-http discovery
  ` [PATCH v3 3/4] remote-curl: tighten "version 2" check for smart-http
  ` [PATCH v3 4/4] lib-httpd, t5551: check server-side HTTP errors

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

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

[PATCH 0/1] .gitattributes: ensure t/oid-info/* has eol=lf
 2018-12-11 20:35 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] commit: abort before commit-msg if empty message
 2018-12-11 20:14 UTC  (2+ messages)

Difficulty with parsing colorized diff output
 2018-12-11 18:55 UTC  (8+ messages)

Outreachy - Blog
 2018-12-11 18:21 UTC 

[BUG] Git 2.20: `git help -a' hangs if specific git alias occurs
 2018-12-11 17:46 UTC  (3+ messages)

[PATCH 0/3] rebase: offer to reschedule failed exec commands automatically
 2018-12-11 17:36 UTC  (14+ 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

[RFC] A global mailmap service
 2018-12-11 16:37 UTC 

[PATCH v3 0/7] Reimplement rebase --merge via interactive machinery
 2018-12-11 16:11 UTC  (10+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 1/8] rebase: make builtin and legacy script error messages the same
  ` [PATCH v4 2/8] rebase: fix incompatible options error message
  ` [PATCH v4 3/8] t5407: add a test demonstrating how interactive handles --skip differently
  ` [PATCH v4 4/8] am, rebase--merge: do not overlook --skip'ed commits with post-rewrite
  ` [PATCH v4 5/8] git-rebase, sequencer: extend --quiet option for the interactive machinery
  ` [PATCH v4 6/8] git-legacy-rebase: simplify unnecessary triply-nested if
  ` [PATCH v4 7/8] rebase: define linearization ordering and enforce it
  ` [PATCH v4 8/8] rebase: Implement --merge via the interactive machinery

[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  (13+ messages)
` pw/add-p-select, was "

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

[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 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] "

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  (10+ 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 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)


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