git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-03-18 21:31:17 to 2017-03-21 01:28:59 UTC [more...]

[PATCH 0/6] prefix_filename cleanups
 2017-03-21  1:28 UTC  (5+ messages)
` [PATCH 1/6] hash-object: fix buffer reuse with --path in a subdirectory
` [PATCH 2/6] prefix_filename: move docstring to header file
` [PATCH 3/6] prefix_filename: drop length parameter
` [PATCH 4/6] prefix_filename: return newly allocated string

[PATCH 00/20] object_id part 7
 2017-03-21  1:16 UTC  (20+ messages)
` [PATCH 01/20] Define new hash-size constants for allocating memory
` [PATCH 02/20] Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZ
` [PATCH 03/20] Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZ
` [PATCH 05/20] builtin/pull: convert portions to struct object_id
` [PATCH 06/20] builtin/receive-pack: "
` [PATCH 08/20] parse-options-cb: convert sha1_array_append caller "
` [PATCH 09/20] test-sha1-array: convert most code "
` [PATCH 10/20] sha1_name: convert struct disambiguate_state to object_id
` [PATCH 11/20] sha1_name: convert disambiguate_hint_fn to take object_id
` [PATCH 12/20] submodule: convert check_for_new_submodule_commits to object_id
` [PATCH 19/20] Rename sha1_array to oid_array

[PATCH 0/5] t1400: modernize style
 2017-03-21  0:56 UTC  (6+ messages)
` [PATCH 1/5] t1400: rename test descriptions to be unique
` [PATCH 2/5] t1400: set core.logAllRefUpdates in "logged by touch" tests
` [PATCH 3/5] t1400: use test_path_is_* helpers
` [PATCH 4/5] t1400: remove a set of unused output files
` [PATCH 5/5] t1400: use test_when_finished for cleanup

[PATCH 0/3] git-describe deals gracefully with broken submodules
 2017-03-21  0:11 UTC  (4+ messages)
` [PATCH 1/3] submodule.c: port is_submodule_modified to use porcelain 2
` [PATCH 2/3] revision machinery: gentle submodule errors
` [PATCH 3/3] builtin/describe: introduce --submodule-error-as-dirty flag

Safe to use stdatomic.h?
 2017-03-20 23:22 UTC  (3+ messages)

What's cooking in git.git (Mar 2017, #08; Mon, 20)
 2017-03-20 22:43 UTC 

[PATCH 00/20] Separate `ref_cache` into a separate module
 2017-03-20 22:48 UTC  (36+ messages)
` [PATCH 01/20] get_ref_dir(): don't call read_loose_refs() for "refs/bisect"
` [PATCH 02/20] refs_read_raw_ref(): new function
` [PATCH 03/20] refs_ref_iterator_begin(): "
` [PATCH 04/20] refs_verify_refname_available(): implement once for all backends
` [PATCH 05/20] refs_verify_refname_available(): use function in more places
` [PATCH 06/20] Rename `add_ref()` to `add_ref_entry()`
` [PATCH 07/20] Rename `find_ref()` to `find_ref_entry()`
` [PATCH 08/20] Rename `remove_entry()` to `remove_entry_from_dir()`
` [PATCH 09/20] refs: split `ref_cache` code into separate files
` [PATCH 10/20] ref-cache: introduce a new type, ref_cache
` [PATCH 11/20] refs: record the ref_store in ref_cache, not ref_dir
` [PATCH 12/20] ref-cache: use a callback function to fill the cache
` [PATCH 13/20] refs: handle "refs/bisect/" in `loose_fill_ref_dir()`
` [PATCH 14/20] do_for_each_entry_in_dir(): eliminate `offset` argument
` [PATCH 15/20] get_loose_ref_dir(): function renamed from get_loose_refs()
` [PATCH 16/20] get_loose_ref_cache(): new function
` [PATCH 17/20] cache_ref_iterator_begin(): make function smarter
` [PATCH 18/20] commit_packed_refs(): use reference iteration
` [PATCH 19/20] files_pack_refs(): "
` [PATCH 20/20] do_for_each_entry_in_dir(): delete function

[PATCH v2 0/4] recursing submodules with relative pathspec (grep and ls-files)
 2017-03-20 22:34 UTC  (10+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 2/5] setup: allow for prefix to be passed to git commands

[PATCH] Correct compile errors when DEBUG_BISECT=1 after supporting other hash algorithms
 2017-03-20 22:14 UTC  (3+ messages)

[PATCH] l10n: add framework for localizing the manpages
 2017-03-20 22:05 UTC  (13+ messages)
` [PATCH v2 1/2] l10n: Introduce framework for localizing man pages
` Rework manpage localisation
  ` [PATCH v3 1/2] l10n: Introduce framework for localizing man pages
  ` [PATCH v3 2/2] l10n: Add git-add.txt to localized "

Add configuration options for some commonly used command-line options (Was: [RFH] GSoC 2015 application)
 2017-03-20 21:57 UTC  (11+ messages)
` Add configuration options for some commonly used command-line options

[ANNOUNCE] Git v2.12.1
 2017-03-20 21:45 UTC  (2+ messages)

A note from the maintainer
 2017-03-20 21:39 UTC 

[PATCH v1] adding word_regex for go language
 2017-03-20 20:39 UTC  (2+ messages)

