messages from 2017-11-08 13:48:29 to 2017-11-11 01:46:46 UTC [more...]
Unify annotated and non-annotated tags
2017-11-11 1:46 UTC (2+ messages)
What's cooking in git.git (Nov 2017, #03; Wed, 8)
2017-11-11 0:32 UTC (3+ messages)
Bug: cherry-pick & submodule
2017-11-11 0:04 UTC (2+ messages)
` [PATCH] t/3512: demonstrate unrelated submodule/file conflict as cherry-pick failure
[PATCH 0/4] Fix issues with rename detection limits
2017-11-10 23:42 UTC (8+ messages)
` [PATCH 1/4] sequencer: Warn when internal merge may be suboptimal due to renameLimit
` [PATCH 2/4] Remove silent clamp of renameLimit
` [PATCH 3/4] progress: Fix progress meters when dealing with lots of work
` [PATCH 4/4] sequencer: Show rename progress during cherry picks
cherry-pick very slow on big repository
2017-11-10 23:32 UTC (8+ messages)
[PATCH 00/30] Add directory rename detection to git
2017-11-10 23:26 UTC (33+ messages)
` [PATCH 01/30] Tighten and correct a few testcases for merging and cherry-picking
` [PATCH 02/30] merge-recursive: Fix logic ordering issue
` [PATCH 03/30] merge-recursive: Add explanation for src_entry and dst_entry
` [PATCH 04/30] directory rename detection: basic testcases
` [PATCH 05/30] directory rename detection: directory splitting testcases
` [PATCH 06/30] directory rename detection: testcases to avoid taking detection too far
` [PATCH 07/30] directory rename detection: partially renamed directory testcase/discussion
` [PATCH 08/30] directory rename detection: files/directories in the way of some renames
` [PATCH 09/30] directory rename detection: testcases checking which side did the rename
` [PATCH 10/30] directory rename detection: more involved edge/corner testcases
` [PATCH 11/30] directory rename detection: testcases exploring possibly suboptimal merges
` [PATCH 12/30] directory rename detection: miscellaneous testcases to complete coverage
` [PATCH 13/30] directory rename detection: tests for handling overwriting untracked files
` [PATCH 14/30] directory rename detection: tests for handling overwriting dirty files
` [PATCH 15/30] merge-recursive: Move the get_renames() function
` [PATCH 16/30] merge-recursive: Introduce new functions to handle rename logic
` [PATCH 17/30] merge-recursive: Fix leaks of allocated renames and diff_filepairs
` [PATCH 18/30] merge-recursive: Make !o->detect_rename codepath more obvious
` [PATCH 19/30] merge-recursive: Split out code for determining diff_filepairs
` [PATCH 20/30] merge-recursive: Add a new hashmap for storing directory renames
` [PATCH 21/30] merge-recursive: Add get_directory_renames()
` [PATCH 22/30] merge-recursive: Check for directory level conflicts
` [PATCH 23/30] merge-recursive: Add a new hashmap for storing file collisions
` [PATCH 24/30] merge-recursive: Add computation of collisions due to dir rename & merging
` [PATCH 25/30] merge-recursive: Check for file level conflicts then get new name
` [PATCH 26/30] merge-recursive: When comparing files, don't include trees
` [PATCH 27/30] merge-recursive: Apply necessary modifications for directory renames
` [PATCH 28/30] merge-recursive: Avoid clobbering untracked files with "
` [RFC PATCH 29/30] merge-recursive: Fix overwriting dirty files involved in renames
` [PATCH 30/30] merge-recursive: Fix remaining directory rename + dirty overwrite cases
[PATCH 0/2] Convert some stash functionality to a builtin
2017-11-10 23:13 UTC (3+ messages)
` [PATCH 1/2] merge: close the index lock when not writing the new index
` [PATCH 2/2] stash: implement builtin stash helper
[RFC PATCH 0/3] git-describe <blob> ?
2017-11-10 22:44 UTC (17+ messages)
` [PATCH 0/7] git-describe <blob>
` [PATCH 6/7] builtin/describe.c: describe a blob
` [PATCH 0/1] describe a blob: with better docs
` [PATCH] builtin/describe.c: describe a blob
[RFC PATCH 0/9] Improve rename detection performance in merge recursive
2017-11-10 22:21 UTC (10+ messages)
` [RFC PATCH 1/9] diffcore-rename: No point trying to find a match better than exact
` [RFC PATCH 2/9] merge-recursive: Avoid unnecessary string list lookups
` [RFC PATCH 3/9] merge-recursive: New function for better colliding conflict resolutions
` [RFC PATCH 4/9] Add testcases for improved file collision conflict handling
` [RFC PATCH 5/9] merge-recursive: Fix rename/add "
` [RFC PATCH 6/9] merge-recursive: Improve handling for rename/rename(2to1) conflicts
` [RFC PATCH 7/9] merge-recursive: Improve handling for add/add conflicts
` [RFC PATCH 8/9] merge-recursive: Accelerate rename detection
` [RFC PATCH 9/9] diffcore-rename: Filter rename_src list when possible
[PATCH] bisect: mention "view" as an alternative to "visualize"
2017-11-10 22:08 UTC (4+ messages)
[PATCH 0/2] fsmonitor: Stop reading from PWD, write fsmonitor+split index right
2017-11-10 21:03 UTC (6+ messages)
` [PATCH 1/2] fsmonitor: Read from getcwd(), not the PWD environment variable
` [PATCH 2/2] fsmonitor: Store fsmonitor bitmap before splitting index
` [PATCH v1] fsmonitor: simplify determining the git worktree under Windows
[RFC] protocol version 2
2017-11-10 20:13 UTC (2+ messages)
[RFC PATCH 0/4] git-status reports relation to superproject
2017-11-10 20:01 UTC (15+ messages)
` [PATCH 1/4] remote, revision: factor out exclusive counting between two commits
` [PATCH 2/4] submodule.c: factor start_ls_files_dot_dot out of get_superproject_working_tree
` [PATCH 3/4] submodule.c: get superprojects gitlink value
` [PATCH 4/4] git-status: report reference to superproject
` [RFD] Long term plan with submodule refs?
[RFC PATCH 0/8] sequencer: dont't fork git commit
2017-11-10 19:21 UTC (20+ messages)
` [PATCH v1 "
` [PATCH v1 5/8] sequencer: don't die in print_commit_summary()
` [PATCH v2 0/9] sequencer: dont't fork git commit
` [PATCH v2 1/9] t3404: check intermediate squash messages
` [PATCH v2 2/9] commit: move empty message checks to libgit
` [PATCH v2 3/9] Add a function to update HEAD after creating a commit
` [PATCH v2 4/9] commit: move post-rewrite code to libgit
` [PATCH v2 5/9] commit: move print_commit_summary() "
` [PATCH v2 6/9] sequencer: don't die in print_commit_summary()
` [PATCH v2 7/9] sequencer: simplify adding Signed-off-by: trailer
` [PATCH v2 8/9] sequencer: load commit related config
` [PATCH v2 9/9] sequencer: try to commit without forking 'git commit'
[PATCH v3 0/8] Create Git/Packet.pm
2017-11-10 19:03 UTC (10+ messages)
` [PATCH v3 1/8] t0021/rot13-filter: fix list comparison
` [PATCH v3 2/8] t0021/rot13-filter: refactor packet reading functions
` [PATCH v3 3/8] t0021/rot13-filter: improve 'if .. elsif .. else' style
` [PATCH v3 4/8] t0021/rot13-filter: improve error message
` [PATCH v3 5/8] t0021/rot13-filter: add packet_initialize()
` [PATCH v3 6/8] t0021/rot13-filter: refactor checking final lf
` [PATCH v3 7/8] t0021/rot13-filter: add capability functions
` [PATCH v3 8/8] Add Git/Packet.pm from parts of t0021/rot13-filter.pl
[RFC] cover-at-tip
2017-11-10 18:28 UTC (4+ messages)
[PATCH 0/4] Fix issues with rename detection limits
2017-11-10 18:27 UTC (2+ messages)
Bug - Status - Space in Filename
2017-11-10 18:13 UTC (6+ messages)
is there a stylistic preference for a trailing "--" on a command?
2017-11-10 18:12 UTC (2+ messages)
[Query] Separate hooks for Git worktrees
2017-11-10 18:00 UTC (5+ messages)
[PATCH] doc/SubmittingPatches: correct subject guidance
2017-11-10 17:52 UTC (8+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
[PATCH v1 0/2] Add option to git log to choose which refs receive decoration
2017-11-10 17:42 UTC (7+ messages)
` [PATCH v1 2/2] log: add option to choose which refs to decorate
proper patch prefix for tweaking both git-bisect.sh and git-bisect.txt?
2017-11-10 16:11 UTC
Bug: cherry-pick & submodule
2017-11-10 16:00 UTC
[PATCH Outreachy] mru: use double-linked list from list.h
2017-11-10 11:51 UTC (6+ messages)
` [PATCH v2 "
[PATCH] notes: add `rm` and `delete` commands
2017-11-10 10:58 UTC (4+ messages)
`git commit -a` stages ignored submodules?
2017-11-10 10:34 UTC
[PATCH v1 0/4] Speed up index load through parallelization
2017-11-10 4:46 UTC (6+ messages)
` [PATCH v1 1/4] fastindex: speed "
` [PATCH v1 2/4] update-index: add fastindex support to update-index
` [PATCH v1 3/4] fastindex: add test tools and a test script
` [PATCH v1 4/4] fastindex: add documentation for the fastindex extension
[RFC PATCH 0/4] blame: (dim rep. metadata lines or fields, decay date coloring)
2017-11-10 1:10 UTC (5+ messages)
` [PATCH 1/4] color.h: modernize header
` [PATCH 2/4] builtin/blame: dim uninteresting metadata
` [PATCH 3/4] builtin/blame: add option to color metadata fields separately
` [PATCH 4/4] builtin/blame: highlight recently changed lines
[PATCH v1 1/1] Introduce git add --renormalize
2017-11-10 0:22 UTC (7+ messages)
` [PATCH v2 "
[PATCH 1/3] checkout: describe_detached_head: remove 3dots after committish
2017-11-09 23:15 UTC (5+ messages)
[PATCH] contrib/git-jump: allow to configure the grep command
2017-11-09 20:30 UTC
[PATCH] fetch-object: include the fetch-object.h header file
2017-11-09 15:54 UTC
[PATCH] Documentation: fix typos for the reference in new-command.txt
2017-11-09 12:36 UTC
[PATCH 0/2] New send-email option --quote-email
2017-11-09 8:49 UTC (4+ messages)
` [PATCH 1/2] quote-email populates the fields
[PATCH/RFC] Replace Free Software Foundation address in license notices
2017-11-09 4:20 UTC (2+ messages)
[PATCH] rebase -i: fix comment typo
2017-11-09 3:32 UTC (2+ messages)
merge-base not working as expected when base is ahead
2017-11-09 2:49 UTC (15+ messages)
` [PATCH 0/3] merge-base --fork-point fixes
` [PATCH 2/3] merge-base: return fork-point outside reflog
Test failures on 'pu' branch
2017-11-08 22:55 UTC (5+ messages)
[PATCH 0/9] WIP Partial clone part 2: fsck and promisors
2017-11-08 22:11 UTC (10+ messages)
` [PATCH 1/9] extension.partialclone: introduce partial clone extension
[PATCH 00/14] WIP Partial clone part 3: clone, fetch, fetch-pack, upload-pack, and tests
2017-11-08 18:01 UTC (4+ messages)
` [PATCH 02/14] clone, fetch-pack, index-pack, transport: partial clone
Invalid memory access in `git apply`
2017-11-08 16:58 UTC
[RFC PATCH] rebisect: add script for easier bisect log editing
2017-11-08 16:50 UTC (5+ messages)
[RFC] fastindex: parallelize index load
2017-11-08 14:51 UTC (3+ messages)
[PATCH v2 0/6] Partial clone part 1: object filtering
2017-11-08 14:39 UTC (8+ messages)
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).