git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-06-14 05:58:30 to 2017-06-15 20:40:04 UTC [more...]

[PATCH v2 0/4] Improvements to sha1_file
 2017-06-15 20:39 UTC  (13+ 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 4/4] sha1_file, fsck: add missing blob support

[PATCH 0/4] config.h
 2017-06-15 20:33 UTC  (19+ messages)
` [PATCH v2 0/6] config.h
  ` [PATCH v2 4/6] config: don't implicitly use gitdir
  ` [PATCH v2 5/6] setup: teach discover_git_directory to respect the commondir
  ` [PATCH v3 0/6] config.h
    ` [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

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

[PATCH] diff-highlight: split code into module
 2017-06-15 20:05 UTC  (4+ messages)

[PATCH v4 0/6] Avoid problem where git_dir is set after alias expansion
 2017-06-15 19:44 UTC  (10+ messages)
` [PATCH v4 1/6] discover_git_directory(): avoid setting invalid git_dir
` [PATCH v4 2/6] config: report correct line number upon error
` [PATCH v4 3/6] help: use early config when autocorrecting aliases
` [PATCH v4 4/6] t1308: relax the test verifying that empty alias values are disallowed
` [PATCH v4 5/6] t7006: demonstrate a problem with aliases in subdirectories
` [PATCH v4 6/6] Use the early config machinery to expand aliases

RFC: Another proposed hash function transition plan
 2017-06-15 19:34 UTC  (12+ messages)
      ` Which hash function to use, was "

[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  (13+ 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)

[PATCH 0/2] Add a freez() wrapper
 2017-06-15 17:13 UTC  (9+ messages)
` [PATCH v2 1/2] git-compat-util: add a FREEZ() wrapper around free(ptr); ptr = NULL

git-2.13.0: log --date=format:%z not working
 2017-06-15 16:12 UTC  (20+ 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

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

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

[PATCH 00/28] Create a reference backend for packed refs
 2017-06-15 14:47 UTC  (29+ 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

[PATCH] sub-process: fix comment about api-sub-process.txt
 2017-06-15 14:10 UTC  (3+ messages)

[PATCH] wt-status.c: Modified status message shown for a parent-less branch
 2017-06-15 13:12 UTC  (14+ messages)

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

[BUG] GITK don't show unstaged changes
 2017-06-15 11:52 UTC 

[PATCH 0/3] Add regression tests for recent rebase -i fixes
 2017-06-15 10:38 UTC  (18+ 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 v2 1/3] rebase -i: Add test for reflog message
  ` [PATCH v2 2/3] rebase: Add regression tests for console output
  ` [PATCH v2 3/3] rebase: Add more "

[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  (11+ messages)
` [PATCH 1/2] add: warn when adding an embedded repository
      ` [PATCH v2 0/2] "
        ` [PATCH v2 1/2] add: "
        ` [PATCH v2 2/2] t: move "git add submodule" into test blocks

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

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

[PATCH v3] Configure Git contribution guidelines for github.com
 2017-06-14 17:46 UTC  (3+ messages)

[PATCH v3 0/6] Avoid problem where git_dir is set after alias expansion
 2017-06-14 17:20 UTC  (10+ messages)
` [PATCH v3 6/6] Use the early config machinery to expand aliases

[PATCH] builtin/clone: get rid of 'value' strbuf
 2017-06-14 15:01 UTC 

git-gui ignores core.hooksPath
 2017-06-14 13:25 UTC  (6+ messages)
  ` [PATCH] respect core.hooksPath, falling back to .git/hooks

[PATCH v5 00/10] The final building block for a faster rebase -i
 2017-06-14 13:08 UTC  (11+ messages)
` [PATCH v5 01/10] t3415: verify that an empty instructionFormat is handled as before
` [PATCH v5 02/10] rebase -i: generate the script via rebase--helper
` [PATCH v5 03/10] rebase -i: remove useless indentation
` [PATCH v5 04/10] rebase -i: do not invent onelines when expanding/collapsing SHA-1s
` [PATCH v5 05/10] rebase -i: also expand/collapse the SHA-1s via the rebase--helper
` [PATCH v5 06/10] t3404: relax rebase.missingCommitsCheck tests
` [PATCH v5 07/10] rebase -i: check for missing commits in the rebase--helper
` [PATCH v5 08/10] rebase -i: skip unnecessary picks using "
` [PATCH v5 09/10] t3415: test fixup with wrapped oneline
` [PATCH v5 10/10] rebase -i: rearrange fixup/squash lines using the rebase--helper

[ANNOUNCE] Git Rev News edition 28
 2017-06-14 11:45 UTC 

t1308-config-set.sh fails on current master
 2017-06-14 10:59 UTC  (7+ messages)
        ` [PATCH] configure.ac: loosen FREAD_READS_DIRECTORIES test program

[PATCH v2] Configure Git contribution guidelines for github.com
 2017-06-14 10:23 UTC  (5+ messages)

[BUG] b9c8e7f2fb6e breaks git bisect visualize
 2017-06-14 10:09 UTC  (11+ messages)
  ` [PATCH 0/2] Fix a refname trimming problem in `log --bisect`
    ` [PATCH 1/2] for_each_bisect_ref(): don't trim refnames
    ` [PATCH 2/2] prefix_ref_iterator_advance(): relax the check of trim length

[PATCH 0/8] consistent "-h" handling in builtins
 2017-06-14 10:03 UTC  (4+ messages)
` [PATCH 8/8] t0012: test "-h" with builtins

[PATCH v2 0/8] Avoid problem where git_dir is set after alias expansion
 2017-06-14 10:03 UTC  (9+ messages)
` [PATCH v2 7/8] alias_lookup(): optionally return top-level directory

[PATCHv3 1/4] clone: respect additional configured fetch refspecs during initial fetch
 2017-06-14  9:50 UTC  (4+ messages)
` [PATCHv4 1/2] "

[PATCH] doc: git-reset: clarify the --keep usage example
 2017-06-14  9:35 UTC 

[PATCH] doc: git-reset: fix a trivial typo
 2017-06-14  9:36 UTC 

[PATCH 1/3] config: create a function to format section headers
 2017-06-14  8:01 UTC  (5+ messages)
` [PATCH 3/3] branch: add a --copy (-c) option to go with --move (-m)

[PATCH v3] doc: do not use `rm .git/index` when normalizing line endings
 2017-06-14  6:51 UTC  (2+ messages)
` [PATCH v4] "


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