git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-06-07 17:17:06 to 2017-06-10 08:06:37 UTC [more...]

"There are too many unreachable loose objects" - why don't we run 'git prune' automatically?
 2017-06-10  8:06 UTC  (4+ messages)

[PATCH v1] Configure Git contribution guidelines for github.com
 2017-06-10  7:35 UTC  (7+ messages)

[PATCH 00/31] repository object
 2017-06-10  7:25 UTC  (61+ messages)
` [PATCH 03/31] config: don't implicitly use gitdir
` [PATCH v2 00/32] repository object
  ` [PATCH v2 01/32] config: create config.h
  ` [PATCH v2 02/32] config: remove git_config_iter
  ` [PATCH v2 03/32] config: don't include config.h by default
  ` [PATCH v2 04/32] config: don't implicitly use gitdir
  ` [PATCH v2 05/32] setup: don't perform lazy initialization of repository state
  ` [PATCH v2 06/32] environment: remove namespace_len variable
  ` [PATCH v2 07/32] repository: introduce the repository object
    ` [PATCH 0/2] Add a freez() wrapper
      ` [PATCH v2 0/2] Add a FREEZ() wrapper macro
      ` [PATCH v2 1/2] git-compat-util: add a FREEZ() wrapper around free(ptr); ptr = NULL
      ` [PATCH v2 2/2] *.[ch] refactoring: make use of the FREEZ() macro
    ` [PATCH 1/2] git-compat-util: add a freez() wrapper around free(x); x = NULL
    ` [PATCH 2/2] *.[ch] refactoring: make use of the freez() wrapper
  ` [PATCH v2 08/32] environment: place key repository state in the_repository
  ` [PATCH v2 09/32] environment: store worktree "
  ` [PATCH v2 10/32] setup: add comment indicating a hack
  ` [PATCH v2 11/32] config: read config from a repository object
  ` [PATCH v2 12/32] repository: add index_state to struct repo
  ` [PATCH v2 13/32] submodule-config: store the_submodule_cache in the_repository
  ` [PATCH v2 14/32] submodule: add repo_read_gitmodules
  ` [PATCH v2 15/32] submodule: convert is_submodule_initialized to work on a repository
  ` [PATCH v2 16/32] convert: convert get_cached_convert_stats_ascii to take an index
  ` [PATCH v2 17/32] convert: convert crlf_to_git "
  ` [PATCH v2 18/32] convert: convert convert_to_git_filter_fd "
  ` [PATCH v2 19/32] convert: convert convert_to_git "
  ` [PATCH v2 20/32] convert: convert renormalize_buffer "
  ` [PATCH v2 21/32] tree: convert read_tree to take an index parameter
  ` [PATCH v2 22/32] ls-files: convert overlay_tree_on_cache to take an index
  ` [PATCH v2 23/32] ls-files: convert write_eolinfo "
  ` [PATCH v2 24/32] ls-files: convert show_killed_files "
  ` [PATCH v2 25/32] ls-files: convert show_other_files "
  ` [PATCH v2 26/32] ls-files: convert show_ru_info "
  ` [PATCH v2 27/32] ls-files: convert ce_excluded "
  ` [PATCH v2 28/32] ls-files: convert prune_cache "
  ` [PATCH v2 29/32] ls-files: convert show_files "
  ` [PATCH v2 30/32] ls-files: factor out debug info into a function
  ` [PATCH v2 31/32] ls-files: factor out tag calculation
  ` [PATCH v2 32/32] ls-files: use repository object

[BUG?] gitlink without .gitmodules no longer fails recursive clone
 2017-06-10  7:13 UTC  (7+ messages)

[RFC PATCH 0/4] Improvements to sha1_file
 2017-06-10  7:01 UTC  (6+ messages)
` [RFC PATCH 1/4] sha1_file: teach packed_object_info about typename
` [RFC PATCH 2/4] sha1_file: extract type and size from object_info
` [RFC PATCH 3/4] sha1_file: consolidate storage-agnostic object fns
` [RFC PATCH 4/4] sha1_file, fsck: add missing blob support

