git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-01-05 19:59:29 to 2018-01-08 15:48:36 UTC [more...]

[PATCH v4 0/4] Add --no-ahead-behind to status
 2018-01-08 15:48 UTC  (2+ messages)
` [PATCH v4 1/4] stat_tracking_info: return +1 when branches not equal

[BUG] v2.16.0-rc0 seg faults when git bisect skip
 2018-01-08 15:09 UTC  (7+ messages)

rebase preserve-merges: incorrect merge commits
 2018-01-08 14:46 UTC  (4+ messages)

[PATCH v3 0/7] convert: add support for different encodings
 2018-01-08 14:38 UTC  (10+ messages)
` [PATCH v3 1/7] strbuf: remove unnecessary NUL assignment in xstrdup_tolower()
` [PATCH v3 2/7] strbuf: add xstrdup_toupper()
` [PATCH v3 3/7] utf8: add function to detect prohibited UTF-16/32 BOM
` [PATCH v3 4/7] utf8: add function to detect a missing "
` [PATCH v3 5/7] convert_to_git(): safe_crlf/checksafe becomes int conv_flags
` [PATCH v3 6/7] convert: add support for 'checkout-encoding' attribute
` [PATCH v3 7/7] convert: add tracing for checkout-encoding

[PATCH v3 0/5] Add --no-ahead-behind to status
 2018-01-08 14:22 UTC  (5+ messages)

Possible bug report: git checkout tag problem
 2018-01-08 13:51 UTC  (2+ messages)

[RFC PATCH 00/18] Multi-pack index (MIDX)
 2018-01-08 13:43 UTC  (27+ messages)
` [RFC PATCH 01/18] docs: Multi-Pack Index (MIDX) Design Notes
` [RFC PATCH 02/18] midx: specify midx file format
` [RFC PATCH 03/18] midx: create core.midx config setting
` [RFC PATCH 04/18] midx: write multi-pack indexes for an object list
` [RFC PATCH 05/18] midx: create midx builtin with --write mode
` [RFC PATCH 06/18] midx: add t5318-midx.sh test script
` [RFC PATCH 07/18] midx: teach midx --write to update midx-head
` [RFC PATCH 08/18] midx: teach git-midx to read midx file details
` [RFC PATCH 09/18] midx: find details of nth object in midx
` [RFC PATCH 10/18] midx: use existing midx when writing
` [RFC PATCH 11/18] midx: teach git-midx to clear midx files
` [RFC PATCH 12/18] midx: teach git-midx to delete expired files
` [RFC PATCH 13/18] t5318-midx.h: confirm git actions are stable
` [RFC PATCH 14/18] midx: load midx files when loading packs
` [RFC PATCH 15/18] midx: use midx for approximate object count
` [RFC PATCH 16/18] midx: nth_midxed_object_oid() and bsearch_midx()
` [RFC PATCH 17/18] sha1_name: use midx for abbreviations
` [RFC PATCH 18/18] packfile: use midx for object loads

[PATCH v4 0/7] increase wildmatch test coverage
 2018-01-08 12:46 UTC  (13+ messages)
` [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

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

Errors and other unpleasant things found by Cppcheck
 2018-01-08 11:43 UTC  (2+ messages)

[PATCH 0/3] fixes for split index mode
 2018-01-08 10:41 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/3] travis: run tests with GIT_TEST_SPLIT_INDEX
  ` [PATCH v3 0/3] fixes for split index mode
    ` [PATCH v3 1/3] read-cache: fix reading the shared index for other repos
    ` [PATCH v3 2/3] split-index: don't write cache tree with null oid entries
    ` [PATCH v3 3/3] travis: run tests with GIT_TEST_SPLIT_INDEX

[PATCH v5 0/3] RUNTIME_PREFIX relocatable Git
 2018-01-08  9:41 UTC  (5+ messages)
` [PATCH v5 1/3] Makefile: generate Perl header from template file
` [PATCH v5 2/3] Makefile: add Perl runtime prefix support
` [PATCH v5 3/3] exec_cmd: RUNTIME_PREFIX on some POSIX systems

GSoC 2018 Org applications. Deadline = January 23, 2018 at 18:00 (CET)
 2018-01-07 23:03 UTC  (2+ messages)

