git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-05-20 18:12:15 to 2014-05-22 16:38:25 UTC [more...]

[PATCH 00/32] Split index mode for very large indexes
 2014-05-22 16:38 UTC  (4+ messages)
` [PATCH 0/8] Speed up cache loading time
  ` [PATCH 8/8] read-cache: inform the daemon that the index has been updated

[PATCH v8 00/44] Use ref transactions for all ref updates
 2014-05-22 16:31 UTC  (42+ messages)
` [PATCH v8 25/44] receive-pack.c: use a reference transaction for updating the refs
` [PATCH v8 26/44] fast-import.c: use a ref transaction when dumping tags
` [PATCH v8 27/44] walker.c: use ref transaction for ref updates
` [PATCH v8 28/44] refs.c: make write_ref_sha1 static
` [PATCH v8 29/44] refs.c: make lock_ref_sha1 static
` [PATCH v8 30/44] refs.c: add transaction.status and track OPEN/CLOSED/ERROR
` [PATCH v8 31/44] refs.c: remove the update_ref_lock function
` [PATCH v8 32/44] refs.c: remove the update_ref_write function
` [PATCH v8 33/44] refs.c: remove lock_ref_sha1
` [PATCH v8 34/44] refs.c: make prune_ref use a transaction to delete the ref
` [PATCH v8 35/44] refs.c: make delete_ref use a transaction
` [PATCH v8 36/44] refs.c: pass the ref log message to _create/delete/update instead of _commit
` [PATCH v8 37/44] refs.c: pass NULL as *flags to read_ref_full
` [PATCH v8 38/44] refs.c: pack all refs before we start to rename a ref
` [PATCH v8 39/44] refs.c: move the check for valid refname to lock_ref_sha1_basic

git reset for index restoration?
 2014-05-22 16:22 UTC 

[PATCH] Get rid of the non portable shell export VAR=VALUE costruct
 2014-05-22 14:37 UTC  (6+ messages)

[PATCH v8 0/2] format-patch --signature-file <file>
 2014-05-22 14:23 UTC  (4+ messages)
` [PATCH v8 1/2] format-patch: make newline after signature conditional
` [PATCH v8 2/2] format-patch --signature-file <file>

Bash completion: merge --abort
 2014-05-22 13:58 UTC  (3+ messages)
` [PATCH 1/2] completion: add a note that merge options are shared
  ` [PATCH 2/2] completion: add missing options for git-merge

[PATCH 0/2] tolower cleanups
 2014-05-22 13:42 UTC  (4+ messages)
` [PATCH 1/2] daemon/config: factor out duplicate xstrdup_tolower
` [PATCH 2/2] strbuf: add strbuf_tolower function

[PATCH 0/9] handle alternate charsets for remote http errors
 2014-05-22 10:19 UTC  (31+ messages)
` [PATCH 1/9] test-lib: preserve GIT_CURL_VERBOSE from the environment
` [PATCH 2/9] strbuf: add strbuf_tolower function
` [PATCH 3/9] daemon/config: factor out duplicate xstrdup_tolower
` [PATCH 4/9] http: normalize case of returned content-type
` [PATCH 5/9] t/lib-httpd: use write_script to copy CGI scripts
` [PATCH 6/9] t5550: test display of remote http error messages
` [PATCH 7/9] remote-curl: recognize text/plain with a charset parameter
` [PATCH 8/9] strbuf: add strbuf_reencode helper
` [PATCH 9/9] remote-curl: reencode http error messages
` [PATCH v2 0/9] handle alternate charsets for remote http errors
  ` [PATCH v2 1/8] test-lib: preserve GIT_CURL_VERBOSE from the environment
  ` [PATCH v2 2/8] t/lib-httpd: use write_script to copy CGI scripts
  ` [PATCH v2 3/8] t5550: test display of remote http error messages
  ` [PATCH v2 4/8] http: extract type/subtype portion of content-type
  ` [PATCH v2 5/8] http: optionally extract charset parameter from content-type
  ` [PATCH v2 6/8] strbuf: add strbuf_reencode helper
  ` [PATCH v2 7/8] remote-curl: reencode http error messages
  ` [PATCH v2 8/8] http: default text charset to iso-8859-1

[RFC/PATCH v4 1/3] add high resolution timer function to debug performance issues
 2014-05-22  9:59 UTC  (15+ messages)
` [RFC/PATCH v4 2/3] add trace_performance facility "
` [RFC/PATCH v4 3/3] add command performance tracing to debug scripted commands

[PATCHv2 10/19] git-submodule.sh: convert test -a/-o to && and ||
 2014-05-22  9:10 UTC  (4+ messages)

[ANNOUNCE] Git v2.0.0-rc4
 2014-05-22  3:45 UTC  (9+ messages)

[PATCH v6] format-patch --signature-file <file>
 2014-05-21 23:18 UTC  (14+ messages)

[PATCH v7 0/2] format-patch --signature-file <file>
 2014-05-21 21:59 UTC  (5+ messages)
` [PATCH v7 1/2] format-patch: make newline after signature conditional
` [PATCH v7 2/2] format-patch --signature-file <file>

git push rejected due being behind after git svn dcommit without any changes local/remote
 2014-05-21 21:33 UTC  (2+ messages)

[PATCH v5] format-patch --signature-file <file>
 2014-05-21 21:14 UTC  (15+ messages)

[PATCH] Documentation: use "command-line" when used as a compound adjective, and fix other minor grammatical issues
 2014-05-21 19:16 UTC  (4+ messages)

[PATCH 0/4] ack recoding in commit log
 2014-05-21 18:30 UTC  (9+ messages)
` [PATCH 3/4] rebase: test ack

