git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-02-10 15:58:07 to 2017-02-13 23:35:32 UTC [more...]

[PATCH/RFC 00/11] Remove submodule from files-backend.c
 2017-02-13 23:35 UTC  (20+ messages)
` [PATCH 01/11] refs-internal.c: make files_log_ref_write() static
` [PATCH 02/11] files-backend: convert git_path() to strbuf_git_path()
` [PATCH 03/11] files-backend: add files_path()
` [PATCH 04/11] files-backend: replace *git_path*() with files_path()
` [PATCH 05/11] refs.c: share is_per_worktree_ref() to files-backend.c
` [PATCH 06/11] refs-internal.h: correct is_per_worktree_ref()
` [PATCH 07/11] files-backend: remove the use of git_path()
` [PATCH 08/11] refs.c: factor submodule code out of get_ref_store()
` [PATCH 09/11] refs: move submodule code out of files-backend.c
` [PATCH 10/11] files-backend: remove submodule_allowed from files_downcast()
` [PATCH 11/11] refs: split and make get_*_ref_store() public API

[PATCH] completion: complete modified files for checkout with '--'
 2017-02-13 23:33 UTC 

[PATCH v6] gc: ignore old gc.log files
 2017-02-13 23:21 UTC  (2+ messages)

[PATCH v2 0/9] Store submodules in a hash, not a linked list
 2017-02-13 23:18 UTC  (11+ messages)
` [PATCH v2 1/9] refs: reorder some function definitions
` [PATCH v2 9/9] read_loose_refs(): read refs using resolve_ref_recursively()

Developing git with IDE
 2017-02-13 23:15 UTC 

new git-diff switch to eliminate leading "+" and "-" characters
 2017-02-13 23:01 UTC 

[PATCH v2 0/4] stash: create filename argument
 2017-02-13 23:05 UTC  (21+ messages)
` [PATCH v3 0/5] stash: support pathspec argument
  ` [PATCH v3 2/5] stash: introduce push verb
  ` [PATCH v3 3/5] stash: add test for the create command line arguments
  ` [PATCH v3 4/5] stash: introduce new format create
  ` [PATCH v3 5/5] stash: teach 'push' (and 'create') to honor pathspec

[PATCH] mingw: make stderr unbuffered again
 2017-02-13 22:39 UTC  (2+ messages)

[PATCH] mingw: use OpenSSL's SHA-1 routines
 2017-02-13 22:38 UTC  (12+ messages)

[RFC PATCH] show decorations at the end of the line
 2017-02-13 22:38 UTC  (6+ messages)

[PATCH] clean: use warning_errno() when appropriate
 2017-02-13 22:22 UTC  (7+ messages)

[PATCH] docs/gitremote-helpers: fix unbalanced quotes
 2017-02-13 22:06 UTC  (3+ messages)
` [PATCH] docs/git-submodule: fix unbalanced quote

Incorrect pipe for git log graph when using --name-status option
 2017-02-13 21:51 UTC  (8+ messages)

[RFH] Request for Git Merge 2017 impressions for Git Rev News
 2017-02-13 21:27 UTC  (2+ messages)

[PATCH] rm: reuse strbuf for all remove_dir_recursively() calls, again
 2017-02-13 21:03 UTC  (2+ messages)

Small regression on Windows
 2017-02-13 20:47 UTC  (3+ messages)

[PATCHv2 17/21] completion: don't use __gitdir() for git commands
 2017-02-13 20:45 UTC  (3+ messages)
` [PATCH] completion: restore removed line continuating backslash

Bug in 'git describe' if I have two tags on the same commit
 2017-02-13 20:35 UTC  (3+ messages)

[PATCH 12/12] completion: fill COMPREPLY directly when completing refs
 2017-02-13 20:24 UTC  (5+ messages)