[PATCH] oidset: don't return value from oidset_init
 2018-01-07 23:04 UTC 

Request for Assist on Limits for Tests
 2018-01-07 21:18 UTC  (2+ messages)

[PATCH v5 0/3] RUNTIME_PREFIX relocatable Git
 2018-01-07 16:56 UTC 

[PATCH 0/2] restore fast-export full filecopy detection
 2018-01-07 16:56 UTC  (2+ messages)

[PATCH] Fix confusing wording
 2018-01-07 16:36 UTC  (3+ messages)

[BUG] "git stash -p" doesn't work well when splitting nearby changes
 2018-01-07 13:45 UTC 

[PATCH] dir.c: avoid stat() in valid_cached_dir()
 2018-01-07 12:44 UTC  (4+ messages)
` [PATCH v2 0/5] untracked cache bug fixes
  ` [PATCH v2 5/5] dir.c: stop ignoring opendir() error in open_cached_dir()

[PATCH 0/8] Doc/submodules: a few updates
 2018-01-07  0:44 UTC  (14+ messages)
` [PATCH 1/8] Doc/gitsubmodules: split a sentence for better readability
` [PATCH 2/8] Doc/gitsubmodules: clearly specify advantage of submodule
` [PATCH 3/8] Doc/gitsubmodules: specify how submodules help in reduced size
` [PATCH 4/8] Doc/gitsubmodules: avoid abbreviations
` [PATCH 5/8] Doc/gitsubmodules: use "Git directory" consistently
` [PATCH 6/8] Doc/gitsubmodules: improve readability of certain lines
` [PATCH 7/8] Doc/git-submodule: improve readability and grammar of a sentence
` [PATCH 8/8] Doc/git-submodule: correctly quote important words

[L10N] Kickoff for Git 2.16.0 l10n round 2
 2018-01-06 23:58 UTC 

Documentation for update-index
 2018-01-06 23:33 UTC 

Bug Report: Subtrees and GPG Signed Commits
 2018-01-06 22:45 UTC 

[ANNOUNCE] Git v2.16.0-rc1
 2018-01-06 22:01 UTC  (3+ messages)

Bring together merge and rebase
 2018-01-06 21:38 UTC  (8+ messages)

Git 2.15.0 on OSX 10.12.6: gui multi-select stage
 2018-01-06 12:20 UTC  (7+ messages)

Git allow to unconditionaly remove files on other developer host
 2018-01-06 12:06 UTC  (3+ messages)

-C options do not work for code evaluation
 2018-01-06 11:44 UTC 

[PATCHv2 0/4] blame: (dim rep. metadata lines or fields, decay date coloring)
 2018-01-06  8:26 UTC  (5+ messages)
` [PATCH 2/4] builtin/blame: dim uninteresting metadata

Bug report: git clone with dest
 2018-01-06  4:43 UTC  (19+ messages)

[PATCH v2 0/5] convert: add support for different encodings
 2018-01-06  0:55 UTC  (5+ messages)
` [PATCH 1/5] convert_to_git(): checksafe becomes an integer

Apparent bug in 'git stash push <subdir>' loses untracked files
 2018-01-06  0:24 UTC  (7+ messages)
          ` [PATCH v2] stash: don't delete untracked files that match pathspec

Can't squash merge with merge.ff set to false
 2018-01-06  0:11 UTC  (7+ messages)

[PATCH 00/26] protocol version 2
 2018-01-05 23:55 UTC  (10+ messages)
` [PATCH 01/26] pkt-line: introduce packet_read_with_status
` [PATCH 12/26] ls-refs: introduce ls-refs server command
` [PATCH 20/26] fetch-pack: perform a fetch using v2

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

[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  (4+ messages)
` [PATCH 6/6] fsmonitor: Use fsmonitor data in "

[BUG] v2.16.0-rc0 seg faults when git bisect skip
 2018-01-05 22:20 UTC  (5+ 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  (5+ 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 2/2] Remove now useless email-address parsing code
 2018-01-05 20:16 UTC  (5+ messages)
` [PATCH] send-email: add test for Linux's get_maintainer.pl

[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


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