git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-06-06 22:30:25 to 2014-06-10 16:31:17 UTC [more...]

Git reset --hard with staged changes
 2014-06-10 16:30 UTC  (9+ messages)

[PATCH 0/15] store length of commit->buffer
 2014-06-10 16:06 UTC  (25+ messages)
` [PATCH 01/15] alloc: include any-object allocations in alloc_report
` [PATCH 02/15] commit: push commit_index update into alloc_commit_node
` [PATCH 03/15] do not create "struct commit" with xcalloc
` [PATCH 04/15] logmsg_reencode: return const buffer
` [PATCH 05/15] sequencer: use logmsg_reencode in get_message
` [PATCH 06/15] provide a helper to free commit buffer
` [PATCH 07/15] provide a helper to set the "
` [PATCH 08/15] provide helpers to access "
` [PATCH 09/15] use get_cached_commit_buffer where appropriate
` [PATCH 10/15] use get_commit_buffer to avoid duplicate code
` [PATCH 11/15] convert logmsg_reencode to get_commit_buffer
` [PATCH 12/15] use get_commit_buffer everywhere
` [PATCH 13/15] commit-slab: provide a static initializer
` [PATCH 14/15] commit: convert commit->buffer to a slab
` [PATCH 15/15] commit: record buffer length in cache

[PATCH v3] t9001: avoid not portable '\n' with sed
 2014-06-10 15:38 UTC  (5+ messages)

[PATCH] git-submodule.sh: avoid "test <cond> -a/-o <cond>"
 2014-06-10 15:36 UTC  (8+ messages)

[PATCH v2 0/5] Speed up cache loading time
 2014-06-10 13:24 UTC  (6+ messages)
` [PATCH 1/5] read-cache: allow to keep mmap'd memory after reading
` [PATCH 2/5] index-helper: new daemon for caching index and related stuff
` [PATCH 3/5] index-helper: add Windows support
` [PATCH 4/5] daemonize(): set a flag before exiting the main process
` [PATCH 5/5] index-helper: add --detach

[PATCH v1] Git config cache & special querying api utilizing the cache
 2014-06-10 12:37 UTC  (8+ messages)
` [PATCH v1] config: Add hashtable for config parsing & retrival

[PATCH] git-p4: Do not include diff in spec file when just preparing p4
 2014-06-10 12:14 UTC  (8+ messages)
            ` [PATCH] Fix git-p4 submit in non --prepare-p4-only mode

What's cooking in git.git (Jun 2014, #02; Fri, 6)
 2014-06-10 11:03 UTC  (4+ messages)

[PATCH 0/5] submodule config lookup API
 2014-06-10 10:19 UTC  (7+ messages)
` [PATCH 1/5] hashmap: add enum for hashmap free_entries option
` [PATCH 2/5] implement submodule config cache for lookup of submodule names

Disk waste with packs and .keep files
 2014-06-10  8:21 UTC 

[PATCH 00/20] avoid "test <cond> -a/-o <cond>"
 2014-06-10  8:19 UTC  (10+ messages)
` [PATCH 02/20] contrib/examples/git-clone.sh: "
` [PATCH 08/20] git-mergetool.sh: "
` [PATCH 10/20] git-submodule.sh: "

[PATCH] send-email: do not insert third header
 2014-06-10  7:05 UTC  (4+ messages)

[PATCH v7 0/1] refs.c: SSE4.2 optimizations for check_refname_component
 2014-06-10  6:55 UTC  (6+ messages)

[PATCH] t5551: fix the 50,000 tag test
 2014-06-10  5:53 UTC  (4+ messages)

[PATCH] completion: Handle '!f() { ... }; f' aliases
 2014-06-10  5:27 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v5] Add an explicit GIT_DIR to the list of excludes
 2014-06-10  3:18 UTC  (3+ messages)

[PATCH] rebase -i: Remember merge options beyond continue actions
 2014-06-10  0:37 UTC  (3+ messages)

Paper cut bug: Why isn't "git clone xxxx" recursive by default?
 2014-06-09 23:27 UTC  (8+ messages)
` [RFC PATCH] clone: add clone.recursesubmodules config option
    `  "

[PATCH 0/7] A few minor test-prereq updates
 2014-06-09 23:22 UTC  (8+ messages)
` [PATCH 1/7] test: turn EXPENSIVE into a lazy prerequisite
` [PATCH 2/7] test: turn USR_BIN_TIME "
` [PATCH 3/7] t3302: coding style updates
` [PATCH 4/7] t3302: do not chdir around in the primary test process
` [PATCH 5/7] t3302: drop unnecessary NOT_EXPENSIVE pseudo-prerequisite
` [PATCH 6/7] t3419: "
` [PATCH 7/7] tests: drop GIT_*_TIMING_TESTS environment variable support

Reset by checkout?
 2014-06-09 20:12 UTC  (7+ messages)

[PATCH v2 00/19] add strbuf_set operations
 2014-06-09 22:19 UTC  (20+ messages)
