git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-03-14 04:51:40 to 2019-03-16 15:31:36 UTC [more...]

[ANNOUNCE] Git Merge Contributor's Summit Jan 31, 2019, Brussels
 2019-03-16 15:31 UTC  (6+ messages)
` Git Merge Conference Recordings [was: Re: [ANNOUNCE] Git Merge Contributor's Summit Jan 31, 2019, Brussels]

"man gitattributes" doesn't explain comma-separated attribute values
 2019-03-16 13:48 UTC  (3+ messages)

"git clone --shallow-exclude ...", fatal: the remote end hung up unexpectedly
 2019-03-16 12:15 UTC  (7+ messages)

[PATCH v1 1/1] trace2: NULL is not allowed for va_list
 2019-03-16 10:47 UTC 

[PATCH] doc: fix typos in man pages
 2019-03-16 10:34 UTC 

[PATCH 0/2] Fix fsmonitor after discard_index()
 2019-03-16 10:26 UTC  (4+ messages)
` [PATCH 1/2] fsmonitor: demonstrate that it is not refreshed "
` [PATCH 2/2] fsmonitor: force a refresh after the index was discarded

[PATCH] fix pack protocol example client/server communication
 2019-03-16  8:57 UTC 

[PATCH v2 00/19] Add new command "switch"
 2019-03-16  3:59 UTC  (33+ messages)
` [PATCH v3 00/21] "
  ` [PATCH v3 10/21] checkout: split part of it to new command 'switch'
  ` [PATCH v3 17/21] switch: no implicit dwim, use --guess to dwim

protect .git folder/files from grep/sed commands
 2019-03-16  1:51 UTC  (2+ messages)

[PATCH] branch: colorize branches checked out in a linked working tree the same way as the current branch is colorized
 2019-03-16  1:38 UTC  (14+ messages)
` [PATCH v8 0/3]
` [PATCH v8 2/3] branch: update output to include worktree info
` [PATCH v8 3/3] branch: add worktree info on verbose output
` [PATCH v9 0/3]
  ` [PATCH v9 1/3] ref-filter: add worktreepath atom
  ` [PATCH v9 2/3] branch: update output to include worktree info
  ` [PATCH v9 3/3] branch: add worktree info on verbose output

What's cooking in git.git (Mar 2019, #01; Wed, 6)
 2019-03-15 23:10 UTC  (10+ messages)
        ` [PATCH v2] glossary: add definition for overlay

[GSoC][RFC/PATCH 0/1]
 2019-03-15 23:05 UTC  (4+ messages)
` [GSoC][RFC/PATCH 1/1] userdiff - support shell script

[PATCH v13 18/27] stash: convert create to builtin
 2019-03-15 22:33 UTC  (11+ messages)
          ` [PATCH v2] stash: pass pathspec as pointer

Shorthand for "$(git merge-base A B)"
 2019-03-15 21:23 UTC  (2+ messages)

[PATCH 0/2] Randomize / timestamp trace2 targets
 2019-03-15 20:49 UTC  (14+ messages)
` [PATCH 2/2] trace2: randomize/timestamp "

[WIP PATCH/RFC] Use a higher range-diff --creation-factor for format-patch
 2019-03-15 19:21 UTC  (3+ messages)

[RFC/PATCH] point pull requesters to Git Git Gadget
 2019-03-15 18:43 UTC  (14+ messages)
` GitGitGadget on github.com/git/git?, was "

[PATCH 0/3] some prune optimizations
 2019-03-15 18:36 UTC  (15+ 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 0/2] enable bitmap hash-cache by default
                    ` [PATCH 1/2] t5310: correctly remove bitmaps for jgit test
                    ` [PATCH 2/2] pack-objects: default to writing bitmap hash-cache

"Problems" with git format-patch --thread email header ordering
 2019-03-15 16:59 UTC  (3+ messages)

.gitignore negates by mask problem
 2019-03-15 16:27 UTC 

[PATCH] rebase: remove the rebase.useBuiltin setting
 2019-03-15 16:11 UTC  (7+ messages)
` [PATCH v2] "
      ` [PATCH v3] "

[PATCH 0/5] gc: minor code cleanup + contention fixes
 2019-03-15 15:59 UTC  (29+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v3 0/8] "
  ` [PATCH v3 1/8] gc: remove redundant check for gc_auto_threshold
  ` [PATCH v3 2/8] gc: convert to using the_hash_algo
  ` [PATCH v3 3/8] gc: refactor a "call me once" pattern
  ` [PATCH v3 4/8] reflog tests: make use of "test_config" idiom
  ` [PATCH v3 5/8] reflog tests: test for the "points nowhere" warning
  ` [PATCH v3 6/8] reflog tests: assert lack of early exit with expiry="never"
  ` [PATCH v3 7/8] gc: handle & check gc.reflogExpire config
  ` [PATCH v3 8/8] reflog expire: don't assert the OID when locking refs
` [PATCH v2 1/7] gc: remove redundant check for gc_auto_threshold
` [PATCH v2 2/7] gc: convert to using the_hash_algo
` [PATCH v2 3/7] gc: refactor a "call me once" pattern
` [PATCH v2 4/7] reflog tests: make use of "test_config" idiom
` [PATCH v2 5/7] reflog: exit early if there's no work to do
` [PATCH v2 6/7] gc: don't run "reflog expire" when keeping reflogs
` [PATCH v2 7/7] reflog expire: don't assert the OID when locking refs

straw poll: git merge conference location
 2019-03-15 15:12 UTC  (9+ messages)

[PATCH 0/2] Allow difftool to be run outside of Git worktrees
 2019-03-15 13:24 UTC  (13+ messages)
` [PATCH 2/2] difftool: allow running outside Git worktrees with --no-index
` [PATCH v2 0/3] Allow difftool to be run outside of Git worktrees
  ` [PATCH v2 1/3] difftool: remove obsolete (and misleading) comment
  ` [PATCH v2 2/3] parse-options: make OPT_ARGUMENT() more useful
  ` [PATCH v2 3/3] difftool: allow running outside Git worktrees with --no-index

