git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-11-13 23:39:09 to 2017-11-16 17:05:08 UTC [more...]

[PATCH 0/3] a small branch API clean-up
 2017-11-16 17:02 UTC  (10+ messages)
` [PATCH v2 1/2] branch: forbid refs/heads/HEAD
  ` [PATCH v2 2/2] builtin/branch: remove redundant check for HEAD
        ` [PATCH 3/4] branch: correctly reject refs/heads/{-dash,HEAD}

[PATCH] branch doc: remove --set-upstream from synopsis
 2017-11-16 17:01 UTC  (4+ messages)

[PATCH] git-send-email: fix get_maintainer.pl regression
 2017-11-16 16:46 UTC  (2+ messages)

[PATCH v1 1/1] Introduce git add --renormalize 
 2017-11-16 16:38 UTC  (2+ messages)
` [PATCH v3 "

[RFC] cover-at-tip
 2017-11-16 16:21 UTC  (14+ messages)
` [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

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

[RFC] Indicate that Git waits for user input via editor
 2017-11-16 15:24 UTC  (13+ messages)
` [PATCH] launch_editor(): indicate that Git waits for user input

[PATCH] sequencer: reschedule pick if index can't be locked
 2017-11-16 14:19 UTC  (7+ messages)
` [PATCH v2] "

[Feature- Request] Option to commit after checking out branch command is made
 2017-11-16 11:19 UTC  (3+ messages)

[PATCH 1/2] sequencer: factor out rewrite_file()
 2017-11-16 10:36 UTC  (11+ messages)
                ` Improved error handling (Was: [PATCH 1/2] sequencer: factor out rewrite_file())

[PATCH] config: avoid "write_in_full(fd, buf, len) != len" pattern
 2017-11-16  5:29 UTC  (2+ messages)

Usability suggestion: Catch `git commit -amend`
 2017-11-16  4:06 UTC 

[PATCH 00/30] Add directory rename detection to git
 2017-11-16  3:54 UTC  (53+ messages)
` [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 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 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()
` [PATCH 27/30] merge-recursive: Apply necessary modifications for directory renames

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

[PATCHv4 0/7] describe a blob
 2017-11-16  2:04 UTC  (16+ 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] Makefile: check that tcl/tk is installed
 2017-11-16  1:35 UTC  (2+ messages)

Bug in "revision.c: --all adds HEAD from all worktrees" ?
 2017-11-16  1:06 UTC  (6+ messages)

[PATCH] config: added --expiry-date type support
 2017-11-16  0:54 UTC  (8+ messages)
` [PATCH V2] config: add --expiry-date
    ` [PATCH V3] "

Git on Mac - Segmentation fault:11
 2017-11-16  0:30 UTC 

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

[PATCH v3 10/10] ssh: introduce a 'simple' ssh variant
 2017-11-15 20:25 UTC  (11+ messages)
` [PATCH 0/5] Coping with unrecognized ssh wrapper scripts in GIT_SSH
  ` [PATCH 3/5] ssh: 'auto' variant to select between 'ssh' and 'simple'
            ` [PATCH v2 0/5] Coping with unrecognized ssh wrapper scripts in GIT_SSH
              ` [PATCH 1/5] connect: split git:// setup into a separate function

[PATCH] Reduce performance penalty for turned off traces
 2017-11-15 19:14 UTC  (3+ messages)

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

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

[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

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)

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

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 v2 1/6] config: introduce core.printsha1ellipsis
 2017-11-14  3:20 UTC  (7+ messages)
` [PATCH 1/3] checkout: describe_detached_head: remove 3dots after committish
    ` [PATCH v2 3/6] diff: diff_aligned_abbrev: remove ellipsis after abbreviated SHA-1 value
    ` [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  (5+ messages)
` [PATCH v2 0/9] "


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