git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-12-29 15:22:47 to 2018-01-03 16:35:12 UTC [more...]

[PATCH 00/40] Promisor remotes and external ODB support
 2018-01-03 16:33 UTC  (13+ messages)
` [PATCH 08/40] index-pack: refactor writing of .keep files
` [PATCH 09/40] introduce fetch-object: fetch one promisor object
` [PATCH 11/40] sha1_file: support lazily fetching missing objects
` [PATCH 12/40] rev-list: support termination at promisor objects
` [PATCH 18/40] t0400: add 'put_raw_obj' instruction to odb-helper script
` [PATCH 21/40] t0400: add test for external odb write support
` [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 29/40] Add t0420 to test transfer to HTTP external odb

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

Misleading documentation for git-diff-files (diff-filter)
 2018-01-03 16:07 UTC 

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

[BUG] v2.16.0-rc0 seg faults when git bisect skip
 2018-01-03 14:21 UTC  (2+ messages)

[PATCH v5 00/34] Add directory rename detection to git
 2018-01-03 10:57 UTC  (3+ messages)

[RFC/PATCH] connect: add GIT_SSH_{SEND,RECEIVE}{,_COMMAND} env variables
 2018-01-03 10:28 UTC 

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 v2 0/5] convert: add support for different encodings
 2018-01-03  9:37 UTC  (21+ messages)
` [PATCH v2 1/5] strbuf: add xstrdup_toupper()
` [PATCH v2 2/5] utf8: add function to detect prohibited UTF-16/32 BOM
` [PATCH v2 3/5] utf8: add function to detect a missing "
` [PATCH v2 4/5] convert: add support for 'checkout-encoding' attribute
` [PATCH v2 5/5] convert: add tracing for checkout-encoding
` [PATCH 0/5] V2B: simplify convert.c/h
` [PATCH 1/5] convert_to_git(): checksafe becomes an integer
    ` [PATCH v3 1/1] convert_to_git(): checksafe becomes int conv_flags
` [PATCH 2/5] strbuf: add xstrdup_toupper()
` [PATCH 3/5] utf8: add function to detect prohibited UTF-16/32 BOM
` [PATCH 4/5] utf8: add function to detect a missing "
` [PATCH 5/5] convert: add support for 'checkout-encoding' attribute

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

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

[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`

[PATCH 0/5] Fix --recurse-submodules for submodule worktree changes
 2018-01-03  1:12 UTC  (11+ 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

[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  0:58 UTC  (8+ 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 00/26] protocol version 2
 2018-01-03  0:18 UTC  (27+ 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

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  (4+ 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  (5+ 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  (10+ messages)
` [PATCH 1/4] branch: '--edit-description' is incompatible with other options
` [PATCH 2/4] t3200: fix a misindented line
` [PATCH 3/4] t3200: restore branch after "unborn --edit-description" test
` [PATCH 4/4] branch: add '--show-description' option

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

[PATCH] doc/SubmittingPatches: improve text formatting
 2018-01-02 15:33 UTC 

Segfault
 2018-01-02 10:11 UTC  (3+ messages)

[PATCH] dir.c: avoid stat() in valid_cached_dir()
 2018-01-02  0:02 UTC  (6+ messages)

[PATCH] Add shell completion for git remote rm
 2018-01-01 23:46 UTC  (12+ messages)
      ` [PATCH] completion: restore 'remote rm'

[PATCH] refs: drop "clear packed-refs while locked" assertion
 2018-01-01 15:26 UTC  (2+ messages)

Fwd: Unknown option for merge-recursive: -X'diff-algorithm=patience'
 2018-01-01 11:28 UTC 

feature-request: git "cp" like there is git mv
 2017-12-31 19:11 UTC  (4+ messages)
  ` [PATCH 1/2] Add test case for mv --dry-run to t7001-mv.sh
  ` [PATCH 2/2] mv: remove unneeded 'if (!show_only)'

[L10N] Kickoff of translation for Git 2.16.0 round 1
 2017-12-31 13:29 UTC 

[PATCH 0/2] Travis CI: skip commits with successfully built and tested trees
 2017-12-31 11:27 UTC  (13+ messages)
` [PATCH 2/2] travis-ci: record and skip successfully built trees
` [PATCHv2 0/3] Travis CI: skip commits with successfully built and tested trees
  ` [PATCHv2 1/3] travis-ci: print the "tip of branch is exactly at tag" message in color
  ` [PATCHv2 2/3] travis-ci: create the cache directory early in the build process
  ` [PATCHv2 3/3] travis-ci: record and skip successfully built trees

[BUG] git bisect colour output contrary to configuration
 2017-12-30 23:01 UTC  (10+ messages)
  ` [PATCH] diff-tree: obey the color.ui configuration

possible completion bug with --set-upstream-to=
 2017-12-30 14:51 UTC  (3+ messages)

[PATCH] perf: amend the grep tests to test grep.threads
 2017-12-29 22:59 UTC 


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