git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-01-04 18:30:08 to 2018-01-05 23:49:08 UTC [more...]

[PATCH 00/26] protocol version 2
 2018-01-05 23:49 UTC  (7+ messages)
` [PATCH 01/26] pkt-line: introduce packet_read_with_status
` [PATCH 12/26] ls-refs: introduce ls-refs server command

[ANNOUNCE] Git v2.16.0-rc1
 2018-01-05 23:30 UTC 

What's cooking in git.git (Jan 2018, #01; Fri, 5)
 2018-01-05 23:30 UTC 

[PATCH v2 0/5] convert: add support for different encodings
 2018-01-05 23:22 UTC  (9+ messages)
` [PATCH 1/5] convert_to_git(): checksafe becomes an integer
    ` [PATCH v3 1/1] convert_to_git(): checksafe becomes int conv_flags
` [PATCH 5/5] convert: add support for 'checkout-encoding' attribute

[PATCH v2 7/7] wildmatch test: create & test files on disk in addition to in-memory
 2018-01-05 23:13 UTC  (14+ messages)
` [PATCH v4 0/7] increase wildmatch test coverage
` [PATCH v4 1/7] wildmatch test: indent with tabs, not spaces
` [PATCH v4 2/7] wildmatch test: use more standard shell style
` [PATCH v4 3/7] wildmatch test: don't try to vertically align our output
` [PATCH v4 4/7] wildmatch test: use a paranoia pattern from nul_match()
` [PATCH v4 5/7] wildmatch test: remove dead fnmatch() test code
` [PATCH v4 6/7] wildmatch test: perform all tests under all wildmatch() modes
` [PATCH v4 7/7] wildmatch test: create & test files on disk in addition to in-memory
        ` [PATCH v4 8/7] wildmatch test: skip file creation tests on Windows proper

Bug report: git clone with dest
 2018-01-05 22:37 UTC  (18+ messages)

[PATCH] perf: amend the grep tests to test grep.threads
 2018-01-05 22:28 UTC  (4+ messages)

[PATCH v2 0/6] Minor fsmonitor bugfixes, use with `git diff`
 2018-01-05 22:22 UTC  (10+ messages)
` [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 6/6] fsmonitor: Use fsmonitor data in `git diff`

[BUG] v2.16.0-rc0 seg faults when git bisect skip
 2018-01-05 22:20 UTC  (6+ messages)

Git 2.15.0 on OSX 10.12.6: gui multi-select stage
 2018-01-05 21:50 UTC  (5+ messages)

Can't squash merge with merge.ff set to false
 2018-01-05 21:44 UTC  (6+ messages)

[PATCH 0/3] Some small fixes to merge-recursive and tests
 2018-01-05 21:26 UTC  (7+ messages)
` [PATCH 1/3] Tighten and correct a few testcases for merging and cherry-picking
` [PATCH 2/3] merge-recursive: fix logic ordering issue
` [PATCH 3/3] merge-recursive: add explanation for src_entry and dst_entry

[PATCH] rebase -p: fix quoting when calling `git merge`
 2018-01-05 21:14 UTC  (3+ messages)

[PATCH v5 13/34] directory rename detection: tests for handling overwriting untracked files
 2018-01-05 20:33 UTC  (6+ messages)

[PATCH] upload-pack: fix some sparse warnings
 2018-01-05 20:30 UTC 

[PATCHv6 00/31] Add directory rename detection to git
 2018-01-05 20:27 UTC  (32+ messages)