[PATCHv4] rev-parse: add --show-superproject-working-tree
 2017-03-20 20:00 UTC  (12+ messages)
` [PATCH] Documentation/git-worktree: use working tree for trees on the file system
          ` [PATCH 0/2] use "working trees" instead of "worktree" in our API
            ` [PATCH 1/2] git.c: introduce --working-tree superseding --work-tree
            ` [PATCH 2/2] revparse: introduce --is-inside-working-tree

[PATCH 0/8] Various changes to the "tag" command
 2017-03-20 20:04 UTC  (23+ messages)
` [PATCH 1/8] tag: Remove a TODO item from the test suite
` [PATCH 3/8] tag: Change misleading --list <pattern> documentation
` [PATCH 4/8] tag: Implicitly supply --list given another list-like option
` [PATCH 5/8] tag: Implicitly supply --list given the -n option
` [PATCH 6/8] ref-filter: Add --no-contains option to tag/branch/for-each-ref

[BUG] "git stash -- path" reports wrong unstaged changes
 2017-03-20 19:42 UTC  (13+ messages)
    ` [PATCH/RFC 1/3] stash: show less information for stash push -- <pathspec>
    ` [PATCH/RFC 2/3] stash: make push -p -q --no-keep-index quiet
    ` [PATCH/RFC 3/3] stash: pass the pathspec argument to git reset

[PATCH] push: Re-include "push.default=tracking" in the documentation
 2017-03-20 18:01 UTC  (3+ messages)
` [PATCH v2] "

Regression: Reword during rebase -i does not seem to trigger commit-msg hook anymore
 2017-03-20 17:43 UTC  (2+ messages)

GSoC Project | Convert interactive rebase to C
 2017-03-20 17:41 UTC  (2+ messages)

[PATCH] doc: change erroneous --[no]-whatever into --[no-]whatever
 2017-03-20 17:05 UTC  (2+ messages)

[PATCH v5 00/24] Remove submodule from files-backend.c
 2017-03-20 15:53 UTC  (25+ messages)
` [PATCH v6 00/27] "
  ` [PATCH v6 02/27] files-backend: make files_log_ref_write() static
  ` [PATCH v6 03/27] files-backend: delete dead code in files_init_db()
  ` [PATCH v6 09/27] files-backend: add and use files_refname_path()
  ` [PATCH v6 11/27] refs.c: introduce get_main_ref_store()
  ` [PATCH v6 16/27] path.c: move some code out of strbuf_git_path_submodule()
  ` [PATCH v6 17/27] refs: move submodule code out of files-backend.c
  ` [PATCH v6 18/27] files-backend: replace submodule_allowed check in files_downcast()
  ` [PATCH v6 26/27] t1406: new tests for submodule ref store

[PATCH v3 0/2] diff --no-index: support symlinks and pipes
 2017-03-20 16:02 UTC  (7+ messages)
` [PATCH v3 1/2] diff --no-index: optionally follow symlinks

[PATCH v3] adding built-in driver for javascript
 2017-03-20 14:56 UTC 

[PATCH v2 0/5] Kill manual ref parsing code in worktree.c
 2017-03-20 14:25 UTC  (9+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] environment.c: fix potential segfault by get_git_common_dir()
  ` [PATCH v3 2/4] refs: introduce get_worktree_ref_store()

RFC: Another proposed hash function transition plan
 2017-03-20  8:05 UTC  (4+ messages)
` Use base32?

[PATCH] grep: fix build with no thread support
 2017-03-20  5:55 UTC  (4+ messages)
` [PATCH 1/2] grep: set default output method
  ` [PATCH 2/2] grep: fix builds with with no thread support

[PATCH] tests: create an interactive gdb session with the 'debug' helper
 2017-03-20  4:32 UTC  (8+ messages)
    ` [PATCHv2 1/2] "
      ` [PATCHv2 2/2] tests: make the 'test_pause' helper work in non-verbose mode

[PATCH] receive-pack: simplify run_update_post_hook()
 2017-03-20  3:35 UTC  (4+ messages)

[patthoyts/git-gui] Don't barf on duplicate recent repo list entries, nor a full list (#10)
 2017-03-19 23:02 UTC 

[PATCH] rev-parse: match @{u}, @{push} and ^{<type>} case-insensitively
 2017-03-19 22:53 UTC  (6+ messages)

Is there a way to have a local version of a header file?
 2017-03-19 21:33 UTC  (10+ messages)

[PATCH] revision.c: fix an 'Using integer as NULL pointer' warning
 2017-03-19 21:11 UTC 

Subject: [PATCH 2/2] refs: remove forward declaration for files_log_ref_write()
 2017-03-19 20:25 UTC 

[PATCH 1/2] refs: remove unused head_ref_submodule() implementation
 2017-03-19 20:23 UTC 

[PATCH] git-commit.txt: list post-rewrite in HOOKS section
 2017-03-19  9:01 UTC 

[PATCH] Remove dependency on deprecated Net::SMTP::SSL
 2017-03-18 23:14 UTC  (4+ messages)
` [PATCH] send-email: Net::SMTP::SSL is obsolete, use only when necessary

How do I make 'git diff --no-index' follow symlinks?
 2017-03-18 22:54 UTC  (3+ 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).