git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-10-20 23:50:26 to 2017-10-24 19:04:17 UTC [more...]

v2.15.0-rc2 ref deletion bug
 2017-10-24 19:04 UTC  (4+ messages)

Consequences of CRLF in index?
 2017-10-24 19:02 UTC  (3+ messages)

[PATCH 0/4] (x)diff cleanup: remove duplicate code
 2017-10-24 19:02 UTC  (6+ messages)
` [PATCH 1/4] hashmap: introduce memhash_feed to access the internals of FNV-1 hash
` [PATCH 2/4] xdiff-interface: export comparing and hashing strings
` [PATCH 3/4] xdiff: use stronger hash function internally
` [PATCH 4/4] diff.c: get rid of duplicate implementation

[PATCH 00/13] WIP Partial clone part 1: object filtering
 2017-10-24 18:53 UTC  (14+ messages)
` [PATCH 01/13] dir: allow exclusions from blob in addition to file
` [PATCH 02/13] list-objects-filter-map: extend oidmap to collect omitted objects
` [PATCH 03/13] list-objects: filter objects in traverse_commit_list
` [PATCH 04/13] list-objects-filter-blobs-none: add filter to omit all blobs
` [PATCH 05/13] list-objects-filter-blobs-limit: add large blob filtering
` [PATCH 06/13] list-objects-filter-sparse: add sparse filter
` [PATCH 07/13] list-objects-filter-options: common argument parsing
` [PATCH 08/13] list-objects: add traverse_commit_list_filtered method
` [PATCH 09/13] extension.partialclone: introduce partial clone extension
` [PATCH 10/13] rev-list: add list-objects filtering support
` [PATCH 11/13] t6112: rev-list object filtering test
` [PATCH 12/13] pack-objects: add list-objects filtering
` [PATCH 13/13] t5317: pack-objects object filtering test

[PATCH v2 0/9] protocol transition
 2017-10-24 18:48 UTC  (37+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 10/10] ssh: introduce a 'simple' ssh variant
        ` [PATCH 0/5] Coping with unrecognized ssh wrapper scripts in GIT_SSH
          ` [PATCH 1/5] connect: split git:// setup into a separate function
              ` [WIP PATCH] diff: add option to ignore whitespaces for move detection only
          ` [PATCH 2/5] connect: split ssh command line options into separate function
          ` [PATCH 3/5] ssh: 'auto' variant to select between 'ssh' and 'simple'
                    ` [PATCH v2 0/5] Coping with unrecognized ssh wrapper scripts in GIT_SSH
                      ` [PATCH 4/5] ssh: 'simple' variant does not support -4/-6
                      ` [PATCH 5/5] ssh: 'simple' variant does not support --port

[RFC] protocol version 2
 2017-10-24 18:35 UTC  (3+ messages)

Bug: git ls-remote -h / --head results differ in output
 2017-10-24 18:26 UTC  (16+ messages)
    ` [Alt. PATCH] ls-remote: deprecate -h as short for --heads

[PATCH] merge-recursive: check GIT_MERGE_VERBOSITY only once
 2017-10-24 17:11 UTC  (4+ messages)

[PATCH] add a test for "describe --contains" with mixed tags
 2017-10-24 17:02 UTC 

[PATCH v1 1/1] completion: add remaining flags to checkout
 2017-10-24 16:45 UTC  (5+ messages)
` [PATCH v2 "

[PATCH 0/2] Fix an error-handling path when locking refs
 2017-10-24 16:19 UTC  (4+ messages)
` [PATCH 1/2] t1404: add a bunch of tests of D/F conflicts
` [PATCH 2/2] files_transaction_prepare(): fix handling of ref lock failure

[PATCH] path: use xmalloc in add_to_trie
 2017-10-24 16:13 UTC  (2+ messages)

[PATCH] status: do not get confused by submodules in excluded directories
 2017-10-24 15:34 UTC  (5+ messages)

No log --no-decorate completion?
 2017-10-24 15:32 UTC  (5+ messages)

[PATCH v1] read_index_from(): Skip verification of the cache entry order to speed index loading
 2017-10-24 14:45 UTC  (8+ messages)
` [PATCH v2] "

Git diff --no-index and file descriptor inputs
 2017-10-24 13:39 UTC  (4+ messages)

[RFC PATCH 0/8] sequencer: dont't fork git commit
 2017-10-24 12:41 UTC  (5+ messages)
` [RFC PATCH 2/8] commit: move code to update HEAD to libgit

Docker image for git
 2017-10-24 10:38 UTC 

[ANNOUNCE] Git for Windows 2.14.3
 2017-10-24 10:26 UTC  (2+ messages)

git describe returns tags including 'refs/tags/
 2017-10-24  8:12 UTC 

[RFE] Add minimal universal release management capabilities to GIT
 2017-10-24  7:38 UTC  (8+ messages)

[PATCH] column: show auto columns when pager is active
 2017-10-24  6:58 UTC  (6+ messages)
` [PATCH v2] "

What's cooking in git.git (Oct 2017, #05; Tue, 24)
 2017-10-24  5:28 UTC 

[PATCH] use filetest pragma to work with ACL
 2017-10-24  5:02 UTC  (5+ messages)

[RFC PATCH 0/5] branch: improve error messages of branch renaming
 2017-10-24  3:37 UTC  (14+ 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
  ` [RFC PATCH v2 5/5] builtin/branch: give more useful error messages when renaming

[GIT PULL] l10n updates for 2.15.0 round 2
 2017-10-24  2:48 UTC  (2+ messages)

[PATCH 0/3] making test-suite tracing more useful
 2017-10-24  1:32 UTC  (19+ messages)
` [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

[PATCH] Added support for new configuration parameter push.pushOption
 2017-10-24  0:59 UTC  (12+ messages)
` [PATCH] builtin/push.c: add push.pushOption config

[PATCH v4 2/3] implement fetching of moved submodules
 2017-10-24  0:54 UTC  (8+ messages)
` [PATCH 1/2] t5526: check for name/path collision in submodule fetch
  ` [PATCH 2/2] fetch, push: keep separate lists of submodules and gitlinks

Question about purge git history
 2017-10-24  0:26 UTC 

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

"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  (12+ 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)

[PATCH 0/4] fsmonitor fixes
 2017-10-23 12:36 UTC  (8+ messages)
` [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  (9+ 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

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

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

[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  (11+ messages)
  ` [PATCH v2] "
      ` [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  (7+ 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).