git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-05-02 13:57:59 to 2017-05-03 20:40:24 UTC [more...]

[PATCH 00/10] RFC Partial Clone and Fetch
 2017-05-03 20:40 UTC  (4+ messages)

git-clone --config order & fetching extra refs during initial clone
 2017-05-03 20:22 UTC  (8+ messages)

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

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

[PATCH] l10n: de.po: update German translation
 2017-05-03 19:27 UTC  (10+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH 1/4] usability: don't ask questions if no reply is required
 2017-05-03 18:39 UTC  (12+ 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

Bug Report: .gitignore behavior is not matching in git clean and git status
 2017-05-03 18:34 UTC  (13+ messages)
` [PATCH 0/7] Keep git clean -d from inadvertently removing ignored files
  ` [PATCH 1/7] t7300: skip untracked dirs containing "
  ` [PATCH 2/7] dir: recurse into untracked dirs for "
  ` [PATCH 3/7] dir: add method to check if a dir_entry lexically contains another
  ` [PATCH 4/7] dir: hide untracked contents of untracked dirs
  ` [PATCH 5/7] dir: change linkage of cmp_name() and check_contains()
  ` [PATCH 6/7] builtin/clean: teach clean -d to skip dirs containing ignored files
  ` [PATCH 7/7] t7061: check for ignored file in untracked dir

[PATCH 0/5] Start of a journey: drop NO_THE_INDEX_COMPATIBILITY_MACROS
 2017-05-03 18:22 UTC  (11+ messages)

[PATCH] i18n: remove i18n from tag reflog message
 2017-05-03 16:38 UTC  (3+ messages)

[PATCH 00/15] Handle fopen() errors
 2017-05-03 15:33 UTC  (33+ messages)
` [PATCH v2 00/21]
  ` [PATCH v2 01/21] Use xfopen() in more places
  ` [PATCH v2 02/21] clone: use xfopen() instead of fopen()
  ` [PATCH v2 03/21] config.mak.uname: set FREAD_READS_DIRECTORIES for Linux and FreeBSD
  ` [PATCH v2 04/21] wrapper.c: add warn_on_fopen_errors()
  ` [PATCH v2 05/21] wrapper.c: add fopen_or_warn()
  ` [PATCH v2 06/21] attr.c: use fopen_or_warn()
  ` [PATCH v2 07/21] ident.c: "
  ` [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 11/21] log: fix memory leak in open_next_file()
  ` [PATCH v2 12/21] commit.c: report error on failure to fopen() the graft file
  ` [PATCH v2 13/21] remote.c: report error on failure to fopen()
  ` [PATCH v2 14/21] rerere.c: "
  ` [PATCH v2 15/21] rerere.c: report correct errno
  ` [PATCH v2 16/21] sequencer.c: report error on failure to fopen()
  ` [PATCH v2 17/21] server-info: "
  ` [PATCH v2 18/21] wt-status.c: "
  ` [PATCH v2 19/21] xdiff-interface.c: report errno on failure to stat() or fopen()
  ` [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

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

CYGWIN git cannot install python packages with pip
 2017-05-03 14:32 UTC  (5+ messages)

[PATCH 0/5] Abide by our own rules regarding line endings
 2017-05-03 14:23 UTC  (3+ messages)

Terrible bad performance for it blame --date=iso -C -C master -- <file>
 2017-05-03 12:29 UTC  (6+ messages)
        ` Antw: "

[PATCH v3 0/6] rebase -i: add config to abbreviate command-names
 2017-05-03 11:22 UTC  (15+ messages)
` [PATCH v3 1/6] rebase -i: add abbreviated command-names handling
` [PATCH v3 2/6] rebase -i: add abbreviate_commands function
` [PATCH v3 3/6] rebase -i: add short command-name in --autosquash
` [PATCH v3 4/6] Documentation: move rebase.* config variables to a separate rebase-config.txt

RFA: untracked cache vs git reset --hard
 2017-05-03 10:54 UTC  (2+ messages)

Bug report: Git Stash; spelling mistake of stash followed by a yes prints character 'y' infinite times
 2017-05-03  9:47 UTC  (2+ messages)

Bug report: Git Stash; spelling mistake of stash followed by a yes prints character 'y' infinite times
 2017-05-03  9:21 UTC 

Git checkout issue - deleting file without apparent reason
 2017-05-03  1:49 UTC  (3+ messages)

[PATCH 00/24] Retire NO_THE_INDEX_COMPATIBILITY_MACROS
 2017-05-02 22:23 UTC  (25+ messages)
` [PATCH 01/24] cache.h: drop read_cache()
` [PATCH 02/24] cache.h: drop active_* macros
` [PATCH 03/24] cache.h: drop read_cache_from
` [PATCH 04/24] cache.h: drop read_cache_preload(pathspec)
` [PATCH 05/24] cache.h: drop read_cache_unmerged()
` [PATCH 06/24] unpack-trees.c: rename parameter 'the_index'
` [PATCH 07/24] cache.h: drop read_blob_data_from_cache
` [PATCH 08/24] cache.h: drop unmerge_cache[_entry_at]
` [PATCH 09/24] cache.h: drop resolve_undo_clear
` [PATCH 10/24] cache.h: drop cache_name_is_other
` [PATCH 11/24] cache.h: drop cache_file_exists
` [PATCH 12/24] cache.h: drop cache_dir_exists
` [PATCH 13/24] cache.h: drop is_cache_unborn(), discard_cache(), unmerged_cache()
` [PATCH 14/24] cache.h: drop cache_name_pos
` [PATCH 15/24] cache.h: drop add_cache_entry
` [PATCH 16/24] cache.h: drop rename_cache_entry_at
` [PATCH 17/24] cache.h: drop remove_file_from_cache
` [PATCH 18/24] cache.h: drop add_to_cache
` [PATCH 19/24] cache.h: drop add_file_to_cache
` [PATCH 20/24] cache.h: drop chmod_cache_entry
` [PATCH 21/24] cache.h: drop refresh_cache
` [PATCH 22/24] cache.h: drop ce_modified
` [PATCH 23/24] cache.h: drop ce_match_stat
` [PATCH 24/24] cache.h: retire NO_THE_INDEX_COMPATIBILITY_MACROS

Proposal for missing blob support in Git repos
 2017-05-02 21:45 UTC  (9+ messages)

Reference help
 2017-05-02 20:06 UTC  (2+ messages)

[PATCH 0/5] Some submodule bugfixes and "reattaching detached HEADs"
 2017-05-02 19:42 UTC  (6+ messages)
` [PATCHv2 0/3] Some submodule bugfixes
  ` [PATCHv2 1/3] submodule_move_head: reuse child_process structure for futher commands
  ` [PATCHv2 2/3] submodule: avoid auto-discovery in new working tree manipulator code
  ` [PATCHv2 3/3] submodule: properly recurse for read-tree and checkout

[PATCH 0/6] changed submodules
 2017-05-02 19:30 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 5/6] submodule: improve submodule_has_commits

[PATCH v2 00/53] object_id part 8
 2017-05-02 19:09 UTC  (6+ messages)
` [PATCH v2 02/53] Clean up outstanding object_id transforms
` [PATCH v2 03/53] Convert struct cache_tree to use struct object_id

t0025 flaky on OSX
 2017-05-02 16:11 UTC  (3+ messages)
` [PATCH v2 1/1] t0027: tests are not expensive; remove t0025

Could GIT manage revision headers embedded in code ?
 2017-05-02 15:54 UTC  (2+ messages)

git loses a commit after reordering
 2017-05-02 14:29 UTC  (5+ messages)
  ` Re[2]: "


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