messages from 2018-01-04 20:54:11 to 2018-01-06 18:46:48 UTC [more...]
[PATCH 0/8] Doc/submodules: a few updates
2018-01-06 18:46 UTC (4+ 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
Bring together merge and rebase
2018-01-06 17:32 UTC (18+ messages)
[BUG] v2.16.0-rc0 seg faults when git bisect skip
2018-01-06 15:05 UTC (10+ messages)
[PATCH v4 0/7] increase wildmatch test coverage
2018-01-06 13:32 UTC (9+ 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
[ANNOUNCE] Git v2.16.0-rc1
2018-01-06 12:59 UTC (2+ 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 (10+ 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 v3 0/7] convert: add support for different encodings
2018-01-06 0:48 UTC (8+ 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
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 (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`
[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
[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
[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 (6+ messages)
` [PATCH v2 "
` [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
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 (4+ messages)
Fwd: Unknown option for merge-recursive: -X'diff-algorithm=patience'
2018-01-04 21:02 UTC (2+ 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 (3+ messages)
` [PATCH 28/40] pack-objects: don't pack objects in external odbs
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).