git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-06-09 04:49:33 to 2019-06-12 13:29:54 UTC [more...]

[PATCH v4 00/11] Commit-graph write refactor (was: Create commit-graph file format v2)
 2019-06-12 13:29 UTC  (13+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/11] commit-graph: fix the_repository reference
  ` [PATCH v5 02/11] commit-graph: return with errors during write
  ` [PATCH v5 03/11] commit-graph: collapse parameters into flags
  ` [PATCH v5 04/11] commit-graph: remove Future Work section
  ` [PATCH v5 05/11] commit-graph: create write_commit_graph_context
  ` [PATCH v5 06/11] commit-graph: extract fill_oids_from_packs()
  ` [PATCH v5 07/11] commit-graph: extract fill_oids_from_commit_hex()
  ` [PATCH v5 08/11] commit-graph: extract fill_oids_from_all_packs()
  ` [PATCH v5 09/11] commit-graph: extract count_distinct_commits()
  ` [PATCH v5 10/11] commit-graph: extract copy_oids_to_commits()
  ` [PATCH v5 11/11] commit-graph: extract write_commit_graph_file()

[RFC PATCH 0/3] Add a JSON Schema for trace2 events
 2019-06-12 13:28 UTC  (5+ messages)
` [RFC PATCH 1/3] trace2: correct trace2 field name documentation
` [RFC PATCH 2/3] trace2: Add a JSON schema for trace2 events
` [RFC PATCH 3/3] trace2: add a schema validator "

What's cooking in git.git (Jun 2019, #02; Thu, 6)
 2019-06-12 13:19 UTC  (3+ messages)

Git status parse error after v.2.22.0 upgrade
 2019-06-12 12:47 UTC  (3+ messages)

BUG: Git checkout on Linux sets always CRLF regardless of core.eol
 2019-06-12 10:48 UTC 

Reducing git size by building libgit.so
 2019-06-12 10:25 UTC  (6+ messages)

[PATCH 0/1] add -p: fix checkout -p with pathological context
 2019-06-12  9:25 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] test: completion: tests for __gitcomp regression
 2019-06-12  8:56 UTC  (6+ messages)
` [PATCH] completion: do not cache if --git-completion-helper fails
  ` [PATCH v2] "

[PATCH 0/2] Improve test code coverage on jt/partial-clone-missing-ref-delta-base
 2019-06-12  2:39 UTC  (4+ messages)
` [PATCH 1/2] t5616: use correct flag to check object is missing
` [PATCH 2/2] t5616: cover case of client having delta base

push.recurseSubmodules=check doesn't consider tags
 2019-06-12  2:04 UTC 

[PATCH v2 0/9] Filter combination
 2019-06-12  0:37 UTC  (9+ messages)
` [PATCH v2 6/9] list-objects-filter-options: make filter_spec a strbuf

[PATCH] rebase: fix garbled progress display with '-x'
 2019-06-11 23:50 UTC  (13+ messages)
` [PATCH v2 0/4] rebase/progress: add and use term_clear_line()
  ` [PATCH v2 1/4] t3404-rebase-interactive: use the 'q_to_cr' helper
  ` [PATCH v2 2/4] pager: add a helper function to clear the last line in the terminal
  ` [PATCH v2 3/4] rebase: fix garbled progress display with '-x'
  ` [PATCH v2 4/4] progress: use term_clear_line()

[PATCH 00/10] Hash-independent tests, part 4
 2019-06-11 23:40 UTC  (17+ messages)
` [PATCH 01/10] t: add helper to convert object IDs to paths
` [PATCH 02/10] t1410: make hash size independent
` [PATCH 03/10] t1450: "
` [PATCH 04/10] t5000: make hash independent
` [PATCH 05/10] t6030: make test work with SHA-256
` [PATCH 06/10] t0027: make hash size independent
` [PATCH 07/10] t0090: make test pass with SHA-256
` [PATCH 08/10] t1007: remove SHA1 prerequisites
` [PATCH 09/10] t1710: make hash independent
` [PATCH 10/10] t2203: avoid hard-coded object ID values

[GSoC][PATCH 0/3] Teach cherry-pick/revert to skip commits
 2019-06-11 21:25 UTC  (30+ messages)
` [GSoC][PATCH 1/3] sequencer: add advice for revert
` [GSoC][PATCH 2/3] cherry-pick/revert: add --skip option
` [GSoC][PATCH 3/3] cherry-pick/revert: update hints
` [GSoC][PATCH v2 0/3] Teach cherry-pick/revert to skip commits
  ` [GSoC][PATCH v2 1/3] sequencer: add advice for revert
  ` [GSoC][PATCH v2 2/3] cherry-pick/revert: add --skip option
  ` [GSoC][PATCH v2 3/3] cherry-pick/revert: advise using --skip

Inclusion of translated git manpages into the packaging systems
 2019-06-11 20:37 UTC  (5+ messages)

cgit and global configuration
 2019-06-11 20:22 UTC  (3+ messages)

[RFC PATCH] ref-filter: sort detached HEAD lines firstly
 2019-06-11 20:10 UTC  (10+ messages)
