git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-07-19 23:54:43 to 2015-07-23 16:21:27 UTC [more...]

[PATCH v3 0/9] Port tag.c to use ref-filter APIs
 2015-07-23 16:20 UTC  (35+ messages)
` [PATCH v3 1/9] ref-filter: add option to align atoms to the left
` [PATCH v3 3/9] ref-filter: support printing N lines from tag annotation
` [PATCH v3 4/9] ref-filter: add support to sort by version
` [PATCH v3 5/9] ref-filter: add option to match literal pattern
` [PATCH v3 7/9] tag.c: use 'ref-filter' APIs
  ` [PATCH v3 8/9] tag.c: implement '--format' option
  ` [PATCH v3 9/9] tag.c: implement '--merged' and '--no-merged' options

unexplained behavior/issue with git archive?
 2015-07-23 15:59 UTC  (2+ messages)

Git doesn't detect change, if file modification time is restored to original one
 2015-07-23 15:16 UTC  (6+ messages)

git branch -v output ambiguous for parser
 2015-07-23 13:44 UTC  (2+ messages)

How to organize multiple small reusable components with Git?
 2015-07-23 13:05 UTC  (2+ messages)

[RFC/PATCH] log: add log.firstparent option
 2015-07-23  9:53 UTC  (8+ messages)
` Config variables and scripting // was "

Feature Request: Passing a number as an option to git tags for displaying latest tags
 2015-07-23  9:39 UTC  (6+ messages)

Bash __git_ps1 line wrapping issue on OSX
 2015-07-23  7:54 UTC 

[PATCH] diff-tree: do not show the sha1 of the given head with --quiet
 2015-07-23  7:06 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] receive-pack: crash when checking with non-exist HEAD
 2015-07-23  5:58 UTC  (3+ messages)

[PATCH v5 0/2] refs: cleanup and new behavior
 2015-07-22 23:24 UTC  (5+ messages)
` [PATCH 1/2] refs: cleanup comments regarding check_refname_component
` [PATCH 2/2] refs: loosen restriction on wildcard "*" refspecs

[PATCH v2b 00/16, 2 updates] Make the msvc-build scripts work again
 2015-07-22 22:57 UTC  (9+ messages)
` [PATCH v2 8b/16] engine.pl: ignore invalidcontinue.obj which is known to MSVC
` [PATCH v2 10b/16] engine.pl: delete the captured stderr file if empty

What's cooking in git.git (Jul 2015, #01; Wed, 1)
 2015-07-22 21:14 UTC  (7+ messages)

[PATCH v3] pull: allow dirty tree when rebase.autostash enabled
 2015-07-22 20:48 UTC  (7+ messages)
` [PATCH v4] "
    ` [PATCH v5] "

Git tag: pre-receive hook issue
 2015-07-22 19:46 UTC  (11+ messages)

[PATCH v4] refs: loosen restrictions on wildcard '*' refspecs
 2015-07-22 19:36 UTC  (2+ messages)

[PATCH 0/3] Update send-email cc-cmd documentation
 2015-07-22 18:58 UTC  (18+ messages)
` [PATCH 1/3] doc: convert send-email option headings to nouns
` [PATCH 2/3] doc: send-email; expand on the meaning of 'auto-cc'
` [PATCH 2/3] doc: send-email; expand oon "
` [PATCH 3/3] doc: give examples for send-email cc-cmd operation

[PATCH v3] refs: loosen restrictions on wildcard '*' refspecs
 2015-07-22 18:24 UTC  (3+ messages)

[PATCH] userdiff: add support for Fountain documents
 2015-07-22 16:31 UTC  (3+ messages)

[PATCH 2/2] Fix sed usage in tests to work around broken xpg4/sed on Solaris
 2015-07-22  9:52 UTC  (6+ messages)

Shallow Push?
 2015-07-22  7:27 UTC  (3+ messages)

[PATCH v2] contrib/subtree: ignore log.date configuration
 2015-07-22  0:01 UTC 

[PATCH] contrib/subtree: ignore log.date configuration
 2015-07-21 23:59 UTC 

[PATCH] builtin/send-pack.c: Respect http.signingkey
 2015-07-21 22:24 UTC  (2+ messages)

