git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-04 16:49:45 to 2018-09-06 02:48:28 UTC [more...]

[RFC PATCH 0/5] Fix the racy split index problem
 2018-09-06  2:48 UTC  (2+ messages)
` [PATCH 1/5] t1700-split-index: drop unnecessary 'grep'

Git in Outreachy Dec-Mar?
 2018-09-06  1:21 UTC  (12+ messages)

[PATCH v3 0/4] wt-status.c: commitable flag
 2018-09-06  0:53 UTC  (5+ messages)
` [PATCH v3 1/4] Move has_unmerged earlier in the file
` [PATCH v3 2/4] wt-status: rename commitable to committable
` [PATCH v3 3/4] t7501: add test of "commit --dry-run --short"
` [PATCH v3 4/4] wt-status.c: Set the committable flag in the collect phase

[RFC PATCH 0/5] filter: support for excluding all trees and blobs
 2018-09-06  0:08 UTC  (15+ messages)
` [PATCH v7 0/7] "
  ` [PATCH v7 1/7] list-objects: store common func args in struct
  ` [PATCH v7 2/7] list-objects: refactor to process_tree_contents
  ` [PATCH v7 3/7] list-objects: always parse trees gently
  ` [PATCH v7 4/7] rev-list: handle missing tree objects properly
  ` [PATCH v7 5/7] revision: mark non-user-given objects instead
  ` [PATCH v7 6/7] list-objects-filter: use BUG rather than die
  ` [PATCH v7 7/7] list-objects-filter: implement filter tree:0

[PATCH 1/2] submodule.c: convert submodule_move_head new argument to object id
 2018-09-05 23:40 UTC  (4+ messages)
` [PATCH 2/2] submodule.c: warn about missing submodule commit in recursive actions

[PATCH] diff: allow --recurse-submodules as an synonym for --submodule
 2018-09-05 23:12 UTC  (2+ messages)

[PATCH] submodule.sh update --remote: default to oid instead of master
 2018-09-05 23:10 UTC  (2+ messages)

[PATCH v4 00/12] Hash-independent tests (part 3)
 2018-09-05 22:50 UTC  (6+ messages)
` [PATCH v4 01/12] t: add test functions to translate hash-related values

[PATCH 0/2] commit-graph: add progress output
 2018-09-05 22:12 UTC  (12+ messages)
` [PATCH 1/2] commit-graph write: "
` [PATCH 2/2] commit-graph verify: "

test files with same names?
 2018-09-05 22:03 UTC  (8+ messages)
  ` How to handle patch series conflicts

What's cooking in git.git (Sep 2018, #01; Tue, 4)
 2018-09-05 21:56 UTC  (16+ messages)
` [PATCH v4 4/6] tests: use shorter here-docs in chainlint.sed for AIX sed
` jc/rebase-in-c-9-fixes, was Re: What's cooking in git.git (Sep 2018, #01; Tue, 4)

[RFC PATCH v2] Allow aliases that include other aliases
 2018-09-05 21:51 UTC  (8+ messages)

[PATCH 00/21] Kill the_index part 4
 2018-09-05 21:04 UTC  (14+ messages)
` [PATCH 12/21] patch-ids.c: remove implicit dependency on the_index
` [PATCH v2 00/24] Kill the_index part 4
  ` [PATCH v2 22/24] revision.c: remove implicit dependency on the_index
  ` [PATCH v2 24/24] Rename functions to avoid breaking in-flight topics

[PATCH 0/9] Offer to run CI/PR builds in Visual Studio Team Services
 2018-09-05 20:24 UTC  (13+ messages)
` [PATCH 2/9] ci/lib.sh: encapsulate Travis-specific things
` [PATCH 7/9] tests: include detailed trace logs with --write-junit-xml upon failure

[PATCH 00/11] Add 'git multi-pack-index verify' command
 2018-09-05 19:37 UTC  (18+ messages)
` [PATCH 01/11] multi-pack-index: add 'verify' verb
` [PATCH 02/11] multi-pack-index: verify bad header
` [PATCH 03/11] multi-pack-index: verify corrupt chunk lookup table
` [PATCH 04/11] multi-pack-index: verify packname order
` [PATCH 05/11] multi-pack-index: verify missing pack
` [PATCH 06/11] multi-pack-index: verify oid fanout order
` [PATCH 07/11] multi-pack-index: verify oid lookup order
` [PATCH 08/11] multi-pack-index: fix 32-bit vs 64-bit size check
` [PATCH 09/11] multi-pack-index: verify object offsets
` [PATCH 10/11] multi-pack-index: report progress during 'verify'
` [PATCH 11/11] fsck: verify multi-pack-index

[PATCH 1/2] t2013: add test for missing but active submodule
 2018-09-05 19:18 UTC  (3+ messages)
` [PATCH 2/2] submodule.c: warn about missing submodule git directories

[BUG] index corruption with git commit -p
 2018-09-05 18:48 UTC  (17+ messages)
              ` [PATCH] reopen_tempfile(): truncate opened file

[PATCH] rerere: avoid buffer overrun
 2018-09-05 17:56 UTC 

[PATCH 0/2] --no-deref and --stdin compatibility for update-ref
 2018-09-05 17:25 UTC  (3+ messages)
` [PATCH 1/2] update-ref: fix type of update_flags variable to match its usage
` [PATCH 2/2] update-ref: allow --no-deref with --stdin

[PATCH] merge-recursive: remove superfluous semicolon
 2018-09-05 17:03 UTC  (3+ messages)

[PATCH 0/2] rebase --autosquash: handle manual "final fixups"
 2018-09-05 16:28 UTC  (8+ messages)
` [PATCH 1/2] rebase -i --autosquash: demonstrate a problem skipping the last squash
  ` Re*: "
` [PATCH 2/2] rebase -i: be careful to wrap up fixup/squash chains