` [PATCHv6 01/31] directory rename detection: basic testcases
` [PATCHv6 02/31] directory rename detection: directory splitting testcases
` [PATCHv6 03/31] directory rename detection: testcases to avoid taking detection too far
` [PATCHv6 04/31] directory rename detection: partially renamed directory testcase/discussion
` [PATCHv6 05/31] directory rename detection: files/directories in the way of some renames
` [PATCHv6 06/31] directory rename detection: testcases checking which side did the rename
` [PATCHv6 07/31] directory rename detection: more involved edge/corner testcases
` [PATCHv6 08/31] directory rename detection: testcases exploring possibly suboptimal merges
` [PATCHv6 09/31] directory rename detection: miscellaneous testcases to complete coverage
` [PATCHv6 10/31] directory rename detection: tests for handling overwriting untracked files
` [PATCHv6 11/31] directory rename detection: tests for handling overwriting dirty files
` [PATCHv6 12/31] merge-recursive: move the get_renames() function
` [PATCHv6 13/31] merge-recursive: introduce new functions to handle rename logic
` [PATCHv6 14/31] merge-recursive: fix leaks of allocated renames and diff_filepairs
` [PATCHv6 15/31] merge-recursive: make !o->detect_rename codepath more obvious
` [PATCHv6 16/31] merge-recursive: split out code for determining diff_filepairs
` [PATCHv6 17/31] merge-recursive: add a new hashmap for storing directory renames
` [PATCHv6 18/31] merge-recursive: make a helper function for cleanup for handle_renames
` [PATCHv6 19/31] merge-recursive: add get_directory_renames()
` [PATCHv6 20/31] merge-recursive: check for directory level conflicts
` [PATCHv6 21/31] merge-recursive: add a new hashmap for storing file collisions
` [PATCHv6 22/31] merge-recursive: add computation of collisions due to dir rename & merging
` [PATCHv6 23/31] merge-recursive: check for file level conflicts then get new name
` [PATCHv6 24/31] merge-recursive: when comparing files, don't include trees
` [PATCHv6 25/31] merge-recursive: apply necessary modifications for directory renames
` [PATCHv6 26/31] merge-recursive: avoid clobbering untracked files with "
` [PATCHv6 27/31] merge-recursive: fix overwriting dirty files involved in renames
` [PATCHv6 28/31] merge-recursive: fix remaining directory rename + dirty overwrite cases
` [PATCHv6 29/31] directory rename detection: new testcases showcasing a pair of bugs
` [PATCHv6 30/31] merge-recursive: avoid spurious rename/rename conflict from dir renames
` [PATCHv6 31/31] merge-recursive: ensure we write updates for directory-renamed file

[RFC PATCH 1/2] add a local copy of Mail::Address from CPAN
 2018-01-05 20:16 UTC  (14+ messages)
` [RFC PATCH 2/2] Remove now useless email-address parsing code
      ` [PATCH] send-email: add test for Linux's get_maintainer.pl
` [PATCH v2 1/3] send-email: add and use a local copy of Mail::Address
  ` [PATCH v2 2/3] Remove now useless email-address parsing code
  ` [PATCH v2 3/3] send-email: add test for Linux's get_maintainer.pl

Bring together merge and rebase
 2018-01-05 20:14 UTC  (19+ messages)

[PATCHv3 0/5] Fix --recurse-submodules for submodule worktree changes
 2018-01-05 20:03 UTC  (6+ messages)
` [PATCHv4 0/4] "
  ` [PATCHv4 1/4] t/lib-submodule-update.sh: clarify test
  ` [PATCHv4 2/4] t/lib-submodule-update.sh: Fix test ignoring ignored files in submodules
  ` [PATCHv4 3/4] unpack-trees: oneway_merge to update submodules
  ` [PATCHv4 4/4] submodule: submodule_move_head omits old argument in forced case

Apparent bug in 'git stash push <subdir>' loses untracked files
 2018-01-05 20:03 UTC  (6+ messages)

[PATCH v3 0/5] Add --no-ahead-behind to status
 2018-01-05 19:56 UTC  (9+ 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 v2] run-command: add hint when a hook is ignored
 2018-01-05 19:36 UTC  (6+ messages)
` [PATCH v3] "

[PATCH 0/4] Git removes existing folder when cancelling clone
 2018-01-05 19:19 UTC  (11+ messages)
` [PATCH 3/4] clone: factor out dir_exists() helper
` [PATCH 4/4] clone: do not clean up directories we didn't create

[PATCH] git-archive: accept --owner and --group like GNU tar
 2018-01-05 19:10 UTC  (8+ messages)

[PATCH v2 0/2] When DC_SHA1 was made the default we missed a spot
 2018-01-05 18:52 UTC  (5+ messages)
