git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-06-14 18:07:48 to 2017-06-16 17:39:19 UTC [more...]

RFC: Another proposed hash function transition plan
 2017-06-16 17:38 UTC  (21+ messages)
      ` Which hash function to use, was "

[PATCHv3 1/4] clone: respect additional configured fetch refspecs during initial fetch
 2017-06-16 17:38 UTC  (7+ messages)
` [PATCHv4 1/2] "
      ` [PATCHv5 0/2] "
        ` [PATCHv5 1/2] "
        ` [PATCHv5 2/2] Documentation/clone: document ignored configuration variables

[PATCH v4 0/5] Implement git stash as a builtin command
 2017-06-16 16:15 UTC  (3+ messages)
` [PATCH v4 5/5] stash: implement builtin stash

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

git push recurse.submodules behavior changed in 2.13
 2017-06-16 14:11 UTC  (6+ messages)

[PATCH v5 00/10] The final building block for a faster rebase -i
 2017-06-16 13:56 UTC  (6+ messages)
` [PATCH v5 08/10] rebase -i: skip unnecessary picks using the rebase--helper

[PATCH 0/3] Add regression tests for recent rebase -i fixes
 2017-06-16 13:49 UTC  (15+ messages)
` [PATCH 2/3] rebase: Add tests for console output
        ` pushing for a new hash, was "
` [PATCH v2 0/3] Add regression tests for rectent rebase -i fixes

[PATCH 0/3] add stash count information to git-status command
 2017-06-16 12:47 UTC  (9+ messages)
` [PATCH 1/3] stash: update documentation to use 'stash entries'
` [PATCH 2/3] wt-status: add optional stash status information
` [PATCH 3/3] glossary: define stash entries

git-2.13.0: log --date=format:%z not working
 2017-06-16 12:18 UTC  (22+ messages)
                    ` [PATCH] strbuf: let strbuf_addftime handle %z and %Z itself
                      ` [PATCH v2] "
                        ` [PATCH v3] "
                            ` [PATCH 1/2] t0006: check --date=format zone offsets
                            ` [PATCH 2/2] date: use localtime() for "-local" time formats

[BUG] GITK don't show unstaged changes
 2017-06-16 12:09 UTC  (3+ messages)

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

Best practices for updating old repos
 2017-06-16 10:16 UTC  (5+ messages)
  ` Fwd: "

[PATCH] diff-highlight: split code into module
 2017-06-16  4:31 UTC  (5+ messages)

[PATCH v2 0/6] config.h
 2017-06-16  0:12 UTC  (13+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] config: create config.h
  ` [PATCH v3 2/6] config: remove git_config_iter
  ` [PATCH v3 3/6] config: don't include config.h by default
  ` [PATCH v3 4/6] setup: teach discover_git_directory to respect the commondir
  ` [PATCH v3 5/6] config: respect commondir
  ` [PATCH v3 6/6] config: don't implicitly use gitdir or commondir

[suggestion] Include commit-ish in git status output
 2017-06-16  0:10 UTC  (3+ messages)

[ANNOUNCE] git-cinnabar 0.5.0b2
 2017-06-15 23:16 UTC 

[PATCH 0/2] Add a freez() wrapper
 2017-06-15 23:15 UTC  (20+ messages)
` [PATCH v2 1/2] git-compat-util: add a FREEZ() wrapper around free(ptr); ptr = NULL
                ` [PATCH v3 0/2] Add a FREE_AND_NULL() wrapper macro
                    ` [PATCH v4 0/6] "
                    ` [PATCH v4 1/6] git-compat-util: add a FREE_AND_NULL() wrapper around free(ptr); ptr = NULL
                    ` [PATCH v4 2/6] coccinelle: add a rule to make "type" code use FREE_AND_NULL()
                    ` [PATCH v4 3/6] coccinelle: make use of the "type" FREE_AND_NULL() rule
                    ` [PATCH v4 4/6] coccinelle: add a rule to make "expression" code use FREE_AND_NULL()
                    ` [PATCH v4 5/6] coccinelle: make use of the "expression" FREE_AND_NULL() rule
                    ` [PATCH v4 6/6] *.[ch] refactoring: make use of the FREE_AND_NULL() macro
                ` [PATCH v3 1/2] git-compat-util: add a FREE_AND_NULL() wrapper around free(ptr); ptr = NULL
                ` [PATCH v3 2/2] *.[ch] refactoring: make use of the FREE_AND_NULL() macro

[PATCH 0/2] Fix a refname trimming problem in `log --bisect`
 2017-06-15 22:26 UTC  (3+ messages)
` [PATCH 1/2] for_each_bisect_ref(): don't trim refnames