[PATCH 0/8] WIP: trace2: a new trace facility
 2018-09-05 15:51 UTC  (6+ messages)
` [PATCH 1/8] trace2: create new combined "

[PATCH] mailinfo: support format=flowed
 2018-09-04 23:25 UTC  (3+ messages)

[PATCH 00/11] fetch: make sure submodule oids are fetched
 2018-09-04 23:01 UTC  (12+ messages)
` [PATCH 01/11] string_list: print_string_list to use trace_printf
` [PATCH 02/11] string-list.h: add string_list_{pop, last} functions
` [PATCH 03/11] sha1-array: provide oid_array_filter
` [PATCH 04/11] submodule.c: convert submodule_move_head new argument to object id
` [PATCH 05/11] submodule.c: fix indentation
` [PATCH 06/11] submodule.c: sort changed_submodule_names before searching it
` [PATCH 07/11] submodule: move global changed_submodule_names into fetch submodule struct
` [PATCH 08/11] submodule.c: do not copy around submodule list
` [PATCH 09/11] submodule: fetch in submodules git directory instead of in worktree
` [PATCH 10/11] fetch: retry fetching submodules if sha1 were not fetched
` [PATCH 11/11] builtin/fetch: check for submodule updates for non branch fetches

[ANNOUNCE] Git v2.19.0-rc2
 2018-09-04 22:34 UTC 

[GSoC] [PATCH 00/18] builtin rebase options
 2018-09-04 22:00 UTC  (20+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/18] builtin rebase: allow selecting the rebase "backend"
  ` [PATCH v2 02/18] builtin rebase: support --signoff
  ` [PATCH v2 03/18] builtin rebase: support --rerere-autoupdate
  ` [PATCH v2 04/18] builtin rebase: support --committer-date-is-author-date
  ` [PATCH v2 05/18] builtin rebase: support `ignore-whitespace` option
  ` [PATCH v2 06/18] builtin rebase: support `ignore-date` option
  ` [PATCH v2 07/18] builtin rebase: support `keep-empty` option
  ` [PATCH v2 08/18] builtin rebase: support `--autosquash`
  ` [PATCH v2 09/18] builtin rebase: support `--gpg-sign` option
  ` [PATCH v2 10/18] builtin rebase: support `-C` and `--whitespace=<type>`
  ` [PATCH v2 11/18] builtin rebase: support `--autostash` option
  ` [PATCH v2 12/18] builtin rebase: support `--exec`
  ` [PATCH v2 13/18] builtin rebase: support `--allow-empty-message` option
  ` [PATCH v2 14/18] builtin rebase: support --rebase-merges[=[no-]rebase-cousins]
  ` [PATCH v2 15/18] merge-base --fork-point: extract libified function
  ` [PATCH v2 16/18] builtin rebase: support `fork-point` option
  ` [PATCH v2 17/18] builtin rebase: add support for custom merge strategies
  ` [PATCH v2 18/18] builtin rebase: support --root

[GSoC] [PATCH 00/11] A minimal builtin rebase
 2018-09-04 21:27 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/11] builtin rebase: support --onto
  ` [PATCH v2 02/11] builtin rebase: support `git rebase --onto A...B`
  ` [PATCH v2 03/11] builtin rebase: handle the pre-rebase hook and --no-verify
  ` [PATCH v2 04/11] builtin rebase: support --quiet
  ` [PATCH v2 05/11] builtin rebase: support the `verbose` and `diffstat` options
  ` [PATCH v2 06/11] builtin rebase: require a clean worktree
  ` [PATCH v2 07/11] builtin rebase: try to fast forward when possible
  ` [PATCH v2 08/11] builtin rebase: support --force-rebase
  ` [PATCH v2 09/11] builtin rebase: start a new rebase only if none is in progress
  ` [PATCH v2 10/11] builtin rebase: only store fully-qualified refs in `options.head_name`
  ` [PATCH v2 11/11] builtin rebase: support `git rebase <upstream> <switch-to>`

[RFC PATCH] Allow aliases that include other aliases
 2018-09-04 20:11 UTC  (3+ messages)

[PATCH] test-tool.h: include git-compat-util.h
 2018-09-04 20:03 UTC  (12+ messages)
` [PATCH 5/6] pack-bitmap: save "have" bitmap from walk
      ` [PATCH 0/4] un-breaking pack-objects with bitmaps
        ` [PATCH 2/4] t5310: test delta reuse "

[PATCH] i18n: fix mistakes in translated strings
 2018-09-04 19:47 UTC  (7+ messages)
  ` [PATCH] i18n: fix dangling dot in die() messages

[PATCH v6] Implement --first-parent for git rev-list --bisect
 2018-09-04 19:32 UTC  (4+ messages)

[PATCH] read-cache.c: optimize reading index format v4
 2018-09-04 19:31 UTC  (5+ messages)
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] read-cache.c: "

[PATCH] diff: fix --color-moved-ws=allow-indentation-change
 2018-09-04 18:51 UTC  (3+ messages)

Trivial enhancement: All commands which require an author should accept --author
 2018-09-04 17:18 UTC  (7+ messages)

[PATCH 0/1] Define GIT_TEST_COMMIT_GRAPH for commit-graph test coverage
 2018-09-04 17:18 UTC  (5+ messages)
` [PATCH v2 "


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 NNTP newsgroup(s).