` [PATCH] squash! "

[PATCH 0/2 v3] WIP: allow "-" as a shorthand for "previous branch"
 2017-02-13 20:03 UTC  (17+ messages)
` [PATCH 1/2 v3] revision.c: args starting with "-" might be a revision
  ` [PATCH 2/2 v3] sha1_name: teach get_sha1_1 "-" shorthand for "@{-1}"
          ` [PATCH 0/3] prepare for a rev/range that begins with a dash
            ` [PATCH 1/3] handle_revision_opt(): do not update argv[left++] with an unknown arg
            ` [PATCH 2/3] setup_revisions(): swap if/else bodies to make the next step more readable
            ` [PATCH 3/3] setup_revisions(): allow a rev that begins with a dash

[PATCH] fixup! bisect--helper: `bisect_next_check` & bisect_voc shell function in C
 2017-02-13 19:34 UTC  (7+ messages)

Working with public-inbox.org [Was: [PATCH] rev-parse: respect core.hooksPath in --git-path]
 2017-02-13 19:21 UTC  (9+ messages)

git remote rename problem with trailing \\ for remote.url config entries (on Windows)
 2017-02-13 18:47 UTC  (2+ messages)

Git status performance on PS (command prompt)
 2017-02-13  6:12 UTC  (3+ messages)

[PATCH 0/5] Store submodules in a hash, not a linked list
 2017-02-13  2:39 UTC  (5+ messages)

[PATCH] completion: teach to complete git-subtree
 2017-02-13  1:07 UTC 

[PATCH] fetch: print an error when declining to request an unadvertised object
 2017-02-12 23:49 UTC  (4+ messages)

[git-gui] Amending doesn't preserve timestamp
 2017-02-12 23:06 UTC  (4+ messages)

What's cooking in git.git (Feb 2017, #03; Fri, 10)
 2017-02-12 23:01 UTC  (5+ messages)

[PATCH v4 0/7] stash: support pathspec argument
 2017-02-12 22:07 UTC  (9+ messages)
  ` [PATCH v4 1/7] Documentation/stash: remove mention of git reset --hard
  ` [PATCH v4 2/7] stash: introduce push verb
  ` [PATCH v4 3/7] stash: add test for the create command line arguments
  ` [PATCH v4 4/7] stash: introduce new format create
  ` [PATCH v4 5/7] stash: teach 'push' (and 'create') to honor pathspec
  ` [PATCH v4 6/7] stash: use stash_push for no verb form
  ` [PATCH v4 7/7] stash: allow pathspecs in the "

Confusing git messages when disk is full
 2017-02-12 16:37 UTC 

[RFC] send-email: avoid duplicate In-Reply-To and References headers
 2017-02-12  2:51 UTC  (4+ messages)

[PATCH] cocci: detect useless free(3) calls
 2017-02-11 19:50 UTC  (4+ messages)

[PATCH v3 0/4] git gui: allow for a long recentrepo list
 2017-02-11 12:48 UTC  (2+ messages)

Non-zero exit code without error
 2017-02-11 12:28 UTC  (4+ messages)

Google Doc about the Contributors' Summit
 2017-02-11  3:26 UTC  (4+ messages)

fuzzy patch application
 2017-02-11  3:09 UTC  (9+ messages)

[PATCH 1/2] ls-files: pass prefix length explicitly to prune_cache()
 2017-02-10 22:51 UTC  (3+ messages)
` [PATCH 2/2] ls-files: move only kept cache entries in prune_cache()

[PATCH] preload-index: avoid lstat for skip-worktree items
 2017-02-10 22:43 UTC  (2+ messages)

[PATCH v1] git-p4: fix git-p4.pathEncoding for removed files
 2017-02-10 22:32 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v5] gc: ignore old gc.log files
 2017-02-10 21:32 UTC  (4+ messages)

[ANNOUNCE] Git v2.12.0-rc1
 2017-02-10 21:29 UTC 

What's cooking in git.git (Feb 2017, #02; Mon, 6)
 2017-02-10 21:17 UTC  (4+ messages)

[PATCH v3] gc: ignore old gc.log files
 2017-02-10 21:04 UTC  (7+ messages)

[PATCH] rev-parse --git-path: fix output when running in a subdirectory
 2017-02-10 20:25 UTC  (8+ messages)
` [PATCH v2 0/2] Fix bugs in rev-parse's output when run "
  ` [PATCH v2 1/2] rev-parse tests: add tests executed from "
  ` [PATCH v2 2/2] rev-parse: fix several options when running in "

[PATCH v4] gc: ignore old gc.log files
 2017-02-10 20:00 UTC 

[PATCH] dir: avoid allocation in fill_directory()
 2017-02-10 19:42 UTC  (3+ messages)

Bug with fixup and autosquash
 2017-02-10 19:02 UTC  (8+ messages)

[PATCH] push options: fail properly in the stateless case
 2017-02-10 18:44 UTC  (3+ messages)
` [PATCHv2] push options: pass push options to the transport helper

Trying to use xfuncname without success
 2017-02-10 17:24 UTC  (12+ messages)


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