git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-07-28 19:07:11 to 2015-07-30 16:06:51 UTC [more...]

[GSOC] Update 5: Unification of tag -l, branch -l and for-each-ref
 2015-07-30 16:06 UTC  (2+ messages)

[PATCH v6 0/10] port tag.c to use ref-filter APIs
 2015-07-30 15:35 UTC  (35+ messages)
` [PATCH v6 01/10] ref-filter: introduce 'ref_formatting_state'
  ` [PATCH v6 02/10] ref-filter: add option to pad atoms to the right
  ` [PATCH v6 05/10] ref-filter: add support to sort by version
` [PATCH v7 01/11] ref-filter: introduce 'ref_formatting_state'
  ` [PATCH v7 02/11] ref-filter: make `color` use `ref_formatting_state`
  ` [PATCH v7 03/11] ref-filter: add option to pad atoms to the right
  ` [PATCH v7 04/11] ref-filter: add option to filter only tags
  ` [PATCH v7 05/11] ref-filter: support printing N lines from tag annotation
  ` [PATCH v7 06/11] ref-filter: add support to sort by version
  ` [PATCH v7 07/11] ref-filter: add option to match literal pattern
  ` [PATCH v7 08/11] tag.c: use 'ref-filter' data structures
  ` [PATCH v7 09/11] tag.c: use 'ref-filter' APIs
  ` [PATCH v7 10/11] tag.c: implement '--format' option
  ` [PATCH v7 11/11] tag.c: implement '--merged' and '--no-merged' options

[PATCH v7 0/11] port tag.c to use ref-filter APIs
 2015-07-30 15:49 UTC  (13+ messages)
` [PATCH v7 01/11] ref-filter: introduce 'ref_formatting_state'
  ` [PATCH v7 02/11] ref-filter: make `color` use `ref_formatting_state`
  ` [PATCH v7 03/11] ref-filter: add option to pad atoms to the right
  ` [PATCH v7 04/11] ref-filter: add option to filter only tags
  ` [PATCH v7 05/11] ref-filter: support printing N lines from tag annotation
  ` [PATCH v7 06/11] ref-filter: add support to sort by version
  ` [PATCH v7 07/11] ref-filter: add option to match literal pattern
  ` [PATCH v7 08/11] tag.c: use 'ref-filter' data structures
  ` [PATCH v7 09/11] tag.c: use 'ref-filter' APIs
  ` [PATCH v7 10/11] tag.c: implement '--format' option
  ` [PATCH v7 11/11] tag.c: implement '--merged' and '--no-merged' options

git pull --upload-pack reversion in git 2.5.0
 2015-07-30 15:45 UTC 

[PATCH] git-am: flag suspiciously old or futuristic commits
 2015-07-30 15:07 UTC  (4+ messages)

[PATCH] bisect: add read_bisect_terms() to the public interface
 2015-07-30 14:33 UTC 

Confused about sparse vs untracked-cache
 2015-07-30 14:09 UTC  (2+ messages)

[PATCH] clone: fix repo name when cloning a server's root
 2015-07-30 12:19 UTC  (12+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] tests: fix broken && chains in t1509-root-worktree
  ` [PATCH v2 2/6] tests: fix cleanup after tests "
  ` [PATCH v2 3/6] connect: expose parse_connect_url()
  ` [PATCH v2 4/6] connect: move error check to caller of parse_connect_url
  ` [PATCH v2 5/6] clone: fix hostname parsing when guessing dir
  ` [PATCH v2 6/6] clone: add tests for cloning with empty path

[PATCH] completion: Add '--edit-todo' to rebase
 2015-07-30 11:29 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH v5 00/11] port tag.c to use ref-filter APIs
 2015-07-30 11:21 UTC  (9+ messages)