` [PATCH v2 2/2] Windows: stop supplying BLK_SHA1=YesPlease by default

prepare-commit-msg hook no longer run for cherry-pick?
 2018-01-05 18:48 UTC 

GSoC 2018 Org applications. Deadline = January 23, 2018 at 18:00 (CET)
 2018-01-05 11:18 UTC 

[PATCH 0/3] fixes for split index mode
 2018-01-05 11:03 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] prune: fix pruning with multiple worktrees and split index
  ` [PATCH v2 3/3] travis: run tests with GIT_TEST_SPLIT_INDEX

[PATCH v3 0/7] Codespeed perf results
 2018-01-05  9:12 UTC  (8+ messages)
` [PATCH v3 1/7] perf/aggregate: fix checking ENV{GIT_PERF_SUBSECTION}
` [PATCH v3 2/7] perf/aggregate: refactor printing results
` [PATCH v3 3/7] perf/aggregate: implement codespeed JSON output
` [PATCH v3 4/7] perf/run: add conf_opts argument to get_var_from_env_or_config()
` [PATCH v3 5/7] perf/run: learn about perf.codespeedOutput
` [PATCH v3 6/7] perf/run: learn to send output to codespeed server
` [PATCH v3 7/7] perf/run: read GIT_PERF_REPO_NAME from perf.repoName

Recommendation for consistent update on invoke of "sha1_to_hex()"
 2018-01-05  7:08 UTC  (2+ messages)

Patch recommendation for replace invoke of error() to that of error_errno()
 2018-01-05  7:04 UTC  (2+ messages)

Rewrite cat-file.c : need help to find a bug
 2018-01-04 23:57 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-04 22:50 UTC  (8+ messages)
` [PATCHv2 0/6] "
  ` [PATCHv2 1/6] diff.h: Make pickaxe_opts an unsigned bit field
  ` [PATCHv2 2/6] diff: migrate diff_flags.pickaxe_ignore_case to a pickaxe_opts bit
  ` [PATCHv2 3/6] diff: introduce DIFF_PICKAXE_KINDS_MASK
  ` [PATCHv2 4/6] diffcore: add a pickaxe option to find a specific blob
  ` [PATCHv2 5/6] diff: properly error out when combining multiple pickaxe options
  ` [PATCHv2 6/6] diff: use HAS_MULTI_BITS instead of counting bits manually

[RFC PATCH 0/4] blame: (dim rep. metadata lines or fields, decay date coloring)
 2018-01-04 22:40 UTC  (6+ messages)
` [PATCHv3 "
  ` [PATCHv3 1/4] color.h: document and modernize header
  ` [PATCHv3 2/4] builtin/blame: dim uninteresting metadata
  ` [PATCHv3 3/4] builtin/blame: add option to color metadata fields separately
  ` [PATCHv3 4/4] builtin/blame: highlight recently changed lines

[PATCHv2 0/4] blame: (dim rep. metadata lines or fields, decay date coloring)
 2018-01-04 22:10 UTC  (7+ messages)
` [PATCH 1/4] color.h: document and modernize header
` [PATCH 2/4] builtin/blame: dim uninteresting metadata

Previous hunk in different file during add --patch
 2018-01-04 21:59 UTC 

[ANNOUNCE] Git v2.16.0-rc0
 2018-01-04 21:35 UTC  (5+ messages)

Fwd: Unknown option for merge-recursive: -X'diff-algorithm=patience'
 2018-01-04 21:02 UTC  (5+ messages)

Test failure for v2.16.0-rc0 on cygwin
 2018-01-04 20:55 UTC  (6+ messages)

[PATCH 00/40] Promisor remotes and external ODB support
 2018-01-04 20:54 UTC  (7+ messages)
` [PATCH 01/40] Add initial external odb support
` [PATCH 15/40] external-odb: add script mode support
` [PATCH 28/40] pack-objects: don't pack objects in external odbs

Bug/feature request: Can’t disable fsck warnings during clone
 2018-01-04 20:28 UTC  (2+ messages)

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

Misleading documentation for git-diff-files (diff-filter)
 2018-01-04 19:11 UTC  (6+ messages)

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

[PATCH] doc/SubmittingPatches: improve text formatting
 2018-01-04 19:00 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).