git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-06-23 07:02:09 to 2017-06-26 09:23:18 UTC [more...]

[PATCH 0/3] Add regression tests for recent rebase -i fixes
 2017-06-26  9:23 UTC  (10+ messages)
` [PATCH v3 0/4] "

[PATCH v6 0/6] convert: add "status=delayed" to filter process protocol
 2017-06-26  9:02 UTC  (12+ messages)
` [PATCH v6 1/6] t0021: keep filter log files on comparison
` [PATCH v6 2/6] t0021: make debug log file name configurable
` [PATCH v6 3/6] t0021: write "OUT" only on success
` [PATCH v6 4/6] convert: put the flags field before the flag itself for consistent style
` [PATCH v6 5/6] convert: move multiple file filter error handling to separate function
` [PATCH v6 6/6] convert: add "status=delayed" to filter process protocol

What's cooking in git.git (Jun 2017, #07; Sat, 24)
 2017-06-26  8:29 UTC  (2+ messages)

[PATCH v4 0/5] Implement git stash as a builtin command
 2017-06-26  7:53 UTC  (6+ messages)
` [PATCH v4 5/5] stash: implement builtin stash

Compile Error v2.13.2 on Solaris SPARC
 2017-06-26  7:32 UTC 

Getting first tag per branch for a commit
 2017-06-25 22:22 UTC  (3+ messages)

NULL dereference in ab/wildmatch
 2017-06-25 14:20 UTC  (2+ messages)

[PATCH] Spelling fixes
 2017-06-25 10:20 UTC 

Migration from CVS to Git looses merges
 2017-06-25  9:30 UTC  (3+ messages)

[PATCH v4 0/6] Add a FREE_AND_NULL() wrapper macro
 2017-06-25  8:01 UTC  (5+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v4 4/6] coccinelle: add a rule to make "expression" code use FREE_AND_NULL()

[PATCH v2 1/3] read-cache: use shared perms when writing shared index
 2017-06-25  4:42 UTC  (8+ messages)
` [PATCH v2 2/3] t1301: move modebits() to test-lib-functions.sh
` [PATCH v2 3/3] t1700: make sure split-index respects core.sharedrepository

[PATCH v3 1/3] read-cache: use shared perms when writing shared index
 2017-06-25  4:34 UTC  (3+ messages)
` [PATCH v3 2/3] t1301: move modebits() to test-lib-functions.sh
` [PATCH v3 3/3] t1700: make sure split-index respects core.sharedrepository

[ANNOUNCE] Git v2.13.2
 2017-06-24 22:44 UTC 

A note from the maintainer
 2017-06-24 23:24 UTC 

EOL LF Windows auto.crlf issue
 2017-06-24 22:02 UTC  (2+ messages)

[RFC PATCH 0/4] Improvements to sha1_file
 2017-06-24 20:39 UTC  (10+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 6/8] sha1_file: improve sha1_object_info_extended
` [PATCH v4 7/8] sha1_file: do not access pack if unneeded

[PATCH v5 0/5] convert: add "status=delayed" to filter process protocol
 2017-06-24 20:36 UTC  (8+ messages)
` [PATCH v5 5/5] "

Crash in t3507-cherry-pick-conflict.sh with GIT_TEST_SPLIT_INDEX set
 2017-06-24 18:59 UTC  (2+ messages)

[PATCH] die routine: change recursion limit from 1 to 1024
 2017-06-24 18:32 UTC  (5+ messages)
` [PATCH v2] die(): stop hiding errors due to overzealous recursion guard

[PATCH] doc: clarify syntax for %C(auto,...) in pretty formats
 2017-06-24 18:23 UTC  (2+ messages)

[PATCH] strbuf: change an always NULL/"" strbuf_addftime() param to bool
 2017-06-24 18:21 UTC  (24+ messages)
      ` [PATCH -v2] "
          ` [PATCH v3 1/2] strbuf.h comment: discuss strbuf_addftime() arguments in order
          ` [PATCH v3 2/2] strbuf: change an always NULL/"" strbuf_addftime() param to bool
              ` [PATCH v4 1/2] strbuf.h comment: discuss strbuf_addftime() arguments in order
              ` [PATCH v4 2/2] strbuf: change an always NULL/"" strbuf_addftime() param to bool
                ` [PATCH v5 1/2] strbuf.h comment: discuss strbuf_addftime() arguments in order
                ` [PATCH v5 2/2] strbuf: change an always NULL/"" strbuf_addftime() param to bool

[PATCH 0/3] wildmatch refactoring
 2017-06-24 18:13 UTC  (5+ messages)
` [RFC/PATCH 2/3] wildmatch: add interface for precompiling wildmatch() patterns

[PATCH] git-p4: changelist template with p4 -G change -o
 2017-06-24 17:36 UTC  (5+ messages)

Using '--help' for aliases
 2017-06-24 17:20 UTC  (2+ messages)

[BUG] add_again() off-by-one error in custom format
 2017-06-24 14:12 UTC  (17+ messages)
                ` [PATCH] sha1_name: cache readdir(3) results in find_short_object_filename()

