git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-06-24 17:44:34 to 2013-06-27 03:31:41 UTC [more...]

[PATCH v15 00/16] Interactive git clean
 2013-06-27  3:31 UTC  (25+ messages)
` [PATCH v15 01/16] test: add test cases for relative_path
` [PATCH v15 02/16] path.c: refactor relative_path(), not only strip prefix
` [PATCH v15 03/16] quote.c: substitute path_relative with relative_path
` [PATCH v15 04/16] Refactor quote_path_relative, remove unused params
` [PATCH v15 05/16] Refactor write_name_quoted_relative, "
` [PATCH v15 06/16] git-clean: refactor git-clean into two phases
` [PATCH v15 07/16] git-clean: add support for -i/--interactive
` [PATCH v15 08/16] git-clean: show items of del_list in columns
` [PATCH v15 09/16] git-clean: add colors to interactive git-clean
` [PATCH v15 10/16] git-clean: use a git-add-interactive compatible UI
` [PATCH v15 11/16] git-clean: add filter by pattern interactive action
` [PATCH v15 12/16] git-clean: add select by numbers "
` [PATCH v15 13/16] git-clean: add ask each "
` [PATCH v15 14/16] git-clean: add documentation for interactive git-clean
` [PATCH v15 15/16] test: add t7301 for git-clean--interactive
` [PATCH v15 16/16] test: run testcases with POSIX absolute paths on Windows

[PATCH 00/16] Speed up Counting Objects with bitmap data
 2013-06-27  2:45 UTC  (57+ messages)
` [PATCH 01/16] list-objects: mark tree as unparsed when we free its buffer
` [PATCH 02/16] sha1_file: refactor into `find_pack_object_pos`
` [PATCH 03/16] pack-objects: use a faster hash table
` [PATCH 04/16] pack-objects: make `pack_name_hash` global
` [PATCH 05/16] revision: allow setting custom limiter function
` [PATCH 06/16] sha1_file: export `git_open_noatime`
` [PATCH 07/16] compat: add endinanness helpers
` [PATCH 08/16] ewah: compressed bitmap implementation
` [PATCH 09/16] documentation: add documentation for the bitmap format
` [PATCH 10/16] pack-objects: use bitmaps when packing objects
` [PATCH 11/16] rev-list: add bitmap mode to speed up lists
` [PATCH 12/16] pack-objects: implement bitmap writing
` [PATCH 13/16] repack: consider bitmaps when performing repacks
` [PATCH 14/16] sha1_file: implement `nth_packed_object_info`
` [PATCH 15/16] write-bitmap: implement new git command to write bitmaps
` [PATCH 16/16] rev-list: Optimize --count using bitmaps too

[RFC/PATCH 0/1] cygwin: Remove the Win32 l/stat() functions
 2013-06-27  2:37 UTC  (10+ messages)

[PATCH] am: replace uses of --resolved with --continue
 2013-06-26 20:06 UTC 

rebase --autosquash does not handle fixup! of fixup!
 2013-06-27  0:20 UTC  (19+ messages)
  ` [PATCH] rebase -i: fixup fixup! fixup!

[PATCH 0/3] Handling overlapping refspecs slightly smarter
 2013-06-26 23:42 UTC  (9+ messages)
` [PATCH 1/3] remote: Add warnings about mixin --mirror and other remotes

[RFC] [submodule] Add depth to submodule update
 2013-06-26 21:03 UTC  (7+ messages)
` [PATCH] "

[PATCH v5 0/5] git-remote-mediawiki: new tool to preview local changes without pushing
 2013-06-26 20:18 UTC  (7+ messages)
` [PATCH v5 1/5] git-remote-mediawiki: Introduction of Git::Mediawiki.pm
` [PATCH v5 2/5] git-remote-mediawiki: new git bin-wrapper for developement
` [PATCH v5 3/5] git-remote-mediawiki: factoring code between git-remote-mediawiki and Git::Mediawiki
` [PATCH v5 4/5] git-remote-mediawiki: Adding git-mw command
` [PATCH v5 5/5] git-remote-mediawiki: Add preview subcommand into git mw

[PATCH v5 0/5] Reroll patches against v1.8.3.1
 2013-06-26 16:19 UTC  (17+ messages)
