git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-06-13 17:16:14 to 2017-06-15 10:38:56 UTC [more...]

[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 "

[BUG] git cherry-pick segfaults with local changes in working directory
 2017-06-15 10:37 UTC  (3+ 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 "

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

git-2.13.0: log --date=format:%z not working
 2017-06-15  8:46 UTC  (13+ messages)
                    ` [PATCH] strbuf: let strbuf_addftime handle %z and %Z itself
                      ` [PATCH v2] "

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

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

[PATCH v1] Configure Git contribution guidelines for github.com
 2017-06-15  8:09 UTC  (4+ messages)

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

[PATCH v4 0/6] Avoid problem where git_dir is set after alias expansion
 2017-06-15  6:37 UTC  (8+ 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

[BUG?] gitlink without .gitmodules no longer fails recursive clone
 2017-06-15  6:01 UTC  (12+ 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

[BUG] add_again() off-by-one error in custom format
 2017-06-15  5:56 UTC  (10+ messages)

[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] sub-process: fix comment about api-sub-process.txt
 2017-06-14 18:26 UTC  (2+ messages)

[PATCH 0/4] config.h
 2017-06-14 18:07 UTC  (28+ messages)
` [PATCH v2 0/6] config.h
  ` [PATCH v2 1/6] config: create config.h
  ` [PATCH v2 2/6] config: remove git_config_iter
  ` [PATCH v2 3/6] config: don't include config.h by default
  ` [PATCH v2 4/6] config: don't implicitly use gitdir
  ` [PATCH v2 5/6] setup: teach discover_git_directory to respect the commondir
  ` [PATCH v2 6/6] config: respect 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

[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  (12+ messages)
        ` [PATCHv4 1/2] "
          ` [PATCHv4 2/2] Documentation/clone: document ignored configuration variables
        ` [PATCH] remote: drop free_refspecs() function

[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  (10+ messages)
` [PATCH 3/3] branch: add a --copy (-c) option to go with --move (-m)
` [PATCH 2/3] branch: add test for -m renaming multiple config sections

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

[PATCH] send-email: Add tocmd option to suppress-cc
 2017-06-14  3:47 UTC  (7+ messages)

[PATCHv5 00/17] Diff machine: highlight moved lines
 2017-06-14  2:52 UTC  (8+ messages)
  ` [PATCHv5 04/17] diff: introduce more flexible emit function
  ` [PATCHv5 16/17] diff: buffer all output if asked to

proposal for how to share other refs as part of refs/tracking/*
 2017-06-14  1:24 UTC  (4+ messages)

[ANNOUNCE] public-inbox.org/git/ search updates for diffs
 2017-06-14  1:12 UTC 

[RFC/PATCH] builtin/blame: darken redundant line information
 2017-06-14  0:33 UTC  (14+ messages)

[RFC/PATCH] submodules: overhaul documentation
 2017-06-13 21:06 UTC  (3+ messages)

[RFC PATCH 0/4] Improvements to sha1_file
 2017-06-13 21:06 UTC  (6+ messages)
` [PATCH v2 "
` [PATCH v2 1/4] sha1_file: teach packed_object_info about typename
` [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 v4 0/5] Implement git stash as a builtin command
 2017-06-13 20:58 UTC  (12+ messages)
` [PATCH v4 1/5] stash: add test for stash create with no files
` [PATCH v4 2/5] stash: Add a test for when apply fails during stash branch
` [PATCH v4 3/5] stash: add test for stashing in a detached state
` [PATCH v4 4/5] merge: close the index lock when not writing the new index

[PATCH/RFC] branch: add tests for new copy branch feature
 2017-06-13 18:08 UTC  (7+ 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).