git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-06-03 21:38:23 to 2014-06-05 18:44:59 UTC [more...]

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

[PATCH v2 0/9] Clarify two uses of remote.*.fetch
 2014-06-05 18:36 UTC  (20+ messages)
` [PATCH v2 1/9] fetch doc: update introductory part for clarity
` [PATCH v2 2/9] fetch doc: move FETCH_HEAD material lower and add an example
` [PATCH v2 3/9] fetch doc: update note on '+' in front of the refspec
` [PATCH v2 4/9] fetch doc: remove notes on outdated "mixed layout"
` [PATCH v2 5/9] fetch doc: on pulling multiple refspecs
` [PATCH v2 6/9] fetch doc: update refspec format description
` [PATCH v2 7/9] fetch doc: remove "short-cut" section
` [PATCH v2 8/9] fetch doc: add a section on configured remote-tracking branches
        ` [PATCH] docs: Explain the purpose of fetch's and pull's <refspec> parameter
` [PATCH v2 9/9] fetch: allow explicit --refmap to override configuration

Submodules with feature branches
 2014-06-05 18:31 UTC  (5+ messages)

[PATCH 0/5] submodule config lookup API
 2014-06-05 17:46 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 3/5] extract functions for submodule config set and lookup
` [PATCH 4/5] use new config API for worktree configurations of submodules
` [PATCH 5/5] do not die on error of parsing fetchrecursesubmodules option

[PATCH] mingw: redefine the wrapper macro after the corresponding function
 2014-06-05 16:56 UTC  (4+ messages)
  ` [msysGit] "
` [msysGit] "

Best practices/conventions for tags and references in commit message
 2014-06-05 16:47 UTC  (4+ messages)

Proposal for pruning tags
 2014-06-05 14:51 UTC 

[PATCH] Add a Windows-specific fallback to getenv("HOME");
 2014-06-05 14:33 UTC  (26+ messages)
  `  "
            ` [msysGit] "
              ` [PATCH v2] "
                ` [msysGit] "
                  ` [PATCH v3] "

FW: Git crash in windows 2012 R2
 2014-06-05 13:42 UTC 

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

Git autocorrect bug
 2014-06-05  8:28 UTC  (5+ messages)

How to you uninstall properly Git on a Mac?
 2014-06-05  7:40 UTC 

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

[PATCH] t/t7810-grep.sh: remove duplicate test_config()
 2014-06-05  5:18 UTC 

[PATCH] t5000, t5003: do not use test_cmp to compare binary files
 2014-06-05  2:01 UTC  (7+ messages)
    `  "
      ` [PATCH v2] "
          `  "

[PATCH 00/10] Zsh prompt tests
 2014-06-04 21:01 UTC  (13+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 01/11] t9903: remove Zsh test from the suite of Bash "
  ` [PATCH v2 02/11] t9903: put the Bash pc mode prompt test cases in a function
  ` [PATCH v2 03/11] t9903: move test name prefix to a separate variable
  ` [PATCH v2 04/11] t9903: run pc mode tests again with PS1 expansion disabled
  ` [PATCH v2 05/11] t9903: include "Bash" in test names via new $shellname var
  ` [PATCH v2 06/11] t9903: move PS1 color code variable definitions to lib-bash.sh
  ` [PATCH v2 07/11] t9903: move prompt tests to a new lib-prompt-tests.sh file
  ` [PATCH v2 08/11] lib-prompt-tests.sh: put all tests inside a function
  ` [PATCH v2 09/11] lib-prompt-tests.sh: add variable for string that encodes percent in PS1
  ` [PATCH v2 10/11] test-lib: make it possible to override how test code is eval'd
  ` [PATCH v2 11/11] t9904: new __git_ps1 tests for Zsh

What's cooking in git.git (Jun 2014, #01; Tue, 3)
 2014-06-04 21:00 UTC  (5+ messages)

[PATCH/RFC] Gitweb: Convert UTF-8 encoded file names
 2014-06-04 20:47 UTC  (11+ messages)
            ` [PATCH] gitweb: Harden UTF-8 handling in generated links

[PATCH v5] Add an explicit GIT_DIR to the list of excludes
 2014-06-04 20:15 UTC 

[PATCH v2] t9001: avoid not portable '\n' with sed
 2014-06-04 19:42 UTC 

[PATCH] t9001: avoid not portable '\n' with sed
 2014-06-04 19:16 UTC  (8+ messages)

[PATCH 00/11] Add transaction support for reflog
 2014-06-04 18:57 UTC  (12+ messages)
` [PATCH 01/11] refs.c make ref_transaction_create a wrapper to ref_transaction_update
` [PATCH 02/11] refs.c: make ref_transaction_delete a wrapper for ref_transaction_update
` [PATCH 03/11] refs.c: rename the transaction functions
` [PATCH 04/11] refs.c: add a new update_type field to ref_update
` [PATCH 05/11] refs.c: add a function to append a reflog entry to a fd
` [PATCH 06/11] lockfile.c: make hold_lock_file_for_append preserve meaningful errno
` [PATCH 07/11] refs.c: add a transaction function to append a reflog entry
` [PATCH 08/11] refs.c: add a flag to allow reflog updates to truncate the log
` [PATCH 09/11] refs.c: only write reflog update if msg is non-NULL
` [PATCH 10/11] refs.c: allow multiple reflog updates during a single transaction
` [PATCH 11/11] reflog.c: use a reflog transaction when writing during expire