[PATCH] builtin/clone: get rid of 'value' strbuf
 2017-06-15 22:10 UTC  (2+ messages)

[PATCH v2] wildmatch test: cover a blind spot in "/" matching
 2017-06-15 22:01 UTC  (2+ messages)

[PATCH] checkout: don't write merge results into the object database
 2017-06-15 21:56 UTC  (4+ messages)

[PATCH] sub-process: fix comment about api-sub-process.txt
 2017-06-15 21:34 UTC  (4+ messages)

[PATCH] git-svn: document special options for commit-diff
 2017-06-15 21:15 UTC  (3+ messages)

[WIP 0/2] Modifying pack-objects to support --blob-size-limit
 2017-06-15 21:03 UTC  (6+ messages)
` [WIP v2 0/2] Modifying pack objects to support --blob-max-bytes
  ` [WIP v2 2/2] pack-objects: "

[PATCH v2 0/4] Improvements to sha1_file
 2017-06-15 20:52 UTC  (16+ messages)
` [RFC PATCH "
  ` [PATCH v2 2/4] sha1_file: move delta base cache code up
  ` [PATCH v2 3/4] sha1_file: consolidate storage-agnostic object fns
  ` [PATCH v2 4/4] sha1_file, fsck: add missing blob support
  ` [PATCH v3 0/4] Improvements to sha1_file
  ` [PATCH v3 1/4] sha1_file: teach packed_object_info about typename
  ` [PATCH v3 2/4] sha1_file: move delta base cache code up
  ` [PATCH v3 3/4] sha1_file: consolidate storage-agnostic object fns
  ` [PATCH v3 4/4] sha1_file, fsck: add missing blob support

[PATCH v4 0/6] Avoid problem where git_dir is set after alias expansion
 2017-06-15 19:44 UTC  (5+ messages)
` [PATCH v4 6/6] Use the early config machinery to expand aliases

[ANNOUNCE] Git for Windows 2.13.1(2)
 2017-06-15 19:08 UTC 

[BUG] add_again() off-by-one error in custom format
 2017-06-15 18:37 UTC  (11+ messages)

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

git diff sometimes brings up buggy pager
 2017-06-15 17:40 UTC  (2+ messages)

What's cooking in git.git (Jun 2017, #04; Tue, 13)
 2017-06-15 15:54 UTC  (13+ messages)
` rs/strbuf-addftime-zZ, was "

[BUG] git cherry-pick segfaults with local changes in working directory
 2017-06-15 13:03 UTC  (4+ messages)

[PATCH] docs/pretty-formats: stress that %- removes all preceding line-feeds
 2017-06-15 10:36 UTC 

What's cooking in git.git (Jun 2017, #01; Thu, 1)
 2017-06-15 10:34 UTC  (7+ messages)
` preserve untracked cache, was "

Small issue with "add untracked" option of 'git add -i'
 2017-06-15  6:50 UTC  (5+ messages)

[BUG?] gitlink without .gitmodules no longer fails recursive clone
 2017-06-15  6:01 UTC  (6+ messages)
` [PATCH 1/2] add: warn when adding an embedded repository

Subject: [PATCH] config: mark a file-local symbol as static
 2017-06-15  1:20 UTC 

Minor missing features in worktree compare to new-workdir
 2017-06-15  0:40 UTC  (3+ messages)

[ANNOUNCE] Git for Windows 2.13.1
 2017-06-14 20:30 UTC  (2+ messages)

[PATCH 1/1] diff.c: color moved lines differently
 2017-06-14 18:55 UTC  (4+ messages)
` [PATCH] "

What's cooking in git.git (Jun 2017, #03; Mon, 5)
 2017-06-14 18:44 UTC  (8+ messages)

[PATCH v5 0/7] Fast git status via a file system watcher
 2017-06-14 18:36 UTC  (5+ messages)
` [PATCH v5 7/7] fsmonitor: add a performance test


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