git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-01-02 05:17:41 to 2018-01-04 00:17:16 UTC [more...]

[PATCH 00/26] protocol version 2
 2018-01-04  0:17 UTC  (33+ messages)
` [PATCH 01/26] pkt-line: introduce packet_read_with_status
` [PATCH 02/26] pkt-line: introduce struct packet_reader
` [PATCH 03/26] pkt-line: add delim packet support
` [PATCH 04/26] upload-pack: convert to a builtin
` [PATCH 05/26] upload-pack: factor out processing lines
` [PATCH 06/26] transport: use get_refs_via_connect to get refs
` [PATCH 07/26] connect: convert get_remote_heads to use struct packet_reader
` [PATCH 08/26] connect: discover protocol version outside of get_remote_heads
` [PATCH 09/26] transport: store protocol version
` [PATCH 10/26] protocol: introduce enum protocol_version value protocol_v2
` [PATCH 11/26] serve: introduce git-serve
` [PATCH 12/26] ls-refs: introduce ls-refs server command
` [PATCH 13/26] connect: request remote refs using v2
` [PATCH 14/26] transport: convert get_refs_list to take a list of ref patterns
` [PATCH 15/26] transport: convert transport_get_remote_refs "
` [PATCH 16/26] ls-remote: pass ref patterns when requesting a remote's refs
` [PATCH 17/26] fetch: pass ref patterns when fetching
` [PATCH 18/26] push: pass ref patterns when pushing
` [PATCH 19/26] upload-pack: introduce fetch server command
` [PATCH 20/26] fetch-pack: perform a fetch using v2
` [PATCH 21/26] transport-helper: remove name parameter
` [PATCH 22/26] transport-helper: refactor process_connect_service
` [PATCH 23/26] transport-helper: introduce connect-half-duplex
` [PATCH 24/26] pkt-line: add packet_buf_write_len function
` [PATCH 25/26] remote-curl: create copy of the service name
` [PATCH 26/26] remote-curl: implement connect-half-duplex command

[RFC/PATCH] connect: add GIT_SSH_{SEND,RECEIVE}{,_COMMAND} env variables
 2018-01-04  0:08 UTC  (3+ messages)

[PATCH] doc/SubmittingPatches: improve text formatting
 2018-01-03 23:56 UTC  (2+ messages)

Misleading documentation for git-diff-files (diff-filter)
 2018-01-03 23:53 UTC  (2+ messages)

Bug report: git clone with dest
 2018-01-03 22:44 UTC  (3+ messages)

[PATCH v5 00/34] Add directory rename detection to git
 2018-01-03 22:23 UTC  (5+ messages)

[PATCH 0/5] pickaxe refactorings and a new mode to find blobs (WAS: diffcore: add a pickaxe option to find a specific blob)
 2018-01-03 22:18 UTC  (12+ messages)
` [PATCH 1/5] diff.h: Make pickaxe_opts an unsigned bit field
` [PATCH 2/5] diff: migrate diff_flags.pickaxe_ignore_case to a pickaxe_opts bit
` [PATCH 3/5] diff: introduce DIFF_PICKAXE_KINDS_MASK
` [PATCH 4/5] diffcore: add a pickaxe option to find a specific blob
  ` [PATCHv2 "
` [PATCH 5/5] diff: properly error out when combining multiple pickaxe options

[PATCH 0/3] fixes for split index mode
 2018-01-03 22:18 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] prune: fix pruning with multiple worktrees and split index

[PATCH v3 0/5] Add --no-ahead-behind to status
 2018-01-03 21:47 UTC  (6+ messages)
