git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-06-05 21:50:19 to 2014-06-09 13:17:20 UTC [more...]

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

[PATCH] completion: Handle '!f() { ... }; f' aliases
 2014-06-09 12:54 UTC  (3+ messages)
  ` [PATCH v2] "

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

Git reset --hard with staged changes
 2014-06-09 11:24 UTC 

[PATCH/RFC v1 0/5] add strbuf_set operations
 2014-06-09 10:39 UTC  (9+ 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: "

[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 

[PATCH v3 0/4] Add --graft option to git replace
 2014-06-08 12:09 UTC  (13+ messages)
` [PATCH v3 1/4] replace: add --graft option
` [PATCH v3 4/4] contrib: add convert-grafts-to-replace-refs.sh

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

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

[PATCH 0/5] submodule config lookup API
 2014-06-08  9:04 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
    `  "

[PATCH 0/2] Write multi-ref updates directly to packed refs
 2014-06-08  9:03 UTC  (4+ messages)
` [PATCH 1/2] refs.c: write updates to packed refs when a transaction has more than one ref
` [PATCH 2/2] refs.c: make the *_packed_refs functions static

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

Reset by checkout?
 2014-06-07 14:52 UTC  (6+ messages)

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

[PATCH] send-email: do not insert third header
 2014-06-07  8:09 UTC 

[PATCH 0/5] First part of Unicode console support for msysgit
 2014-06-07  7:57 UTC  (20+ messages)
` [PATCH 1/5] Support Unicode console output on Windows
` [PATCH 2/5] Detect console streams more reliably "
` [PATCH 3/5] Warn if the Windows console font doesn't support Unicode
    `  "
` [PATCH 4/5] Win32: move main macro to a function
` [PATCH 5/5] Win32: Thread-safe windows console output
  ` Re: [PATCH 0/5] First part of Unicode console support for msysgit
    ` [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)

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

[PATCH 0/2] mingw: macro main(), const warnings
 2014-06-07  6:46 UTC  (8+ messages)