` [RFC PATCH] ref-filter: sort detached HEAD lines firstlyxy
` [PATCH v2 0/1] Sort detached HEAD lines firstly
  ` [PATCH v2 1/1] ref-filter: sort "

[PATCH v3 00/14] Commit-graph: Write incremental files
 2019-06-11 19:45 UTC  (10+ messages)
` [PATCH v4 "
  ` [PATCH v4 08/14] commit-graph: add --split option to builtin
  ` [PATCH v5 00/16] Commit-graph: Write incremental files
    ` [PATCH v5 04/16] commit-graph: load commit-graph chains

[PATCH 00/11] Create 'expire' and 'repack' verbs for git-multi-pack-index
 2019-06-11 18:51 UTC  (13+ messages)
` [PATCH 01/11] repack: refactor pack deletion for future use
` [PATCH 02/11] Docs: rearrange subcommands for multi-pack-index
` [PATCH 03/11] multi-pack-index: prepare for 'expire' subcommand
` [PATCH 05/11] midx: refactor permutation logic and pack sorting
` [PATCH 04/11] midx: simplify computation of pack name lengths
` [PATCH 06/11] multi-pack-index: implement 'expire' subcommand
` [PATCH 07/11] multi-pack-index: prepare 'repack' subcommand
` [PATCH 08/11] midx: implement midx_repack()
` [PATCH 09/11] multi-pack-index: test expire while adding packs
` [PATCH 10/11] midx: add test that 'expire' respects .keep files
` [PATCH 11/11] t5319-multi-pack-index.sh: test batch size zero

GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!
 2019-06-11 16:39 UTC  (8+ messages)

Delivery Status Notification (Failure)
 2019-06-11 10:29 UTC 

[PATCH v2 0/3] Test oidmap
 2019-06-11 10:12 UTC  (6+ messages)
` [PATCH v2 1/3] t/helper: add test-oidmap.c
` [PATCH v2 2/3] t: add t0016-oidmap.sh
` [PATCH v2 3/3] oidmap: use sha1hash() instead of static hash() function

[PATCH 0/3] Reduce number of processes spawned by git-mergetool
 2019-06-10 22:01 UTC  (13+ messages)
` [PATCH 1/3] t7610-mergetool: do not place pipelines headed by `yes` in subshells
` [PATCH 2/3] mergetool: dissect strings with shell variable magic instead of `expr`
` [PATCH 3/3] mergetool: use shell variable magic instead of `awk`

[PATCH] documentation: add tutorial for revision walking
 2019-06-10 21:38 UTC  (6+ messages)

Re-enabled a folder set as untracked
 2019-06-10 20:11 UTC 

rebase / am separation problem
 2019-06-10 18:46 UTC  (2+ messages)

[ANNOUNCE] Git v2.22.0
 2019-06-10 18:42 UTC  (3+ messages)

[PATCH v5 00/11] Create 'expire' and 'repack' verbs for git-multi-pack-index
 2019-06-10 17:57 UTC  (5+ messages)
` [PATCH v6 "

[PATCH] doc branch: provide examples for listing remote tracking branches
 2019-06-10 17:57 UTC  (3+ messages)
` [RFC/PATCH v2] "

[GSoC][RFC] New approach: improve threading at git-grep
 2019-06-10 16:47 UTC 

[PATCH 0/3] Test oidmap
 2019-06-10 16:46 UTC  (9+ messages)
` [PATCH 1/3] t/helper: add test-oidmap.c
` [PATCH 2/3] t: add t0016-oidmap.sh
` [PATCH 3/3] oidmap: use sha1hash() instead of static hash() function

[PATCH 0/1] Fix a test on NTFS (and probably HFS+)
 2019-06-10 16:32 UTC  (5+ messages)
` [PATCH 1/1] t0001: fix on case-insensitive filesystems

[PATCH] revision: remove stray whitespace when name empty
 2019-06-10 16:29 UTC  (3+ messages)

[PATCH v8 0/9] blame: add the ability to ignore commits
 2019-06-10 15:30 UTC  (10+ messages)
` [PATCH v8 1/9] fsck: rename and touch up init_skiplist()
` [PATCH v8 2/9] Move oidset_parse_file() to oidset.c
` [PATCH v8 3/9] blame: use a helper function in blame_chunk()
` [PATCH v8 4/9] blame: add the ability to ignore commits and their changes
` [PATCH v8 5/9] blame: add config options for the output of ignored or unblamable lines
` [PATCH v8 6/9] blame: optionally track line fingerprints during fill_blame_origin()
` [PATCH v8 7/9] blame: add a fingerprint heuristic to match ignored lines
` [PATCH v8 8/9] blame: use the "
` [PATCH v8 9/9] blame: add a test to cover blame_coalesce()

Git Test Coverage Report (Thursday, May 30th)
 2019-06-10 15:15 UTC  (8+ messages)

[PATCH 0/1] Optimize run_diff_files()' rename detection
 2019-06-10 14:55 UTC  (7+ messages)
` [PATCH 1/1] diffcore-rename: speed up register_rename_src

Performance regression on git fetch in 2.21
 2019-06-10 13:55 UTC  (2+ messages)

[PATCH 0/2] Avoid spawning gzip in git archive
 2019-06-10 10:44 UTC  (12+ messages)
` [PATCH 2/2] archive: avoid spawning `gzip`

git-send-email Warning: unable to close filehandle properly: Bad file descriptor during global destruction
 2019-06-10  9:06 UTC 

[PATCH v1 3/5] list-objects-filter: implement composite filters
 2019-06-09 12:36 UTC  (11+ 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).