git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-05-15 16:30:58 to 2017-05-17 02:59:17 UTC [more...]

[RFC PATCH 00/19] Diff machine: highlight moved lines
 2017-05-17  2:58 UTC  (42+ messages)
` [PATCH 03/19] diff.c: drop 'nofirst' from emit_line_0
` [PATCH 05/19] diff.c: emit_line_0 can handle no color setting
` [PATCH 06/19] diff: add emit_line_fmt
` [PATCH 07/19] diff.c: convert fn_out_consume to use emit_line_*
` [PATCH 08/19] diff.c: convert builtin_diff "
` [PATCH 10/19] diff.c: convert emit_rewrite_lines "
` [PATCH 14/19] diff.c: convert word diffing "
` [PATCH 15/19] diff.c: convert diff_flush "
` [PATCH 18/19] diff: buffer all output if asked to
` [PATCH 19/19] diff.c: color moved lines differently
` [PATCHv2 00/20] Diff machine: highlight moved lines
  ` [PATCHv2 01/20] diff: readability fix
  ` [PATCHv2 02/20] diff: move line ending check into emit_hunk_header
  ` [PATCHv2 03/20] diff.c: factor out diff_flush_patch_all_file_pairs
  ` [PATCHv2 04/20] diff.c: teach emit_line_0 to accept sign parameter

Diff topic branch + working copy changes?
 2017-05-17  2:47 UTC  (2+ messages)

reversion in GIT_COMMON_DIR refs path
 2017-05-17  2:45 UTC  (6+ messages)
    ` [PATCH] tests: add an optional test to test git-annex

t5545: reduced test coverage
 2017-05-17  2:40 UTC  (2+ messages)

[PATCH v5 00/11] forking and threading
 2017-05-17  2:28 UTC  (6+ messages)
` [PATCH v6 "
  ` [PATCH v6 04/11] run-command: use the async-signal-safe execv instead of execvp

[PATCH 0/2] Demonstrate and partially work around a gitattributes problem
 2017-05-17  2:05 UTC  (5+ messages)

git-scm.com status report
 2017-05-17  2:03 UTC  (4+ messages)

[fixed] error using `git mergetool --tool=meld`
 2017-05-17  1:05 UTC  (2+ messages)

[PATCH 1/2] refs: Add for_each_worktree_ref for iterating over all worktree HEADs
 2017-05-17  0:55 UTC  (6+ messages)
    ` [PATCH 2/2] reachable: Add HEADs of all worktrees to reachability analysis

[PATCH 00/11] Start retiring .git/remotes/ and .git/branches/ for good
 2017-05-17  0:51 UTC  (8+ messages)

[PATCH v4] send-email: --batch-size to work around some SMTP server limit
 2017-05-17  0:04 UTC  (8+ messages)

[Bug] git branch -v has problems with carriage returns
 2017-05-16 23:22 UTC 

[PATCH v1 0/5] Fast git status via a file system watcher
 2017-05-16 21:41 UTC  (22+ messages)
` [PATCH v1 1/5] dir: make lookup_untracked() available outside of dir.c
` [PATCH v1 2/5] Teach git to optionally utilize a file system monitor to speed up detecting new or changed files
` [PATCH v1 3/5] fsmonitor: add test cases for fsmonitor extension
` [PATCH v1 4/5] Add documentation for the fsmonitor extension. This includes the core.fsmonitor setting, the query-fsmonitor hook, and the fsmonitor index extension
` [PATCH v1 5/5] Add a sample query-fsmonitor hook script that integrates with the cross platform Watchman file watching service

error using `git mergetool --tool=meld`
 2017-05-16 21:12 UTC 

