git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-11-13 07:58:30 to 2017-11-15 08:49:19 UTC [more...]

[PATCH v1 1/2] checkout: factor out functions to new lib file
 2017-11-15  8:50 UTC  (9+ messages)
` [PATCH v1 2/2] worktree: make add dwim

Changing encoding of a file : What should happen to CRLF in file ?
 2017-11-15  8:11 UTC  (7+ messages)

[PATCH v1 0/4] Speed up index load through parallelization
 2017-11-15  4:40 UTC  (11+ messages)
` [PATCH v1 1/4] fastindex: speed "

Consequences of CRLF in index?
 2017-11-15  4:28 UTC  (5+ messages)
` [PATCH v2 0/2] Teach "diff" to ignore only CR at EOL
  ` [PATCH v2 2/2] diff: --ignore-cr-at-eol

[PATCHv4 0/7] describe a blob
 2017-11-15  1:52 UTC  (12+ messages)
` [PATCHv4 1/7] t6120: fix typo in test name
` [PATCHv4 2/7] list-objects.c: factor out traverse_trees_and_blobs
` [PATCHv4 3/7] revision.h: introduce blob/tree walking in order of the commits
` [PATCHv4 4/7] builtin/describe.c: rename `oid` to avoid variable shadowing
` [PATCHv4 5/7] builtin/describe.c: print debug statements earlier
` [PATCHv4 6/7] builtin/describe.c: factor out describe_commit
` [PATCHv4 7/7] builtin/describe.c: describe a blob

[PATCH 00/30] Add directory rename detection to git
 2017-11-15  1:20 UTC  (58+ 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 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 19/30] merge-recursive: Split out code for determining diff_filepairs
` [PATCH 21/30] merge-recursive: Add get_directory_renames()

Recovering from gc errors
 2017-11-15  0:19 UTC  (5+ messages)

[PATCH 6/7] builtin/describe.c: describe a blob
 2017-11-14 23:37 UTC  (5+ messages)
` [PATCH 0/1] describe a blob: with better docs
  ` [PATCH] builtin/describe.c: describe a blob

[PATCHv2 0/7] git describe blob
 2017-11-14 21:17 UTC  (11+ messages)
` [PATCHv3 "
  ` [PATCHv3 3/7] revision.h: introduce blob/tree walking in order of the commits
  ` [PATCHv3 5/7] builtin/describe.c: print debug statements earlier
  ` [PATCHv3 7/7] builtin/describe.c: describe a blob

[PATCH] merge-recursive: Handle addition of submodule on our side of history
 2017-11-14 20:51 UTC  (3+ messages)

some apparent inaccuracies in "man git-worktree"
 2017-11-14 20:10 UTC  (3+ messages)

[PATCH] sha1: add gnutls as a sha1 provider
 2017-11-14 19:47 UTC  (2+ messages)

submodules and merging (Was: Re: [PATCH 02/30] merge-recursive: Fix logic ordering issue)
 2017-11-14 18:13 UTC  (2+ messages)

[PATCH] t/lib-gpg: fix gpgconf stderr redirect to /dev/null
 2017-11-14 16:17 UTC  (14+ messages)
          ` [PATCH] notes: send "Automatic notes merge failed" messages to stderr

[PATCH] config: added --expiry-date type support
 2017-11-14 16:03 UTC  (5+ messages)
` [PATCH V2] config: add --expiry-date

[PATCH 0/3] a small branch API clean-up
 2017-11-14 15:08 UTC  (5+ messages)
` [PATCH v2 1/2] branch: forbid refs/heads/HEAD
  ` [PATCH v2 2/2] builtin/branch: remove redundant check for HEAD

missing entries in "git help repository-layout"
 2017-11-14 14:59 UTC 

[RFC] cover-at-tip
 2017-11-14 14:52 UTC  (22+ messages)
          ` [RFC 0/3] Add support for --cover-at-tip
          ` [RFC 1/3] mailinfo: extract patch series id
          ` [RFC 2/3] am: semi working --cover-at-tip
          ` [RFC 3/3] log: add an option to generate cover letter from a branch tip

why can *some* git commands not be run from within .git directory?
 2017-11-14  9:43 UTC  (3+ messages)

[PATCH] t: correct obvious typo 'detahced'
 2017-11-14  9:25 UTC 

