git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-05-17 08:00:51 to 2013-05-19 11:38:57 UTC [more...]

[PATCH/WIP 0/9] for-each-ref format improvements
 2013-05-19 11:38 UTC  (18+ messages)
` [PATCH 1/9] quote.c: make sq_quote_print a slight wrapper of sq_quote_buf
` [PATCH 2/9] for-each-ref: convert to use *_quote_buf instead of _quote_print
` [PATCH 3/9] for-each-ref: avoid printing each element directly to stdout
` [PATCH 4/9] for-each-ref: add %(current) for current branch marker
` [PATCH 5/9] for-each-ref: add %(tracking[:upstream]) for tracking info
` [PATCH 6/9] for-each-ref: add %(color:...)
` [PATCH 7/9] for-each-ref: prepoplulate all atoms before show_ref()
` [PATCH 8/9] for-each-ref: merge show_ref into show_refs
` [PATCH 9/9] for-each-ref: support %(...:aligned) for left alignment

[PATCH] git-remote-hg: set stdout to binary mode on win32
 2013-05-19 11:23 UTC  (3+ messages)

.gitignore behavior on Mac
 2013-05-19 10:54 UTC  (8+ messages)

[PATCH v8 0/3] Begin replacing OpenSSL with CommonCrypto
 2013-05-19 10:23 UTC  (4+ messages)
` [PATCH v8 1/3] Makefile: add support for Apple CommonCrypto facility
` [PATCH v8 2/3] cache.h: eliminate SHA-1 deprecation warnings on Mac OS X
` [PATCH v8 3/3] imap-send: eliminate HMAC "

[PATCH v5 00/15] New git-related helper
 2013-05-19  8:29 UTC  (19+ messages)
` [PATCH v5 01/15] Add new git-related helper to contrib
` [PATCH v5 02/15] contrib: related: add option parsing
` [PATCH v5 03/15] contrib: related: sort by amount of involvement
` [PATCH v5 04/15] contrib: related: print the "
` [PATCH v5 05/15] contrib: related: add helper Person classes
` [PATCH v5 06/15] contrib: related: show role count
` [PATCH v5 07/15] contrib: related: add support for more roles
` [PATCH v5 08/15] contrib: related: group persons with same email
` [PATCH v5 09/15] contrib: related: add mailmap support
` [PATCH v5 10/15] contrib: related: allow usage on other directories
` [PATCH v5 11/15] contrib: related: add support for multiple patches
` [PATCH v5 12/15] contrib: related: add option to show commits
` [PATCH v5 13/15] contrib: related: add option to parse from committish
` [PATCH v5 14/15] contrib: related: parse committish like format-patch
` [PATCH v5 15/15] contrib: related: fix parsing of rev-list args

[PATCH 0/2] remote-helpers: test fixes
 2013-05-19  8:25 UTC  (8+ messages)
` [PATCH 1/2] remote-helpers: tests: use python directly
` [PATCH 2/2] remote-hg: tests: fix hg merge

[RFC] New kind of upstream branch: base branch
 2013-05-19  8:12 UTC  (10+ messages)

[PATCH 0/3] fetch: fix '.' fetching
 2013-05-19  7:56 UTC  (20+ messages)
` [PATCH 1/3] fetch: add --allow-local option
                        ` About overzealous compatibility

git-diff-index man page
 2013-05-19  7:46 UTC  (2+ messages)

[PATCH v2 0/2] Improve diffcore-pickaxe documentation
 2013-05-19  7:33 UTC  (6+ messages)
` [PATCH 1/2] diffcore-pickaxe: make error messages more consistent
` [PATCH 2/2] diffcore-pickaxe doc: document -S and -G properly

[PATCH v5 1/2] cache.h: eliminate SHA-1 deprecation warnings on Mac OS X
 2013-05-19  6:26 UTC  (11+ messages)

Random thoughts on "upstream"
 2013-05-19  5:58 UTC  (13+ messages)

[PATCH] fetch: add new fetch.default configuration
 2013-05-19  2:42 UTC  (4+ messages)

make git ignore the timestamp embedded in PDFs
 2013-05-18 18:09 UTC  (5+ messages)

User experience: git-remote-hg
 2013-05-18 12:00 UTC  (2+ messages)

Fwd: git cvsimport implications
 2013-05-18  5:52 UTC  (13+ messages)
            ` Fwd: "

[PATCH v11 00/15] *** Interactive git-clean ***
 2013-05-18  3:19 UTC  (32+ messages)
