git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-03-20 18:14:29 to 2017-03-22 13:37:50 UTC [more...]

[PATCH v5 00/24] Remove submodule from files-backend.c
 2017-03-22 13:37 UTC  (5+ messages)
` [PATCH v6 00/27] "
  ` [PATCH v6 24/27] t/helper: add test-ref-store to test ref-store functions

[PATCH 00/20] Separate `ref_cache` into a separate module
 2017-03-22 13:06 UTC  (21+ messages)
` [PATCH 04/20] refs_verify_refname_available(): implement once for all backends
` [PATCH 09/20] refs: split `ref_cache` code into separate files
` [PATCH 11/20] refs: record the ref_store in ref_cache, not ref_dir
` [PATCH 18/20] commit_packed_refs(): use reference iteration

[PATCH] l10n: add framework for localizing the manpages
 2017-03-22 12:01 UTC  (7+ messages)
` 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 "

Issues with git send-email and msmtp
 2017-03-22  9:47 UTC  (4+ messages)

fatal: Could not get current working directory: Permission denied | affected 2.10,2.11,2.12, but not 1.9.5 |
 2017-03-22  8:30 UTC  (17+ messages)

What's cooking in git.git (Mar 2017, #02; Fri, 3)
 2017-03-22  7:08 UTC  (6+ messages)

[PATCH v1] travis-ci: build and test Git on Windows
 2017-03-22  6:56 UTC 

[PATCH] log: if --decorate is not given, default to --decorate=auto
 2017-03-22  5:47 UTC  (4+ messages)

[PATCH v3] t2027: avoid using pipes
 2017-03-22  5:03 UTC  (3+ messages)

[PATCH 0/5] t1400: modernize style
 2017-03-22  1:58 UTC  (16+ 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] t3600: rename test to describe its functionality
 2017-03-22  1:00 UTC  (2+ messages)

[PATCH 0/6] prefix_filename cleanups
 2017-03-21 23:32 UTC  (11+ 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 5/6] prefix_filename: simplify windows #ifdef
` [PATCH 6/6] bundle: use prefix_filename with bundle path

[PATCH 0/3] git-describe deals gracefully with broken submodules
 2017-03-21 22:57 UTC  (13+ 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
    ` [PATCH] builtin/describe: introduce --broken flag
              ` [PATCH v2] "

What's cooking in git.git (Mar 2017, #09; Tue, 21)
 2017-03-21 22:46 UTC 

[BUG] "git stash -- path" reports wrong unstaged changes
 2017-03-21 22:38 UTC  (23+ 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 v2 0/3] Re: [BUG] "git stash -- path" reports wrong unstaged changes
      ` [PATCH v2 1/3] stash: don't show internal implementation details
      ` [PATCH v2 2/3] stash: pass the pathspec argument to git reset
      ` [PATCH v2 3/3] stash: keep untracked files intact in stash -k

gitk: bug viewing diffs with the word items
 2017-03-21 21:47 UTC 

[PATCH] Correct compile errors when DEBUG_BISECT=1 after supporting other hash algorithms
 2017-03-21 21:24 UTC  (4+ messages)

[PATCH 2/2] doc/SubmittingPatches: show how to get a CLI commit summary
 2017-03-21 20:13 UTC  (9+ messages)
` [PATCH v2 0/2] A couple of minor improvements
` [PATCH v2 1/2] doc/SubmittingPatches: clarify the casing convention for "area: change..."
` [PATCH v2 2/2] doc/SubmittingPatches: show how to get a CLI commit summary

USE_SHA1DC is broken in pu
 2017-03-21 20:16 UTC  (5+ messages)

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

[PATCH v2 00/16] Various changes to the "tag" command & related
 2017-03-21 19:33 UTC  (37+ messages)
` [PATCH v2 01/16] tag doc: move the description of --[no-]merged earlier
` [PATCH v2 02/16] tag doc: split up the --[no-]merged documentation
` [PATCH v2 03/16] tag doc: reword --[no-]merged to talk about commits, not tips
` [PATCH v2 04/16] ref-filter: make combining --merged & --no-merged an error
` [PATCH v2 05/16] ref-filter: add test for --contains on a non-commit
` [PATCH v2 06/16] tag: remove a TODO item from the test suite
` [PATCH v2 07/16] tag tests: fix a typo in a test description
` [PATCH v2 08/16] for-each-ref: partly change <object> to <commit> in help
` [PATCH v2 09/16] tag: add more incompatibles mode tests
` [PATCH v2 10/16] tag: change misleading --list <pattern> documentation
` [PATCH v2 11/16] tag: implicitly supply --list given another list-like option
` [PATCH v2 12/16] tag: change --point-at to default to HEAD
` [PATCH v2 13/16] ref-filter: add --no-contains option to tag/branch/for-each-ref
` [PATCH v2 14/16] ref-filter: reflow recently changed branch/tag/for-each-ref docs
` [PATCH v2 15/16] tag: implicitly supply --list given the -n option
` [PATCH v2 16/16] tag: add tests for --with and --without

cherry-pick --message?
 2017-03-21 17:33 UTC  (4+ messages)

[PATCH v2 0/4] recursing submodules with relative pathspec (grep and ls-files)
 2017-03-21 17:56 UTC  (14+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 2/5] setup: allow for prefix to be passed to git commands
  ` [PATCH v3 3/5] grep: fix bug when recursing with relative pathspec

[PATCH v2 0/2] bringing attributes to pathspecs
 2017-03-21 16:52 UTC  (5+ messages)
` [PATCH v3 "

[ANNOUNCE] Git for Windows 2.12.1
 2017-03-21 16:07 UTC 

[PATCHv4] rev-parse: add --show-superproject-working-tree
 2017-03-21 15:48 UTC  (14+ 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] pickaxe: fix segfault with '-S<...> --pickaxe-regex'
 2017-03-21 11:46 UTC  (3+ messages)
` [PATCHv2] "

[PATCH] tests: create an interactive gdb session with the 'debug' helper
 2017-03-21 11:07 UTC  (3+ messages)
` [PATCHv2 1/2] "

[PATCH 00/20] object_id part 7
 2017-03-21 10:26 UTC  (14+ messages)
` [PATCH 06/20] builtin/receive-pack: convert portions to struct object_id
` [PATCH 10/20] sha1_name: convert struct disambiguate_state to object_id
` [PATCH 19/20] Rename sha1_array to oid_array

Regression: Reword during rebase -i does not seem to trigger commit-msg hook anymore
 2017-03-21  9:14 UTC  (3+ messages)

GSoC Project | Convert interactive rebase to C
 2017-03-21  6:05 UTC  (3+ messages)
  `  "

[PATCH/RFC V2] stash: implement builtin stash
 2017-03-21  5:31 UTC  (2+ messages)

RFC: Another proposed hash function transition plan
 2017-03-21  3:07 UTC  (5+ messages)
` Use base32?

Why "You cannot combine --squash with --no-ff" in git merge?
 2017-03-21  2:11 UTC  (2+ messages)

Safe to use stdatomic.h?
 2017-03-21  1:59 UTC  (4+ messages)

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

Add configuration options for some commonly used command-line options (Was: [RFH] GSoC 2015 application)
 2017-03-20 21:57 UTC  (10+ 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)

[PATCH 0/8] Various changes to the "tag" command
 2017-03-20 20:04 UTC  (6+ messages)
` [PATCH 6/8] ref-filter: Add --no-contains option to tag/branch/for-each-ref


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