man page for "git-worktree" is a bit confusing WRT "prune"
 2017-11-14  8:47 UTC  (5+ messages)

no mountable file systems
 2017-11-14  6:46 UTC  (2+ messages)

What's cooking in git.git (Nov 2017, #04; Tue, 14)
 2017-11-14  6:16 UTC  (3+ messages)

[RFC PATCH v2 0/5] Give more useful error messages when renaming a branch
 2017-11-14  5:25 UTC  (7+ messages)
` [RFC PATCH v3 0/4] give more useful error messages while renaming branch
  ` [RFC PATCH v3 4/4] builtin/branch: give more useful error messages when renaming

[PATCH 1/3] checkout: describe_detached_head: remove 3dots after committish
 2017-11-14  3:20 UTC  (11+ messages)
    ` [PATCH v2 1/6] config: introduce core.printsha1ellipsis
    ` [PATCH v2 2/6] checkout: describe_detached_head: remove ellipsis after committish
    ` [PATCH v2 3/6] diff: diff_aligned_abbrev: remove ellipsis after abbreviated SHA-1 value
    ` [PATCH v2 4/6] Documentation: user-manual: limit usage of ellipsis
    ` [PATCH v2 5/6] Documentation: revisions: fix typo: "three dot" ---> "three-dot" (in line with "two-dot")
    ` [PATCH v2 6/6] Testing: provide tests requiring them with ellipses after SHA-1 values

[PATCH] Fix NO_LIBPCRE1_JIT to fully disable JIT
 2017-11-14  2:12 UTC  (5+ messages)

use of PWD
 2017-11-14  2:07 UTC  (6+ messages)
    ` [PATCH] link_alt_odb_entries: make empty input a noop

[PATCH 0/4] Fix issues with rename detection limits
 2017-11-14  1:18 UTC  (5+ messages)
` [PATCH 3/4] progress: Fix progress meters when dealing with lots of work

[RFC PATCH 0/8] sequencer: dont't fork git commit
 2017-11-14  1:15 UTC  (18+ 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 v2 0/4] Fix issues with rename detection limits
 2017-11-13 22:26 UTC  (8+ messages)
` [PATCH v2 1/4] sequencer: warn when internal merge may be suboptimal due to renameLimit
` [PATCH v2 2/4] progress: fix progress meters when dealing with lots of work
` [PATCH v2 3/4] Remove silent clamp of renameLimit
` [PATCH v2 4/4] sequencer: show rename progress during cherry picks

Bug in "revision.c: --all adds HEAD from all worktrees" ?
 2017-11-13 22:15 UTC  (3+ messages)

[buglet] gitk and git cherry-pick --abort interaction
 2017-11-13 21:57 UTC 

[PATCH] rebase: fix stderr redirect in apply_autostash()
 2017-11-13 21:20 UTC 

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

[PATCH/RFC] Replace Free Software Foundation address in license notices
 2017-11-13 19:49 UTC  (3+ messages)

(no subject)
 2017-11-13 18:56 UTC  (2+ messages)
` 

[PATCH v3 0/4] Hash abstraction
 2017-11-13 18:43 UTC  (3+ messages)
` [PATCH v3 4/4] Switch empty tree and blob lookups to use hash abstraction

cherry-pick very slow on big repository
 2017-11-13 18:09 UTC  (10+ messages)

[PATCH V2] config: add --expiry-date
 2017-11-13 17:53 UTC 

more pedantry ... what means a file "known to Git"?
 2017-11-13 15:34 UTC  (2+ messages)

[PATCH 0/2] fsmonitor: Stop reading from PWD, write fsmonitor+split index right
 2017-11-13 15:28 UTC  (3+ messages)
` [PATCH 2/2] fsmonitor: Store fsmonitor bitmap before splitting index

[PATCH 1/2] Documentation/config: add sendemail.tocmd to list preceding "See git-send-email(1)"
 2017-11-13 14:14 UTC  (2+ messages)
` [PATCH 2/2] completion: add git config sendemail.tocmd

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

"man git-clean" doesn't clarify the *default* behaviour of "git clean"
 2017-11-13 10:21 UTC 

[PATCH] doc: Remove explanation of "--" from several man pages
 2017-11-13  9:56 UTC  (5+ 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).