git rebase regression: cannot pass a shell expression directly to --exec
 2017-05-16 21:11 UTC  (29+ messages)
              ` [TANGENT] run-command: use vfork instead of fork

clone vs submodule operation with HTTP cURL
 2017-05-16 20:48 UTC  (4+ messages)

Cant clone/pull/fetch because of "Unable to create temporary file '$HOME/Dev/linux-stable/.git/objects/pack/tmp_pack_'
 2017-05-16 20:26 UTC  (3+ messages)

[PATCH] completion: add git stash push
 2017-05-16 20:12 UTC  (2+ messages)

bug with git add and .gitignore
 2017-05-16 19:10 UTC  (2+ messages)

error using `git mergetool --tool=meld`
 2017-05-16 18:49 UTC  (2+ messages)

t5400 failure on Windows
 2017-05-16 18:35 UTC  (3+ messages)

[PATCH] hashmap: hashmap_get_next passes through keydata as well
 2017-05-16 16:13 UTC  (4+ messages)

CYGWIN git cannot install python packages with pip
 2017-05-16 13:15 UTC  (9+ messages)

[PATCH] usage: fix a sparse 'redeclared with different type' error
 2017-05-16 12:27 UTC  (3+ messages)

[PATCH/RFC] The new IncludeIf facility doesn't DWIM when the repo is symlinked
 2017-05-16  8:28 UTC  (5+ messages)
  ` [PATCH] config: match both symlink & realpath versions in IncludeIf.gitdir:*
      ` [PATCH v2] "

[PATCH v2 0/9] Keep git clean -d from inadvertently removing ignored files
 2017-05-16  7:34 UTC  (10+ messages)
` [PATCH v3 0/8] Fix clean -d and status --ignored
` [PATCH v3 1/8] t7300: clean -d should skip dirs with ignored files
` [PATCH v3 2/8] t7061: status --ignored should search untracked dirs
` [PATCH v3 3/8] dir: recurse into untracked dirs for ignored files
` [PATCH v3 4/8] dir: hide untracked contents of untracked dirs
` [PATCH v3 5/8] dir: expose cmp_name() and check_contains()
` [PATCH v3 6/8] clean: teach clean -d to skip dirs containing ignored files
` [PATCH v3 7/8] t7300: clean -d now skips untracked "
` [PATCH v3 8/8] t7061: status --ignored now searches untracked dirs

How to force a pull to succeed?
 2017-05-16  6:59 UTC  (6+ messages)

[PATCH] interpret-trailers: obey scissors lines
 2017-05-16  6:42 UTC  (4+ messages)
  ` [PATCH] interpret-trailers: honor the cut line

[PATCH] fixup! log: add exhaustive tests for pattern style options & config
 2017-05-16  6:15 UTC  (9+ messages)

Git 2.13.0 segfaults on Solaris SPARC due to DC_SHA1=YesPlease being on by default
 2017-05-16  5:43 UTC  (5+ messages)

What's cooking in git.git (May 2017, #05; Tue, 16)
 2017-05-16  4:47 UTC 

[PATCH v2 0/4] Port git-add--interactive.perl:status_cmd to C
 2017-05-16  4:39 UTC  (6+ messages)
` [PATCH v2 1/4] diff: export diffstat interface
` [PATCH v2 2/4] add--helper: create builtin helper for interactive add
` [PATCH v2 3/4] add--helper: implement interactive status command
` [PATCH v2 4/4] add--interactive: use add-interactive--helper for status_cmd

Implementation of sorted hashmap iteration
 2017-05-16  4:04 UTC 

[RFC PATCH 00/10] Add blame to libgit
 2017-05-16  3:21 UTC  (7+ messages)
` [RFC PATCH v2 00/22] "

[PATCH v2 00/29] Easy to review grep & pre-PCRE changes
 2017-05-16  0:50 UTC  (17+ messages)
` [PATCH v2 04/29] log: add exhaustive tests for pattern style options & config
` [PATCH v2 18/29] grep: catch a missing enum in switch statement
` [PATCH v2 20/29] grep: remove redundant `regflags &= ~REG_EXTENDED` assignments
` [PATCH v2 21/29] grep: factor test for \0 in grep patterns into a function
` [PATCH v2 27/29] pack-objects: fix buggy warning about threads

[PATCHv3 0/4] clone: respect configured fetch respecs during initial fetch
 2017-05-15 23:10 UTC  (7+ messages)
` [PATCHv3 1/4] clone: respect additional configured fetch refspecs "
` [PATCHv3 4/4] clone: use free_refspec() to free refspec list

[PATCH] pull: optionally rebase submodules
 2017-05-15 23:09 UTC  (3+ messages)

git worktrees must exist even if locked
 2017-05-15 22:43 UTC  (2+ messages)

[PATCH] fetch-pack: always allow fetching of literal SHA1s
 2017-05-15 22:10 UTC  (4+ messages)
` [PATCH v7] "

Is it possible to use new conditional includes outside of git dir?
 2017-05-15 21:00 UTC  (2+ messages)

Git just passed Subversion on openhub.net
 2017-05-15 20:46 UTC  (2+ messages)

[GSoC] Update: Week 0 (Community Bonding Period)
 2017-05-15 20:26 UTC 

[GSoC][RFC/PATCH v2] submodule: port subcommand foreach from shell to C
 2017-05-15 18:34 UTC  (5+ messages)
` [GSoC][RFC/PATCH v3 1/2] t7407: test "submodule foreach --recursive" from subdirectory added
  ` [GSoC][RFC/PATCH v3 2/2] submodule: port subcommand foreach from shell to C

[RFC] send-email: support validate hook
 2017-05-15 18:10 UTC  (4+ messages)
` [PATCH v2] "


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