git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-11-10 17:04:45 to 2017-11-13 03:56:18 UTC [more...]

[PATCH v16 Part II 1/8] bisect--helper: `bisect_reset` shell function in C
 2017-11-13  3:56 UTC  (6+ messages)
` [PATCH v16 Part II 5/8] bisect--helper: `bisect_next_check` "

[add-default-config 1/5] add --color option to git config
 2017-11-13  3:55 UTC  (12+ messages)
` [add-default-config 2/5] adding default to color
` [add-default-config 5/5] fix return code on default + add tests
` [add-default-config 3/5] add same test for new command format with --default and --color
` [add-default-config 4/5] add defaults for path/int/bool

[PATCH] Fix NO_LIBPCRE1_JIT to fully disable JIT
 2017-11-13  3:53 UTC  (3+ messages)

[PATCH] Make t4201-shortlog.sh test more robust
 2017-11-13  3:47 UTC  (3+ messages)

[Query] Separate hooks for Git worktrees
 2017-11-13  3:16 UTC  (5+ messages)

[RFC PATCH v2 0/5] Give more useful error messages when renaming a branch
 2017-11-13  3:06 UTC  (15+ messages)
` [RFC PATCH v3 0/4] give more useful error messages while renaming branch
  ` [RFC PATCH v3 2/4] branch: re-order function arguments to group related arguments
  ` [RFC PATCH v3 3/4] branch: introduce dont_fail parameter for branchname validation
  ` [RFC PATCH v3 4/4] builtin/branch: give more useful error messages when renaming

[PATCH v1 1/2] checkout: factor out functions to new lib file
 2017-11-13  3:04 UTC  (4+ messages)
` [PATCH v1 2/2] worktree: make add dwim

[PATCH v2] gpg-interface: strip CR chars for Windows gpg2
 2017-11-13  2:08 UTC  (4+ messages)

should "git bisect" support "git bisect next?"
 2017-11-13  1:40 UTC  (11+ messages)

[PATCH 6/7] builtin/describe.c: describe a blob
 2017-11-13  1:33 UTC  (4+ messages)
` [PATCH 0/1] describe a blob: with better docs
  ` [PATCH] builtin/describe.c: describe a blob

[PATCH 1/2] fsmonitor: Read from getcwd(), not the PWD environment variable
 2017-11-13  1:02 UTC  (3+ messages)
` [PATCH v1] fsmonitor: simplify determining the git worktree under Windows

[PATCH] Reduce performance penalty for turned off traces
 2017-11-12 23:24 UTC  (3+ messages)

[PATCH v2 0/2] Convert SubmittingPatches to AsciiDoc
 2017-11-12 22:07 UTC  (3+ messages)
` [PATCH v2 1/2] Documentation: enable compat-mode for Asciidoctor
` [PATCH v2 2/2] Documentation: convert SubmittingPatches to AsciiDoc

[PATCH v3 0/4] Hash abstraction
 2017-11-12 21:28 UTC  (5+ messages)
` [PATCH v3 1/4] setup: expose enumerated repo info
` [PATCH v3 2/4] Add structure representing hash algorithm
` [PATCH v3 3/4] Integrate hash algorithm support with repo setup
` [PATCH v3 4/4] Switch empty tree and blob lookups to use hash abstraction

"git bisect" takes exactly one bad commit and one or more good?
 2017-11-12 21:13 UTC  (7+ messages)

[PATCH] doc: Remove explanation of "--" from several man pages
 2017-11-12 21:02 UTC 

[PATCH] bisect run: die if no command is given
 2017-11-12 20:55 UTC 

aesthetic standard for synopsis line of man pages?
 2017-11-12 20:48 UTC 

[PATCH v1 1/1] Introduce git add --renormalize 
 2017-11-12 20:08 UTC  (8+ messages)
` [PATCH v2 "

[PATCH] config: added --expiry-date type support
 2017-11-12 19:43 UTC  (5+ messages)

NO_MSGFMT
 2017-11-12 17:32 UTC  (4+ messages)

[PATCH 0/2] Convert some stash functionality to a builtin
 2017-11-12 17:21 UTC  (5+ messages)
` [PATCH 1/2] merge: close the index lock when not writing the new index
` [PATCH 2/2] stash: implement builtin stash helper

[PATCH] mru: Replace mru.[ch] with list.h implementation
 2017-11-12 16:16 UTC  (5+ messages)

(no subject)
 2017-11-12 11:31 UTC 

use of PWD
 2017-11-12 10:27 UTC  (4+ messages)
    ` [PATCH] link_alt_odb_entries: make empty input a noop

more pedantry ... what means a file "known to Git"?
 2017-11-12  9:48 UTC 

[PATCH v4] bisect: mention "view" as an alternative to "visualize"
 2017-11-12  9:30 UTC 

[PATCH v3] bisect: mention "view" as an alternative to "visualize"
 2017-11-12  9:21 UTC  (3+ messages)

[PATCH] gpg-interface: Strip CR chars for Windows gpg2
 2017-11-12  5:58 UTC  (4+ messages)

Invalid memory access in `git apply`
 2017-11-12  4:45 UTC  (4+ messages)
` [PATCH] apply: avoid out-of-bounds access in fuzzy_matchlines()

(no subject)
 2017-11-12  2:21 UTC 

is there a stylistic preference for a trailing "--" on a command?
 2017-11-12  1:18 UTC  (4+ messages)

[PATCH 0/4] Fix issues with rename detection limits
 2017-11-11 17:32 UTC  (10+ 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

[RFC PATCH 0/9] Improve rename detection performance in merge recursive
 2017-11-11 16:52 UTC  (12+ 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: clarify that one can select multiple good commits
 2017-11-11 13:46 UTC  (3+ messages)

[PATCH v2] bisect: mention "view" as an alternative to "visualize"
 2017-11-11 13:20 UTC  (3+ messages)

[RFC PATCH 0/4] git-status reports relation to superproject
 2017-11-11  5:25 UTC  (7+ messages)
` [RFD] Long term plan with submodule refs?

Unify annotated and non-annotated tags
 2017-11-11  2:50 UTC  (4+ messages)

What's cooking in git.git (Nov 2017, #03; Wed, 8)
 2017-11-11  0:32 UTC  (2+ 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

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] bisect: mention "view" as an alternative to "visualize"
 2017-11-10 22:08 UTC  (4+ messages)

[RFC] protocol version 2
 2017-11-10 20:13 UTC  (2+ messages)

[RFC PATCH 0/8] sequencer: dont't fork git commit
 2017-11-10 19:21 UTC  (13+ 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 2/9] commit: move empty message checks to libgit
  ` [PATCH v2 3/9] Add a function to update HEAD after creating a commit

[PATCH v3 0/8] Create Git/Packet.pm
 2017-11-10 19:03 UTC  (2+ messages)

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

[PATCH v3] doc/SubmittingPatches: correct subject guidance
 2017-11-10 17:52 UTC  (3+ messages)
` [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


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