git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-09-15 16:19:08 to 2018-09-18 18:22:26 UTC [more...]

Git trademark status and policy
 2018-09-18 18:22 UTC  (6+ messages)

[PATCH 0/6] Use generation numbers for --topo-order
 2018-09-18 18:02 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/6] prio-queue: add 'peek' operation
  ` [PATCH v2 2/6] test-reach: add run_three_modes method
  ` [PATCH v2 3/6] test-reach: add rev-list tests
  ` [PATCH v2 4/6] revision.c: begin refactoring --topo-order logic
  ` [PATCH v2 5/6] commit/revisions: bookkeeping before refactoring
  ` [PATCH v2 6/6] revision.c: refactor basic topo-order logic

Cannot negate `*` ignore pattern for directory with space in the name
 2018-09-18 17:59 UTC  (2+ 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  (11+ 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"

[PATCH/RFC] commit: new option to abort -a something is already staged
 2018-09-18 17:35 UTC  (9+ messages)
` [PATCH v2 0/1] Make 'git commit' not accidentally lose staged content
  ` [PATCH v2 1/1] commit: do not clobber the index

[Bug] Pathspec matching breaks the add command
 2018-09-18 17:31 UTC  (5+ messages)
  ` Brandon Williams's E-Mail bouncing
` [PATCH] add: do not accept pathspec magic 'attr'

[PATCH] gc: do not warn about too many loose objects
 2018-09-18 17:30 UTC  (7+ messages)
` [PATCH v2 0/3] gc --auto: do not return error for prior errors in daemonized mode
  ` [PATCH 2/3] gc: exit with status 128 on failure

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

[PATCH v5 0/9] Make submodules work if .gitmodules is not checked out
 2018-09-18 17:12 UTC  (11+ messages)
` [PATCH v5 1/9] submodule: add a print_config_from_gitmodules() helper
` [PATCH v5 2/9] submodule: factor out a config_set_in_gitmodules_file_gently function
` [PATCH v5 3/9] t7411: merge tests 5 and 6
` [PATCH v5 4/9] t7411: be nicer to future tests and really clean things up
` [PATCH v5 5/9] submodule--helper: add a new 'config' subcommand
` [PATCH v5 6/9] submodule: use the 'submodule--helper config' command
` [PATCH v5 7/9] t7506: clean up .gitmodules properly before setting up new scenario
` [PATCH v5 8/9] submodule: add a helper to check if it is safe to write to .gitmodules
` [PATCH v5 9/9] submodule: support reading .gitmodules when it's not in the working tree

State of NewHash work, future directions, and discussion
 2018-09-18 16:50 UTC  (13+ messages)
` Hash algorithm analysis

[PATCH 0/1] git-rebase--interactive.sh: fix trailing spaces on empty $todo
 2018-09-18 13:44 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/3] doc: fixups for ab/fetch-tags-noclobber
 2018-09-18  7:30 UTC  (5+ messages)
` [PATCH 1/3] push doc: add spacing between two words
` [PATCH 2/3] fetch doc: correct grammar in --force docs
` [PATCH 3/3] "

[PATCH v1 0/2] Cleanup tests for test_cmp argument ordering and "|" placement
 2018-09-18  1:56 UTC  (18+ messages)