` [PATCH v2 01/19] "
` [PATCH v2 02/19] sha1_name: simplify via strbuf_set()
` [PATCH v2 03/19] fast-import: "
` [PATCH v2 04/19] builtin/remote: "
` [PATCH v2 05/19] branch: "
` [PATCH v2 06/19] builtin/branch: "
` [PATCH v2 07/19] builtin/checkout: "
` [PATCH v2 08/19] builtin/mailinfo: "
` [PATCH v2 09/19] builtin/tag: "
` [PATCH v2 10/19] date: "
` [PATCH v2 11/19] diffcore-order: "
` [PATCH v2 12/19] http-backend: "
` [PATCH v2 13/19] http: "
` [PATCH v2 14/19] ident: "
` [PATCH v2 15/19] remote-curl: "
` [PATCH v2 16/19] submodule: "
` [PATCH v2 17/19] transport: "
` [PATCH v2 18/19] vcs-svn/svndump: "
` [PATCH v2 19/19] wt-status: "

[PATCH/RFC v1 0/5] add strbuf_set operations
 2014-06-09 22:06 UTC  (12+ messages)
` [PATCH/RFC v1 1/5] "
` [PATCH/RFC v1 2/5] add strbuf_set operations documentation
` [PATCH/RFC v1 3/5] sha1_name.c: cleanup using strbuf_set operations
` [PATCH/RFC v1 4/5] fast-import.c: "
` [PATCH/RFC v1 5/5] builtin/remote.c: "

[PATCH v3 0/4] Add --graft option to git replace
 2014-06-09 16:43 UTC  (10+ messages)
` [PATCH v3 1/4] replace: add --graft option

[PATCH 0/2] Write multi-ref updates directly to packed refs
 2014-06-09 16:20 UTC  (4+ messages)
` [PATCH 1/2] refs.c: write updates to packed refs when a transaction has more than one ref

[RFC 1/3] sequencer: Signal failed ff as an aborted, not a conflicted merge
 2014-06-09 15:04 UTC  (2+ messages)

[RFC/PATCH v2 0/2] Git config cache & special querying api utilizing the cache
 2014-06-09  8:17 UTC  (3+ messages)
` [RFC/PATCH v2 1/2] config: Add hashtable for config parsing & retrieval

[PATCH] api-strbuf.txt minor typos
 2014-06-09  3:32 UTC 

Git autocorrect bug
 2014-06-08  9:37 UTC  (2+ messages)
` [PATCH] Fix "t0001: test git init when run via an alias"

[PATCH 1/2] userdiff: support C# async methods and correct C# keywords
 2014-06-07 16:00 UTC  (5+ messages)

sort entries numerically
 2014-06-07 10:54 UTC  (3+ messages)

Re: [PATCH 0/5] First part of Unicode console support for msysgit
 2014-06-07  7:57 UTC  (8+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] Support Unicode console output on Windows
  ` [PATCH v2 2/6] Detect console streams more reliably "
  ` [PATCH v2 3/6] Warn if the Windows console font doesn't support Unicode
  ` [PATCH v2 4/6] Win32: add Unicode conversion functions
  ` [PATCH v2 5/6] Win32: Thread-safe windows console output
  ` [PATCH v2 6/6] Win32: fix broken pipe detection

How to restore changes to the remote master branch to its previous stage ?
 2014-06-07  7:18 UTC  (2+ messages)

[PATCH 0/5] First part of Unicode console support for msysgit
 2014-06-07  7:02 UTC  (4+ messages)
` [PATCH 3/5] Warn if the Windows console font doesn't support Unicode
    `  "

[PATCH 2/2] mingw: avoid const warning
 2014-06-07  6:46 UTC  (4+ messages)
` [PATCH v2 0/2] mingw: macro main(), const warnings
  ` [PATCH v2 1/2] Win32: move main macro to a function
  ` [PATCH v2 2/2] mingw: avoid const warning

[PATCH v4 0/4] Add --graft option to git replace
 2014-06-06 20:25 UTC  (5+ messages)
` [PATCH v4 1/4] replace: add --graft option
` [PATCH v4 2/4] replace: add test for --graft
` [PATCH v4 3/4] Documentation: replace: add --graft option
` [PATCH v4 4/4] contrib: add convert-grafts-to-replace-refs.sh

[PATCH v14 00/40] Use ref transactions
 2014-06-06 22:29 UTC  (23+ messages)
` [PATCH v14 01/40] refs.c: remove ref_transaction_rollback
` [PATCH v14 04/40] refs.c: allow passing NULL to ref_transaction_free
` [PATCH v14 05/40] refs.c: add a strbuf argument to ref_transaction_commit for error logging
` [PATCH v14 06/40] refs.c: add an err argument to repack_without_refs
` [PATCH v14 07/40] refs.c: make ref_update_reject_duplicates take a strbuf argument for errors
` [PATCH v14 08/40] refs.c: add an err argument to delete_ref_loose
` [PATCH v14 10/40] update-ref: use err argument to get error from ref_transaction_commit
` [PATCH v14 11/40] refs.c: remove the onerr argument to ref_transaction_commit
` [PATCH v14 16/40] refs.c: add transaction.status and track OPEN/CLOSED/ERROR
` [PATCH v14 19/40] commit.c: use ref transactions for updates
` [PATCH v14 21/40] fast-import.c: change update_branch to use ref transactions
` [PATCH v14 22/40] branch.c: use ref transaction for all ref updates
` [PATCH v14 23/40] refs.c: change update_ref to use a transaction
` [PATCH v14 26/40] walker.c: use ref transaction for ref updates
` [PATCH v14 27/40] refs.c: make lock_ref_sha1 static
` [PATCH v14 28/40] refs.c: remove the update_ref_lock function
` [PATCH v14 29/40] refs.c: remove the update_ref_write function
` [PATCH v14 30/40] refs.c: remove lock_ref_sha1
` [PATCH v14 31/40] refs.c: make prune_ref use a transaction to delete the ref
` [PATCH v14 34/40] refs.c: pass NULL as *flags to read_ref_full
` [PATCH v14 35/40] refs.c: move the check for valid refname to lock_ref_sha1_basic
` [PATCH v14 37/40] refs.c: pass a skip list to name_conflict_fn

[PATCH] revision: parse "git log -<count>" more carefully
 2014-06-06 22:33 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).