git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-06-23 07:50:56 to 2013-06-24 23:24:10 UTC [more...]

[PATCH 00/16] Speed up Counting Objects with bitmap data
 2013-06-24 23:23 UTC  (9+ 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

[RFC] [submodule] Add depth to submodule update
 2013-06-24 22:49 UTC  (2+ messages)
` [PATCH] "

[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  (20+ messages)
` [PATCH 1/2] status: really ignore config with --porcelain
` [PATCH 2/2] commit: make it work with status.short

git diff returns fatal error with core.safecrlf is set to true
 2013-06-24 21:48 UTC  (6+ messages)

Basic git-archive --remote question
 2013-06-24 19:53 UTC 

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

[PATCHv3 00/16] bash prompt speedup
 2013-06-24 19:25 UTC  (18+ messages)
` [PATCHv3 01/16] bash prompt: fix redirection coding style in tests
` [PATCHv3 02/16] bash prompt: use 'write_script' helper in interactive rebase test
` [PATCHv3 03/16] completion, bash prompt: move __gitdir() tests to completion test suite
` [PATCHv3 04/16] bash prompt: add a test for symbolic link symbolic refs
` [PATCHv3 05/16] bash prompt: print unique detached HEAD abbreviated object name
` [PATCHv3 06/16] bash prompt: return early from __git_ps1() when not in a git repository
` [PATCHv3 07/16] bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir()
` [PATCHv3 08/16] bash prompt: use bash builtins to find out rebase state
` [PATCHv3 09/16] bash prompt: use bash builtins to find out current branch
` [PATCHv3 10/16] bash prompt: combine 'git rev-parse' executions in the main code path
` [PATCHv3 11/16] bash prompt: combine 'git rev-parse' for detached head
` [PATCHv3 12/16] bash prompt: use bash builtins to check for unborn branch for dirty state
` [PATCHv3 13/16] bash prompt: use bash builtins to check stash state
` [PATCHv3 14/16] bash prompt: avoid command substitution when checking for untracked files
` [PATCHv3 15/16] bash prompt: avoid command substitution when finalizing gitstring
` [PATCHv3 16/16] bash prompt: mention that PROMPT_COMMAND mode is faster

[PATCH jx/clean-interactive] t0060: skip a few relative_path tests on Windows
 2013-06-24 19:22 UTC  (24+ messages)
` [PATCH v14 00/16] Interactive git-clean
` [PATCH v14 01/16] test: add test cases for relative_path
` [PATCH v14 02/16] path.c: refactor relative_path(), not only strip prefix
` [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 07/16] git-clean: add support for -i/--interactive
` [PATCH v14 08/16] git-clean: show items of del_list in columns
` [PATCH v14 09/16] git-clean: add colors to interactive git-clean
` [PATCH v14 10/16] git-clean: use a git-add-interactive compatible UI
` [PATCH v14 11/16] git-clean: add filter by pattern interactive action
` [PATCH v14 12/16] git-clean: add select by numbers "
` [PATCH v14 13/16] git-clean: add ask each "
` [PATCH v14 14/16] git-clean: add documentation for interactive git-clean
` [PATCH v14 15/16] test: add t7301 for git-clean--interactive
` [PATCH v14 16/16] test: run testcases with POSIX absolute paths on Windows

[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  (36+ messages)
` [PATCH 1/6] t/t5528-push-default: remove redundant test_config lines
` [PATCH 2/6] config doc: rewrite push.default section
` [PATCH 3/6] push: change `simple` to accommodate triangular workflows
` [PATCH 4/6] t/t5528-push-default: generalize test_push_*
` [PATCH 5/6] t/t5528-push-default: test pushdefault workflows
` [PATCH 6/6] push: honor branch.*.push

[PATCH] completion: add completer for status
 2013-06-24 17:28 UTC  (2+ messages)

[PATCH/RFC V2 0/4] git-remote-mediawiki: new tool to preview local changes without pushing
 2013-06-24 17:23 UTC  (8+ messages)
` [PATCH/RFC 3/4] git-mw: Adding git-mw.perl script

Another core.safecrlf behavor with git diff/git status
 2013-06-24 17:02 UTC  (4+ messages)

[PATCH] diff-options: document default similarity index
 2013-06-24 16:27 UTC  (2+ messages)

[PATCH 0/4] git-prompt: cleaning and improvement
 2013-06-24 16:21 UTC  (8+ messages)
` [PATCH 1/4] t9903: add tests for git-prompt pcmode
` [PATCH 2/4] git-prompt.sh: refactor colored prompt code

[PATCH] Do not ignore merge options in interactive rebase
 2013-06-24 14:16 UTC  (5+ messages)

[PATCH] documentation: fix asterisks in fetch-options
 2013-06-24 11:42 UTC  (3+ messages)

detached HEAD before root commit - possible?
 2013-06-24 10:41 UTC  (5+ messages)

Splitting a rev list into 2 sets
 2013-06-24  9:59 UTC  (4+ messages)

[PATCH v3 0/7] Re-roll rr/rebase-checkout-reflog
 2013-06-24  8:12 UTC  (6+ messages)
` [PATCH v3 6/7] rebase: write better reflog messages

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

[PATCH v2 00/14] Classify {branches,remotes}-file as fringe features
 2013-06-23 21:49 UTC  (12+ messages)
` [PATCH v2 01/14] t/t5505-remote: modernize style
` [PATCH v2 08/14] ls-remote doc: fix example invocation on git.git
` [PATCH v2 11/14] t/t5505-remote: test multiple push/pull in remotes-file

[PATCH 00/16] Cleanup {branches,remotes}-file cruft
 2013-06-23 21:15 UTC  (12+ messages)
` [PATCH 04/16] t/t5505-remote: remove dependency on $origin_url
` [PATCH 05/16] remote: remove dead code in read_branches_file()

Different diff strategies in add --interactive
 2013-06-23 20:37 UTC  (9+ messages)
        ` [PATCH] add--interactive: respect diff.algorithm

[PATCH v4 0/8] --valgrind improvements
 2013-06-23 18:12 UTC  (9+ messages)
` [PATCH v4 1/8] test-lib: enable MALLOC_* for the actual tests
` [PATCH v4 2/8] test-lib: refactor $GIT_SKIP_TESTS matching
` [PATCH v4 3/8] test-lib: rearrange start/end of test_expect_* and test_skip
` [PATCH v4 4/8] test-lib: self-test that --verbose works
` [PATCH v4 5/8] test-lib: verbose mode for only tests matching a pattern
` [PATCH v4 6/8] test-lib: valgrind "
` [PATCH v4 7/8] test-lib: allow prefixing a custom string before "ok N" etc
` [PATCH v4 8/8] test-lib: support running tests under valgrind in parallel

[HELP] Corrupted repository
 2013-06-23 17:48 UTC  (5+ messages)

What's cooking in git.git (Jun 2013, #07; Thu, 20)
 2013-06-23 17:21 UTC  (2+ messages)

[PATCH 0/4] fast-import: handle empty paths better
 2013-06-23 14:58 UTC  (5+ messages)
` [PATCH 1/4] t9300: document fast-import empty path issues
` [PATCH 2/4] fast-import: set valid mode on root tree in "ls"
` [PATCH 3/4] fast-import: allow ls or filecopy of the root tree
` [PATCH 4/4] fast-import: allow moving "

fast-import bug?
 2013-06-23 14:55 UTC  (6+ messages)

[PATCH] git-daemon: have --no-syslog
 2013-06-23  9:16 UTC  (2+ 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).