git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-11-24 06:23:16 to 2017-11-27 16:41:16 UTC [more...]

[PATCH v3 0/4] RUNTIME_PREFIX relocatable Git
 2017-11-27 16:40 UTC  (3+ messages)
` [PATCH v3 1/4] Makefile: generate Perl header from template file
` [PATCH v3 3/4] Makefile: add Perl runtime prefix support

[PATCH] merge-recursive: ignore_case shouldn't reject intentional removals
 2017-11-27 16:40 UTC  (8+ messages)

[PATCH] Makefile: check that tcl/tk is installed
 2017-11-27 15:31 UTC  (18+ messages)

[PATCH v3] launch_editor(): indicate that Git waits for user input
 2017-11-27 13:47 UTC 

git-p4: cloning with a change number does not import all files
 2017-11-27 12:52 UTC  (2+ messages)

git status always modifies index?
 2017-11-27 10:22 UTC  (25+ messages)
                        ` [PATCH] git-status.txt: mention --no-optional-locks

[PATCH 1/2] Simplify tracing code by removing trace key normalization concept
 2017-11-27 10:12 UTC  (7+ messages)
` [PATCH 1/2] trace: remove trace key normalization
  ` [PATCH 2/2] trace: improve performance while category is disabled

[PATCH v4 0/4] make git worktree add dwim more
 2017-11-27  6:45 UTC  (27+ messages)
  ` [PATCH v4 1/4] checkout: factor out functions to new lib file
  ` [PATCH v4 2/4] worktree: add --[no-]track option to the add subcommand
  ` [PATCH v4 3/4] worktree: make add <path> <branch> dwim
  ` [PATCH v4 4/4] worktree: make add <path> dwim
  ` [PATCH v5 0/6] make git worktree add dwim more
    ` [PATCH v5 1/6] checkout: factor out functions to new lib file
    ` [PATCH v5 2/6] worktree: add can be created from any commit-ish
    ` [PATCH v5 3/6] worktree: add --[no-]track option to the add subcommand
    ` [PATCH v5 4/6] worktree: make add <path> <branch> dwim
    ` [PATCH v5 5/6] worktree: add --guess-remote flag to add subcommand
    ` [PATCH v5 6/6] add worktree.guessRemote config option

[PATCH 0/5] rebase -i: add config to abbreviate command names
 2017-11-27  5:28 UTC  (10+ messages)
` [PATCH 1/5] Documentation: move rebase.* configs to new file
` [PATCH 2/5] Documentation: use preferred name for the 'todo list' script
` [PATCH 3/5] rebase -i: add exec commands via the rebase--helper
` [PATCH 4/5] rebase -i: learn to abbreviate command names
` [PATCH 5/5] t3404: add test case for abbreviated commands

[PATCH] Use OBJECT_INFO_QUICK to speedup git fetch-pack
 2017-11-27  5:04 UTC  (6+ messages)

[PATCH] Fix http-backend reading till EOF, ignoring CONTENT_LENGTH, violating rfc3875 -- WAS: Problem with git-http-backend.exe as iis cgi
 2017-11-27  4:02 UTC  (27+ messages)
` [PATCH] http-backend: respect CONTENT_LENGTH as specified by rfc3875
    ` AW: "
  ` [PATCH v4 0/2] "
    ` [PATCH v4 1/2] "
      ` [PATCH v4 2/2] t5560-http-backend-noserver.sh: add CONTENT_LENGTH cases
  ` [PATCH v5 0/2] http-backend: respect CONTENT_LENGTH as specified by rfc3875
    ` [PATCH v5 1/2] "
    ` [PATCH v5 2/2] t5560-http-backend-noserver.sh: add CONTENT_LENGTH cases
    ` [PATCH v6 0/2] http-backend: respect CONTENT_LENGTH as specified by rfc3875
      ` [PATCH v6 1/2] "
      ` [PATCH v6 2/2] t5560-http-backend-noserver.sh: add CONTENT_LENGTH cases

[PATCH] grep: Add option --max-line-len
 2017-11-27  2:08 UTC  (4+ messages)

Problem with environment of hook execution when git is run with --work-tree / --git-dir
 2017-11-27  1:54 UTC  (3+ messages)

[PATCH] pretty: fix buffer over-read with %> and %<
 2017-11-27  1:46 UTC  (2+ messages)

[SCRIPT/RFC 0/3] git-commit --onto-parent (three-way merge, no working tree file changes)
 2017-11-26 22:45 UTC  (4+ messages)
` [SCRIPT/RFC 1/3] setup.sh
` [SCRIPT/RFC 2/3] git-merge-one-file--cached
` [SCRIPT/RFC 3/3] git-commit--onto-parent.sh

[PATCH v1 1/2] t/README: remove mention of adding copyright notices
 2017-11-26 20:21 UTC  (2+ messages)
` [PATCH v1 2/2] t/README: document test_cmp_rev

Changing encoding of a file : What should happen to CRLF in file ?
 2017-11-26 12:20 UTC  (17+ messages)