[GSoC] Microproject: Add more builtin patterns for userdiff
 2019-03-15 12:56 UTC  (2+ messages)

[GSoC][PATCH] tests: avoid using pipes
 2019-03-15 12:48 UTC  (5+ messages)
` [GSoC][PATCH v2 1/5] t0000-basic: fix an indentation error

[PATCH 0/8] commit-graph: segfault & other fixes for broken graphs
 2019-03-15 10:39 UTC  (12+ messages)
` [PATCH v2 "
` [PATCH v2 1/8] commit-graph tests: split up corrupt_graph_and_verify()
` [PATCH v2 2/8] commit-graph tests: test a graph that's too small
` [PATCH v2 3/8] commit-graph: fix segfault on e.g. "git status"
` [PATCH v2 4/8] commit-graph: don't early exit(1) "
` [PATCH v2 5/8] commit-graph: don't pass filename to load_commit_graph_one_fd_st()
` [PATCH v2 6/8] commit-graph verify: detect inability to read the graph
` [PATCH v2 7/8] commit-graph write: don't die if the existing graph is corrupt
` [PATCH v2 8/8] commit-graph: improve & i18n error messages

[PATCH] perf-lib.sh: rely on test-lib.sh for --tee handling
 2019-03-15  6:14 UTC 

[PATCH v12 18/26] stash: convert push to builtin
 2019-03-15  2:23 UTC  (9+ messages)
` [PATCH v13 00/27] Convert "git stash" to C builtin
  ` [PATCH v13 11/27] stash: convert apply to builtin
    ` regression in new built-in stash + fsmonitor (was Re: [PATCH v13 11/27] stash: convert apply to builtin)

[GSoC][PATCH v2 2/5] t0000-basic: avoid using pipes
 2019-03-15  1:56 UTC  (4+ messages)
` [GSoC][PATCH v2 3/5] t0003-attributes: "

Misleading error message with invalid filename on Windows
 2019-03-14 22:31 UTC 

[PATCH 0/4] get_oid: cope with a possibly stale loose object cache
 2019-03-14 19:55 UTC  (22+ messages)
` [PATCH 1/4] rebase -i: demonstrate obscure loose object cache bug
` [PATCH 4/4] get_oid(): when an object was not found, try harder
` [PATCH v2 0/4] get_short_oid: cope with a possibly stale loose object cache
  ` [PATCH v2 1/4] rebase -i: demonstrate obscure loose object cache bug
  ` [PATCH v2 2/4] sequencer: improve error message when an OID could not be parsed
  ` [PATCH v2 3/4] sequencer: move stale comment into correct location
  ` [PATCH v2 4/4] get_oid(): when an object was not found, try harder

BUG: Race condition due to reflog expiry in "gc"
 2019-03-14 19:26 UTC  (5+ messages)
` [PATCH 4/5] gc: don't run "reflog expire" when keeping reflogs

[PATCH 1/4] rebase: document --rerere-autoupdate
 2019-03-14 19:12 UTC  (5+ messages)
  ` am/cherry-pick/rebase/revert: "
    ` [PATCH v2 1/2] "
    ` [PATCH v2 2/2] merge: tweak --rerere-autoupdate documentation

git apply --check should give some indication that a patch applies cleanly
 2019-03-14 18:28 UTC 

[PATCH 00/11] tests: introduce 'test_atexit'
 2019-03-14 17:40 UTC  (10+ messages)
` [PATCH 01/11] test-lib: fix interrupt handling with 'dash' and '--verbose-log -x'
` [PATCH 03/11] test-lib: introduce 'test_atexit'
` [PATCH 05/11] tests: use 'test_atexit' to stop httpd

[BUG] Suspected with double asterisk in conditional include pattern
 2019-03-14 17:30 UTC 

[BUG] fetching all remote branches results in failed multiple updates
 2019-03-14 17:20 UTC  (6+ messages)

[PATCH 0/4] dir: Treat a repository without commits as a repository
 2019-03-14 15:02 UTC  (5+ messages)
` [PATCH 1/4] submodule: refuse to add repository with no commits
` [PATCH 2/4] t3000: move non-submodule repo test to separate file
` [PATCH 3/4] t3009: test that ls-files -o traverses bogus repo
` [PATCH 4/4] dir: do not traverse repositories with no commits

[PATCH 1/3] sequencer: break some long lines
 2019-03-14 14:30 UTC  (6+ messages)
` [PATCH 3/3] cherry-pick --continue: remember options
      ` separating regression test patches from fixes, was "

[PATCH] Add the completion for the --color-moved option
 2019-03-14 13:58 UTC 

ls-remote set timeout
 2019-03-14  9:38 UTC  (2+ messages)

Update of Bulgarian translation of gitk
 2019-03-14  9:19 UTC  (4+ messages)
` [PATCH 1/1] gitk: Update Bulgarian translation (317t)

[PATCH v1 00/11] And new command "restore"
 2019-03-14  5:55 UTC  (8+ messages)
` [PATCH v1 09/11] t: add tests for restore

[PATCH] packfile: use extra variable to clarify code in use_pack()
 2019-03-14  5:38 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).