` [PATCH v6 "
  ` [PATCH v7 "
  ` [PATCH v7 1/5] t6006 (rev-list-format): don't hardcode SHA-1 in expected outputs
  ` [PATCH v7 2/5] t7102 (reset): "
  ` [PATCH v7 3/5] t4205 (log-pretty-formats): "
  ` [PATCH v7 4/5] pretty: Add failing tests: --format output should honor logOutputEncoding
  ` [PATCH v7 5/5] pretty: "
` [PATCH v6 1/5] t6006 (rev-list-format): don't hardcode SHA-1 in expected outputs
` [PATCH v6 2/5] t7102 (reset): "
` [PATCH v6 3/5] t4205 (log-pretty-formats): "
` [PATCH v6 4/5] pretty: Add failing tests: --format output should honor logOutputEncoding
` [PATCH v6 5/5] pretty: "

git diff returns fatal error with core.safecrlf is set to true
 2013-06-26 15:48 UTC  (8+ messages)

QNX support
 2013-06-26 14:36 UTC  (4+ messages)

Basic git-archive --remote question
 2013-06-26  7:01 UTC  (3+ messages)

[PATCH] column doc: rewrite documentation for column.ui
 2013-06-26  6:37 UTC  (3+ messages)

[PATCH] documentation: add git transport security notice
 2013-06-26  5:53 UTC 

[PATCH v2 0/5] git-prompt: cleaning and improvement
 2013-06-26  3:05 UTC  (6+ messages)
` [PATCH v2 1/5] t9903: add tests for git-prompt pcmode
` [PATCH v2 2/5] git-prompt.sh: refactor colored prompt code
` [PATCH v2 3/5] t9903: remove redundant tests
` [PATCH v2 4/5] git-prompt.sh: do not print duplicate clean color code
` [PATCH v2 5/5] git-prompt.sh: add missing information in comments

What's cooking in git.git (Jun 2013, #08; Tue, 25)
 2013-06-25 22:06 UTC 

[PATCH] Do not ignore merge options in interactive rebase
 2013-06-25 20:28 UTC  (6+ messages)

[PATCH v14 00/16] Interactive git-clean
 2013-06-25 19:23 UTC  (21+ messages)
` [PATCH v14 01/16] test: add test cases for relative_path
` [PATCH v14 03/16] quote.c: remove path_relative, use relative_path instead
` [PATCH v14 04/16] Refactor quote_path_relative, remove unused params
` [PATCH v14 05/16] Refactor write_name_quoted_relative, "
` [PATCH v14 06/16] git-clean: refactor git-clean into two phases
` [PATCH v14 16/16] test: run testcases with POSIX absolute paths on Windows

[PATCH] .mailmap: Map "H.Merijn Brand" to "H. Merijn Brand"
 2013-06-25 16:39 UTC 

[PATCH v2 00/14] Classify {branches,remotes}-file as fringe features
 2013-06-25 10:20 UTC  (3+ messages)
` [PATCH v2 13/14] t/t5515-fetch-merge-logic: don't use {branches,remotes}-file

Another core.safecrlf behavor with git diff/git status
 2013-06-25  8:52 UTC  (3+ messages)

Splitting a rev list into 2 sets
 2013-06-25  8:09 UTC  (5+ messages)

Difficulty adding a symbolic link, part 2
 2013-06-25  2:36 UTC 

[PATCHv3 00/16] bash prompt speedup
 2013-06-25  2:00 UTC  (3+ messages)

[PATCH 0/4] git-prompt: cleaning and improvement
 2013-06-25  1:21 UTC  (5+ messages)
` [PATCH 2/4] git-prompt.sh: refactor colored prompt code

[PATCH] documentation: add git transport security notice
 2013-06-24 22:47 UTC  (7+ messages)

[PATCH (!) 0/2] Fix serious regressions in latest master
 2013-06-24 22:24 UTC  (11+ messages)
` [PATCH 1/2] status: really ignore config with --porcelain

[PATCH] push: give early feedback
 2013-06-24 19:39 UTC  (8+ messages)

[PATCH] stage: remove unused, unreferenced builtin-alias
 2013-06-24 18:48 UTC  (4+ messages)

[PATCH 0/6] Reroll of rr/triangular-push-fix
 2013-06-24 18:23 UTC  (11+ messages)
` [PATCH 6/6] push: honor branch.*.push


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