` [PATCH 1/1] convert: tighten the safe autocrlf handling
` [PATCH v2 "

Problem installing Git
 2017-11-26 12:15 UTC  (4+ messages)

Clone repository computer A to remote B doenst work
 2017-11-26  8:38 UTC  (4+ messages)

submodules and merging (Was: Re: [PATCH 02/30] merge-recursive: Fix logic ordering issue)
 2017-11-26  5:59 UTC  (5+ messages)

[PATCH] submodule--helper.c: i18n: add a missing space in message
 2017-11-26  3:52 UTC  (3+ messages)

[PATCH] RelNotes: minor typo fixes in 2.15.1 draft
 2017-11-26  3:49 UTC  (3+ messages)

[PATCH v3 1/5] checkout: describe_detached_head: remove ellipsis after committish
 2017-11-26  3:25 UTC  (23+ messages)
` [PATCH v2 1/6] config: introduce core.printsha1ellipsis
  ` [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 v3 5/5] Testing: provide tests requiring them with ellipses after SHA-1 values
                    ` [PATCH v3 2/5] diff: diff_aligned_abbrev: remove ellipsis after abbreviated SHA-1 value
                      ` [PATCH v3 3/5] Documentation: user-manual: limit usage of ellipsis
                        ` [PATCH v4 1/6] diff: diff_aligned_abbrev: remove ellipsis after abbreviated SHA-1 value
                        ` [PATCH v4 2/6] checkout: describe_detached_head: remove ellipsis after committish
                        ` [PATCH v4 3/6] Documentation: user-manual: limit usage of ellipsis
                        ` [PATCH v4 4/6] Documentation: revisions: fix typo: "three dot" ---> "three-dot" (in line with "two-dot")
                        ` [PATCH v4 5/6] Documentation: git: document GIT_PRINT_SHA1_ELLIPSIS
                        ` [PATCH v4 6/6] Testing: provide existing tests requiring them with ellipses after SHA-1 values

Bug in pathspec handling (in conjunction with submodules)
 2017-11-26  2:15 UTC 

[PATCH v3 00/33] Add directory rename detection to git
 2017-11-26  1:45 UTC  (8+ messages)
` [PATCH v3 21/33] merge-recursive: add get_directory_renames()

[PATCH] submodule--helper.c: i18n: add a missing space in message
 2017-11-25 19:51 UTC 

[PATCH] RelNotes: minor typo fixes in 2.15.1 draft
 2017-11-25 17:32 UTC 

[PATCH] checkout: include the checkout.h header file
 2017-11-25 10:16 UTC  (2+ messages)

[PATCH 0/1] Teaching the diff machinery about blobfind [WAS: git describe <blob>]
 2017-11-25  4:59 UTC  (4+ messages)
` [PATCH 1/1] diffcore: add a filter to find a specific blob

[PATCH 0/5] avoiding pointless pack-directory re-scans
 2017-11-25  3:20 UTC  (9+ messages)
` [PATCH 5/5] sha1_file: don't re-scan pack directory for null sha1

[PATCH v2] gitcli: tweak "man gitcli" for clarity
 2017-11-25  3:02 UTC  (10+ messages)

RFC: Native clean/smudge filter for UTF-16 files
 2017-11-25  2:32 UTC  (3+ messages)

[PATCH] Fixed Russian translation
 2017-11-24 19:02 UTC 

[PATCH] bash completion: Add --autostash and --no-autostash to pull
 2017-11-24 18:09 UTC  (2+ messages)

[RFC PATCH 0/8] sequencer: dont't fork git commit
 2017-11-24 14:38 UTC  (13+ messages)
` [PATCH v4 0/9] sequencer: don't "
  ` [PATCH v4 1/9] t3404: check intermediate squash messages
  ` [PATCH v4 2/9] commit: move empty message checks to libgit
  ` [PATCH v4 3/9] Add a function to update HEAD after creating a commit
  ` [PATCH v4 4/9] commit: move post-rewrite code to libgit
  ` [PATCH v4 5/9] commit: move print_commit_summary() "
  ` [PATCH v4 6/9] sequencer: simplify adding Signed-off-by: trailer
  ` [PATCH v4 7/9] sequencer: load commit related config
  ` [PATCH v4 8/9] sequencer: try to commit without forking 'git commit'
  ` [PATCH v4 9/9] t3512/t3513: remove KNOWN_FAILURE_CHERRY_PICK_SEES_EMPTY_COMMIT=1

Re: Unify annotated and non-annotated tags
 2017-11-24 14:11 UTC  (4+ messages)

[PATCH v2] doc: clarify that "git bisect" accepts one or more good commits
 2017-11-24 14:07 UTC  (5+ messages)

What's cooking in git.git (Nov 2017, #07; Fri, 24)
 2017-11-24 14:03 UTC 

[PATCH v3] doc: tweak "man gitcli" for clarity
 2017-11-24 10:39 UTC  (4+ messages)

[PATCH v2 1/9] perf/run: add '--config' option to the 'run' script
 2017-11-24 10:28 UTC  (3+ messages)

Make patch-id more flexible?
 2017-11-24  7:51 UTC  (2+ messages)

[PATCHv5 0/7] describe blob
 2017-11-24  7:18 UTC  (7+ messages)
` [PATCHv5 7/7] builtin/describe.c: describe a blob

[PATCH v2] launch_editor(): indicate that Git waits for user input
 2017-11-24  6:38 UTC  (7+ 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).