git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-09-18 17:38:14 to 2018-09-21 16:19:50 UTC [more...]

[PATCH v5 0/9] Make submodules work if .gitmodules is not checked out
 2018-09-21 16:19 UTC  (6+ messages)
` [PATCH v5 9/9] submodule: support reading .gitmodules when it's not in the working tree

git check-ignore ignores negated entries
 2018-09-21 16:13 UTC  (2+ messages)

[RFC PATCH v2] Allow aliases that include other aliases
 2018-09-21 15:59 UTC  (7+ messages)
` [RFC PATCH v4 1/3] Add support for nested aliases

[PATCH v4 00/23] Kill the_index part 4
 2018-09-21 15:57 UTC  (25+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/23] archive.c: remove implicit dependency the_repository
  ` [PATCH v5 02/23] read-cache.c: remove 'const' from index_has_changes()
  ` [PATCH v5 03/23] diff.c: reduce implicit dependency on the_index
  ` [PATCH v5 04/23] combine-diff.c: remove "
  ` [PATCH v5 05/23] blame.c: rename "repo" argument to "r"
  ` [PATCH v5 06/23] diff.c: remove the_index dependency in textconv() functions
  ` [PATCH v5 07/23] grep.c: remove implicit dependency on the_index
  ` [PATCH v5 08/23] diff.c: "
  ` [PATCH v5 09/23] read-cache.c: "
  ` [PATCH v5 10/23] diff-lib.c: "
  ` [PATCH v5 11/23] ll-merge.c: "
  ` [PATCH v5 12/23] merge-blobs.c: "
  ` [PATCH v5 13/23] merge.c: "
  ` [PATCH v5 14/23] patch-ids.c: "
  ` [PATCH v5 15/23] sha1-file.c: "
  ` [PATCH v5 16/23] rerere.c: "
  ` [PATCH v5 17/23] userdiff.c: "
  ` [PATCH v5 18/23] line-range.c: "
  ` [PATCH v5 19/23] submodule.c: "
  ` [PATCH v5 20/23] tree-diff.c: "
  ` [PATCH v5 21/23] ws.c: "
  ` [PATCH v5 22/23] revision.c: "
  ` [PATCH v5 23/23] revision.c: reduce implicit dependency the_repository

What's cooking in git.git (Sep 2018, #04; Thu, 20)
 2018-09-21 15:55 UTC  (6+ messages)
` Segfault in master due to 4fbcca4eff

[PATCH 0/6] Use generation numbers for --topo-order
 2018-09-21 15:47 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/6] test-reach: add run_three_modes method

[PATCH v2 0/1] contrib: Add script to show uncovered "new" lines
 2018-09-21 15:20 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] contrib: add coverage-diff script

[PATCH v2 0/1] Properly peel tags in can_all_from_reach_with_flags()
 2018-09-21 15:05 UTC  (4+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] commit-reach: properly peel tags
  ` [PATCH v3 2/2] commit-reach: fix memory and flag leaks

[PATCH 0/3] Filter alternate references
 2018-09-21 14:07 UTC  (15+ messages)
` [PATCH 1/3] transport.c: extract 'fill_alternate_refs_command'
` [PATCH 2/3] transport.c: introduce core.alternateRefsCommand
` [PATCH 3/3] transport.c: introduce core.alternateRefsPrefixes

Very simple popen() code request, ground-shaking functionality openned by it
 2018-09-21 13:34 UTC 

(no subject)
 2018-09-21  8:43 UTC 

[PATCH 0/3] some documentation changes from the beginning of the alphabet
 2018-09-21  5:45 UTC  (13+ messages)
` [PATCH 1/3] git-archimport.1: specify what kind of Arch we're talking about
` [PATCH 2/3] git-column.1: clarify initial description, provide examples
` [PATCH 3/3] git-describe.1: clarify that "human readable" is also git-readable

bug with git merge-base
 2018-09-21  4:59 UTC  (4+ messages)

[PATCH] Add an EditorConfig file
 2018-09-21  2:35 UTC  (8+ messages)

[PATCH] reflog expire: add progress output
 2018-09-21  2:17 UTC  (7+ messages)

[PATCH v1 0/2] Cleanup tests for test_cmp argument ordering and "|" placement
 2018-09-21  2:06 UTC  (26+ messages)
` [PATCH v2 0/6] Clean up tests for test_cmp arg ordering and pipe placement
  ` [PATCH v2 4/6] tests: Add linter check for pipe placement style
  ` [PATCH v2 1/6] CodingGuidelines: add shell piping guidelines
  ` [PATCH v2 5/6] tests: split up pipes
  ` [PATCH v2 6/6] t9109-git-svn-props.sh: split up several pipes
` [PATCH v3 0/5] Clean up tests for test_cmp arg ordering and pipe placement
  ` [PATCH v3 1/5] CodingGuidelines: add shell piping guidelines
  ` [PATCH v3 2/5] tests: standardize pipe placement
  ` [PATCH v3 3/5] t/*: fix ordering of expected/observed arguments
  ` [PATCH v3 4/5] tests: don't swallow Git errors upstream of pipes
  ` [PATCH v3 5/5] t9109: "

[PATCH] fetch: in partial clone, check presence of targets
 2018-09-20 23:28 UTC  (4+ messages)

[Bug] Pathspec matching breaks the add command
 2018-09-20 21:40 UTC  (4+ messages)
` [PATCH] add: do not accept pathspec magic 'attr'

[PATCH] git.txt: mention mailing list archive
 2018-09-20 19:07 UTC  (2+ messages)

