git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-01-19 21:27:15 to 2017-01-23 18:08:18 UTC [more...]

[PATCH 00/27] Revamp the attribute system; another round
 2017-01-23 18:08 UTC  (5+ messages)
` [PATCH 25/27] attr: store attribute stacks in hashmap

[PATCH v3 0/5] show-ref: Allow -d, --head to work with --verify
 2017-01-23 18:00 UTC  (6+ messages)
` [PATCH v3 1/5] show-ref: Accept HEAD "
` [PATCH v3 2/5] show-ref: Allow -d to work "
` [PATCH v3 3/5] show-ref: Move --quiet handling into show_one
` [PATCH v3 4/5] show-ref: Detect dangling refs under --verify as well
` [PATCH v3 5/5] show-ref: Remove dead `if (verify)' check

[PATCH] blame: add option to print tips (--tips)
 2017-01-23 16:33 UTC  (6+ messages)

[PATCH v3 00/21] Add configuration options for split-index
 2017-01-23 15:55 UTC  (16+ messages)
` [PATCH v3 08/21] Documentation/git-update-index: talk about core.splitIndex config var
` [PATCH v3 14/21] read-cache: touch shared index files when used

sparse checkout : ignore paths
 2017-01-23 15:13 UTC  (2+ messages)

GSoC 2017: application open, deadline = February 9, 2017
 2017-01-23 15:02 UTC 

[PATCH v1 0/2] urlmatch: allow regexp-based matches
 2017-01-23 13:06 UTC  (3+ messages)
` [PATCH v1 1/2] mailmap: add Patrick Steinhardt's work address
` [PATCH v1 2/2] urlmatch: allow regex-based URL matching

Idea: Add a filter option to 'git rebase'
 2017-01-23 11:57 UTC  (4+ messages)

[RFC PATCH] Option to allow cherry-pick to skip empty commits
 2017-01-23 10:18 UTC  (3+ messages)

[PATCH v2 0/7] Macros for Asciidoctor support
 2017-01-23  4:09 UTC  (10+ messages)
` [PATCH v2 1/7] Documentation: fix warning in cat-texi.perl
` [PATCH v2 2/7] Documentation: modernize cat-texi.perl
` [PATCH v2 3/7] Documentation: remove unneeded argument in cat-texi.perl
` [PATCH v2 4/7] Documentation: sort sources for gitman.texi
` [PATCH v2 5/7] Documentation: add XSLT to fix DocBook for Texinfo
` [PATCH v2 6/7] Documentation: move dblatex arguments into variable
` [PATCH v2 7/7] Makefile: add a knob to enable the use of Asciidoctor

[PATCH 4/4] git-prompt.sh: add tests for submodule indicator
 2017-01-22 23:11 UTC 

Does it make sense to show tips on blame?
 2017-01-22 22:59 UTC  (3+ messages)

[PATCH 0/7] completion bash: add more options and commands
 2017-01-22 22:57 UTC  (8+ messages)
` [PATCH 1/7] completion: teach options to submodule subcommands
` [PATCH 2/7] completion: add subcommand completion for rerere
` [PATCH 3/7] completion: improve bash completion for git-add
` [PATCH 4/7] completion: teach ls-remote to complete options
` [PATCH 5/7] completion: teach replace "
` [PATCH 6/7] completion: teach remote subcommands option completion
` [PATCH 7/7] completion: recognize more long-options

[PATCH v2] travis-ci: fix Perforce install on macOS
 2017-01-22 22:55 UTC 

[PATCH v2] show-ref: Allow -d, --head to work with --verify
 2017-01-22 22:55 UTC  (7+ messages)
` [PATCH v2 1/4] show-ref: Allow "
` [PATCH v2 2/4] show-ref: Allow -d "
` [PATCH v2 3/4] show-ref: Optimize show_ref a bit
` [PATCH v2 4/4] show-ref: Inline show_one

interaction between git-diff-index and git-apply
 2017-01-22 22:06 UTC  (2+ messages)

[PATCH v3 0/4] git gui: allow for a long recentrepo list
 2017-01-22 19:53 UTC  (5+ messages)
` [PATCH v3 1/4] git-gui: remove duplicate entries from .gitconfig's gui.recentrepo
` [PATCH v3 2/4] git gui: cope with duplicates in _get_recentrepo
` [PATCH v3 3/4] git gui: de-dup selected repo from recentrepo history
` [PATCH v3 4/4] git gui: allow for a long recentrepo list

[PATCH 3/3] git-prompt.sh: fix for submodule 'dirty' indicator
 2017-01-22 19:30 UTC 

[RFC] Case insensitive Git attributes
 2017-01-22 19:25 UTC 

[RFC] what content should go in https://git-scm.com/doc/ext
 2017-01-22 19:13 UTC  (2+ messages)

[PATCH v2 0/5] string-list: make string_list_sort() reentrant
 2017-01-22 18:02 UTC  (7+ messages)
` [PATCH v2 1/5] compat: add qsort_s()
` [PATCH v2 2/5] add QSORT_S
` [PATCH v2 3/5] perf: add basic sort performance test
` [PATCH v2 4/5] string-list: use QSORT_S in string_list_sort()
` [PATCH v2 5/5] ref-filter: use QSORT_S in ref_array_sort()
` [DEMO][PATCH v2 6/5] compat: add a qsort_s() implementation based on GNU's qsort_r(1)

[PATCH] git-p4: Fix git-p4.mapUser on Windows
 2017-01-22 14:14 UTC  (5+ messages)

[PATCH 2/2] git-prompt.sh: rework of submodule indicator
 2017-01-22  9:07 UTC 

Draft of Git Rev News edition 23
 2017-01-22  7:59 UTC 

[PATCH] difftool.c: mark a file-local symbol with static
 2017-01-22  5:26 UTC  (11+ messages)

[PATCH 0/7] Macro for Asciidoctor support
 2017-01-22  1:03 UTC  (9+ messages)
` [PATCH 1/7] Documentation: fix warning in cat-texi.perl
` [PATCH 2/7] Documentation: modernize cat-texi.perl
` [PATCH 3/7] Documentation: remove unneeded argument in cat-texi.perl
` [PATCH 4/7] Documentation: sort sources for gitman.texi
` [PATCH 5/7] Documentation: add XSLT to fix DocBook for Texinfo
` [PATCH 6/7] Documentation: move dblatex arguments into variable
` [PATCH 7/7] Makefile: add a knob to enable the use of Asciidoctor

