git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-08-27 19:43:37 to 2018-08-29 05:25:22 UTC [more...]

[RFC] submodule: munge paths to submodule git directories
 2018-08-29  5:25 UTC  (7+ messages)
` [PATCH 0/2] munge submodule names
  ` [PATCH 2/2] submodule: munge paths to submodule git directories

Thank you for public-inbox!
 2018-08-29  5:07 UTC  (2+ messages)

Contributor Summit planning
 2018-08-29  5:02 UTC  (14+ messages)

[PATCH v3 00/11] Hash-independent tests (part 3)
 2018-08-29  4:05 UTC  (13+ messages)
` [PATCH v3 01/11] t: add tool to translate hash-related values
` [PATCH v3 02/11] t0000: use hash translation table
` [PATCH v3 03/11] t0000: update tests for SHA-256
` [PATCH v3 04/11] t0002: abstract away SHA-1 specific constants
` [PATCH v3 05/11] t0027: make hash size independent
` [PATCH v3 06/11] t0064: "
` [PATCH v3 07/11] t1006: "
` [PATCH v3 08/11] t1400: switch hard-coded object ID to variable
` [PATCH v3 09/11] t1405: make hash size independent
` [PATCH v3 10/11] t1406: make hash-size independent
` [PATCH v3 11/11] t1407: make hash size independent

[RFC PATCH 00/12] Base SHA-256 algorithm implementation
 2018-08-29  0:58 UTC  (13+ messages)
` [RFC PATCH 01/12] sha1-file: rename algorithm to "sha1"
` [RFC PATCH 02/12] sha1-file: provide functions to look up hash algorithms
` [RFC PATCH 03/12] hex: introduce functions to print arbitrary hashes
` [RFC PATCH 04/12] t: add basic tests for our SHA-1 implementation
` [RFC PATCH 05/12] t: make the sha1 test-tool helper generic
` [RFC PATCH 06/12] sha1-file: add a constant for hash block size
` [RFC PATCH 07/12] t/helper: add a test helper to compute hash speed
` [RFC PATCH 08/12] commit-graph: convert to using the_hash_algo
` [RFC PATCH 09/12] Add a base implementation of SHA-256 support
` [RFC PATCH 10/12] sha256: add an SHA-256 implementation using libgcrypt
` [RFC PATCH 11/12] hash: add an SHA-256 implementation using OpenSSL
` [RFC PATCH 12/12] commit-graph: specify OID version for SHA-256

avoid "Set preference list" during make test?
 2018-08-29  0:31 UTC  (2+ messages)

[PATCH 0/9] introducing oideq()
 2018-08-29  0:08 UTC  (14+ messages)
    ` [PATCH v2 1/9] coccinelle: use <...> for function exclusion
    ` [PATCH v2 2/9] introduce hasheq() and oideq()
    ` [PATCH v2 3/9] convert "oidcmp() == 0" to oideq()
    ` [PATCH v2 4/9] convert "hashcmp() == 0" to hasheq()
    ` [PATCH v2 5/9] convert "oidcmp() != 0" to "!oideq()"
    ` [PATCH v2 6/9] convert "hashcmp() != 0" to "!hasheq()"
    ` [PATCH v2 7/9] convert hashmap comparison functions to oideq()
    ` [PATCH v2 8/9] read-cache: use oideq() in ce_compare functions
    ` [PATCH v2 9/9] show_dirstat: simplify same-content check

[PATCH v1] read-cache: speed up index load through parallelization
 2018-08-28 23:54 UTC  (5+ messages)