` [PATCH v1 1/2] t/*: fix pipe placement and remove \'s
` [PATCH v1 2/2] t/*: fix ordering of expected/observed arguments
` [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 2/6] tests: standardize pipe placement
  ` [PATCH v2 3/6] t/*: fix ordering of expected/observed arguments
  ` [PATCH v2 4/6] tests: add linter check for pipe placement style
  ` [PATCH v2 5/6] tests: split up pipes
  ` [PATCH v2 6/6] t9109-git-svn-props.sh: split up several pipes

[PATCH] t5551-http-fetch-smart.sh: sort cookies before comparing
 2018-09-18  1:55 UTC  (7+ messages)

[PATCH] Add an EditorConfig file
 2018-09-17 23:18 UTC  (2+ messages)

What's cooking in git.git (Sep 2018, #03; Fri, 14)
 2018-09-17 22:54 UTC  (14+ messages)

[Question] Alternative to git-lfs under go
 2018-09-17 22:38 UTC  (7+ messages)

[PATCH] mailmap: update brian m. carlson's email address
 2018-09-17 22:21 UTC  (6+ messages)
` [PATCH v2] "
      ` [PATCH] mailmap: consistently normalize brian m. carlson's name

[PATCH] t5551: compare sorted cookies files
 2018-09-17 21:46 UTC  (7+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] t5551: move setup code inside test_expect blocks
  ` [PATCH v2 2/2] t5551: compare sorted cookies files

[PATCH 0/9] fetch: make sure submodule oids are fetched
 2018-09-17 21:42 UTC  (12+ messages)
` [PATCHv2 "
  ` [PATCH 1/9] string-list: add string_list_{pop, last} functions
  ` [PATCH 2/9] sha1-array: provide oid_array_filter
  ` [PATCH 3/9] submodule.c: fix indentation
  ` [PATCH 4/9] submodule.c: sort changed_submodule_names before searching it
  ` [PATCH 5/9] submodule: move global changed_submodule_names into fetch submodule struct
  ` [PATCH 6/9] submodule.c: do not copy around submodule list
  ` [PATCH 7/9] submodule: fetch in submodules git directory instead of in worktree
  ` [PATCH 8/9] fetch: retry fetching submodules if needed objects were not fetched
  ` [PATCH 9/9] builtin/fetch: check for submodule updates for non branch fetches

[PATCH v1] read-cache: speed up index load through parallelization
 2018-09-17 21:32 UTC  (24+ messages)
` [PATCH v5 0/5] "
  ` [PATCH v5 1/5] eoie: add End of Index Entry (EOIE) extension
  ` [PATCH v5 2/5] read-cache: load cache extensions on a worker thread
  ` [PATCH v5 3/5] read-cache: load cache entries on worker threads

[PATCH] midx.c: mark a file-local symbol as static
 2018-09-17 20:47 UTC  (4+ messages)

git pull --rebase=preserve is always rebasing something, even on up-to-date branch
 2018-09-17 20:35 UTC 

[PATCH v3 00/23] Kill the_index part 4
 2018-09-17 19:13 UTC  (11+ messages)
` [PATCH v4 "
  ` [PATCH v4 02/23] read-cache.c: remove 'const' from index_has_changes()
  ` [PATCH v4 05/23] blame.c: rename "repo" argument to "r"
  ` [PATCH v4 19/23] submodule.c: remove implicit dependency on the_index
  ` [PATCH v4 22/23] revision.c: "
  ` [PATCH v4 23/23] revision.c: reduce implicit dependency the_repository

Git 2.19 Segmentation fault 11 on macOS
 2018-09-17 18:48 UTC  (9+ messages)
          ` [PATCH] linear-assignment: fix potential out of bounds memory access (was: Re: Git 2.19 Segmentation fault 11 on macOS)
            ` [PATCH v2] linear-assignment: fix potential out of bounds memory access

Git for games working group
 2018-09-17 17:23 UTC  (23+ messages)

[PATCH] read-cache.c: fix a sparse warning
 2018-09-17 16:54 UTC  (5+ messages)

Feature request: be able to pass arguments to difftool command
 2018-09-17 16:44 UTC  (5+ messages)

[RFC PATCH v2] Allow aliases that include other aliases
 2018-09-17 15:37 UTC  (12+ messages)
` [RFC PATCH v4 1/3] Add support for nested aliases
  ` [RFC PATCH v4 3/3] t0014: Introduce alias testing suite
  ` [PATCH v5 1/3] Add support for nested aliases
    ` [PATCH v5 2/3] Show the call history when an alias is looping
    ` [PATCH v5 3/3] t0014: Introduce an alias testing suite

[PATCH 0/2] commit-graph: add progress output
 2018-09-17 15:33 UTC  (6+ messages)
` [PATCH v2 2/2] commit-graph verify: "
    ` [PATCH v3 0/2] commit-graph: "
    ` [PATCH v3 1/2] commit-graph write: "
    ` [PATCH v3 2/2] commit-graph verify: "

diff between "--no-local" and "--no-hardlinks" for local clone?
 2018-09-17 14:57 UTC  (2+ messages)

Differences between git show HEAD and git show head
 2018-09-17 13:33 UTC  (3+ messages)

Question - no space in smtp-server-option
 2018-09-17 11:39 UTC  (6+ messages)

Draft of Git Rev News edition 43
 2018-09-17  8:40 UTC 

[Bug report] Git incorrectly selects language in macos
 2018-09-16  7:15 UTC  (3+ messages)

[PATCH] status: show progress bar if refreshing the index takes too long
 2018-09-15 17:56 UTC  (2+ messages)
` [PATCH v2] "


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