[ANNOUNCE] Git v2.5.0-rc3
 2015-07-21 22:08 UTC 

What's cooking in git.git (Jul 2015, #06; Tue, 21)
 2015-07-21 22:09 UTC 

Question: .idx without .pack causes performance issues?
 2015-07-21 21:37 UTC  (6+ messages)

[PATCH v10 1/7] refs.c: add err arguments to reflog functions
 2015-07-21 21:20 UTC  (8+ messages)
` [PATCH v10 2/7] refs: Break out check for reflog autocreation
` [PATCH v10 3/7] refs: new public ref function: safe_create_reflog
` [PATCH v10 4/7] git-reflog: add exists command
` [PATCH v10 5/7] refs: add REF_FORCE_CREATE_REFLOG flag
` [PATCH v10 6/7] update-ref and tag: add --create-reflog arg
` [PATCH v10 7/7] git-stash: use update-ref --create-reflog instead of creating files

[PATCH v9 0/7] refs backend preamble
 2015-07-21 21:05 UTC  (18+ messages)
` [PATCH v9 1/7] refs.c: add err arguments to reflog functions
` [PATCH v9 2/7] refs: Break out check for reflog autocreation
` [PATCH v9 3/7] refs: new public ref function: safe_create_reflog
` [PATCH v9 4/7] git-reflog: add exists command
` [PATCH v9 5/7] refs: add REF_FORCE_CREATE_REFLOG flag
` [PATCH v9 6/7] update-ref and tag: add --create-reflog arg
` [PATCH v9 7/7] git-stash: use update-ref --create-reflog instead of creating files

[PATCH] unpack-trees: don't update files flagged for deletion
 2015-07-21 20:52 UTC  (6+ messages)
` [PATCH v2] unpack-trees: don't update files with CE_WT_REMOVE set

What's cooking in git.git (Jul 2015, #05; Mon, 20)
 2015-07-21 19:42 UTC  (7+ messages)

Bug: send-pack does not respect http.signingkey
 2015-07-21 19:33 UTC  (9+ messages)

[PATCH] --count feature for git shortlog
 2015-07-21 18:27 UTC  (8+ messages)

[PATCH v8 0/7] ref backend preamble
 2015-07-21 14:02 UTC  (8+ messages)
` [PATCH v8 1/7] refs.c: add err arguments to reflog functions
` [PATCH v8 4/7] git-reflog: add exists command
` [PATCH v8 6/7] update-ref and tag: add --create-reflog arg

[PATCH] userdiff: add support for Fountain documents
 2015-07-21 13:23 UTC  (3+ messages)

[PATCH v4] gitk: Add a "Copy commit summary" command
 2015-07-21 10:30 UTC  (4+ messages)

[BUG] gitk deals badly with --not
 2015-07-21  9:38 UTC 

[PATCH 0/3] localized date format
 2015-07-21  1:19 UTC  (6+ messages)
` [PATCH 3/3] introduce "format" date-mode

[GIT PULL] l10n updates for 2.5.0 round 2
 2015-07-20 23:40 UTC 

[PATCH v2 00/16] Make the msvc-build scripts work again
 2015-07-20 18:10 UTC  (10+ messages)
` [PATCH v2 08/16] engine.pl: ignore invalidcontinue.obj which is known to MSVC
` [PATCH v2 10/16] engine.pl: delete the captured stderr file if empty

How to use --cc-cmd in git-send-email?
 2015-07-20 18:07 UTC  (6+ messages)

[PATCH v2 0/5] mh: worktree-related doc fixes
 2015-07-20 15:31 UTC  (7+ messages)
` [PATCH v2 1/5] Documentation/git-worktree: consistently use term "linked working tree"
` [PATCH v2 2/5] Documentation/git-worktree: fix incorrect reference to file "locked"
` [PATCH v2 3/5] Documentation/config: fix stale "git prune --worktree" reference
` [PATCH v2 4/5] Documentation/git-worktree: wordsmith worktree-related manpages
` [PATCH v2 5/5] config: rename "gc.pruneWorktreesExpire" to "gc.worktreePruneExpire"

git on vagrant shared folder
 2015-07-20  7:26 UTC  (5+ messages)

git-subtree with log.date=relative
 2015-07-20  0:03 UTC 


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