` [PATCH v3 1/5] stat_tracking_info: return +1 when branches not equal
` [PATCH v3 2/5] status: add --[no-]ahead-behind to status and commit for V2 format
` [PATCH v3 3/5] status: update short status to respect --no-ahead-behind
` [PATCH v3 4/5] status: support --no-ahead-behind in long format
` [PATCH v3 5/5] status: add status.aheadBehind value for porcelain output

[PATCH 0/5] Fix --recurse-submodules for submodule worktree changes
 2018-01-03 21:16 UTC  (13+ messages)
` [PATCHv2 "
  ` [PATCHv2 4/5] unpack-trees: oneway_merge to update submodules
      ` [PATCHv3 0/5] Fix --recurse-submodules for submodule worktree changes
        ` [PATCH 1/5] t/helper/test-lazy-name-hash: fix compilation
        ` [PATCH 2/5] t/lib-submodule-update.sh: clarify test
        ` [PATCH 3/5] t/lib-submodule-update.sh: Fix test ignoring ignored files in submodules
        ` [PATCH 4/5] unpack-trees: oneway_merge to update submodules
        ` [PATCH 5/5] submodule: submodule_move_head omits old argument in forced case

[ANNOUNCE] Git v2.16.0-rc0
 2018-01-03 21:15 UTC  (7+ messages)

[PATCH] dir.c: avoid stat() in valid_cached_dir()
 2018-01-03 20:49 UTC  (7+ messages)
` [PATCH v2 0/5] untracked cache bug fixes
` [PATCH v2 1/5] status: add a failing test showing a core.untrackedCache bug
` [PATCH v2 2/5] dir.c: avoid stat() in valid_cached_dir()
` [PATCH v2 3/5] dir.c: fix missing dir invalidation in untracked code
` [PATCH v2 4/5] update-index doc: note a fixed bug in the untracked cache
` [PATCH v2 5/5] dir.c: stop ignoring opendir() error in open_cached_dir()

[PATCH v1] convert: add support for 'encoding' attribute
 2018-01-03 20:45 UTC  (6+ messages)

[PATCH] Add shell completion for git remote rm
 2018-01-03 19:24 UTC  (6+ messages)

[PATCH 0/6] increase wildmatch test coverage
 2018-01-03 19:14 UTC  (6+ messages)
` [PATCH v2 7/7] wildmatch test: create & test files on disk in addition to in-memory

[PATCH 0/2] Several fixes for the test suite related to spaces in filenames
 2018-01-03 19:08 UTC  (4+ messages)
` [PATCH 1/2] Allow the test suite to pass in a directory whose name contains spaces
` [PATCH 2/2] t0302 & t3900: add forgotten quotes

[BUG] v2.16.0-rc0 seg faults when git bisect skip
 2018-01-03 18:48 UTC  (4+ messages)
    ` [PATCH] bisect: fix a regression causing a segfault

[PATCH 00/40] Promisor remotes and external ODB support
 2018-01-03 16:34 UTC  (41+ messages)
` [PATCH 01/40] Add initial external odb support
` [PATCH 02/40] Add GIT_NO_EXTERNAL_ODB env variable
` [PATCH 03/40] external-odb: add has_external_odb()
` [PATCH 04/40] fsck: introduce promisor objects
` [PATCH 05/40] fsck: support refs pointing to "
` [PATCH 06/40] fsck: support referenced "
` [PATCH 07/40] fsck: support promisor objects as CLI argument
` [PATCH 08/40] index-pack: refactor writing of .keep files
` [PATCH 09/40] introduce fetch-object: fetch one promisor object
` [PATCH 10/40] external-odb: implement external_odb_get_direct
` [PATCH 11/40] sha1_file: support lazily fetching missing objects
` [PATCH 12/40] rev-list: support termination at promisor objects
` [PATCH 13/40] gc: do not repack promisor packfiles
` [PATCH 14/40] sha1_file: prepare for external odbs
` [PATCH 15/40] external-odb: add script mode support
` [PATCH 16/40] odb-helper: add 'enum odb_helper_type'
` [PATCH 17/40] odb-helper: add odb_helper_init() to send 'init' instruction
` [PATCH 18/40] t0400: add 'put_raw_obj' instruction to odb-helper script
` [PATCH 19/40] external odb: add 'put_raw_obj' support
` [PATCH 20/40] external-odb: accept only blobs for now
` [PATCH 21/40] t0400: add test for external odb write support
` [PATCH 22/40] Add t0410 to test external ODB transfer
` [PATCH 23/40] lib-httpd: pass config file to start_httpd()
` [PATCH 24/40] lib-httpd: add upload.sh
` [PATCH 25/40] lib-httpd: add list.sh
` [PATCH 26/40] lib-httpd: add apache-e-odb.conf
` [PATCH 27/40] odb-helper: add odb_helper_get_raw_object()
` [PATCH 28/40] pack-objects: don't pack objects in external odbs
` [PATCH 29/40] Add t0420 to test transfer to HTTP external odb
` [PATCH 30/40] external-odb: add 'get_direct' support
` [PATCH 31/40] odb-helper: add 'script_mode' to 'struct odb_helper'
` [PATCH 32/40] odb-helper: add init_object_process()
` [PATCH 33/40] Add t0450 to test 'get_direct' mechanism
` [PATCH 34/40] Add t0460 to test passing git objects
` [PATCH 35/40] odb-helper: add put_object_process()
` [PATCH 36/40] Add t0470 to test passing raw objects
` [PATCH 37/40] odb-helper: add have_object_process()
` [PATCH 38/40] Add t0480 to test "have" capability and raw objects
` [PATCH 39/40] external-odb: use 'odb=magic' attribute to mark odb blobs
` [PATCH 40/40] Add Documentation/technical/external-odb.txt

[PATCH] http: fix v1 protocol tests with apache httpd < 2.4
 2018-01-03 16:21 UTC  (6+ messages)

What's cooking in git.git (Dec 2017, #05; Wed, 27)
 2018-01-03  9:57 UTC  (7+ messages)

[PATCH 0/2] Travis CI: check unignored build artifacts
 2018-01-03  9:45 UTC  (7+ messages)
` [PATCH 1/2] travis-ci: don't store P4 and Git LFS in the working tree
` [PATCH 2/2] travis-ci: check that all build artifacts are .gitignore-d

[PATCH 1/5] convert_to_git(): checksafe becomes an integer
 2018-01-03  9:37 UTC  (5+ messages)
` [PATCH v3 1/1] convert_to_git(): checksafe becomes int conv_flags

[PATCH v2] run-command: add hint when a hook is ignored
 2018-01-03  8:31 UTC  (5+ messages)
` [PATCH v3] "

[PATCH v5 04/34] directory rename detection: basic testcases
 2018-01-03  3:43 UTC  (3+ messages)

[PATCH v2 0/6] Minor fsmonitor bugfixes, use with `git diff`
 2018-01-03  3:04 UTC  (7+ messages)
` [PATCH 1/6] Fix comments to agree with argument name
  ` [PATCH 2/6] fsmonitor: Stop inline'ing mark_fsmonitor_valid / _invalid
  ` [PATCH 3/6] fsmonitor: Update helper tool, now that flags are filled later
  ` [PATCH 4/6] fsmonitor: Make output of test-dump-fsmonitor more concise
  ` [PATCH 5/6] fsmonitor: Remove debugging lines from t/t7519-status-fsmonitor.sh
  ` [PATCH 6/6] fsmonitor: Use fsmonitor data in `git diff`

Git removes existing folder when cancelling clone
 2018-01-02 23:39 UTC  (10+ messages)
    ` [PATCH 0/4] "
      ` [PATCH 1/4] t5600: fix outdated comment about unborn HEAD
      ` [PATCH 2/4] t5600: modernize style
      ` [PATCH 3/4] clone: factor out dir_exists() helper
      ` [PATCH 4/4] clone: do not clean up directories we didn't create

[Bug] NO_INTPTR_T not being honoured in compat/regex/regcomp.c
 2018-01-02 23:08 UTC  (3+ messages)

[PATCH v2 0/5] Add --no-ahead-behind to status
 2018-01-02 22:17 UTC  (5+ messages)
` [PATCH v2 1/5] core.aheadbehind: add new config setting

[PATCH] git-archive: accept --owner and --group like GNU tar
 2018-01-02 21:36 UTC  (3+ messages)

[PATCH v2 0/7] Renames in git-status "changed not staged" section
 2018-01-02 21:22 UTC  (3+ messages)
` [PATCH v3 0/6] "

[BUG] File move with `add -N` shows as rename to same name
 2018-01-02 21:14 UTC  (6+ messages)
` [PATCH] status: handle worktree renames

[PATCH v5] Makefile: replace perl/Makefile.PL with simple make rules
 2018-01-02 20:39 UTC  (5+ messages)
` [PATCH v6] "
    ` [PATCH ab/simplify-perl-makefile] perl: treat PERLLIB_EXTRA as an extra path again (Re: [PATCH v6] Makefile: replace perl/Makefile.PL with simple make rules)

Test failure for v2.16.0-rc0 on cygwin
 2018-01-02 19:34 UTC  (5+ messages)

[PATCH 0/4] branch: add '--show-description' option
 2018-01-02 19:25 UTC  (7+ messages)
` [PATCH 4/4] "

[PATCH] oidmap.h: strongly discourage using OIDMAP_INIT directly
 2018-01-02 18:13 UTC  (3+ messages)

Segfault
 2018-01-02 10:11 UTC  (3+ 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).