git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-05-03 13:12:34 to 2017-05-05 15:28:30 UTC [more...]

[PATCH v7 00/10] refactor the filter process code into a reusable module
 2017-05-05 15:27 UTC 

not uptodate. Cannot merge
 2017-05-05 15:25 UTC  (3+ messages)

[PATCH 0/2] split index extra bits
 2017-05-05 14:57 UTC  (3+ messages)
` [PATCH 1/2] split-index: add and use unshare_split_index()
` [PATCH 2/2] p3400: add perf tests for rebasing many changes

[PATCH 0/5] Start of a journey: drop NO_THE_INDEX_COMPATIBILITY_MACROS
 2017-05-05 14:31 UTC  (15+ messages)

How to `git status' without scrambling modified with new, etc
 2017-05-05 14:24 UTC  (2+ messages)

[RFC PATCH 00/10] Add blame to libgit
 2017-05-05 14:03 UTC  (13+ messages)
` [RFC PATCH 01/10] Remove unneeded dependency on blob.h from blame
` [RFC PATCH 02/10] Move textconv_object to be with other textconv methods
` [RFC PATCH 03/10] Add some missing definitions to header files
` [RFC PATCH 04/10] Remove unused parameter from get_origin()
` [RFC PATCH 05/10] Split blame origin into its own file
` [RFC PATCH 06/10] Move fake_working_tree_commit() to lib
` [RFC PATCH 07/10] Break out scoreboard a little better
` [RFC PATCH 08/10] Split blame scoreboard into its own file
` [RFC PATCH 09/10] Break out scoreboard init and setup
` [RFC PATCH 10/10] Move scoreboard init and setup to lib

git client debug with customer ssh client
 2017-05-05 11:49 UTC 

git error
 2017-05-05 10:35 UTC  (3+ messages)

[PATCH] doc: replace a couple of broken gmane links
 2017-05-05 10:08 UTC 

[PATCH 0/7] Update the compat/regex engine from upstream
 2017-05-05  6:12 UTC  (10+ messages)
` [PATCH 1/7] compat/regex: add a README with a maintenance guide
` [PATCH 2/7] compat/regex: update the gawk regex engine from upstream
` [PATCH 3/7] fixup! "
    ` [PATCH v2 8/7] "
` [PATCH 4/7] "
` [PATCH 5/7] "
` [PATCH 6/7] "
` [PATCH 7/7] "

[L10N] Kickoff for Git 2.13.0 l10n round 2
 2017-05-05  2:03 UTC 

[PATCH] archive-tar: fix a sparse 'constant too large' warning
 2017-05-05  1:21 UTC  (3+ messages)

What's cooking in git.git (May 2017, #01; Mon, 1)
 2017-05-05  1:12 UTC  (12+ messages)
` PCRE v2 compile error, was "

Delta compression hooks
 2017-05-04 23:40 UTC  (3+ messages)

[PATCH 1/2] fast-export: deletion action first
 2017-05-04 21:45 UTC  (3+ messages)
` [PATCH] "

[RESEND PATCH] diff: recurse into nested submodules for inline diff
 2017-05-04 21:43 UTC 

[PATCH 0/5] Abide by our own rules regarding line endings
 2017-05-04 18:48 UTC  (15+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 1/7] Fix build with core.autocrlf=true
  ` [PATCH v2 2/7] git-new-workdir: mark script as LF-only
  ` [PATCH v2 3/7] completion: mark bash "
  ` [PATCH v2 4/7] t3901: move supporting files into t/t3901/
  ` [PATCH v2 5/7] t4003, t4005, t4007 & t4008: handle CR/LF in t/README & t/diff-lib/README
  ` [PATCH v2 6/7] Fix the remaining tests that failed with core.autocrlf=true
  ` [PATCH v2 7/7] t4051: mark supporting files as requiring LF-only line endings

[PATCH 00/10] RFC Partial Clone and Fetch
 2017-05-04 18:41 UTC  (7+ messages)

[PATCH v2] l10n: de.po: update German translation
 2017-05-04 18:14 UTC  (11+ messages)
` [PATCH v3] "
  ` [PATCH v4] "
    ` [PATCH v5] "

Proposal for missing blob support in Git repos
 2017-05-04 17:09 UTC  (11+ messages)

Bug? git svn tag Authentication failed
 2017-05-04 16:37 UTC  (2+ messages)

[ANNOUNCE] Git v2.13.0-rc2
 2017-05-04 15:15 UTC 

git v2.13.0-rc0 test failures on cygwin
 2017-05-04 14:26 UTC  (4+ messages)

[PATCH 00/26] Address a couple of issues identified by Coverity
 2017-05-04 13:59 UTC  (43+ messages)