[PATCH v3 0/5] Reroll patches. Pretty print truncate does not work
 2014-05-21 18:11 UTC  (9+ messages)
` [PATCH v4 "
` [PATCH v4 1/5] t4205 (log-pretty-formats): don't hardcode SHA-1 in expected outputs
` [PATCH v4 2/5] t4041, t4205, t6006, t7102: Don't hardcode tested encoding value
` [PATCH v4 3/5] t4205 (log-pretty-format): Use `tformat` rather than `format`
` [PATCH v4 4/5] t4205, t6006: Add failing tests for the case when i18n.logOutputEncoding is set
` [PATCH v4 5/5] pretty.c: format string with truncate respects logOutputEncoding

Slight inconsistency between ref delete commands
 2014-05-21 16:49 UTC  (2+ messages)

[PATCH] t6006-*.sh: Fix truncation tests
 2014-05-21 12:59 UTC  (6+ messages)
` [PATCH] t6006 (rev-list-format): quote format strings to avoid error on some shells

untracked file deleted from the master branch, when checked out to it from a local branch
 2014-05-21 10:21 UTC  (9+ messages)

Good Day
 2014-05-21  4:21 UTC 

[PATCH v2] format-patch --signature-file <file>
 2014-05-21  0:45 UTC  (11+ messages)

Why is --graph --max-count=n so much slower than --graph HEAD~n..?
 2014-05-21  0:24 UTC  (4+ messages)

[PATCH/RFC] t0000-*.sh: Fix the GIT_SKIP_TESTS sub-tests
 2014-05-20 23:33 UTC  (6+ messages)

[PATCH] Add an explicit GIT_DIR to the list of excludes
 2014-05-20 23:26 UTC 

[ANNOUNCE] git reintegrate v0.3; manager of integration branches
 2014-05-20 22:54 UTC  (7+ messages)

[PATCH] remote-helpers: point at their upstream repositories
 2014-05-20 21:50 UTC  (21+ messages)

[PATCH 0/2] remote: optimize rm/prune ref deletion
 2014-05-20 20:29 UTC  (4+ messages)
` [PATCH 1/2] remote: defer repacking packed-refs when deleting refs

[PATCH] Windows: Allow using UNC path for git repository
 2014-05-20 19:33 UTC  (4+ messages)

[RFC/PATCH v4 0/3] add performance tracing facility
 2014-05-20 19:11 UTC 

GIT and large files
 2014-05-20 19:01 UTC  (7+ messages)
  ` EXT :Re: "

[PATCH 00/19] convert test -a/-o to && and || patch series
 2014-05-20 18:54 UTC  (5+ messages)
` [PATCH 01/19] check_bindir: convert test -a/-o to && and ||

[PATCH] git-prompt.sh: don't assume the shell expands the value of PS1
 2014-05-20 18:38 UTC  (2+ messages)

[PATCH] rebase -i: test "Nothing to do" case with autostash
 2014-05-20 18:34 UTC  (3+ 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).