git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-05-15 07:50:22 to 2017-05-16 20:37:26 UTC [more...]

reversion in GIT_COMMON_DIR refs path
 2017-05-16 20:37 UTC  (4+ messages)
    ` [PATCH] tests: add an optional test to test git-annex

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

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)

Diff topic branch + working copy changes?
 2017-05-16 19:31 UTC 

[PATCH v1 0/5] Fast git status via a file system watcher
 2017-05-16 19:13 UTC  (21+ 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

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)

clone vs submodule operation with HTTP cURL
 2017-05-16 18:15 UTC  (3+ messages)

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

[RFC PATCH 00/19] Diff machine: highlight moved lines
 2017-05-16 16:42 UTC  (40+ messages)
` [PATCH 02/19] diff: move line ending check into emit_hunk_header
` [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

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

t5545: reduced test coverage
 2017-05-16 15:55 UTC 

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 00/11] Start retiring .git/remotes/ and .git/branches/ for good
 2017-05-16 10:02 UTC  (11+ 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 0/2] Demonstrate and partially work around a gitattributes problem
 2017-05-16  8:10 UTC  (5+ messages)
` [PATCH 1/2] gitattributes: demonstrate that Git tries to read a bogus file
` [PATCH 2/2] mingw: Suppress warning that <commit>:.gitattributes does not exist

[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  (18+ 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  (9+ messages)
` [PATCHv3 1/4] clone: respect additional configured fetch refspecs "
` [PATCHv3 2/4] Documentation/clone: document ignored configuration variables
` [PATCHv3 3/4] remote: drop free_refspecs() function
` [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] "

[PATCH v2] builtin/log: honor log.decorate
 2017-05-15 16:26 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] tag: duplicate mention of --contains should mention --no-contains
 2017-05-15 15:47 UTC  (4+ messages)

[PATCH 0/5] p0004: support being called by t/perf/run
 2017-05-15 13:14 UTC  (2+ messages)

[PATCH 0/7] Update the compat/regex engine from upstream
 2017-05-15 12:51 UTC  (8+ messages)
` [PATCH 1/7] compat/regex: add a README with a maintenance guide

git-send-email smtpEncryption option is case sensitive (silently fails if "TLS" is specified)
 2017-05-15 12:02 UTC 

Draft of Git Rev News edition 27
 2017-05-15  9:42 UTC  (2+ messages)

[PATCH 0/3] cleanups on top of sg/clone-refspec-from-command-line-config
 2017-05-15  7:50 UTC  (2+ messages)
` [PATCH 3/3] clone: use free_refspec() to free refspec list


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