git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-01-17 11:04:35 to 2019-01-18 16:24:01 UTC [more...]

cat-file ambiguity prints "dangling"
 2019-01-18 16:20 UTC  (4+ messages)

[PATCH 0/4] Let the builtin rebase call the git am command directly
 2019-01-18 15:09 UTC  (15+ messages)
` [PATCH 2/4] rebase: avoid double reflog entry when switching branches
` [PATCH 3/4] rebase: teach `reset_head()` to optionally skip the worktree
` [PATCH 4/4] built-in rebase: call `git am` directly
` [PATCH v2 0/4] Let the builtin rebase call the git am command directly
  ` [PATCH v2 1/4] rebase: move `reset_head()` into a better spot
  ` [PATCH v2 2/4] rebase: avoid double reflog entry when switching branches
  ` [PATCH v2 3/4] rebase: teach `reset_head()` to optionally skip the worktree
  ` [PATCH v2 4/4] built-in rebase: call `git am` directly

[PATCH] commit-tree: add missing --gpg-sign flag
 2019-01-18 15:06 UTC  (3+ messages)

[PATCH 0/7] Turn git add-i into built-in
 2019-01-18 14:25 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/7] diff: export diffstat interface
  ` [PATCH v2 2/7] add--helper: create builtin helper for interactive add
  ` [PATCH v2 3/7] add-interactive.c: implement status command
  ` [PATCH v2 4/7] add--interactive.perl: use add--helper --status for status_cmd
  ` [PATCH v2 5/7] add-interactive.c: implement show-help command
  ` [PATCH v2 6/7] t3701-add-interactive: test add_i_show_help()
  ` [PATCH v2 7/7] add--interactive.perl: use add--helper --show-help for help_cmd

[PATCH v3 0/7] Reimplement rebase --merge via interactive machinery
 2019-01-18 14:22 UTC  (8+ messages)
` [PATCH v4 0/8] "

Why does git cvsimport create a branch named origin?
 2019-01-18 13:42 UTC 

How do I get rid of unneeded objects?
 2019-01-18 13:39 UTC 

[PATCH 0/1] Make abspath() aware of case-insensitive filesystems
 2019-01-18 13:24 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] abspath_part_inside_repo: respect core.fileMode
  ` [PATCH v3 0/1] Make abspath() aware of case-insensitive filesystems
    ` [PATCH v3 1/1] abspath_part_inside_repo: respect core.fileMode
    ` [PATCH v4 0/1] Make abspath() aware of case-insensitive filesystems
      ` [PATCH v4 1/1] abspath_part_inside_repo: respect core.ignoreCase

[PATCH] pack-objects.c: Initialize read mutex in cmd_pack_objects
 2019-01-18 13:09 UTC  (5+ messages)
    ` Fwd: "

How to convert SVN tags to git tags?
 2019-01-18 12:50 UTC 

[PATCH v12 00/26] Convert "git stash" to C builtin
 2019-01-18 12:06 UTC  (3+ messages)

[PATCH 0/9] Offer to run CI/PR builds in Visual Studio Team Services
 2019-01-18 11:49 UTC  (10+ messages)
` [PATCH v2 00/13] Offer to run CI/PR builds in Azure Pipelines
  ` [PATCH v3 00/21] "
    ` [PATCH v3 01/21] travis: fix skipping tagged releases

git commits unstaged files
 2019-01-18 10:32 UTC  (2+ messages)

[PATCH] blame: add the ability to ignore commits
 2019-01-18 10:03 UTC  (10+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] Move init_skiplist() outside of fsck
  ` [PATCH v2 2/3] blame: add the ability to ignore commits and their changes
  ` [PATCH v2 3/3] blame: add a config option to mark ignored lines

What's cooking in git.git (Jan 2019, #02; Tue, 15)
 2019-01-18  9:58 UTC  (4+ messages)
  ` ps/stash-in-c, was "

[PATCH 0/1] built-in stash: fix segmentation fault when files were added with intent
 2019-01-18  9:50 UTC  (2+ messages)