[PATCH 0/3] stash: support filename argument
 2017-01-22  1:27 UTC  (5+ messages)
` [PATCH 1/3] Documentation/stash: remove mention of git reset --hard
` [PATCH 2/3] stash: introduce push verb
` [PATCH 3/3] stash: support filename argument

submodule network operations [WAS: Re: [RFC/PATCH 0/4] working tree operations: support superprefix]
 2017-01-21 15:53 UTC  (6+ messages)

[PATCH v1] travis-ci: fix Perforce install on macOS
 2017-01-21 14:42 UTC 

[RFC PATCH 0/5] Localise error headers
 2017-01-21 14:24 UTC  (14+ messages)

[PATCH] log: new option decorate reflog of remote refs
 2017-01-21 14:08 UTC  (7+ messages)

[PATCH/TOY] Shortcuts to quickly refer to a commit name with keyboard
 2017-01-21 14:03 UTC  (10+ messages)

[RFC/PATCH] Disallow commands from within unpopulated submodules
 2017-01-21 12:55 UTC  (13+ messages)

[PATCH] rebase: pass --signoff option to git am
 2017-01-21 10:49 UTC 

[PATCH] show-ref: Allow --head to work with --verify
 2017-01-21  0:25 UTC  (11+ messages)

[PATCH v2 0/2] grep: make output consistent with revision syntax
 2017-01-20 23:51 UTC  (7+ messages)
` [PATCH v2 1/2] grep: only add delimiter if there isn't one already
` [PATCH v2 2/2] grep: use '/' delimiter for paths

[RFC 0/2] grep: make output consistent with revision syntax
 2017-01-20 22:56 UTC  (15+ messages)
` [RFC 1/2] grep: only add delimiter if there isn't one already
` [RFC 2/2] grep: use '/' delimiter for paths

merge maintaining history
 2017-01-20 17:33 UTC  (7+ messages)

fatal: bad revision 'git rm -r --ignore-unmatch -- folder'
 2017-01-20 15:24 UTC  (4+ messages)

[RFC] stash --continue
 2017-01-20 15:27 UTC  (10+ messages)

[PATCH] git-prompt.sh: add submodule indicator
 2017-01-20 13:35 UTC  (3+ messages)

The design of refs backends, linked worktrees and submodules
 2017-01-20 11:22 UTC  (3+ messages)

Git: new feature suggestion
 2017-01-20 11:18 UTC  (11+ messages)

[RFC for GIT] pull-request: add praise to people doing QA
 2017-01-20  0:13 UTC  (9+ messages)

Post-merge hook
 2017-01-19 23:54 UTC 

[PATCH v4 0/5] extend git-describe pattern matching
 2017-01-19 23:45 UTC  (5+ messages)
` [PATCH v4 2/5] name-rev: extend --refs to accept multiple patterns

What's cooking in git.git (Jan 2017, #03; Thu, 19)
 2017-01-19 23:37 UTC 

grep open pull requests
 2017-01-19 22:24 UTC  (4+ messages)

[PATCH] contrib: remove git-convert-objects
 2017-01-19 21:55 UTC  (4+ messages)
` [RESEND PATCHv2] "

[PATCH 0/2] Fix remote_is_configured()
 2017-01-19 21:50 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] remote rename: demonstrate a bogus "remote exists" bug
  ` [PATCH v2 2/2] Be more careful when determining whether a remote was configured


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