[PATCH 2/3] revision.c: use skip_prefix() in handle_revision_opt()
 2017-06-10  6:44 UTC  (11+ messages)
  ` [PATCHv2 1/5] revision.h: turn rev_info.early_output back into an unsigned int
  ` [PATCHv2 2/5] revision.c: stricter parsing of '--no-{min,max}-parents'
  ` [PATCHv2 3/5] revision.c: stricter parsing of '--early-output'
  ` [PATCHv2 4/5] revision.c: use skip_prefix() in handle_revision_opt()
  ` [PATCHv2 5/5] revision.c: use skip_prefix() in handle_revision_pseudo_opt()

[PATCH] pathspec: die on empty strings as pathspec
 2017-06-10  6:21 UTC  (5+ messages)

'pu' broken at t5304 tonight
 2017-06-10  6:07 UTC 

[PATCH] doc: describe git svn init --ignore-refs
 2017-06-10  5:33 UTC  (3+ messages)

[PATCH v2 0/8] Avoid problem where git_dir is set after alias expansion
 2017-06-10  4:29 UTC  (11+ messages)
` [PATCH v2 1/8] discover_git_directory(): avoid setting invalid git_dir
` [PATCH v2 2/8] config: report correct line number upon error
` [PATCH v2 3/8] help: use early config when autocorrecting aliases
` [PATCH v2 4/8] read_early_config(): optionally return the worktree's top-level directory
` [PATCH v2 5/8] t1308: relax the test verifying that empty alias values are disallowed
` [PATCH v2 6/8] t7006: demonstrate a problem with aliases in subdirectories
` [PATCH v2 7/8] alias_lookup(): optionally return top-level directory
` [PATCH v2 8/8] Use the early config machinery to expand aliases

[PATCH] wt-status.c: Modified status message shown for a parent-less branch
 2017-06-10  2:23 UTC  (3+ messages)

[PATCH] wildmatch test: cover a blind spot in "/" matching
 2017-06-10  1:57 UTC  (4+ messages)

How to git push mirror local refs only?
 2017-06-10  1:53 UTC  (2+ messages)

[PATCH 0/9] Avoid problem where git_dir is set after alias expansion
 2017-06-10  1:33 UTC  (31+ messages)
` [PATCH 1/9] discover_git_directory(): avoid setting invalid git_dir
` [PATCH 2/9] config: report correct line number upon error
` [PATCH 3/9] help: use early config when autocorrecting aliases
` [PATCH 4/9] read_early_config(): optionally return the worktree's top-level directory
` [PATCH 5/9] t1308: relax the test verifying that empty alias values are disallowed
` [PATCH 8/9] Use the early config machinery to expand aliases

[PATCH 0/3] Add regression tests for recent rebase -i fixes
 2017-06-09 16:39 UTC  (5+ messages)
` [PATCH 2/3] rebase: Add tests for console output

send-email: Net::SMTP::SSL failure
 2017-06-09 16:37 UTC  (12+ messages)

[PATCH 1/2] add setup step to filter-branch
 2017-06-09 14:33 UTC  (8+ messages)
` [PATCH 2/2] add [--] to usage of filter-branch

[PATCH] docs: suggest "Helped-by" rather than "Thanks-to"
 2017-06-09 13:30 UTC  (6+ messages)

[PATCH v4 0/8] PCRE v2, PCRE v1 JIT, log -P & fixes
 2017-06-09 13:09 UTC  (8+ messages)

[BUG] Failed to sign commit
 2017-06-09 13:05 UTC  (5+ messages)

There are too many unreachable loose objects
 2017-06-09 11:10 UTC  (6+ messages)

git stash --include-untracked possible destructive behavior
 2017-06-09  8:28 UTC  (5+ messages)
    `  "

Clarifying behavior of diff --stat
 2017-06-09  5:21 UTC  (2+ messages)

[PATCH v1] dir: create function count_slashes
 2017-06-08 18:08 UTC 

send-email: Net::SSLeay failure
 2017-06-08  9:58 UTC  (5+ messages)

[PATCH] fast-import: Increase the default pack depth to 50
 2017-06-08  7:21 UTC  (4+ messages)

What's cooking in git.git (Jun 2017, #03; Mon, 5)
 2017-06-08  5:41 UTC  (10+ messages)

[PATCH v4 0/6] Fast git status via a file system watcher
 2017-06-08  1:57 UTC  (7+ messages)
` [WIP/PATCH 7/6] perf: add a performance test for core.fsmonitor

[PATCH] test-lib: add ability to cap the runtime of tests
 2017-06-08  0:59 UTC  (6+ messages)

[PATCH v4 0/5] Implement git stash as a builtin command
 2017-06-08  0:55 UTC  (6+ messages)
` [PATCH v4 1/5] stash: add test for stash create with no files
` [PATCH v4 2/5] stash: Add a test for when apply fails during stash branch
` [PATCH v4 3/5] stash: add test for stashing in a detached state
` [PATCH v4 4/5] merge: close the index lock when not writing the new index
` [PATCH v4 5/5] stash: implement builtin stash

Feature Request: Show status of the stash in git status command
 2017-06-07 22:46 UTC 

What does this output of git supposed to mean ?
 2017-06-07 22:14 UTC  (14+ messages)

[PATCH v4 0/6] Fast git status via a file system watcher
 2017-06-07 21:38 UTC  (3+ messages)
` [PATCH v4 6/6] fsmonitor: add a sample query-fsmonitor hook script for Watchman

Missing git-2.13.1.* files in the SHA256 sums
 2017-06-07 21:00 UTC 

[RFC/PATCH] submodules: overhaul documentation
 2017-06-07 18:53 UTC 

pushing for a new hash, was Re: [PATCH 2/3] rebase: Add tests for console output
 2017-06-07 17:39 UTC  (3+ messages)
` [PATCH] t4005: modernize style and drop hard coded sha1


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