git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-06-25 23:52:48 to 2018-06-27 14:55:04 UTC [more...]

[GSoC][PATCH v3 0/1] rebase -i: rewrite append_todo_help() in C
 2018-06-27 14:54 UTC  (9+ 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

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

[PATCH v6 00/21] Integrate commit-graph into 'fsck' and 'gc'
 2018-06-27 13:24 UTC  (24+ 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] rebase: fix documentation formatting
 2018-06-27 12:01 UTC  (2+ messages)

[RFC PATCH v5] Implement --first-parent for git rev-list --bisect
 2018-06-27 11:48 UTC  (8+ messages)

[PATCH] rebase -i: Fix white space in comments
 2018-06-27 10:52 UTC  (6+ messages)

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

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

[PATCH 1/2] t3418: add testcase showing problems with rebase -i and strategy options
 2018-06-27  7:49 UTC  (6+ 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 2/2] Fix use of strategy options with interactive rebases

[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 00/29] t: detect and fix broken &&-chains in subshells
 2018-06-27  6:48 UTC  (61+ messages)
` [PATCH 01/29] t7508: use test_when_finished() instead of managing exit code manually
` [PATCH 02/29] t0001: use "{...}" block around "||" expression rather than subshell
` [PATCH 03/29] t1300: use sane_unset() to avoid breaking &&-chain
` [PATCH 04/29] t3303: use standard here-doc tag "EOF" to avoid fooling --chain-lint
` [PATCH 05/29] t5505: modernize and simplify hard-to-digest test
` [PATCH 06/29] t6036: fix broken "merge fails but has appropriate contents" tests
` [PATCH 07/29] t7201: drop pointless "exit 0" at end of subshell
` [PATCH 08/29] t7400: fix broken "submodule add/reconfigure --force" test
` [PATCH 09/29] t7810: use test_expect_code() instead of hand-rolled comparison
` [PATCH 10/29] t9001: fix broken "invoke hook" test
` [PATCH 11/29] t9104: use "{...}" block around "||" expression rather than subshell
` [PATCH 12/29] t9401: drop unnecessary nested subshell
` [PATCH 13/29] t/lib-submodule-update: fix broken "replace submodule must-fail" test
` [PATCH 14/29] t: drop subshell with missing &&-chain in favor of simpler construct
` [PATCH 15/29] t: drop unnecessary terminating semicolons in subshell
` [PATCH 16/29] t: use test_might_fail() instead of manipulating exit code manually
` [PATCH 17/29] t: use test_must_fail() instead of checking "
` [PATCH 18/29] t0000-t0999: fix broken &&-chains in subshells
` [PATCH 19/29] t1000-t1999: "
` [PATCH 20/29] t2000-t2999: "
` [PATCH 21/29] t3000-t3999: "
` [PATCH 22/29] t3030: "
` [PATCH 23/29] t4000-t4999: "
` [PATCH 24/29] t5000-t5999: "
` [PATCH 25/29] t6000-t6999: "
` [PATCH 26/29] t7000-t7999: "
` [PATCH 27/29] t9000-t9999: "
` [PATCH 28/29] t9119: "
` [PATCH 29/29] t/test-lib: teach --chain-lint to detect "

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

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

[PATCH v5 0/5] Convert some stash functionality to a builtin
 2018-06-26 22:31 UTC  (16+ 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

[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] "

[PATCH] Documentation: declare "core.ignorecase" as internal variable
 2018-06-26 21:50 UTC  (2+ messages)
` [PATCH v3] "

[GSoC][PATCH v2 0/2] rebase -i: rewrite the edit-todo functionality in C
 2018-06-26 21:47 UTC  (6+ messages)
` [GSoC][PATCH v3 "
  ` [GSoC][PATCH v3 1/2] editor: add a function to launch the sequence editor
  ` [GSoC][PATCH v3 2/2] rebase-interactive: rewrite the edit-todo functionality in C

[PATCH v4 0/8] ref-in-want
 2018-06-26 21:42 UTC  (14+ 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 v2 0/6] Restrict the usage of config_from_gitmodules to submodule-config
 2018-06-26 20:57 UTC  (14+ messages)
` [PATCH v2 1/6] config: move config_from_gitmodules to submodule-config.c
` [PATCH v2 2/6] submodule-config: add helper function to get 'fetch' config from .gitmodules
` [PATCH v2 3/6] submodule-config: add helper to get 'update-clone' "
` [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
` [PATCH v2 6/6] submodule-config: reuse config_from_gitmodules in repo_read_gitmodules

[BUG] url schemes should be case-insensitive
 2018-06-26 20:03 UTC  (6+ messages)

git rerere and diff3
 2018-06-26 19:37 UTC  (3+ messages)

[PATCH] fetch-pack: support negotiation tip whitelist
 2018-06-26 18:59 UTC  (3+ messages)

[GSoC][PATCH v2 0/3] rebase -i: rewrite reflog operations in C
 2018-06-26 17:44 UTC  (9+ messages)
` [GSoC][PATCH v3 2/3] rebase -i: rewrite setup_reflog_action() "

[GSoC][PATCH v3 0/3] rebase -i: rewrite reflog operations in C
 2018-06-26 17:35 UTC  (4+ messages)
` [GSoC][PATCH v4 "
  ` [GSoC][PATCH v4 2/3] rebase -i: rewrite checkout_onto() "

curious about wording in "man git-config", ENVIRONMENT
 2018-06-26 16:51 UTC  (3+ messages)

[PATCH 0/7] grep.c: teach --column to 'git-grep(1)'
 2018-06-26 16:45 UTC  (5+ messages)
` [PATCH v3 "

[PATCH 4/5] commit-graph: store graph in struct object_store
 2018-06-26 16:40 UTC  (3+ messages)

What's cooking in git.git (Jun 2018, #06; Mon, 25)
 2018-06-26 11:07 UTC  (3+ messages)
` ag/rebase-i-append-todo-help, was "

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

[PATCH 00/23] Multi-pack-index (MIDX)
 2018-06-25 23:52 UTC  (4+ messages)
` [PATCH v2 00/24] "
  ` [PATCH v2 11/24] midx: read pack names into array


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