[PATCH 1/9] Makefile: add a hdr-check target
 2018-09-20 18:49 UTC  (7+ messages)

[PATCH v1 0/4] Cleanup pass on special test setups
 2018-09-20 18:43 UTC  (8+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 2/5] preload-index: use git_env_bool() not getenv() for customization
  ` [PATCH v3 1/5] t/README: correct spelling of "uncommon"
  ` [PATCH v3 3/5] fsmonitor: update GIT_TEST_FSMONITOR support
  ` [PATCH v3 4/5] read-cache: update TEST_GIT_INDEX_VERSION support
  ` [PATCH v3 5/5] preload-index: update GIT_FORCE_PRELOAD_TEST support
  ` Re*: [PATCH v3 0/5] Cleanup pass on special test setups

[PATCH 0/3] doc: fixups for ab/fetch-tags-noclobber
 2018-09-20 16:39 UTC  (4+ messages)
` [PATCH 3/3] fetch doc: correct grammar in --force docs

[PATCH] completion: support "git fetch --multiple"
 2018-09-20 16:37 UTC 

[PATCH 9/9] commit-reach.h: add missing declarations (hdr-check)
 2018-09-20 15:35 UTC  (3+ messages)

Work is not replayed on top while: git pull -v --rebase
 2018-09-20 14:38 UTC  (2+ messages)

[PATCH 0/1] git-rebase--interactive.sh: fix trailing spaces on empty $todo
 2018-09-20 14:12 UTC  (2+ messages)

[PATCH 0/4] git-commit-graph.txt: various cleanups
 2018-09-20 13:42 UTC  (10+ messages)
` [PATCH 1/4] git-commit-graph.txt: fix bullet lists
` [PATCH 2/4] git-commit-graph.txt: typeset more in monospace
` [PATCH 3/4] git-commit-graph.txt: refer to "*commit* graph file"
` [PATCH 4/4] git-commit-graph.txt: refer to the "commit graph file" without dash

[PATCH] gc: fix regression in 7b0f229222 impacting --quiet
 2018-09-19 23:22 UTC  (3+ messages)

[PATCH 7/9] midx.h: add missing forward declarations (hdr-check)
 2018-09-19 23:35 UTC  (2+ messages)

[PATCH 0/4] Cleanup of merge_*() functions in merge-recursive
 2018-09-19 23:40 UTC  (6+ messages)
` [PATCH 1/4] merge-recursive: set paths correctly when three-way merging content
` [PATCH 2/4] merge-recursive: avoid wrapper function when unnecessary and wasteful
` [PATCH 3/4] merge-recursive: remove final remaining caller of merge_file_one()
` [PATCH 4/4] merge-recursive: rename merge_file_1() and merge_content()

Access Git ssh on port 8822 ?
 2018-09-19 20:04 UTC  (4+ messages)

What's cooking in git.git (Sep 2018, #03; Fri, 14)
 2018-09-19 18:43 UTC  (4+ messages)
` [PATCH] pack-objects: handle island check for "external" delta base

[PATCH 1/2] Doc: use `--type=bool` instead of `--bool`
 2018-09-19 17:55 UTC  (4+ messages)
` [PATCH 2/2] git-config.txt: fix 'see: above' note

[PATCH/RFC] commit: new option to abort -a something is already staged
 2018-09-19 16:16 UTC  (13+ messages)
` [PATCH v2 0/1] Make 'git commit' not accidentally lose staged content

Git 2.19 ignores default system language in Mac (2.18 or earlier did not)
 2018-09-19 15:39 UTC  (2+ messages)

[ANNOUNCE] Git Rev News edition 43
 2018-09-19 11:58 UTC 

[PATCH v3] checkout: optimize "git checkout -b <new_branch>"
 2018-09-19  4:41 UTC  (4+ messages)
` [PATCH] config doc: add missing list separator for checkout.optimizeNewBranch

Subject: [PATCH 0/9] hdr-check
 2018-09-19  3:44 UTC  (2+ messages)

[PATCH] userdiff.h: add missing declaration (hdr-check)
 2018-09-19  0:20 UTC 

[PATCH] fetch-object.h: add missing declaration (hdr-check)
 2018-09-19  0:18 UTC 

[PATCH 8/9] delta-islands.h: add missing forward declarations (hdr-check)
 2018-09-19  0:14 UTC 

[PATCH 6/9] refs/refs-internal.h: add missing declarations (hdr-check)
 2018-09-19  0:12 UTC 

[PATCH 5/9] refs/packed-backend.h: add missing declaration (hdr-check)
 2018-09-19  0:11 UTC 

[PATCH 4/9] refs/ref-cache.h: add missing declarations (hdr-check)
 2018-09-19  0:10 UTC 

[PATCH 3/9] ewah/ewok_rlw.h: add missing include (hdr-check)
 2018-09-19  0:09 UTC 

[PATCH 2/9] json-writer.h: add missing include (hdr-check)
 2018-09-19  0:08 UTC 

Cannot negate `*` ignore pattern for directory with space in the name
 2018-09-18 21:03 UTC  (3+ messages)

Git trademark status and policy
 2018-09-18 18:24 UTC  (7+ messages)

[PATCH] t3701-add-interactive: tighten the check of trace output
 2018-09-18 17:43 UTC  (3+ messages)

[PATCH] doc/Makefile: remove tmp-doc-diff on "make clean"
 2018-09-18 17:38 UTC  (8+ messages)
` [PATCH 0/3] doc-diff: add "clean" mode & fix portability problem
  ` [PATCH 3/3] doc/Makefile: drop doc-diff worktree and temporary files on "make clean"


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