git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-10-19 16:13:49 to 2017-10-23 18:05:22 UTC [more...]

[PATCH v4 0/3] implement fetching of moved submodules
 2017-10-23 18:05 UTC  (18+ messages)
` [PATCH v4 2/3] "
          ` [PATCH 1/2] t5526: check for name/path collision in submodule fetch
            ` [PATCH 2/2] fetch, push: keep separate lists of submodules and gitlinks
` [PATCH v4 3/3] submodule: simplify decision tree whether to or not to fetch

"Cannot fetch git.git" (worktrees at fault? or origin/HEAD) ?
 2017-10-23 17:37 UTC  (8+ messages)

[PATCH 0/6] Teach Status options around showing ignored files
 2017-10-23 17:05 UTC  (13+ messages)
` [PATCH v3 0/4] status: add option to show ignored files differently
  ` [PATCH v3 1/4] "
  ` [PATCH v3 4/4] status: test --ignored=matching
` [PATCH v4 0/4] status: add option to show ignored files differently
  ` [PATCH v4 1/4] "
  ` [PATCH v4 2/4] status: report matching ignored and normal untracked
  ` [PATCH v4 3/4] status: document options to show matching ignored files
  ` [PATCH v4 4/4] status: test ignored modes

git send-email does not work with Google anymore?!
 2017-10-23 16:27 UTC  (2+ messages)

Bug: git ls-remote -h / --head results differ in output
 2017-10-23 15:05 UTC  (14+ messages)
    ` [Alt. PATCH] ls-remote: deprecate -h as short for --heads

[PATCH 0/4] fsmonitor fixes
 2017-10-23 12:36 UTC  (16+ messages)
` [PATCH 1/4] fsmonitor: Watch, and ask about, the top of the repo, not the CWD
  ` [PATCH 2/4] fsmonitor: Don't bother pretty-printing JSON from watchman
  ` [PATCH 3/4] fsmonitor: Document GIT_TRACE_FSMONITOR
  ` [PATCH 4/4] fsmonitor: Delay updating state until after split index is merged

[PATCH 0/6] Create Git/Packet.pm
 2017-10-23 12:26 UTC  (12+ messages)
` [PATCH 1/6] t0021/rot13-filter: refactor packet reading functions
` [PATCH 4/6] t0021/rot13-filter: add packet_initialize()
` [PATCH 5/6] t0021/rot13-filter: add capability functions
` [PATCH 6/6] Add Git/Packet.pm from parts of t0021/rot13-filter.pl

[PATCH] Added support for new configuration parameter push.pushOption
 2017-10-23 11:44 UTC  (11+ messages)
` [PATCH] builtin/push.c: add push.pushOption config

checking out from branch A to branch B brings along a folder from A. Why
 2017-10-23 11:27 UTC 

[PATCH v3 0/4] Implement git stash as a builtin command
 2017-10-23 11:09 UTC  (2+ messages)

[PATCH 0/3] making test-suite tracing more useful
 2017-10-23 11:04 UTC  (18+ messages)
` [PATCH 1/3] test-lib: silence "-x" cleanup under bash
` [PATCH 2/3] t5615: avoid re-using descriptor 4
` [PATCH 3/3] test-lib: make "-x" work with "--verbose-log"
` [PATCH 4/3] t/Makefile: introduce TEST_SHELL_PATH

[ANNOUNCE] Git v2.15.0-rc2
 2017-10-23  9:42 UTC  (5+ messages)
` Git for Windows v2.15.0-rc prerelease, was "

[RFE] Add minimal universal release management capabilities to GIT
 2017-10-23  9:16 UTC  (7+ messages)

[RFC] deprecate git stash save? (was: Re: [PATCH 2/3] http-push: fix construction of hex value from path)
 2017-10-23  6:26 UTC  (25+ messages)
` [PATCH 2/1] mention git stash push first in the man page
` [PATCH v2 1/2] replace git stash save with git stash push in the documentation
  ` [PATCH v2 2/2] mark git stash push deprecated in the man page
    ` [PATCH v3 0/3] deprecate git stash save
      ` [PATCH v3 1/3] replace git stash save with git stash push in the documentation
      ` [PATCH v3 2/3] mark git stash push deprecated in the man page
      ` [PATCH v3 3/3] stash: remove now superfluos help for "stash push"

[ANNOUNCE] Git v2.14.3
 2017-10-23  6:10 UTC 

Ascertaining amount of "original" code across files/repo
 2017-10-23  2:04 UTC  (2+ messages)

Consider escaping special characters like 'less' does
 2017-10-23  0:45 UTC  (9+ messages)

Is t5601 flaky for anybody else?
 2017-10-22  9:36 UTC  (5+ messages)
  ` Re* "

[PATCH 0/3] a small branch API clean-up
 2017-10-22  5:00 UTC  (14+ messages)
` [PATCH 2/3] branch: split validate_new_branchname() into two
` [PATCH 3/3] branch: forbid refs/heads/HEAD

[PATCH] commit: check result of resolve_ref_unsafe
 2017-10-22  0:46 UTC  (16+ messages)
  ` [PATCH v2] "
      ` [PATCH 1/4] test-ref-store: avoid passing NULL to printf
      ` [PATCH 2/4] remote: handle broken symrefs
      ` [PATCH 3/4] log: handle broken HEAD in decoration check
      ` [PATCH 4/4] worktree: handle broken symrefs in find_shared_symref()
      ` [PATCH v3] commit: check result of resolve_ref_unsafe
        ` [PATCH v4] "

hot to get file sizes in git log output
 2017-10-21  3:25 UTC  (8+ messages)

[RFC PATCH 0/5] branch: improve error messages of branch renaming
 2017-10-21  2:56 UTC  (12+ messages)
` [RFC PATCH v2 0/5] Give more useful error messages when renaming a branch
  ` [RFC PATCH v2 1/5] branch: improve documentation and naming of certain parameters
  ` [RFC PATCH v2 2/5] branch: re-order function arguments to group related arguments

[PATCH v1] read_index_from(): Skip verification of the cache entry order to speed index loading
 2017-10-21  1:55 UTC  (9+ messages)

Out of memory with diff.colormoved enabled
 2017-10-20 22:37 UTC  (29+ messages)
` [PATCH] diff.c: increment buffer pointer in all code path
              ` [PATCH 0/5] fix "diff --color-moved --ignore-space-at-eol"
                ` [PATCH 1/5] t4015: refactor --color-moved whitespace test
                ` [PATCH 2/5] t4015: check "negative" case for "-w --color-moved"
                ` [PATCH 3/5] t4015: test the output of "diff --color-moved -b"
                ` [PATCH 4/5] diff: fix whitespace-skipping with --color-moved
                ` [PATCH 5/5] diff: handle NULs in get_string_hash()

[PATCH] l10n: de.po: fix typos
 2017-10-20 17:52 UTC 

[RFC] protocol version 2
 2017-10-20 17:18 UTC 

Updated to v2.14.2 on macOS; git add --patch broken
 2017-10-20 13:31 UTC  (12+ messages)

Minor man page weirdness?
 2017-10-19 22:29 UTC  (7+ messages)

[PATCH] add a test for "describe --contains" with mixed tags
 2017-10-19 19:55 UTC 

[PATCH/RFC] grep: turn off threading when recursing submodules
 2017-10-19 19:50 UTC  (4+ messages)

[PATCH] use filetest pragma to work with ACL
 2017-10-19 16:13 UTC  (4+ messages)


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