` [PATCH 1/1] "

Change on check-attr behavior
 2019-01-18  9:41 UTC  (3+ messages)

[PATCHv3 0/2] git-p4: shelved change update with move/copy
 2019-01-18  9:36 UTC  (3+ messages)
` [PATCHv3 1/2] git-p4: add failing test for shelved CL update involving move/copy
  ` [PATCHv3 2/2] git-p4: handle update of moved/copied files when updating a shelve

[PATCH 00/76] Convert diff opt parser to parse_options()
 2019-01-18  9:30 UTC  (84+ messages)
` [PATCH 01/76] parse-options.h: remove extern on function prototypes
` [PATCH 02/76] parse-options: add one-shot mode
` [PATCH 03/76] parse-options: allow keep-unknown + stop-at-non-opt combination
` [PATCH 04/76] parse-options: disable option abbreviation with PARSE_OPT_KEEP_UNKNOWN
` [PATCH 05/76] parse-options: add OPT_BITOP()
` [PATCH 06/76] parse-options: stop abusing 'callback' for lowlevel callbacks
` [PATCH 07/76] parse-options: avoid magic return codes
` [PATCH 08/76] parse-options: allow ll_callback with OPTION_CALLBACK
` [PATCH 09/76] diff.h: keep forward struct declarations sorted
` [PATCH 10/76] diff.h: avoid bit fields in struct diff_flags
` [PATCH 11/76] diff.c: prepare to use parse_options() for parsing
` [PATCH 12/76] diff.c: convert -u|-p|--patch
` [PATCH 13/76] diff.c: convert -U|--unified
` [PATCH 14/76] diff.c: convert -W|--[no-]function-context
` [PATCH 15/76] diff.c: convert --raw
` [PATCH 16/76] diff.c: convert --patch-with-raw
` [PATCH 17/76] diff.c: convert --numstat and --shortstat
` [PATCH 18/76] diff.c: convert --dirstat and friends
` [PATCH 19/76] diff.c: convert --check
` [PATCH 20/76] diff.c: convert --summary
` [PATCH 21/76] diff.c: convert --patch-with-stat
` [PATCH 22/76] diff.c: convert --name-only
` [PATCH 23/76] diff.c: convert --name-status
` [PATCH 24/76] diff.c: convert -s|--no-patch
` [PATCH 25/76] diff.c: convert --stat*
` [PATCH 26/76] diff.c: convert --[no-]compact-summary
` [PATCH 27/76] diff.c: convert --output-*
` [PATCH 28/76] diff.c: convert -B|--break-rewrites
` [PATCH 29/76] diff.c: convert -M|--find-renames
` [PATCH 30/76] diff.c: convert -D|--irreversible-delete
` [PATCH 31/76] diff.c: convert -C|--find-copies
` [PATCH 32/76] diff.c: convert --find-copies-harder
` [PATCH 33/76] diff.c: convert --no-renames|--[no--rename-empty
` [PATCH 34/76] diff.c: convert --relative
` [PATCH 35/76] diff.c: convert --[no-]minimal
` [PATCH 36/76] diff.c: convert --ignore-some-changes
` [PATCH 37/76] diff.c: convert --[no-]indent-heuristic
` [PATCH 38/76] diff.c: convert --patience
` [PATCH 39/76] diff.c: convert --histogram
` [PATCH 40/76] diff.c: convert --diff-algorithm
` [PATCH 41/76] diff.c: convert --anchored
` [PATCH 42/76] diff.c: convert --binary
` [PATCH 43/76] diff.c: convert --full-index
` [PATCH 44/76] diff.c: convert -a|--text
` [PATCH 45/76] diff.c: convert -R
` [PATCH 46/76] diff.c: convert --[no-]follow
` [PATCH 47/76] diff.c: convert --[no-]color
` [PATCH 48/76] diff.c: convert --word-diff
` [PATCH 49/76] diff.c: convert --word-diff-regex
` [PATCH 50/76] diff.c: convert --color-words
` [PATCH 51/76] diff.c: convert --exit-code
` [PATCH 52/76] diff.c: convert --quiet
` [PATCH 53/76] diff.c: convert --ext-diff
` [PATCH 54/76] diff.c: convert --textconv
` [PATCH 55/76] diff.c: convert --ignore-submodules
` [PATCH 56/76] diff.c: convert --submodule
` [PATCH 57/76] diff.c: convert --ws-error-highlight
` [PATCH 58/76] diff.c: convert --ita-[in]visible-in-index
` [PATCH 59/76] diff.c: convert -z
` [PATCH 60/76] diff.c: convert -l
` [PATCH 61/76] diff.c: convert -S|-G
` [PATCH 62/76] diff.c: convert --pickaxe-all|--pickaxe-regex
` [PATCH 63/76] diff.c: convert -O
` [PATCH 64/76] diff.c: convert --find-object
` [PATCH 65/76] diff.c: convert --diff-filter
` [PATCH 66/76] diff.c: convert --[no-]abbrev
` [PATCH 67/76] diff.c: convert --[src|dst]-prefix
` [PATCH 68/76] diff.c: convert --line-prefix
` [PATCH 69/76] diff.c: convert --no-prefix
` [PATCH 70/76] diff.c: convert --inter-hunk-context
` [PATCH 71/76] diff.c: convert --color-moved
` [PATCH 72/76] diff.c: convert --color-moved-ws
` [PATCH 73/76] diff.c: allow --no-color-moved-ws
` [PATCH 74/76] range-diff: use parse_options() instead of diff_opt_parse()
` [PATCH 75/76] diff --no-index: "
` [PATCH 76/76] am: avoid diff_opt_parse()

[PATCH 0/5] travis-ci: build with the right compiler
 2019-01-18  8:40 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/5] travis-ci: don't be '--quiet' when running the tests
  ` [PATCH v2 5/5] travis-ci: build with the right compiler

Calculate packfile and idxfile checksums
 2019-01-18  8:36 UTC  (2+ messages)

[PATCH 0/3] Add 'human' date format
 2019-01-18  6:18 UTC  (7+ messages)
` [PATCH v2 0/5] Re-roll of 'human' date format patch set
  ` [PATCH v2 1/5] Add 'human' date format
  ` [PATCH v2 2/5] Remove the proposed use of auto as secondary way to specify human
  ` [PATCH v2 3/5] Add 'human' date format documentation
  ` [PATCH v2 4/5] Add `human` format to test-tool
  ` [PATCH v2 5/5] Add `human` date format tests

[PATCH/RFC] fsck: complain when .gitignore and .gitattributes are symlinks
 2019-01-18  1:41 UTC  (5+ messages)

A seemingly wrong PR merge resolution
 2019-01-18  0:32 UTC  (2+ messages)

[PATCH] ls-refs: filter refs based on non-namespace name
 2019-01-17 23:33 UTC  (3+ messages)
` [PATCH v2] ls-refs: filter refs using namespace-stripped name

[PATCH] userdiff: Add a builtin pattern for dts files
 2019-01-17 22:13 UTC  (7+ messages)

[WIP 0/8] Trying to revive GIT_TEST_PROTOCOL_VERSION
 2019-01-17 21:18 UTC  (3+ messages)

[PATCH 0/1] t6042: fix breakage on Windows
 2019-01-17 20:57 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] t6042: work around speed optimization "

[PATCH] Allow usage of --gpg-sign flag in commit-tree builtin
 2019-01-17 20:24 UTC  (2+ messages)

[PATCH 0/2] mingw: fix git clone \\server\share
 2019-01-17 20:14 UTC  (3+ messages)
` [PATCH 1/2] mingw (t5580): document bug when cloning from backslashed UNC paths
` [PATCH 2/2] mingw: special-case arguments to `sh`

[PATCH 0/4] Sideband the whole fetch v2 response
 2019-01-17 19:43 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] helper/test-ref-store: fix "new-sha1" vs "old-sha1" typo
 2019-01-17 18:53 UTC  (4+ messages)

[PATCH v3 0/2] support for filtering trees and blobs based on depth
 2019-01-17 18:44 UTC  (6+ messages)

[RFC] submodule: munge paths to submodule git directories
 2019-01-17 17:57 UTC  (4+ messages)

[PATCH] repository.c: fix sparse warning
 2019-01-17 16:51 UTC  (3+ messages)

git add —ignore-errors causes --renormalize
 2019-01-17 16:45 UTC  (3+ messages)

[PATCH v5 9/9] commit-graph write: emit a percentage for all progress
 2019-01-17 16:35 UTC  (4+ messages)
` [PATCH] commit-graph write: use pack order when finding commits

[PATCH v2 0/7] Create 'expire' and 'repack' verbs for git-multi-pack-index
 2019-01-17 15:27 UTC  (3+ messages)
` [PATCH v3 0/9] "

git-gui child windows are still blank
 2019-01-17 14:26 UTC  (2+ messages)

(no subject)
 2019-01-17 14:04 UTC 

Git bomb still present (at least in SUSE)?
 2019-01-17 12:26 UTC  (2+ messages)

Broken interactive rebase text after some UTF-8 characters
 2019-01-17 11:04 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).