git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-11-27 20:54:59 to 2017-11-30 03:28:37 UTC [more...]

imap-send with gmail: curl_easy_perform() failed: URL using bad/illegal format or missing URL
 2017-11-30  3:28 UTC  (3+ messages)

How hard would it be to implement sparse fetching/pulling?
 2017-11-30  3:16 UTC 

[PATCH] hashmap: adjust documentation to reflect reality
 2017-11-30  3:07 UTC  (3+ messages)

[RFC/PATCH] Makefile: replace the overly complex perl build system with something simple
 2017-11-30  2:11 UTC  (3+ messages)
` [PATCH] Makefile: replace perl/Makefile.PL with simple make rules

git-prompt: fix reading files with windows line endings
 2017-11-30  1:51 UTC  (7+ messages)
` [PATCH] "

[ANNOUNCE] Git for Windows 2.15.1
 2017-11-30  1:50 UTC  (4+ messages)
` [ANNOUNCE] Git for Windows 2.15.1(2), was "

[PATCH] xdiff/xpatience: support anchoring line(s)
 2017-11-30  0:36 UTC  (5+ messages)
` [PATCH v2] diff: "
    ` [PATCH v3] "

[PATCH on en/rename-progress] diffcore-rename: make diff-tree -l0 mean -l<large>
 2017-11-29 23:40 UTC  (7+ messages)
` [PATCH on en/rename-progress v2] "

[SCRIPT/RFC 0/3] git-commit --onto-parent (three-way merge, no working tree file changes)
 2017-11-29 23:10 UTC  (5+ messages)

[PATCH v4 0/4] RUNTIME_PREFIX relocatable Git
 2017-11-29 22:38 UTC  (10+ messages)
` [PATCH v4 1/4] Makefile: generate Perl header from template file
` [PATCH v4 2/4] Makefile: add support for "perllibdir"
` [PATCH v4 3/4] Makefile: add Perl runtime prefix support
` [PATCH v4 4/4] exec_cmd: RUNTIME_PREFIX on some POSIX systems

