git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-06-13 17:40:55 to 2014-06-16 20:32:12 UTC [more...]

git rebase --skip stuck in a loop
 2014-06-16 20:31 UTC  (9+ messages)
            ` [PATCH] rebase--merge: fix --skip with two conflicts in a row

[PATCH v5 0/4] commit: Add commit.verbose configuration
 2014-06-16 20:28 UTC  (26+ messages)
` [PATCH v5 2/4] commit test: Use write_script
` [PATCH v5 3/4] commit test: test_set_editor in each test
` [PATCH v5 4/4] commit: Add commit.verbose configuration

[PATCH] pretty: avoid reading past end-of-string with "%G"
 2014-06-16 20:26 UTC  (2+ messages)
` [PATCH] t7510: check %G* pretty-format output

[PATCH 0/3] add strnncmp() function
 2014-06-16 20:19 UTC  (7+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] tree-walk: simplify via strnncmp()
` [PATCH 3/3] unpack-trees: "

[PATCH] Coding guideline for Error messages
 2014-06-16 19:57 UTC  (4+ messages)
` [PATCH] doc: State coding guideline for error message punctuation

[PATCH 0/3] verify-commit: verify commit signatures
 2014-06-16 19:54 UTC  (8+ messages)
` [PATCH 3/3] verify-commit: scriptable commit signature verification

[PATCH] doc git: multivar configuration parameters append to existing values
 2014-06-16 19:48 UTC  (6+ messages)

[PATCH v8] refs.c: SSE2 optimizations for check_refname_component
 2014-06-16 19:22 UTC 

[PATCH] http: fix charset detection of extract_content_type()
 2014-06-16 19:20 UTC  (4+ messages)

[PATCH] http-protocol.txt: Basic Auth is RFC 2617, not RFC 2616
 2014-06-16 18:26 UTC  (3+ messages)

pre-commit hook question
 2014-06-16 18:23 UTC  (2+ messages)

[PATCH] gitk: use mktemp -d to avoid predictable temporary directories
 2014-06-16 18:17 UTC  (8+ messages)

[PATCH v17 00/48] Use ref transactions
 2014-06-16 18:04 UTC  (49+ messages)