` [PATCH v2 00/25] "
  ` [PATCH v2 23/25] name-rev: avoid leaking memory in the `deref` case
  ` [PATCH v3 00/25] Address a couple of issues identified by Coverity
    ` [PATCH v3 01/25] mingw: avoid memory leak when splitting PATH
    ` [PATCH v3 02/25] winansi: avoid use of uninitialized value
    ` [PATCH v3 12/25] split_commit_in_progress(): fix memory leak
    ` [PATCH v4 00/25] Address a couple of issues identified by Coverity
      ` [PATCH v4 01/25] mingw: avoid memory leak when splitting PATH
      ` [PATCH v4 02/25] winansi: avoid use of uninitialized value
      ` [PATCH v4 03/25] winansi: avoid buffer overrun
      ` [PATCH v4 04/25] add_commit_patch_id(): avoid allocating memory unnecessarily
      ` [PATCH v4 05/25] git_config_rename_section_in_file(): avoid resource leak
      ` [PATCH v4 06/25] get_mail_commit_oid(): "
      ` [PATCH v4 07/25] difftool: address a couple of resource/memory leaks
      ` [PATCH v4 08/25] status: close file descriptor after reading git-rebase-todo
      ` [PATCH v4 09/25] mailinfo & mailsplit: check for EOF while parsing
      ` [PATCH v4 10/25] cat-file: fix memory leak
      ` [PATCH v4 11/25] checkout: "
      ` [PATCH v4 12/25] split_commit_in_progress(): simplify & "
      ` [PATCH v4 13/25] setup_bare_git_dir(): help static analysis
      ` [PATCH v4 14/25] setup_discovered_git_dir(): plug memory leak
      ` [PATCH v4 15/25] pack-redundant: "
      ` [PATCH v4 16/25] mktree: plug memory leaks reported by Coverity
      ` [PATCH v4 17/25] fast-export: avoid leaking memory in handle_tag()
      ` [PATCH v4 18/25] receive-pack: plug memory leak in update()
      ` [PATCH v4 19/25] line-log: avoid memory leak
      ` [PATCH v4 20/25] shallow: "
      ` [PATCH v4 21/25] add_reflog_for_walk: "
      ` [PATCH v4 22/25] remote: plug memory leak in match_explicit()
      ` [PATCH v4 23/25] name-rev: avoid leaking memory in the `deref` case
      ` [PATCH v4 24/25] show_worktree(): plug memory leak
      ` [PATCH v4 25/25] submodule_uses_worktrees(): "

CYGWIN git cannot install python packages with pip
 2017-05-04 11:26 UTC  (7+ messages)

[PATCH 1/4] usability: don't ask questions if no reply is required
 2017-05-04 10:14 UTC  (19+ messages)
` [PATCH 2/4] usability: fix am and checkout for nevermind questions
` [PATCH 3/4] read-tree.c: rework UI when merging no trees
` [PATCH 4/4] git-filter-branch: be assertative on dying message
` [PATCH v2 1/3] usability: don't ask questions if no reply is required
  ` [PATCH v2 2/3] read-tree -m: make error message for merging 0 trees less smart aleck
  ` [PATCH v2 3/3] git-filter-branch: make the error msg when missing branch more open

[PATCH] __git_ps1: Don't kill shell if user types `set -e`
 2017-05-04  9:35 UTC  (5+ messages)

[PATCH v2] travis-ci: retry if Git for Windows CI returns HTTP error 502 or 503
 2017-05-04  9:19 UTC  (2+ messages)

[PATCH] send-email: new option to walkaround email server limits
 2017-05-04  7:55 UTC  (9+ messages)

git-clone --config order & fetching extra refs during initial clone
 2017-05-04  7:28 UTC  (10+ messages)

[PATCH] send-email: Net::SMTP::SSL is obsolete, use only when necessary
 2017-05-04  7:01 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/15] Handle fopen() errors
 2017-05-04  5:45 UTC  (24+ messages)
` [PATCH v2 00/21]
  ` [PATCH v2 02/21] clone: use xfopen() instead of fopen()
  ` [PATCH v2 04/21] wrapper.c: add warn_on_fopen_errors()
  ` [PATCH v2 06/21] attr.c: use fopen_or_warn()
  ` [PATCH v2 08/21] bisect: report on fopen() error
  ` [PATCH v2 09/21] blame: report error on open if graft_file is a directory
  ` [PATCH v2 10/21] log: report errno on failure to fopen() a file
  ` [PATCH v2 13/21] remote.c: report error on failure to fopen()
  ` [PATCH v2 15/21] rerere.c: report correct errno
  ` [PATCH v2 20/21] config.c: handle error on failing to fopen()
  ` [PATCH v2 21/21] t1308: add a test case on open a config directory

Bug report: Git Stash; spelling mistake of stash followed by a yes prints character 'y' infinite times
 2017-05-04  5:23 UTC  (3+ messages)

[PATCH v3 0/6] rebase -i: add config to abbreviate command-names
 2017-05-04  5:04 UTC  (5+ messages)

[PATCH] i18n: remove i18n from tag reflog message
 2017-05-04  1:38 UTC  (5+ messages)

[PATCH v2 00/53] object_id part 8
 2017-05-04  0:50 UTC  (15+ messages)
` [PATCH v2 02/53] Clean up outstanding object_id transforms
` [PATCH v2 03/53] Convert struct cache_tree to use struct object_id
` [PATCH v2 11/53] fast-import: convert to "
` [PATCH v2 39/53] refs/files-backend: convert many internals "

Incorrect handling of interactive rebases with root flag
 2017-05-03 22:55 UTC 

[PATCH] config.mak.uname: set NO_REGEX=NeedsStartEnd on AIX
 2017-05-03 20:04 UTC  (4+ messages)

Cloning a custom refspec does not work as expected
 2017-05-03 20:03 UTC  (3+ messages)

[PATCH] cache-tree: reject entries with null sha1
 2017-05-03 19:48 UTC  (6+ messages)

Bug Report: .gitignore behavior is not matching in git clean and git status
 2017-05-03 18:34 UTC  (8+ messages)
` [PATCH 0/7] Keep git clean -d from inadvertently removing ignored files
  ` [PATCH 1/7] t7300: skip untracked dirs containing "
  ` [PATCH 3/7] dir: add method to check if a dir_entry lexically contains another


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