[PATCH 0/5] rebase -i: add config to abbreviate command names
 2017-11-29 21:40 UTC  (26+ 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

Bug in pathspec handling (in conjunction with submodules)
 2017-11-29 21:29 UTC  (4+ messages)
` [PATCH] pathspec: only match across submodule boundaries when requested

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

[PATCH v4 0/2] launch_editor(): indicate that Git waits for user input
 2017-11-29 18:35 UTC  (4+ messages)
` [PATCH v4 1/2] refactor "dumb" terminal determination
` [PATCH v4 2/2] launch_editor(): indicate that Git waits for user input

Git filter clean not working when staging files
 2017-11-29 17:58 UTC 

[PATCH] repository: fix a sparse 'using integer as NULL pointer' warning
 2017-11-29 17:58 UTC  (4+ messages)

[PATCH v5 0/6] Partial clone part 1: object filtering
 2017-11-29 14:51 UTC  (4+ messages)
` [PATCH v5 5/6] rev-list: add list-objects filtering support

bug deleting "unmerged" branch (2.12.3)
 2017-11-29 12:27 UTC  (6+ messages)
  ` Antw: "

[PATCH] strbuf: Remove unused stripspace function alias
 2017-11-29  8:47 UTC  (2+ messages)

git blame --reverse doesn't find line in HEAD
 2017-11-29  8:06 UTC 

[PATCH] rebase: rebasing can also be done when HEAD is detached
 2017-11-29  6:47 UTC  (10+ messages)
` [PATCH v2 0/3] rebase: give precise error message
  ` [PATCH v2 3/3] rebase: rebasing can also be done when HEAD is detached

[PATCH v6 0/2] http-backend: respect CONTENT_LENGTH as specified by rfc3875
 2017-11-29  5:19 UTC  (10+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] t5560-http-backend-noserver.sh: add CONTENT_LENGTH cases

git-p4: cloning with a change number does not import all files
 2017-11-29  3:48 UTC  (3+ messages)

[PATCH 4/4] builtin/branch: strip refs/heads/ using skip_prefix
 2017-11-29  3:46 UTC  (2+ messages)
` [PATCH v4 "

[PATCH v3 0/4] RUNTIME_PREFIX relocatable Git
 2017-11-29  2:18 UTC  (9+ messages)
` [PATCH v3 4/4] exec_cmd: RUNTIME_PREFIX on some POSIX systems
        ` Question regarding "next" merge

[PATCH v3] launch_editor(): indicate that Git waits for user input
 2017-11-29  2:06 UTC  (8+ messages)

[PATCH v4 00/34] Add directory rename detection to git
 2017-11-29  1:42 UTC  (35+ messages)
` [PATCH v4 01/34] Tighten and correct a few testcases for merging and cherry-picking
` [PATCH v4 02/34] merge-recursive: fix logic ordering issue
` [PATCH v4 03/34] merge-recursive: add explanation for src_entry and dst_entry
` [PATCH v4 04/34] directory rename detection: basic testcases
` [PATCH v4 05/34] directory rename detection: directory splitting testcases
` [PATCH v4 06/34] directory rename detection: testcases to avoid taking detection too far
` [PATCH v4 07/34] directory rename detection: partially renamed directory testcase/discussion
` [PATCH v4 08/34] directory rename detection: files/directories in the way of some renames
` [PATCH v4 09/34] directory rename detection: testcases checking which side did the rename
` [PATCH v4 10/34] directory rename detection: more involved edge/corner testcases
` [PATCH v4 11/34] directory rename detection: testcases exploring possibly suboptimal merges
` [PATCH v4 12/34] directory rename detection: miscellaneous testcases to complete coverage
` [PATCH v4 13/34] directory rename detection: tests for handling overwriting untracked files
` [PATCH v4 14/34] directory rename detection: tests for handling overwriting dirty files
` [PATCH v4 15/34] merge-recursive: move the get_renames() function
` [PATCH v4 16/34] merge-recursive: introduce new functions to handle rename logic
` [PATCH v4 17/34] merge-recursive: fix leaks of allocated renames and diff_filepairs
` [PATCH v4 18/34] merge-recursive: make !o->detect_rename codepath more obvious
` [PATCH v4 19/34] merge-recursive: split out code for determining diff_filepairs
` [PATCH v4 20/34] merge-recursive: add a new hashmap for storing directory renames
` [PATCH v4 21/34] merge-recursive: make a helper function for cleanup for handle_renames
` [PATCH v4 22/34] merge-recursive: add get_directory_renames()
` [PATCH v4 23/34] merge-recursive: check for directory level conflicts
` [PATCH v4 24/34] merge-recursive: add a new hashmap for storing file collisions
` [PATCH v4 25/34] merge-recursive: add computation of collisions due to dir rename & merging
` [PATCH v4 26/34] merge-recursive: check for file level conflicts then get new name
` [PATCH v4 27/34] merge-recursive: when comparing files, don't include trees
` [PATCH v4 28/34] merge-recursive: apply necessary modifications for directory renames
` [PATCH v4 29/34] merge-recursive: avoid clobbering untracked files with "
` [PATCH v4 30/34] merge-recursive: fix overwriting dirty files involved in renames
` [PATCH v4 31/34] merge-recursive: fix remaining directory rename + dirty overwrite cases
` [PATCH v4 32/34] directory rename detection: new testcases showcasing a pair of bugs
` [PATCH v4 33/34] merge-recursive: avoid spurious rename/rename conflict from dir renames
` [PATCH v4 34/34] merge-recursive: ensure we write updates for directory-renamed file

What's cooking in git.git (Nov 2017, #08; Tue, 28)
 2017-11-29  1:17 UTC 

[ANNOUNCE] Git v2.15.1
 2017-11-28  5:12 UTC 

A note from the maintainer
 2017-11-28  5:20 UTC 

[PATCH] pretty: fix buffer over-read with %> and %<
 2017-11-29  0:32 UTC 

[PATCH] Makefile: check that tcl/tk is installed
 2017-11-28 23:47 UTC  (15+ messages)
                    ` [PATCH] travis-ci: avoid new tcl/tk build requirement

[add-default-config 1/5] add --color option to git config
 2017-11-28 21:43 UTC  (2+ messages)
` [add-default-config] add --default "

[PATCH 0/4] SHA1DC fixes & fully moving to a git.git submodule
 2017-11-28 21:32 UTC  (4+ messages)
` [PATCH 1/4] Makefile: don't error out under DC_SHA1_EXTERNAL if DC_SHA1_SUBMODULE=auto
` [PATCH 2/4] sha1dc_git.h: re-arrange an ifdef chain for a subsequent change
` [PATCH 3/4] Makefile: use the sha1collisiondetection submodule by default

Feature request: Reduce amount of diff in patch
 2017-11-28 17:24 UTC  (2+ messages)

[RFC PATCH] builtin/worktree: enhance worktree removal
 2017-11-28 16:46 UTC  (7+ messages)
` [RFC PATCH v2] "

[PATCH] docs: checking out using @{-N} can lead to detached state
 2017-11-28 16:34 UTC  (7+ messages)
` [PATCH v2 1/2] Doc/checkout: "
  ` [PATCH v2 2/2] Doc/check-ref-format: clarify information about @{-N} syntax
      ` [PATCH v3 "

[PATCH] git-gui: Prevent double UTF-8 conversion
 2017-11-28 14:35 UTC  (2+ messages)

[PATCH] Use OBJECT_INFO_QUICK to speedup git fetch-pack
 2017-11-28 11:35 UTC  (11+ messages)

[PATCH] pretty: fix buffer over-read with %> and %<
 2017-11-28  2:10 UTC  (4+ messages)

[PATCH] git-send-email: honor $PATH
 2017-11-28  1:13 UTC  (7+ messages)
      ` [PATCH v3] git-send-email: honor $PATH for sendmail binary

[PATCH] merge-recursive: ignore_case shouldn't reject intentional removals
 2017-11-28  1:02 UTC  (5+ messages)

[PATCHv5 0/7] describe blob
 2017-11-27 23:37 UTC  (9+ messages)
` [PATCHv5 7/7] builtin/describe.c: describe a blob

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

Problem installing Git
 2017-11-27 21:12 UTC  (4+ 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).