` [PATCH 2/2] mingw: avoid const warning
        ` [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  (41+ messages)
` [PATCH v14 01/40] refs.c: remove ref_transaction_rollback
` [PATCH v14 02/40] refs.c: ref_transaction_commit should not free the transaction
` [PATCH v14 03/40] refs.c: constify the sha arguments for ref_transaction_create|delete|update
` [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 09/40] refs.c: make update_ref_write update a strbuf on failure
` [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 12/40] refs.c: change ref_transaction_update() to do error checking and return status
` [PATCH v14 13/40] refs.c: change ref_transaction_create "
` [PATCH v14 14/40] refs.c: update ref_transaction_delete to check for error "
` [PATCH v14 15/40] refs.c: make ref_transaction_begin take an err argument
` [PATCH v14 16/40] refs.c: add transaction.status and track OPEN/CLOSED/ERROR
` [PATCH v14 17/40] tag.c: use ref transactions when doing updates
` [PATCH v14 18/40] replace.c: use the ref transaction functions for updates
` [PATCH v14 19/40] commit.c: use ref transactions "
` [PATCH v14 20/40] sequencer.c: use ref transactions for all ref 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 24/40] receive-pack.c: use a reference transaction for updating the refs
` [PATCH v14 25/40] fast-import.c: use a ref transaction when dumping tags
` [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 32/40] refs.c: make delete_ref use a transaction
` [PATCH v14 33/40] refs.c: pass the ref log message to _create/delete/update instead of _commit
` [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 36/40] refs.c: call lock_ref_sha1_basic directly from commit
` [PATCH v14 37/40] refs.c: pass a skip list to name_conflict_fn
` [PATCH v14 38/40] refs.c: propagate any errno==ENOTDIR from _commit back to the callers
` [PATCH v14 39/40] fetch.c: change s_update_ref to use a ref transaction
` [PATCH v14 40/40] refs.c: make write_ref_sha1 static

[PATCH] revision: parse "git log -<count>" more carefully
 2014-06-06 22:33 UTC 

[PATCH] git-gui: show staged submodules regardless of ignore config
 2014-06-06 21:10 UTC 

[PATCH] gitk: show staged submodules regardless of ignore config
 2014-06-06 21:08 UTC 

[PATCH 0/5] Windows dirent patches
 2014-06-06 20:15 UTC  (13+ messages)
` [PATCH 1/5] Win32 dirent: remove unused dirent.d_ino member
` [PATCH 2/5] Win32 dirent: remove unused dirent.d_reclen member
` [PATCH 3/5] Win32 dirent: change FILENAME_MAX to MAX_PATH
` [PATCH 4/5] Win32 dirent: clarify #include directives
` [PATCH 5/5] Win32 dirent: improve dirent implementation

[PATCH] Add a Windows-specific fallback to getenv("HOME");
 2014-06-06 19:26 UTC  (19+ messages)
  `  "
            ` [msysGit] "
                  ` Git for Windows SDK
              ` [PATCH v2] Add a Windows-specific fallback to getenv("HOME");

[PATCH 00/20] avoid "test <cond> -a/-o <cond>"
 2014-06-06 19:04 UTC  (22+ messages)
` [PATCH 01/20] check_bindir: "
` [PATCH 02/20] contrib/examples/git-clone.sh: "
` [PATCH 03/20] contrib/examples/git-commit.sh: "
` [PATCH 04/20] contrib/examples/git-merge.sh: "
` [PATCH 05/20] contrib/examples/git-repack.sh: "
` [PATCH 06/20] contrib/examples/git-resolve.sh: "
` [PATCH 07/20] git-bisect.sh: "
` [PATCH 08/20] git-mergetool.sh: "
` [PATCH 09/20] git-rebase--interactive.sh: "
` [PATCH 10/20] git-submodule.sh: "
` [PATCH 11/20] t/lib-httpd.sh: "
` [PATCH 12/20] t/t0025-crlf-auto.sh: "
` [PATCH 13/20] t/t0026-eol-config.sh: "
` [PATCH 14/20] t/t4102-apply-rename.sh: "
` [PATCH 15/20] t/t5000-tar-tree.sh: "
` [PATCH 16/20] t/t5403-post-checkout-hook.sh: "
` [PATCH 17/20] t/t5538-push-shallow.sh: "
` [PATCH 18/20] t/t9814-git-p4-rename.sh: "
` [PATCH 19/20] t/test-lib-functions.sh: "
` [PATCH 20/20] CodingGuidelines: "

[PATCH] mingw: redefine the wrapper macro after the corresponding function
 2014-06-06 18:20 UTC  (11+ messages)
  ` [msysGit] "
    `  "
` [msysGit] "
      ` [PATCH v2] "

[PATCH] Use starts_with() for C strings instead of memcmp()
 2014-06-06 17:24 UTC 

Proposal for pruning tags
 2014-06-06 17:18 UTC  (4+ messages)

[PATCH 00/10] Zsh prompt tests
 2014-06-06 16:53 UTC  (6+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 10/11] test-lib: make it possible to override how test code is eval'd

Feature Request: Fix/Make git-rebase work with git-subtree (was: Re: subtree merges lose prefix after rebase)
 2014-06-06 15:41 UTC 

[PATCH 0/3] verify-commit: verify commit signatures
 2014-06-06 14:15 UTC  (4+ messages)
` [PATCH 1/3] pretty: free the gpg status buf
` [PATCH 2/3] gpg-interface: provide access to the payload
` [PATCH 3/3] verify-commit: scriptable commit signature verification

git-svn, different merge-parent selected in independent clones following SVN merge
 2014-06-06  9:06 UTC 

[PATCH 0/4] Use transactions for renames
 2014-06-05 23:17 UTC  (5+ messages)
` [PATCH 1/4] refs.c: allow passing raw git_committer_info as email to _update_reflog
` [PATCH 2/4] refs.c: return error instead of dying when locking fails during transaction
` [PATCH 3/4] refs.c: use packed refs when deleting refs during a transaction
` [PATCH 4/4] refs.c: update rename_ref to use "

[PATCH v3] receive-pack: optionally deny case clone refs
 2014-06-06  3:01 UTC  (3+ messages)

[PATCH v7 0/1] refs.c: SSE4.2 optimizations for check_refname_component
 2014-06-05 23:56 UTC  (2+ messages)
` [PATCH v7 1/1] "

[PATCH] environment: enable core.preloadindex by default
 2014-06-05 22:59 UTC  (2+ messages)

[PATCH v2 8/9] fetch doc: add a section on configured remote-tracking branches
 2014-06-05 22:12 UTC  (3+ messages)
` [PATCH] docs: Explain the purpose of fetch's and pull's <refspec> parameter

[PATCH v6 1/2] refs.c: optimize check_refname_component()
 2014-06-05 22:02 UTC  (10+ messages)
` [PATCH v6 2/2] refs.c: SSE4.2 optimizations for check_refname_component


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