` [PATCH v17 01/48] refs.c: remove ref_transaction_rollback
` [PATCH v17 02/48] refs.c: ref_transaction_commit should not free the transaction
` [PATCH v17 03/48] refs.c: constify the sha arguments for ref_transaction_create|delete|update
` [PATCH v17 04/48] refs.c: allow passing NULL to ref_transaction_free
` [PATCH v17 05/48] refs.c: add a strbuf argument to ref_transaction_commit for error logging
` [PATCH v17 06/48] lockfile.c: add a new public function unable_to_lock_message
` [PATCH v17 07/48] lockfile.c: make lock_file return a meaningful errno on failurei
` [PATCH v17 08/48] refs.c: add an err argument to repack_without_refs
` [PATCH v17 09/48] refs.c: make sure log_ref_setup returns a meaningful errno
` [PATCH v17 10/48] refs.c: verify_lock should set errno to something meaningful
` [PATCH v17 11/48] refs.c: make remove_empty_directories alwasy set errno to something sane
` [PATCH v17 12/48] refs.c: commit_packed_refs to return a meaningful errno on failure
` [PATCH v17 13/48] refs.c: make resolve_ref_unsafe set errno to something meaningful on error
` [PATCH v17 14/48] refs.c: log_ref_write should try to return meaningful errno
` [PATCH v17 15/48] refs.c: make ref_update_reject_duplicates take a strbuf argument for errors
` [PATCH v17 16/48] refs.c: add an err argument to delete_ref_loose
` [PATCH v17 17/48] refs.c: make update_ref_write update a strbuf on failure
` [PATCH v17 18/48] update-ref: use err argument to get error from ref_transaction_commit
` [PATCH v17 19/48] refs.c: remove the onerr argument to ref_transaction_commit
` [PATCH v17 20/48] refs.c: change ref_transaction_update() to do error checking and return status
` [PATCH v17 21/48] refs.c: change ref_transaction_create "
` [PATCH v17 22/48] refs.c: update ref_transaction_delete to check for error "
` [PATCH v17 23/48] refs.c: make ref_transaction_begin take an err argument
` [PATCH v17 24/48] refs.c: add transaction.status and track OPEN/CLOSED/ERROR
` [PATCH v17 25/48] tag.c: use ref transactions when doing updates
` [PATCH v17 26/48] replace.c: use the ref transaction functions for updates
` [PATCH v17 27/48] commit.c: use ref transactions "
` [PATCH v17 28/48] sequencer.c: use ref transactions for all ref updates
` [PATCH v17 29/48] fast-import.c: change update_branch to use ref transactions
` [PATCH v17 30/48] branch.c: use ref transaction for all ref updates
` [PATCH v17 31/48] refs.c: change update_ref to use a transaction
` [PATCH v17 32/48] receive-pack.c: use a reference transaction for updating the refs
` [PATCH v17 33/48] fast-import.c: use a ref transaction when dumping tags
` [PATCH v17 34/48] walker.c: use ref transaction for ref updates
` [PATCH v17 35/48] refs.c: make lock_ref_sha1 static
` [PATCH v17 36/48] refs.c: remove the update_ref_lock function
` [PATCH v17 37/48] refs.c: remove the update_ref_write function
` [PATCH v17 38/48] refs.c: remove lock_ref_sha1
` [PATCH v17 39/48] refs.c: make prune_ref use a transaction to delete the ref
` [PATCH v17 40/48] refs.c: make delete_ref use a transaction
` [PATCH v17 41/48] refs.c: pass the ref log message to _create/delete/update instead of _commit
` [PATCH v17 42/48] refs.c: pass NULL as *flags to read_ref_full
` [PATCH v17 43/48] refs.c: move the check for valid refname to lock_ref_sha1_basic
` [PATCH v17 44/48] refs.c: call lock_ref_sha1_basic directly from commit
` [PATCH v17 45/48] refs.c: pass a skip list to name_conflict_fn
` [PATCH v17 46/48] refs.c: propagate any errno==ENOTDIR from _commit back to the callers
` [PATCH v17 47/48] fetch.c: change s_update_ref to use a ref transaction
` [PATCH v17 48/48] refs.c: make write_ref_sha1 static

[PATCH RFC] git-am: support any number of signatures
 2014-06-16 18:06 UTC  (6+ messages)

[PATCH 0/5] submodule config lookup API
 2014-06-16 17:58 UTC  (10+ messages)
