git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-06-26 20:15:09 to 2018-06-28 13:04:17 UTC [more...]

[PATCH v1 0/9] Introducing remote ODBs
 2018-06-28 13:04 UTC  (3+ messages)

[PATCH 0/1] Makefile: fix the "built from commit" code
 2018-06-28 12:53 UTC  (2+ messages)
` [PATCH 1/1] "

Inconsistencies in commit-graph technical docs
 2018-06-28 12:52 UTC  (3+ messages)
  ` [PATCH] commit-graph: fix documentation inconsistencies

[PATCH] fsck: check skiplist for object in fsck_blob()
 2018-06-28 11:49 UTC  (2+ messages)

[PATCH] Documentation: declare "core.ignorecase" as internal variable
 2018-06-28 11:36 UTC  (6+ messages)
` [PATCH v3] "
` [PATCH v4] Documentation: declare "core.ignoreCase" "

[GSoC][PATCH v3 0/1] rebase -i: rewrite append_todo_help() in C
 2018-06-28 10:04 UTC  (12+ messages)
` [GSoC][PATCH v4 0/2] "
  ` [GSoC][PATCH v4 1/2] sequencer: make two functions and an enum from sequencer.c public
  ` [GSoC][PATCH v4 2/2] rebase--interactive: rewrite append_todo_help() in C
  ` [GSoC][PATCH v5 0/2] rebase -i: "
    ` [GSoC][PATCH v5 1/2] sequencer: make two functions and an enum from sequencer.c public
    ` [GSoC][PATCH v5 2/2] rebase--interactive: rewrite append_todo_help() in C

[PATCH] sequencer: use configured comment character
 2018-06-28  9:57 UTC  (2+ messages)

[GSoC] [PATCH 0/5] rebase: rewrite rebase in C
 2018-06-28  9:17 UTC  (10+ messages)
` [PATCH 1/5] Start TODO-rebase.sh
` [PATCH 2/5] rebase: start implementing it as a builtin
` [PATCH 3/5] rebase: refactor common shell functions into their own file
` [PATCH 4/5] sequencer: refactor the code to detach HEAD to checkout.c
` [PATCH 5/5] builtin/rebase: support running "git rebase <upstream>"

Use of new .gitattributes working-tree-encoding attribute across different platform types
 2018-06-28  2:44 UTC  (3+ messages)

[PATCH] fetch: when deepening, check connectivity fully
 2018-06-27 22:58 UTC  (7+ messages)

[PATCH v4 0/8] ref-in-want
 2018-06-27 22:30 UTC  (33+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/8] test-pkt-line: add unpack-sideband subcommand
  ` [PATCH v5 2/8] upload-pack: implement ref-in-want
  ` [PATCH v5 3/8] upload-pack: test negotiation with changing repository
  ` [PATCH v5 4/8] fetch: refactor the population of peer ref OIDs
  ` [PATCH v5 5/8] fetch: refactor fetch_refs into two functions
  ` [PATCH v5 6/8] fetch: refactor to make function args narrower
  ` [PATCH v5 7/8] fetch-pack: put shallow info in output parameter
  ` [PATCH v5 8/8] fetch-pack: implement ref-in-want
  ` [PATCH v6 0/8] ref-in-want
    ` [PATCH v6 1/8] test-pkt-line: add unpack-sideband subcommand
    ` [PATCH v6 2/8] upload-pack: implement ref-in-want
    ` [PATCH v6 3/8] upload-pack: test negotiation with changing repository
    ` [PATCH v6 4/8] fetch: refactor the population of peer ref OIDs
    ` [PATCH v6 5/8] fetch: refactor fetch_refs into two functions
    ` [PATCH v6 6/8] fetch: refactor to make function args narrower
    ` [PATCH v6 7/8] fetch-pack: put shallow info in output parameter
    ` [PATCH v6 8/8] fetch-pack: implement ref-in-want

[PATCH v6 00/21] Integrate commit-graph into 'fsck' and 'gc'
 2018-06-27 21:59 UTC  (31+ messages)
` [PATCH v7 00/22] "
  ` [PATCH v7 01/22] t5318-commit-graph.sh: use core.commitGraph
  ` [PATCH v7 02/22] commit-graph: UNLEAK before die()
  ` [PATCH v7 03/22] commit-graph: fix GRAPH_MIN_SIZE
  ` [PATCH v7 04/22] commit-graph: parse commit from chosen graph
  ` [PATCH v7 05/22] commit: force commit to parse from object database
  ` [PATCH v7 06/22] commit-graph: load a root tree from specific graph
  ` [PATCH v7 07/22] commit-graph: add 'verify' subcommand
  ` [PATCH v7 08/22] commit-graph: verify catches corrupt signature
  ` [PATCH v7 09/22] commit-graph: verify required chunks are present
  ` [PATCH v7 10/22] commit-graph: verify corrupt OID fanout and lookup
  ` [PATCH v7 11/22] commit-graph: verify objects exist
  ` [PATCH v7 12/22] commit-graph: verify root tree OIDs
  ` [PATCH v7 13/22] commit-graph: verify parent list
  ` [PATCH v7 14/22] commit-graph: verify generation number
  ` [PATCH v7 15/22] commit-graph: verify commit date
  ` [PATCH v7 16/22] commit-graph: test for corrupted octopus edge
  ` [PATCH v7 17/22] commit-graph: verify contents match checksum
  ` [PATCH v7 18/22] fsck: verify commit-graph
  ` [PATCH v7 19/22] commit-graph: use string-list API for input
  ` [PATCH v7 20/22] commit-graph: add '--reachable' option
  ` [PATCH v7 21/22] gc: automatically write commit-graph files
  ` [PATCH v7 22/22] commit-graph: update design document