` [PATCH] read-cache.c: optimize reading index format v4

[PATCH 0/2] FreeBSD & AIX test portability fixes
 2018-08-28 22:55 UTC  (5+ messages)
` [PATCH 1/2] tests: fix non-portable "${var:-"str"}" construct
` [PATCH 2/2] tests: fix non-portable iconv invocation

[PATCH v3 00/11] rerere: handle nested conflicts
 2018-08-28 22:05 UTC  (10+ messages)
` [PATCH v4 "
  ` [PATCH v4 10/11] rerere: teach rerere to "

[PATCH 0/1] Define GIT_TEST_COMMIT_GRAPH for commit-graph test coverage
 2018-08-28 21:59 UTC  (7+ messages)
` [PATCH 1/1] commit-graph: define GIT_TEST_COMMIT_GRAPH

[PATCH 1/2] t2013: add test for missing but active submodule
 2018-08-28 21:49 UTC  (4+ messages)
` [PATCH 2/2] submodule.c: warn about missing submodule git directories

[PATCH 00/16] Consolidate reachability logic
 2018-08-28 21:39 UTC  (7+ messages)
` [PATCH v2 00/18] "
  ` [PATCH v2 04/18] commit-reach: move commit_contains from ref-filter
      ` [PATCH] commit-reach: correct accidental #include of C file

[PATCH] doc: Don't echo sed command for manpage-base-url.xsl
 2018-08-28 21:35 UTC  (3+ messages)

[PATCH 1/2] rerere: remove documentation for "nested conflicts"
 2018-08-28 21:27 UTC  (3+ messages)
` [PATCH v2 1/2] rerere: mention caveat about unmatched conflict markers
  ` [PATCH v2 2/2] rerere: add note about files with existing "

[PATCH v6] Implement --first-parent for git rev-list --bisect
 2018-08-28 21:24 UTC  (6+ messages)

[PATCH 0/9] worktree: fix bugs and broaden --force applicability
 2018-08-28 21:20 UTC  (10+ messages)
` [PATCH 1/9] worktree: don't die() in library function find_worktree()
` [PATCH 2/9] worktree: move delete_git_dir() earlier in file for upcoming new callers
` [PATCH 3/9] worktree: generalize delete_git_dir() to reduce code duplication
` [PATCH 4/9] worktree: prepare for more checks of whether path can become worktree
` [PATCH 5/9] worktree: disallow adding same path multiple times
` [PATCH 6/9] worktree: teach 'add' to respect --force for registered but missing path
` [PATCH 7/9] worktree: teach 'move' to override lock when --force given twice
` [PATCH 8/9] worktree: teach 'remove' "
` [PATCH 9/9] worktree: delete .git/worktrees if empty after 'remove'

Trivial enhancement: All commands which require an author should accept --author
 2018-08-28 21:05 UTC 

[PATCH v3 3/5] tests: use shorter here-docs in chainlint.sed for AIX sed
 2018-08-28 20:17 UTC  (5+ messages)
` [PATCH v4 4/6] "

[PATCH 00/21] Kill the_index part 4
 2018-08-28 20:09 UTC  (7+ messages)
` [PATCH 02/21] read-cache.c: remove 'const' from index_has_changes()

[ANNOUNCE] Git v2.19.0-rc1
 2018-08-28 20:03 UTC 

Git clean removing tracked files semi-regularly
 2018-08-28 19:59 UTC  (4+ messages)

GIT_TRACE doesn't show content filter files it's operating on
 2018-08-28 19:44 UTC  (6+ messages)

Feature request: be able to pass arguments to difftool command
 2018-08-28 19:37 UTC  (2+ messages)

[PATCH v1 00/25] RFC: structured logging
 2018-08-28 18:47 UTC  (3+ messages)

[PATCH] add -p: coalesce hunks before testing applicability
 2018-08-28 18:07 UTC  (2+ messages)

[PATCH 0/1] Teach the builtin rebase about the builtin interactive rebase
 2018-08-28 17:17 UTC  (7+ messages)

Questions about the hash function transition
 2018-08-28 17:12 UTC  (10+ messages)

A rebase regression in Git 2.18.0
 2018-08-28 16:58 UTC  (6+ messages)

Git in Outreachy Dec-Mar?
 2018-08-28 15:14 UTC 

[PATCH v3 0/7] use oidset for skiplist + docs + tests + comment support
 2018-08-28 14:59 UTC  (21+ messages)
` [PATCH v3 1/7] fsck tests: setup of bogus commit object
` [PATCH v3 2/7] fsck tests: add a test for no skipList input
` [PATCH v3 3/7] fsck: document and test sorted "
` [PATCH v3 4/7] fsck: document and test commented & empty line "
` [PATCH v3 5/7] fsck: use strbuf_getline() to read skiplist file
` [PATCH v3 6/7] fsck: use oidset for skiplist
    ` [PATCH v4 0/8] use oidset for skiplist + docs + tests + comment support
    ` [PATCH v4 1/8] fsck tests: setup of bogus commit object
    ` [PATCH v4 2/8] fsck tests: add a test for no skipList input
    ` [PATCH v4 3/8] fsck: document and test sorted "
    ` [PATCH v4 4/8] fsck: document and test commented & empty line "
    ` [PATCH v4 5/8] fsck: add a performance test for skipList
    ` [PATCH v4 6/8] fsck: use strbuf_getline() to read skiplist file
    ` [PATCH v4 7/8] fsck: use oidset instead of oid_array for skipList
    ` [PATCH v4 8/8] fsck: support comments & empty lines in skipList
` [PATCH v3 7/7] "

[PATCH v1] read-cache: speed up index load through parallelization
 2018-08-28 14:53 UTC  (4+ messages)

$GIT_DIR is no longer set when pre-commit hooks are called
 2018-08-28 12:50 UTC  (5+ messages)

[GSoC][PATCH v6 00/20] rebase -i: rewrite in C
 2018-08-28 12:10 UTC  (22+ messages)
` [GSoC][PATCH v7 "
  ` [GSoC][PATCH v7 01/20] sequencer: make three functions and an enum from sequencer.c public
  ` [GSoC][PATCH v7 02/20] rebase -i: rewrite append_todo_help() in C
  ` [GSoC][PATCH v7 03/20] editor: add a function to launch the sequence editor
  ` [GSoC][PATCH v7 04/20] rebase -i: rewrite the edit-todo functionality in C
  ` [GSoC][PATCH v7 05/20] sequencer: add a new function to silence a command, except if it fails
  ` [GSoC][PATCH v7 06/20] rebase -i: rewrite setup_reflog_action() in C
  ` [GSoC][PATCH v7 07/20] rebase -i: rewrite checkout_onto() "
  ` [GSoC][PATCH v7 08/20] sequencer: refactor append_todo_help() to write its message to a buffer
  ` [GSoC][PATCH v7 09/20] sequencer: change the way skip_unnecessary_picks() returns its result
  ` [GSoC][PATCH v7 10/20] t3404: todo list with commented-out commands only aborts
  ` [GSoC][PATCH v7 11/20] rebase -i: rewrite complete_action() in C
  ` [GSoC][PATCH v7 12/20] rebase -i: remove unused modes and functions
  ` [GSoC][PATCH v7 13/20] rebase -i: implement the logic to initialize $revisions in C
  ` [GSoC][PATCH v7 14/20] rebase -i: rewrite the rest of init_revisions_and_shortrevisions() "
  ` [GSoC][PATCH v7 15/20] rebase -i: rewrite write_basic_state() "
  ` [GSoC][PATCH v7 16/20] rebase -i: rewrite init_basic_state() "
  ` [GSoC][PATCH v7 17/20] rebase -i: implement the main part of interactive rebase as a builtin
  ` [GSoC][PATCH v7 18/20] rebase--interactive2: rewrite the submodes of interactive rebase in C
  ` [GSoC][PATCH v7 19/20] rebase -i: remove git-rebase--interactive.sh
  ` [GSoC][PATCH v7 20/20] rebase -i: move rebase--helper modes to rebase--interactive

Customize the sort of "git diff --stat" output
 2018-08-28 11:49 UTC 

Would a config var for --force-with-lease be useful?
 2018-08-28  9:59 UTC  (9+ messages)

[PATCH] t5310-pack-bitmaps: fix bogus 'pack-objects to file can use bitmap' test
 2018-08-28  6:37 UTC  (4+ messages)

Automatic core.autocrlf?
 2018-08-28  0:14 UTC  (5+ messages)

[PATCH 1/2] fsck: use strbuf_getline() to read skiplist file
 2018-08-27 23:03 UTC  (11+ messages)
` [PATCH 2/2] fsck: use oidset for skiplist
` [PATCH v2 1/2] fsck: use strbuf_getline() to read skiplist file

[PATCH v2 0/4] fix "rebase -i --root" corrupting root commit
 2018-08-27 22:34 UTC  (6+ messages)

[PATCH 0/6] Use generation numbers for --topo-order
 2018-08-27 21:23 UTC  (8+ messages)
` [PATCH 1/6] prio-queue: add 'peek' operation
` [PATCH 2/6] test-reach: add run_three_modes method
` [PATCH 3/6] test-reach: add rev-list tests
` [PATCH 4/6] revision.c: begin refactoring --topo-order logic
` [PATCH 5/6] commit/revisions: bookkeeping before refactoring
` [PATCH 6/6] revision.c: refactor basic topo-order logic

unsub
 2018-08-27 20:30 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).