git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-11-14 13:05:37 to 2017-11-17 01:54:17 UTC [more...]

[RFC] cover-at-tip
 2017-11-17  1:54 UTC  (12+ messages)
` [RFC 2/3] am: semi working --cover-at-tip
` [RFC 3/3] log: add an option to generate cover letter from a branch tip

Documentation of post-receive hook
 2017-11-17  1:41 UTC  (2+ messages)

[PATCH] branch doc: remove --set-upstream from synopsis
 2017-11-17  1:36 UTC  (6+ messages)

[PATCH v1 1/1] Introduce git add --renormalize 
 2017-11-17  1:24 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v3 10/10] ssh: introduce a 'simple' ssh variant
 2017-11-17  1:12 UTC  (12+ 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

[RFC] Indicate that Git waits for user input via editor
 2017-11-17  1:09 UTC  (14+ messages)
` [PATCH] launch_editor(): indicate that Git waits for user input

[PATCHv4 0/7] describe a blob
 2017-11-17  1:06 UTC  (17+ 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 v4 0/6] Partial clone part 1: object filtering
 2017-11-16 21:57 UTC  (11+ messages)
` [PATCH v4 1/6] dir: allow exclusions from blob in addition to file
` [PATCH v4 2/6] oidmap: add oidmap iterator methods
` [PATCH v4 3/6] oidset: add iterator methods to oidset
` [PATCH v4 4/6] list-objects: filter objects in traverse_commit_list
` [PATCH v4 5/6] rev-list: add list-objects filtering support
` [PATCH v4 6/6] pack-objects: add list-objects filtering

[PATCH v4 00/10] Partial clone part 2: fsck and promisors
 2017-11-16 21:57 UTC  (13+ messages)
` [PATCH v4 01/10] extension.partialclone: introduce partial clone extension
` [PATCH v4 02/10] fsck: introduce partialclone extension
` [PATCH v4 03/10] fsck: support refs pointing to promisor objects
` [PATCH v4 04/10] fsck: support referenced "
` [PATCH v4 05/10] fsck: support promisor objects as CLI argument
` [PATCH v4 06/10] index-pack: refactor writing of .keep files
` [PATCH v4 07/10] introduce fetch-object: fetch one promisor object
` [PATCH v4 08/10] sha1_file: support lazily fetching missing objects
` [PATCH v4 09/10] rev-list: support termination at promisor objects
` [PATCH v4 10/10] gc: do not repack promisor packfiles

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

Git on Mac - Segmentation fault:11
 2017-11-16 20:46 UTC  (3+ messages)

[PATCHv5 0/7] describe blob
 2017-11-16 19:34 UTC  (10+ 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

Invalid memory access in `git apply`
 2017-11-16 18:50 UTC  (2+ messages)
` [PATCH] apply: update line lengths for --inaccurate-eof

[PATCH v4 00/15] Parial clone part 3: clone, fetch, fetch-pack, upload-pack, and tests
 2017-11-16 18:17 UTC  (16+ messages)
` [PATCH v4 01/15] upload-pack: add object filtering for partial clone
` [PATCH v4 02/15] clone, fetch-pack, index-pack, transport: "
` [PATCH v4 03/15] fetch: refactor calculation of remote list
` [PATCH v4 04/15] fetch: add object filtering for partial fetch
` [PATCH v4 05/15] remote-curl: add object filtering for partial clone
` [PATCH v4 06/15] pack-objects: test support for blob filtering
` [PATCH v4 07/15] fetch-pack: test support excluding large blobs
` [PATCH v4 08/15] partial-clone: define partial clone settings in config
` [PATCH v4 09/15] fetch-pack: test support excluding large blobs
` [PATCH v4 10/15] fetch: add from_promisor and exclude-promisor-objects parameters
` [PATCH v4 11/15] t5500: add fetch-pack tests for partial clone
` [PATCH v4 12/15] t5601: test "
` [PATCH v4 13/15] t5500: more tests for partial clone and fetch
` [PATCH v4 14/15] unpack-trees: batch fetching of missing blobs
` [PATCH v4 15/15] fetch-pack: restore save_commit_buffer after use

[PATCH 00/14] WIP Partial clone part 3: clone, fetch, fetch-pack, upload-pack, and tests
 2017-11-16 17:53 UTC  (8+ messages)
` [PATCH 02/14] clone, fetch-pack, index-pack, transport: partial clone
` [PATCH 04/14] fetch: add object filtering for partial fetch

[PATCH v3 0/6] Partial clone part 1: object filtering
 2017-11-16 17:28 UTC  (6+ messages)
` [PATCH v3 4/6] list-objects: filter objects in traverse_commit_list

[PATCH 0/9] WIP Partial clone part 2: fsck and promisors
 2017-11-16 17:33 UTC  (10+ messages)
` [PATCH 1/9] extension.partialclone: introduce partial clone extension

[PATCH] completion: add '--copy' option to 'git branch'
 2017-11-16 17:09 UTC 

[PATCH 0/1] RUNTIME_PREFIX on POSIX systems
 2017-11-16 17:05 UTC  (2+ messages)
` [PATCH 1/1] exec_cmd: RUNTIME_PREFIX on some "

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

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

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

[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] 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] "

[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] 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  (9+ 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 


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