[PATCH 0/2] grep.c: teach --only-matching to 'git-grep(1)'
 2018-06-27 21:22 UTC  (6+ messages)
` [PATCH 2/2] grep.c: teach 'git grep --only-matching'

[PATCH] doc: substitute ETC_GIT(CONFIG|ATTRIBUTES) in generated docs
 2018-06-27 20:58 UTC  (6+ messages)

[PATCH 1/2] gitignore.txt: clarify default core.excludesfile path
 2018-06-27 20:07 UTC  (4+ messages)
` [PATCH 2/2] dir.c: fix typos in core.excludesfile comment

[PATCH 1/2] t3418: add testcase showing problems with rebase -i and strategy options
 2018-06-27 19:23 UTC  (17+ messages)
` [PATCH v2 0/2] Fix use of strategy options with interactive rebases
  ` [PATCH v2 1/2] t3418: add testcase showing problems with rebase -i and strategy options
              ` [PATCH v2 1/2] t3418: add testcase showing problems with rebase
  ` [PATCH v2 2/2] Fix use of strategy options with interactive rebases
  ` [PATCH v3 0/2] "
    ` [PATCH v3 1/2] t3418: add testcase showing problems with rebase -i and strategy options
    ` [PATCH v3 2/2] Fix use of strategy options with interactive rebases

[PATCH] rebase -i: Fix white space in comments
 2018-06-27 18:51 UTC  (7+ messages)

[PATCH v5 0/5] Convert some stash functionality to a builtin
 2018-06-27 18:47 UTC  (18+ messages)
` [PATCH v6 0/4] stash: add new tests and introduce a new helper function
  ` [PATCH v6 1/4] sha1-name.c: added 'get_oidf', which acts like 'get_oid'
  ` [PATCH v6 3/4] stash: update test cases conform to coding guidelines
  ` [PATCH v6 4/4] stash: renamed test cases to be more descriptive
  ` [PATCH v6 2/4] stash: convert drop and clear to builtin
  ` [PATCH v6 3/4] stash: convert branch "
  ` [PATCH v6 4/4] stash: convert pop "
  ` [PATCH v6 0/4] stash: Convert some `git stash` commands to a builtin

[PATCH 13/29] t/lib-submodule-update: fix broken "replace submodule must-fail" test
 2018-06-27 18:38 UTC  (3+ messages)
` [PATCH] t/lib-submodule-update: fix absorbing test

[PATCH] fetch-pack: support negotiation tip whitelist
 2018-06-27 18:28 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 00/29] t: detect and fix broken &&-chains in subshells
 2018-06-27 18:04 UTC  (28+ messages)
` [PATCH 08/29] t7400: fix broken "submodule add/reconfigure --force" test
` [PATCH 17/29] t: use test_must_fail() instead of checking exit code manually
` [PATCH 29/29] t/test-lib: teach --chain-lint to detect broken &&-chains in subshells

[PATCH] submodule.c: report the submodule that an error occurs in
 2018-06-27 17:02 UTC  (4+ messages)

[RFC PATCH v5] Implement --first-parent for git rev-list --bisect
 2018-06-27 16:26 UTC  (9+ messages)

[PATCH] rebase: fix documentation formatting
 2018-06-27 12:01 UTC  (2+ messages)

Use of new .gitattributes working-tree-encoding attribute across different platform types
 2018-06-27  7:50 UTC 

[PATCH] git-rebase--merge: modernize "git-$cmd" to "git $cmd"
 2018-06-27  7:46 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 0/7] Document/fix/warn about rebase incompatibilities and inconsistencies
 2018-06-27  7:23 UTC  (15+ messages)
` [PATCH v4 0/9] "
  ` [PATCH v4 3/9] t3422: new testcases for checking when incompatible options passed
  ` [PATCH v5 0/9] Document/fix/warn about rebase incompatibilities and inconsistencies
    ` [PATCH v5 1/9] git-rebase.txt: document incompatible options
    ` [PATCH v5 2/9] git-rebase.sh: update help messages a bit
    ` [PATCH v5 3/9] t3422: new testcases for checking when incompatible options passed
    ` [PATCH v5 4/9] git-rebase: error out "
    ` [PATCH v5 5/9] git-rebase.txt: address confusion between --no-ff vs --force-rebase
    ` [PATCH v5 6/9] directory-rename-detection.txt: technical docs on abilities and limitations
    ` [PATCH v5 7/9] git-rebase.txt: document behavioral differences between modes
    ` [PATCH v5 8/9] t3401: add directory rename testcases for rebase and am
    ` [RFC PATCH v5 9/9] git-rebase: make --allow-empty-message the default

[PATCH] filter-branch: skip commits present on --state-branch
 2018-06-26 22:44 UTC  (4+ messages)
` [PATCH v2] "

[GSoC][PATCH 0/1] sequencer: print an error message if append_todo_help() fails
 2018-06-26 21:52 UTC  (5+ messages)
` [GSoC][PATCH 1/1] "

[GSoC][PATCH v2 0/2] rebase -i: rewrite the edit-todo functionality in C
 2018-06-26 21:47 UTC  (5+ messages)
` [GSoC][PATCH v3 "
  ` [GSoC][PATCH v3 2/2] rebase-interactive: "

[PATCH v2 0/6] Restrict the usage of config_from_gitmodules to submodule-config
 2018-06-26 20:57 UTC  (11+ messages)
` [PATCH v2 2/6] submodule-config: add helper function to get 'fetch' config from .gitmodules
` [PATCH v2 4/6] submodule-config: make 'config_from_gitmodules' private
` [PATCH v2 5/6] submodule-config: pass repository as argument to config_from_gitmodules


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).