git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-07-24 08:18:05 to 2015-07-28 13:09:15 UTC [more...]

[RFC/PATCH] Port branch.c to use ref-filter APIs
 2015-07-28 13:09 UTC  (25+ messages)
` [RFC/PATCH 01/11] ref-filter: add "%(objectname:size=X)" option
  ` [RFC/PATCH 02/11] ref-filter: add 'colornext' atom
  ` [RFC/PATCH 03/11] ref-filter: add option to filter only branches
  ` [RFC/PATCH 04/11] ref-filter: add 'ifexists' atom
  ` [RFC/PATCH 05/11] branch: fix width computation
  ` [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 08/11] branch: drop non-commit error reporting
  ` [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

default configuration files on cygwin
 2015-07-28 10:57 UTC  (2+ messages)

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

git branch command is incompatible with bash
 2015-07-28 10:01 UTC  (5+ messages)

Log messages beginning # and git rebase -i
 2015-07-28  9:51 UTC  (4+ messages)

[PATCH v6 0/10] port tag.c to use ref-filter APIs
 2015-07-28  7:26 UTC  (12+ 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 03/10] ref-filter: add option to filter only tags
  ` [PATCH v6 04/10] ref-filter: support printing N lines from tag annotation
  ` [PATCH v6 05/10] ref-filter: add support to sort by version
  ` [PATCH v6 06/10] ref-filter: add option to match literal pattern
  ` [PATCH v6 07/10] tag.c: use 'ref-filter' data structures
  ` [PATCH v6 08/10] tag.c: use 'ref-filter' APIs
  ` [PATCH v6 09/10] tag.c: implement '--format' option
  ` [PATCH v6 10/10] tag.c: implement '--merged' and '--no-merged' options

[PATCH] git-add-interactive: edit current file in editor
 2015-07-28  5:12 UTC  (2+ messages)

[PATCH v2 0/5] pseudorefs
 2015-07-28  0:49 UTC  (8+ messages)
` [PATCH 1/5] refs: Introduce pseudoref and per-worktree ref concepts
` [PATCH 2/5] notes: replace pseudorefs with real refs
` [PATCH 3/5] pseudorefs: create and use pseudoref update and delete functions
` [PATCH 4/5] rebase: use update_ref
` [PATCH 5/5] sequencer: replace write_cherry_pick_head with update_ref

[PATCH v2 1/2] t/t7509: remove unnecessary manipulation of reflog
 2015-07-27 22:57 UTC  (2+ messages)
` [PATCH v2 2/2] tests: Remove some direct access to .git/logs

[PATCH] tests: Remove some direct access to .git/logs
 2015-07-27 22:56 UTC  (3+ messages)

[ANNOUNCE] Git v2.5.0
 2015-07-27 21:54 UTC  (3+ messages)

What's cooking in git.git (Jul 2015, #07; Mon, 27)
 2015-07-27 21:23 UTC 

[ANNOUNCE] Git v2.4.7
 2015-07-27 20:45 UTC 

[PATCH] graph.c: visual difference on subsequent series
 2015-07-27 20:17 UTC  (3+ messages)

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

[PATCH] completion: Add '--edit-todo' to rebase
 2015-07-27 17:54 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] clone: fix repo name when cloning a server's root
 2015-07-27 14:29 UTC  (4+ messages)

"git am" and then "git am -3" regression?
 2015-07-27 14:21 UTC  (7+ messages)

Indenting lines starting with "die" in shell after "||"
 2015-07-27 10:25 UTC  (2+ messages)

[RFC/PATCH] log: add log.firstparent option
 2015-07-27  4:55 UTC  (21+ messages)

[PATCH 0/6] minor documentation improvements
 2015-07-27  1:41 UTC  (6+ messages)
` [PATCH 2/6] Documentation/config: mention "now" and "never" for 'expire' settings
` [PATCH 6/6] Documentation/git-tools: drop references to defunct tools

FeatureRequest: Build improvements for Windows
 2015-07-26 16:52 UTC  (6+ messages)
      ` FW: "

Question about git filter-branch with signed commits
 2015-07-26  1:24 UTC  (3+ messages)

You can upload now your invited paper
 2015-07-25 16:30 UTC 

How to organize multiple small reusable components with Git?
 2015-07-25 18:31 UTC  (2+ messages)

Can we get a git clone flag to override the "required empty directory" behaviour?
 2015-07-24 21:41 UTC  (2+ messages)

[PATCH/RFC 0/9] Pseudorefs
 2015-07-24 20:53 UTC  (11+ messages)
` [PATCH 1/9] refs: Introduce pseudoref and per-worktree ref concepts
` [PATCH 6/9] pseudorefs: create and use pseudoref update and delete functions

[PATCH v2 00/13] "rerere" minor clean-up
 2015-07-24 20:42 UTC  (8+ messages)
` [PATCH v3 00/18] "rerere" preparatory clean-up
  ` [PATCH v3 01/18] rerere: fix an off-by-one non-bug
  ` [PATCH v3 07/18] rerere: stop looping unnecessarily
  ` [PATCH v3 08/18] rerere: explain the rerere I/O abstraction

Arrow keys broken in gitk
 2015-07-24 19:39 UTC 

Git Plugin: Semantic Versioning
 2015-07-24 14:44 UTC 

git send-email Connection Closed
 2015-07-24 14:26 UTC  (3+ messages)

git history in a file
 2015-07-24 13:02 UTC  (3+ 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).