2.0.0 regression? request pull does not seem to find head
 2014-06-04 18:40 UTC  (3+ messages)

[PATCH] update-index: fix segfault with missing --cacheinfo argument
 2014-06-04 18:03 UTC  (2+ messages)

[PATCH v2] receive-pack: optionally deny case clone refs
 2014-06-04 17:24 UTC  (3+ messages)

[PATCH v4] Add an explicit GIT_DIR to the list of excludes
 2014-06-04 13:52 UTC  (6+ messages)

[PATCH v5 1/2] refs.c: optimize check_refname_component()
 2014-06-04  3:35 UTC  (4+ messages)
` [PATCH v5 2/2] refs.c: SSE4.2 optimizations for check_refname_component

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

[PATCH 0/4] ack recoding in commit log
 2014-06-03 23:53 UTC  (3+ messages)
` [PATCH 4/4] git-ack: record an ack

[PATCH v13 00/41] Use ref transactions
 2014-06-03 22:22 UTC  (41+ messages)
` [PATCH v13 01/41] refs.c: remove ref_transaction_rollback
` [PATCH v13 04/41] refs.c: allow passing NULL to ref_transaction_free
` [PATCH v13 05/41] refs.c: add a strbuf argument to ref_transaction_commit for error logging
` [PATCH v13 06/41] refs.c: add an err argument to repack_without_refs
` [PATCH v13 07/41] refs.c: make ref_update_reject_duplicates take a strbuf argument for errors
` [PATCH v13 08/41] refs.c: add an err argument to delete_ref_loose
` [PATCH v13 09/41] refs.c: make update_ref_write update a strbuf on failure
` [PATCH v13 10/41] update-ref: use err argument to get error from ref_transaction_commit
` [PATCH v13 11/41] refs.c: remove the onerr argument to ref_transaction_commit
` [PATCH v13 12/41] refs.c: change ref_transaction_update() to do error checking and return status
` [PATCH v13 13/41] refs.c: change ref_transaction_create "
` [PATCH v13 14/41] refs.c: update ref_transaction_delete to check for error "
` [PATCH v13 15/41] refs.c: make ref_transaction_begin take an err argument
` [PATCH v13 16/41] refs.c: add transaction.status and track OPEN/CLOSED/ERROR
` [PATCH v13 17/41] tag.c: use ref transactions when doing updates
` [PATCH v13 18/41] replace.c: use the ref transaction functions for updates
` [PATCH v13 19/41] commit.c: use ref transactions "
` [PATCH v13 20/41] sequencer.c: use ref transactions for all ref updates
` [PATCH v13 21/41] fast-import.c: change update_branch to use ref transactions
` [PATCH v13 22/41] branch.c: use ref transaction for all ref updates
` [PATCH v13 23/41] refs.c: change update_ref to use a transaction
` [PATCH v13 24/41] receive-pack.c: use a reference transaction for updating the refs
` [PATCH v13 25/41] fast-import.c: use a ref transaction when dumping tags
` [PATCH v13 26/41] walker.c: use ref transaction for ref updates
` [PATCH v13 27/41] refs.c: make lock_ref_sha1 static
` [PATCH v13 28/41] refs.c: remove the update_ref_lock function
` [PATCH v13 29/41] refs.c: remove the update_ref_write function
` [PATCH v13 30/41] refs.c: remove lock_ref_sha1
` [PATCH v13 31/41] refs.c: make prune_ref use a transaction to delete the ref
` [PATCH v13 32/41] refs.c: make delete_ref use a transaction
` [PATCH v13 33/41] refs.c: pass the ref log message to _create/delete/update instead of _commit
` [PATCH v13 34/41] refs.c: pass NULL as *flags to read_ref_full
` [PATCH v13 35/41] refs.c: pack all refs before we start to rename a ref
` [PATCH v13 36/41] refs.c: move the check for valid refname to lock_ref_sha1_basic
` [PATCH v13 37/41] refs.c: call lock_ref_sha1_basic directly from commit
` [PATCH v13 38/41] refs.c: pass a skip list to name_conflict_fn
` [PATCH v13 39/41] refs.c: propagate any errno==ENOTDIR from _commit back to the callers
` [PATCH v13 40/41] fetch.c: change s_update_ref to use a ref transaction
` [PATCH v13 41/41] refs.c: make write_ref_sha1 static

Reset by checkout?
 2014-06-03 21:48 UTC  (7+ 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).