` [PATCH 2/5] implement submodule config cache for lookup of submodule names

[PATCH/RFC] branch.c: Replace `git_config` with `git_config_get_string`
 2014-06-16 17:49 UTC  (3+ messages)

[PATCH v2 0/2] Git config cache & special querying api utilizing the cache
 2014-06-16 17:35 UTC  (6+ messages)
` [PATCH v2 1/2] string-list: Add string_list initializer helper functions
` [PATCH v2 2/2] config: Add hashtable for config parsing & retrieval

[PATCH v2 00/14] ref-transactions-reflog
 2014-06-16 16:51 UTC  (15+ messages)
` [PATCH v2 01/14] refs.c make ref_transaction_create a wrapper to ref_transaction_update
` [PATCH v2 02/14] refs.c: make ref_transaction_delete a wrapper for ref_transaction_update
` [PATCH v2 03/14] refs.c: rename the transaction functions
` [PATCH v2 04/14] refs.c: add a new update_type field to ref_update
` [PATCH v2 05/14] refs.c: add a function to append a reflog entry to a fd
` [PATCH v2 06/14] lockfile.c: make hold_lock_file_for_append preserve meaningful errno
` [PATCH v2 07/14] refs.c: add a transaction function to append a reflog entry
` [PATCH v2 08/14] refs.c: add a flag to allow reflog updates to truncate the log
` [PATCH v2 09/14] refs.c: only write reflog update if msg is non-NULL
` [PATCH v2 10/14] refs.c: allow multiple reflog updates during a single transaction
` [PATCH v2 11/14] reflog.c: use a reflog transaction when writing during expire
` [PATCH v2 12/14] refs.c: rename log_ref_setup to create_reflog
` [PATCH v2 13/14] refs.c: make unlock_ref/close_ref/commit_ref static
` [PATCH v2 14/14] refs.c: remove lock_any_ref_for_update

ISO 13485
 2014-06-16 15:20 UTC  (2+ messages)

www.mcsi14.org
 2014-06-16 12:16 UTC 

Why doesn't git-fetch obey -c "remote.origin.url" on the command-line?
 2014-06-16 12:48 UTC  (3+ messages)

[PATCH 00/14] Add submodule test harness
 2014-06-16  9:57 UTC  (16+ messages)
` [PATCH 01/14] test-lib: add test_dir_is_empty()
` [PATCH 02/14] submodules: Add the lib-submodule-update.sh test library
` [PATCH 03/14] checkout: call the new submodule update test framework
` [PATCH 04/14] apply: add t4137 for submodule updates
` [PATCH 05/14] read-tree: add t1013 "
` [PATCH 06/14] reset: add t7112 "
` [PATCH 07/14] bisect: add t6041 "
` [PATCH 08/14] merge: add t7613 "
` [PATCH 09/14] rebase: add t3426 "
` [PATCH 10/14] pull: add t5572 "
` [PATCH 11/14] cherry-pick: add t3512 "
` [PATCH 12/14] am: add t4255 "
` [PATCH 13/14] stash: add t3906 "
` [PATCH 14/14] revert: add t3513 "

[PATCH/RFC] alias.c: Replace git_config with git_config_get_string
 2014-06-16  9:15 UTC 

[PATCH] gitk: avoid mkdtemp on Windows
 2014-06-15 22:23 UTC 

[OT] List CC etiquette and my brain just do not seem to work
 2014-06-15 17:25 UTC  (3+ messages)

Is there a reason the credential cache server cowardly refuses to delete/reuse the socket file?
 2014-06-15 14:52 UTC  (4+ messages)

[PATCH v4 0/1] receive-pack: optionally deny case clone refs
 2014-06-15  7:10 UTC  (8+ messages)

[PATCH v7 0/1] refs.c: SSE4.2 optimizations for check_refname_component
 2014-06-15  5:53 UTC  (10+ messages)
` [PATCH v7 1/1] "

[PATCH] gitk: switch to patch mode when searching for line origin
 2014-06-15  4:56 UTC  (2+ messages)

[PATCH] gitk: honor TMPDIR when viewing external diffs
 2014-06-15  4:57 UTC  (2+ messages)

[PATCH] gitk: replace SHA1 entry field on keyboard paste
 2014-06-15  4:55 UTC  (2+ messages)

[PATCH] gitk: Allow displaying time zones from author and commit timestamps
 2014-06-15  4:56 UTC  (2+ messages)

[PATCH] gitk: show staged submodules regardless of ignore config
 2014-06-15  4:57 UTC  (2+ messages)

[PATCH v6] Add an explicit GIT_DIR to the list of excludes
 2014-06-14 19:16 UTC  (2+ messages)
` [PATCH v8] "

[PATCH v3 0/2] add strbuf_set operations
 2014-06-14  4:49 UTC  (8+ messages)
` [PATCH v3 1/2] "

[PATCH alt-v3] Improve function dir.c:trim_trailing_spaces()
 2014-06-14  2:45 UTC  (4+ messages)

Our merge bases sometimes suck
 2014-06-13 22:35 UTC  (5+ messages)

Re: [PATCH 0/5] First part of Unicode console support for msysgit
 2014-06-13 22:09 UTC  (5+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 5/6] Win32: Thread-safe windows console output
      ` [PATCH 7/6] Win32: reliably detect console pipe handles

[PATCH 1/2] blame: factor out get_next_line()
 2014-06-13 21:46 UTC  (6+ messages)
` [PATCH 2/2] blame: simplify prepare_lines()

[PATCH 0/2] Fixes for the ref-transactions series in origin/pu
 2014-06-13 19:47 UTC  (4+ messages)
` [PATCH 1/2] remotes.c: update calls to new signature for repack_without_refs

[PATCHv2 0/6] verify-commit: verify commit signatures
 2014-06-13 18:23 UTC  (8+ messages)
` [PATCHv2 4/6] t7510: exit for loop with test result
` [PATCHv2 5/6] t7510: test verify-commit

[PATCH] git-gui: show staged submodules regardless of ignore config
 2014-06-13 17:36 UTC  (2+ messages)

[PATCH] Add --recursive flag to documentation of git submodule sync command
 2014-06-13 17:40 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).