git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-05-17 18:46:23 to 2013-05-20 04:28:15 UTC [more...]

Random thoughts on "upstream"
 2013-05-20  4:28 UTC  (18+ messages)

English/German terminology, git.git's de.po, and pro-git
 2013-05-20  4:01 UTC  (15+ messages)
  ` AW: "

[PATCH v6] Add new git-related helper to contrib
 2013-05-20  1:47 UTC  (2+ messages)

[RFC/PATCH 0/2] Improve rebase documenation
 2013-05-19 22:41 UTC  (5+ messages)
` [RFC/PATCH 1/2] Doc rebase: Describe rebase as excluding merge commits
` [RFC/PATCH 2/2] Doc rebase: describe the priority of published work

[RFC/PATCH 0/2] Extend dot repository documentation
 2013-05-19 22:29 UTC  (6+ messages)
` [RFC/PATCH 1/2] config doc: add dot-repository note
` [RFC/PATCH 2/2] doc: command line interface (cli) dot-repository dwimmery

[RFC/PATCH] patch-ids: check modified paths before calculating diff
 2013-05-19 22:02 UTC  (3+ messages)

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

[PATCH v5 00/15] New git-related helper
 2013-05-19 21:14 UTC  (28+ 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 00/17] Remove assumptions about refname lifetimes
 2013-05-19 20:27 UTC  (18+ messages)
` [PATCH 01/17] describe: make own copy of refname
` [PATCH 02/17] fetch: make own copies of refnames
` [PATCH 03/17] add_rev_cmdline(): make a copy of the name argument
` [PATCH 04/17] builtin_diff_tree(): make it obvious that function wants two entries
` [PATCH 05/17] cmd_diff(): use an object_array for holding trees
` [PATCH 06/17] cmd_diff(): rename local variable "list" -> "entry"
` [PATCH 07/17] cmd_diff(): make it obvious which cases are exclusive of each other
` [PATCH 08/17] revision: split some overly-long lines
` [PATCH 09/17] gc_boundary(): move the check "alloc <= nr" to caller
` [PATCH 10/17] get_revision_internal(): make check less mysterious
` [PATCH 11/17] object_array: add function object_array_filter()
` [PATCH 12/17] object_array_remove_duplicates(): rewrite to reduce copying
` [PATCH 13/17] fsck: don't put a void*-shaped peg in a char*-shaped hole
` [PATCH 14/17] find_first_merges(): initialize merges variable using initializer
` [PATCH 15/17] find_first_merges(): remove unnecessary code
` [RFC 16/17] object_array_entry: copy name before storing in name field
` [RFC 17/17] refs: document the lifetime of the refname passed to each_ref_fn

git-diff-index man page
 2013-05-19 20:23 UTC  (3+ messages)

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

[PATCH/WIP 0/9] for-each-ref format improvements
 2013-05-19 13:07 UTC  (29+ 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

[RFC/PATCH 0/2] merge-base: add --merge-child option
 2013-05-19 12:40 UTC  (9+ messages)
              ` log --cherry and merges (was [RFC/PATCH 0/2] merge-base: add --merge-child option)

[PATCH] fetch: add new fetch.default configuration
 2013-05-19 12:37 UTC  (8+ messages)

[PATCH] for-each-ref: introduce color format
 2013-05-19 12:05 UTC  (2+ messages)

[PATCH] remote-hg: set stdout to binary mode on win32
 2013-05-19 12:00 UTC  (2+ messages)

[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 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 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

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  (7+ messages)
            ` Fwd: "

[PATCH v11 00/15] *** Interactive git-clean ***
 2013-05-18  3:19 UTC  (17+ messages)
` [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  (7+ messages)
` [PATCH 2/6] test-lib: refactor $GIT_SKIP_TESTS matching

[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] "


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