git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-10-19 17:55:13 to 2018-10-22 14:40:06 UTC [more...]

[PATCH v1] read-cache: speed up index load through parallelization
 2018-10-22 14:40 UTC  (6+ messages)
` [PATCH v8 0/7] "
  ` [PATCH v8 7/7] read-cache: load cache entries on worker threads

[PATCH] completion: fix __gitcomp_builtin no longer consider extra options
 2018-10-22 14:34 UTC  (3+ messages)

[PATCH v3 0/2] Per-worktree config files
 2018-10-22 14:32 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] t1300: extract and use test_cmp_config()
  ` [PATCH v4 2/2] worktree: add per-worktree config files

[PATCH] completion: use __gitcomp_builtin for format-patch
 2018-10-22 14:25 UTC  (4+ messages)

[PATCH v3 0/7] Use generation numbers for --topo-order
 2018-10-22 13:37 UTC  (15+ messages)
` [PATCH v4 "
  ` [PATCH v4 3/7] test-reach: add rev-list tests
  ` [PATCH v4 4/7] revision.c: begin refactoring --topo-order logic
          ` [RFC PATCH] revision.c: use new algorithm in A..B case
  ` [PATCH v4 5/7] commit/revisions: bookkeeping before refactoring
  ` [PATCH v4 6/7] revision.c: generation-based topo-order algorithm

[PATCH v1 0/2] speed up git reset
 2018-10-22 13:18 UTC  (14+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 2/3] reset: add new reset.quiet config setting
` [PATCH v3 0/3] speed up git reset
  ` [PATCH v3 1/3] reset: don't compute unstaged changes after reset when --quiet
  ` [PATCH v3 2/3] reset: add new reset.quiet config setting
  ` [PATCH v3 3/3] reset: warn when refresh_index() takes more than 2 seconds

wrong info from 'git remote show <remote>' about 'git push' configuration
 2018-10-22 10:43 UTC 

[PATCH v2 0/8] fix per-worktree ref iteration in fsck/reflog expire
 2018-10-22 10:25 UTC  (12+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/8] refs.c: indent with tabs, not spaces
  ` [PATCH v3 2/8] Add a place for (not) sharing stuff between worktrees
  ` [PATCH v3 3/8] refs: new ref types to make per-worktree refs visible to all worktrees
  ` [PATCH v3 4/8] revision.c: correct a parameter name
  ` [PATCH v3 5/8] revision.c: better error reporting on ref from different worktrees
  ` [PATCH v3 6/8] fsck: Move fsck_head_link() to get_default_heads() to avoid some globals
  ` [PATCH v3 7/8] fsck: check HEAD and reflog from other worktrees
  ` [PATCH v3 8/8] reflog expire: cover reflog from all worktrees

[PATCH] fetch: replace string-list used as a look-up table with a hashmap
 2018-10-22  9:57 UTC  (5+ messages)
    ` [PATCH v3] "

[PATCH v3 00/12] Base SHA-256 implementation
 2018-10-22  9:44 UTC  (14+ messages)
` [PATCH v3 01/12] sha1-file: rename algorithm to "sha1"
` [PATCH v3 02/12] sha1-file: provide functions to look up hash algorithms
` [PATCH v3 03/12] hex: introduce functions to print arbitrary hashes
` [PATCH v3 04/12] cache: make hashcmp and hasheq work with larger hashes
` [PATCH v3 05/12] t: add basic tests for our SHA-1 implementation
` [PATCH v3 06/12] t: make the sha1 test-tool helper generic
` [PATCH v3 07/12] sha1-file: add a constant for hash block size
` [PATCH v3 08/12] t/helper: add a test helper to compute hash speed
` [PATCH v3 09/12] commit-graph: convert to using the_hash_algo
` [PATCH v3 10/12] Add a base implementation of SHA-256 support
` [PATCH v3 11/12] sha256: add an SHA-256 implementation using libgcrypt
` [PATCH v3 12/12] hash: add an SHA-256 implementation using OpenSSL

receive.denyCurrentBranch=updateInstead updates working tree even when receive.denyNonFastForwards rejects push
 2018-10-22  9:32 UTC  (5+ messages)
    ` [PATCH] receive: denyCurrentBranch=updateinstead should not blindly update

No --no-gpg-sign option with "git rebase"
 2018-10-22  9:01 UTC  (3+ messages)

Draft of Git Rev News edition 44
 2018-10-22  8:40 UTC 

Add config option to make "--keep-index" the default for "git stash push"
 2018-10-22  8:11 UTC 

[PATCH v4] gpg-interface.c: detect and reject multiple signatures on commits
 2018-10-22  8:04 UTC  (5+ messages)

[RFC/PATCH 0/3] refactor MIN macro
 2018-10-22  6:41 UTC  (8+ messages)
` [PATCH 1/3] sha256: avoid redefinition for MIN
` [PATCH 2/3] git-compat-util: define MIN through compat
` [PATCH 3/3] xdiff: use compat's MIN instead

[PATCH] fetch-pack: be more precise in parsing v2 response
 2018-10-22  5:47 UTC  (2+ messages)

[PATCH 0/9] Offer to run CI/PR builds in Visual Studio Team Services
 2018-10-22  5:41 UTC  (13+ messages)
` [PATCH v2 00/13] Offer to run CI/PR builds in Azure Pipelines
  ` [PATCH v2 07/13] tests: introduce `test_atexit`
              ` Mirror of git.git on gitlab.com

[PATCH] read-cache: use of memory after it is freed
 2018-10-22  3:39 UTC  (3+ messages)

[PATCH] builtin/receive-pack: dead initializer for retval in check_nonce
 2018-10-22  3:35 UTC  (4+ messages)

[PATCH 0/1] Fix format detection when archiving remotely
 2018-10-22  3:24 UTC  (5+ messages)
` [PATCH 1/1] archive: init archivers before determining format

git ls-files --with-tree documentation
 2018-10-22  3:22 UTC  (2+ messages)

Bug with "git mv" and submodules, and with "git submodule add something --force"
 2018-10-22  2:52 UTC  (4+ messages)

[PATCH 0/1] commit-reach: fix first-parent heuristic
 2018-10-22  2:29 UTC  (7+ messages)
` [PATCH 1/1] "

[RFC PATCH 0/3] support for filtering trees and blobs based on depth
 2018-10-22  2:21 UTC  (5+ messages)
` [RFC PATCH 2/3] Documentation/git-rev-list: s/<commit>/<object>/

[PATCH 0/3] Add GIT_TEST_MULTI_PACK_INDEX environment variable
 2018-10-22  1:41 UTC  (4+ messages)
` [PATCH v2 "

[RFC PATCH v2] Allow aliases that include other aliases
 2018-10-22  1:23 UTC  (10+ messages)
` [PATCH] alias: detect loops in mixed execution mode

[PATCH 00/59] Split config.txt
 2018-10-21 19:40 UTC  (65+ messages)
` [PATCH 01/59] config.txt: move advice.* to a separate file
` [PATCH 02/59] config.txt: move core.* "
` [PATCH 03/59] config.txt: move add.* "
` [PATCH 04/59] config.txt: move alias.* "
` [PATCH 05/59] config.txt: move am.* "
` [PATCH 06/59] config.txt: move apply.* "
` [PATCH 07/59] config.txt: move blame.* "
` [PATCH 08/59] config.txt: move branch.* "
` [PATCH 09/59] config.txt: move browser.* "
` [PATCH 10/59] config.txt: move checkout.* "
` [PATCH 11/59] config.txt: move clean.* "
` [PATCH 12/59] config.txt: move color.* "
` [PATCH 13/59] config.txt: move column.* "
` [PATCH 14/59] config.txt: move commit.* "
` [PATCH 15/59] config.txt: move credential.* "
` [PATCH 16/59] config.txt: move completion.* "
` [PATCH 17/59] config.txt: move difftool.* "
` [PATCH 18/59] config.txt: move fastimport.* "
` [PATCH 19/59] config.txt: move filter.* "
` [PATCH 20/59] config.txt: move fsck.* "
` [PATCH 21/59] config.txt: move gc.* "
` [PATCH 22/59] config.txt: move gitweb.* "
` [PATCH 23/59] config.txt: move grep.* "
` [PATCH 24/59] config.txt: move gpg.* "
` [PATCH 25/59] config.txt: move guitool.* "
` [PATCH 26/59] config.txt: move help.* "
` [PATCH 27/59] config.txt: move ssh.* "
` [PATCH 28/59] config.txt: move i18n.* "
` [PATCH 29/59] "
` [PATCH 30/59] config.txt: move init.* "
` [PATCH 31/59] config.txt: move instaweb.* "
` [PATCH 32/59] config.txt: move interactive.* "
` [PATCH 33/59] config.txt: move log.* "
` [PATCH 34/59] config.txt: move mailinfo.* "
` [PATCH 35/59] config.txt: move mailmap.* "
` [PATCH 36/59] config.txt: move man.* "
` [PATCH 37/59] config.txt: move mergetool.* "
` [PATCH 38/59] config.txt: move notes.* "
` [PATCH 39/59] config.txt: move pack.* "
` [PATCH 40/59] config.txt: move pager.* "
` [PATCH 41/59] config.txt: move pretty.* "
` [PATCH 42/59] config.txt: move protocol.* "
` [PATCH 43/59] config.txt: move remote.* "
` [PATCH 44/59] config.txt: move remotes.* "
` [PATCH 45/59] config.txt: move repack.* "
` [PATCH 46/59] config.txt: move rerere.* "
` [PATCH 47/59] config.txt: move sequencer.* "
` [PATCH 48/59] config.txt: move showBranch.* "
` [PATCH 49/59] config.txt: move splitIndex.* "
` [PATCH 50/59] config.txt: move status.* "
` [PATCH 51/59] config.txt: move tag.* "
` [PATCH 52/59] config.txt: move transfer.* "
` [PATCH 53/59] config.txt: move uploadarchive.* "
` [PATCH 54/59] config.txt: move uploadpack.* "
` [PATCH 55/59] config.txt: move url.* "
` [PATCH 56/59] config.txt: move user.* "
` [PATCH 57/59] config.txt: move versionsort.* "
` [PATCH 58/59] config.txt: move web.* "
` [PATCH 59/59] config.txt: move worktree.* "

[PATCH 1/2] alias: Rework comment about processing aliases
 2018-10-21 18:46 UTC  (2+ messages)
` [PATCH 2/2] alias: Move checking code into a seperate function

[PATCH] gitk: Do not mistake unchanged lines with submodule changes
 2018-10-21 16:39 UTC  (2+ messages)

What's cooking in git.git (Oct 2018, #04; Fri, 19)
 2018-10-20 23:44 UTC  (6+ messages)

How to start contributing
 2018-10-20  6:47 UTC  (2+ messages)

[BUG] gitignore documentation inconsistent with actual behaviour
 2018-10-20  6:26 UTC  (5+ messages)

Shouldn't git be able to apply diffs that it created with --ignore-whitespace?
 2018-10-20  2:36 UTC  (2+ messages)

[PATCH 1/1] fast-import: checkpoint: only write out refs and tags if we changed them
 2018-10-19 23:25 UTC  (2+ messages)

[PATCH v2 00/13] Base SHA-256 implementation
 2018-10-19 22:21 UTC  (10+ messages)
` [PATCH v2 13/13] commit-graph: specify OID version for SHA-256

[PATCH 19/19] submodule: don't add submodule as odb for push
 2018-10-19 20:39 UTC  (2+ messages)

[PATCH 18/19] submodule: use submodule repos for object lookup
 2018-10-19 20:37 UTC  (2+ messages)

[RFC PATCH v2 0/7] Improve path collision conflict resolutions
 2018-10-19 19:31 UTC  (10+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 1/8] Add testcases for consistency in file collision conflict handling
  ` [PATCH v3 2/8] t6036, t6042: testcases for rename collision of already conflicting files
  ` [PATCH v3 3/8] merge-recursive: increase marker length with depth of recursion
  ` [PATCH v3 4/8] merge-recursive: new function for better colliding conflict resolutions
  ` [PATCH v3 5/8] merge-recursive: fix rename/add conflict handling
  ` [PATCH v3 6/8] merge-recursive: improve handling for rename/rename(2to1) conflicts
  ` [PATCH v3 7/8] merge-recursive: use handle_file_collision for add/add conflicts
  ` [PATCH v3 8/8] merge-recursive: improve rename/rename(1to2)/add[/add] handling

unused parameters in merge-recursive.c
 2018-10-19 19:04 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).