` [PATCH v5 01/11] ref-filter: introduce 'ref_formatting_state'
  ` [PATCH v5 03/11] ref-filter: add option to pad atoms to the right
  ` [PATCH v5 07/11] ref-filter: add option to match literal pattern

What's cooking in git.git (Jul 2015, #07; Mon, 27)
 2015-07-30  9:58 UTC  (3+ messages)

[RFC/PATCH] Port branch.c to use ref-filter APIs
 2015-07-30  7:29 UTC  (56+ messages)
` [RFC/PATCH 01/11] ref-filter: add "%(objectname:size=X)" option
  ` [RFC/PATCH 02/11] ref-filter: add 'colornext' atom
  ` [RFC/PATCH 04/11] ref-filter: add 'ifexists' atom
  ` [RFC/PATCH 06/11] branch: roll show_detached HEAD into regular ref_list
  ` [RFC/PATCH 07/11] branch: move 'current' check down to the presentation layer
  ` [RFC/PATCH 09/11] branch.c: use 'ref-filter' data structures
` [RFC/PATCH 10/11] branch.c: use 'ref-filter' APIs
` [RFC/PATCH 11/11] branch: add '--points-at' option

[PATCH] worktree: Correct typo in documentation
 2015-07-30  6:15 UTC  (3+ messages)

[PATCH v3 0/6] pseudorefs
 2015-07-30  6:05 UTC  (36+ messages)
` [PATCH v3 2/6] notes: replace pseudorefs with real refs
      ` [PATCH] notes: handle multiple worktrees
` [PATCH v3 3/6] refs: add ref_type function
` [PATCH v3 4/6] pseudorefs: create and use pseudoref update and delete functions

[PATCH v4 0/5] pseudorefs
 2015-07-30  3:45 UTC  (8+ messages)
` [PATCH v4 1/5] refs: Introduce pseudoref and per-worktree ref concepts
` [PATCH v4 2/5] refs: add ref_type function
` [PATCH v4 3/5] pseudorefs: create and use pseudoref update and delete functions
` [PATCH v4 4/5] bisect: use update_ref
` [PATCH v4 5/5] sequencer: replace write_cherry_pick_head with update_ref

[PATCH] parse-options: align curly braces for all options
 2015-07-29 21:36 UTC  (3+ messages)

[PATCH] ref-filter: fix indentation
 2015-07-29 21:18 UTC  (4+ messages)

Bug? git config and --unset are not inverses
 2015-07-29 19:10 UTC  (3+ messages)

[PATCH] git-add-interactive: edit current file in editor
 2015-07-29 19:05 UTC  (2+ messages)

Log messages beginning # and git rebase -i
 2015-07-29 17:02 UTC  (15+ messages)

[PATCH] userdiff: add support for Fountain documents
 2015-07-29 11:19 UTC  (4+ messages)

git svn clone fails
 2015-07-29 10:12 UTC 

git branch command is incompatible with bash
 2015-07-29  0:23 UTC  (6+ messages)

builtin/tag.c issue with sort option
 2015-07-28 22:46 UTC  (2+ messages)

[PATCH] cache-tree: populate cache-tree on successful merge
 2015-07-28 21:38 UTC  (10+ messages)

Git has a healthy truck factor
 2015-07-28 21:11 UTC  (3+ messages)

[PATCH 0/4] Fix handling of remotes with single-character names
 2015-07-28 21:08 UTC  (5+ messages)
` [PATCH 1/4] get_remote_group(): handle "
` [PATCH 2/4] get_remote_group(): rename local variable "space" to "wordlen"
` [PATCH 3/4] get_remote_group(): eliminate superfluous call to strcspn()
` [PATCH 4/4] get_remote_group(): use skip_prefix()

[PATCH 0/6] minor documentation improvements
 2015-07-28 20:33 UTC  (4+ messages)
` [PATCH 2/6] Documentation/config: mention "now" and "never" for 'expire' settings

[PATCH 0/2] negative hideRefs for overriding
 2015-07-28 20:23 UTC  (5+ messages)
` [PATCH 1/2] docs/config.txt: reorder hideRefs config
` [PATCH 2/2] refs: support negative transfer.hideRefs

[PATCH v2 0/6] minor documentation improvements
 2015-07-28 20:06 UTC  (7+ messages)
` [PATCH v2 1/6] Documentation/config: mention "now" and "never" for 'expire' settings
` [PATCH v2 2/6] Documentation/git: drop outdated Cogito reference
` [PATCH v2 3/6] Documentation/git-tools: improve discoverability of Git wiki
` [PATCH v2 4/6] Documentation/git-tools: fix item text formatting
` [PATCH v2 5/6] Documentation/git-tools: drop references to defunct tools
` [PATCH v2 6/6] Documentation/git-tools: retire manually-maintained list


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