[PATCH v2 00/29] Create a reference backend for packed refs
 2017-06-24 11:57 UTC  (50+ messages)
` [PATCH v2 01/29] t1408: add a test of stale packed refs covered by loose refs
` [PATCH v2 02/29] add_packed_ref(): teach function to overwrite existing refs
` [PATCH v2 03/29] packed_ref_store: new struct
` [PATCH v2 04/29] packed_ref_store: move `packed_refs_path` here
` [PATCH v2 05/29] packed_ref_store: move `packed_refs_lock` member here
` [PATCH v2 06/29] clear_packed_ref_cache(): take a `packed_ref_store *` parameter
` [PATCH v2 07/29] validate_packed_ref_cache(): "
` [PATCH v2 08/29] get_packed_ref_cache(): "
` [PATCH v2 09/29] get_packed_refs(): "
` [PATCH v2 10/29] add_packed_ref(): "
` [PATCH v2 11/29] lock_packed_refs(): "
` [PATCH v2 12/29] commit_packed_refs(): "
` [PATCH v2 13/29] rollback_packed_refs(): "
` [PATCH v2 14/29] get_packed_ref(): "
` [PATCH v2 15/29] repack_without_refs(): "
` [PATCH v2 16/29] packed_peel_ref(): new function, extracted from `files_peel_ref()`
` [PATCH v2 17/29] packed_ref_store: support iteration
` [PATCH v2 18/29] packed_read_raw_ref(): new function, replacing `resolve_packed_ref()`
` [PATCH v2 19/29] packed-backend: new module for handling packed references
` [PATCH v2 20/29] packed_ref_store: make class into a subclass of `ref_store`
` [PATCH v2 21/29] commit_packed_refs(): report errors rather than dying
` [PATCH v2 22/29] commit_packed_refs(): use a staging file separate from the lockfile
` [PATCH v2 23/29] packed_refs_lock(): function renamed from lock_packed_refs()
` [PATCH v2 24/29] packed_refs_lock(): report errors via a `struct strbuf *err`
` [PATCH v2 25/29] packed_refs_unlock(), packed_refs_is_locked(): new functions
` [PATCH v2 26/29] clear_packed_ref_cache(): don't protest if the lock is held
` [PATCH v2 27/29] commit_packed_refs(): remove call to `packed_refs_unlock()`
` [PATCH v2 28/29] repack_without_refs(): don't lock or unlock the packed refs
` [PATCH v2 29/29] read_packed_refs(): die if `packed-refs` contains bogus data

--color-moved feedback, was Re: [PATCH v2 19/29] packed-backend: new module for handling packed references
 2017-06-24  1:10 UTC  (3+ messages)

What's cooking in git.git (Jun 2017, #06; Thu, 22)
 2017-06-24  1:01 UTC  (11+ messages)

[PATCH 0/3] pull: optionally rebase submodules
 2017-06-24  0:51 UTC  (8+ messages)
` [PATCH 1/3] builtin/fetch: factor submodule recurse parsing out to submodule config
` [PATCH 2/3] builtin/fetch: parse recurse-submodules-default at default options parsing
` [PATCH 3/3] pull: optionally rebase submodules (remote submodule changes only)

[PATCH] xdiff: trim common tail with -U0 after diff
 2017-06-23 22:57 UTC  (6+ messages)

[PATCH] submodule--helper: teach push-check to handle HEAD
 2017-06-23 22:51 UTC  (3+ messages)

[PATCH] diff.c: color moved lines differently
 2017-06-23 21:43 UTC  (9+ messages)
` [PATCH 00/26] reroll of sb/diff-color-moved
  ` [showing-off RFC/PATCH 26/26] diff.c: have a "machine parseable" move coloring
  ` [PATCHv2 00/25] reroll of sb/diff-color-moved
    ` [PATCHv2 04/25] diff.c: introduce emit_diff_symbol

[RFC PATCH] proposal for refs/tracking/* hierarchy
 2017-06-23 21:30 UTC  (4+ messages)

[PATCH] pathspec: die on empty strings as pathspec
 2017-06-23 20:59 UTC  (8+ messages)

[RFC/PATCH v4 00/49] Add initial experimental external ODB support
 2017-06-23 19:49 UTC  (6+ messages)
` [RFC/PATCH v4 07/49] Git/Packet.pm: add packet_initialize()
` [RFC/PATCH v4 09/49] Add initial external odb support

(no subject)
 2017-06-23 18:44 UTC  (12+ messages)
` your mail
  ` AW: "

[PATCH v3 00/20] repository object
 2017-06-23 17:38 UTC  (4+ messages)
` [PATCH v4 "

[PATCH 0/3] WIP list-objects and pack-objects for partial clone
 2017-06-23 17:16 UTC  (5+ messages)
` [PATCH 1/3] list-objects: add filter_blob to traverse_commit_list

[PATCH 1/3] read-cache: use shared perms when writing shared index
 2017-06-23 15:14 UTC  (7+ messages)
` [PATCH 2/3] t1301: move movebits() to test-lib-functions.sh


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