git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-01-20 11:37:45 to 2017-01-23 20:36:19 UTC [more...]

[PATCH 00/27] Revamp the attribute system; another round
 2017-01-23 20:35 UTC  (21+ messages)
` [PATCH 25/27] attr: store attribute stacks in hashmap
` [PATCH v2 00/27] Revamp the attribute system; another round
  ` [PATCH v2 01/27] commit.c: use strchrnul() to scan for one line
  ` [PATCH v2 02/27] attr.c: "
  ` [PATCH v2 03/27] attr.c: update a stale comment on "struct match_attr"
  ` [PATCH v2 04/27] attr.c: explain the lack of attr-name syntax check in parse_attr()
  ` [PATCH v2 05/27] attr.c: complete a sentence in a comment
  ` [PATCH v2 07/27] attr.c: simplify macroexpand_one()
  ` [PATCH v2 09/27] attr.c: plug small leak in parse_attr_line()
  ` [PATCH v2 10/27] attr: support quoting pathname patterns in C style
  ` [PATCH v2 11/27] attr.c: add push_stack() helper
  ` [PATCH v2 12/27] Documentation: fix a typo
  ` [PATCH v2 13/27] attr.c: outline the future plans by heavily commenting
  ` [PATCH v2 14/27] attr: rename function and struct related to checking attributes
  ` [PATCH v2 20/27] attr: change validity check for attribute names to use positive logic
  ` [PATCH v2 21/27] attr: use hashmap for attribute dictionary
  ` [PATCH v2 22/27] attr: eliminate global check_all_attr array

[PATCH] rebase: pass --signoff option to git am
 2017-01-23 20:16 UTC  (4+ messages)

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

[PATCH v3 0/5] show-ref: Allow -d, --head to work with --verify
 2017-01-23 20:03 UTC  (7+ 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 v3 00/21] Add configuration options for split-index
 2017-01-23 19:59 UTC  (18+ 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

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

[RFC] Case insensitive Git attributes
 2017-01-23 19:38 UTC  (5+ messages)

[PATCH v2 0/5] string-list: make string_list_sort() reentrant
 2017-01-23 19:07 UTC  (8+ 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 v2 0/7] Macros for Asciidoctor support
 2017-01-23 18:59 UTC  (11+ 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 0/3] stash: support filename argument
 2017-01-23 18:50 UTC  (7+ 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

[PATCH v2] travis-ci: fix Perforce install on macOS
 2017-01-23 18:39 UTC  (2+ messages)

[PATCH] blame: add option to print tips (--tips)
 2017-01-23 18:36 UTC  (7+ messages)

[PATCH v1] travis-ci: fix Perforce install on macOS
 2017-01-23 18:35 UTC  (3+ messages)

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 

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

[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] 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] what content should go in https://git-scm.com/doc/ext
 2017-01-22 19:13 UTC  (2+ messages)

[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

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

[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] 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  (6+ 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  (2+ 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).