` [PATCH v11 01/15] path.c: refactor relative_path(), not only strip prefix
` [PATCH v11 02/15] test: test relative_path through test-path-utils
` [PATCH v11 03/15] quote.c: remove path_relative, use relative_path instead
` [PATCH v11 04/15] Refactor quote_path_relative, remove unused params
` [PATCH v11 05/15] Refactor write_name_quoted_relative, "
` [PATCH v11 06/15] git-clean: refactor git-clean into two phases
` [PATCH v11 07/15] git-clean: add support for -i/--interactive
` [PATCH v11 08/15] git-clean: show items of del_list in columns
` [PATCH v11 09/15] git-clean: add colors to interactive git-clean
` [PATCH v11 10/15] git-clean: use a git-add-interactive compatible UI
` [PATCH v11 11/15] git-clean: add filter by pattern interactive action
` [PATCH v11 12/15] git-clean: add select by numbers "
` [PATCH v11 13/15] git-clean: add ask each "
` [PATCH v11 14/15] git-clean: add documentation for interactive git-clean
` [PATCH v11 15/15] test: add t7301 for git-clean--interactive
` [PATCH v12 00/15] Interactive git-clean
` [PATCH v12 01/15] test: add test cases for relative_path
` [PATCH v12 02/15] path.c: refactor relative_path(), not only strip prefix
` [PATCH v12 03/15] quote.c: remove path_relative, use relative_path instead
` [PATCH v12 04/15] Refactor quote_path_relative, remove unused params
` [PATCH v12 05/15] Refactor write_name_quoted_relative, "
` [PATCH v12 06/15] git-clean: refactor git-clean into two phases
` [PATCH v12 07/15] git-clean: add support for -i/--interactive
` [PATCH v12 08/15] git-clean: show items of del_list in columns
` [PATCH v12 09/15] git-clean: add colors to interactive git-clean
` [PATCH v12 10/15] git-clean: use a git-add-interactive compatible UI
` [PATCH v12 11/15] git-clean: add filter by pattern interactive action
` [PATCH v12 12/15] git-clean: add select by numbers "
` [PATCH v12 13/15] git-clean: add ask each "
` [PATCH v12 14/15] git-clean: add documentation for interactive git-clean
` [PATCH v12 15/15] test: add t7301 for git-clean--interactive

[PATCH v7 0/3] Begin replacing OpenSSL with CommonCrypto
 2013-05-18  1:58 UTC  (5+ messages)
` [PATCH v7 1/3] Makefile: add support for Apple CommonCrypto facility
` [PATCH v7 2/3] cache.h: eliminate SHA-1 deprecation warnings on Mac OS X
` [PATCH v7 3/3] imap-send: eliminate HMAC "

[ANNOUNCE] Git v1.8.3-rc3
 2013-05-18  0:15 UTC 

[PATCH 0/6] --valgrind improvements
 2013-05-17 21:29 UTC  (12+ messages)
` [PATCH 2/6] test-lib: refactor $GIT_SKIP_TESTS matching
` [PATCH 5/6] test-lib: allow prefixing a custom string before "ok N" etc

[PATCH v2] describe: Add --first-parent option
 2013-05-17 20:56 UTC 

[PATCH] difftool: fix dir-diff when file does not exist in working tree
 2013-05-17 18:46 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] remote-bzr: fixes for older versions of bzr
 2013-05-17 18:45 UTC  (5+ messages)

(unknown),
 2013-05-17 18:02 UTC 

[PATCH] remote-bzr: update old organization
 2013-05-17 17:58 UTC  (5+ messages)

[PATCH] for-each-ref: introduce color format
 2013-05-17 17:23 UTC  (3+ messages)

[PATCH 0/4] trivial patches
 2013-05-17 17:18 UTC  (18+ messages)
` [PATCH 3/4] {fast-export,transport-helper}: style cleanups

[PATCH v3 0/3] Colored prompt for ZSH
 2013-05-17 17:00 UTC  (5+ messages)
` [PATCH 1/3] prompt: introduce GIT_PS1_STATESEPARATOR
` [PATCH 2/3] prompt: factor out gitstring coloring logic
` [PATCH 3/3] prompt: colorize ZSH prompt

[PATCH] describe: Add --left-only option
 2013-05-17 15:16 UTC  (3+ messages)

[PATCH] remote-bzr: fix old organization destroy
 2013-05-17 10:32 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).