git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-06-17 15:55:00 to 2014-06-19 03:28:27 UTC [more...]

[RFC PATCH 0/7] rebase -i: Implement `reword` and `squash` in terms of `do_pick`
 2014-06-19  3:28 UTC 

The different EOL behavior between libgit2-based software and official Git
 2014-06-19  2:59 UTC 

[PATCH] gitk: use mktemp -d to avoid predictable temporary directories
 2014-06-19  2:54 UTC  (6+ messages)

[PATCH] gitk: catch mkdtemp errors
 2014-06-19  2:53 UTC 

Error 128 Clone succeeded, but checkout failed
 2014-06-19  0:37 UTC  (4+ messages)

Conventions on struct copying?
 2014-06-18 23:31 UTC 

[PATCH v18 00/48] Use ref transactions
 2014-06-18 22:38 UTC  (47+ messages)
` [PATCH v18 03/48] refs.c: constify the sha arguments for ref_transaction_create|delete|update
` [PATCH v18 05/48] refs.c: add a strbuf argument to ref_transaction_commit for error logging
` [PATCH v18 06/48] lockfile.c: add a new public function unable_to_lock_message
` [PATCH v18 07/48] lockfile.c: make lock_file return a meaningful errno on failurei
` [PATCH v18 08/48] refs.c: add an err argument to repack_without_refs
` [PATCH v18 09/48] refs.c: make sure log_ref_setup returns a meaningful errno
` [PATCH v18 10/48] refs.c: verify_lock should set errno to something meaningful
` [PATCH v18 11/48] refs.c: make remove_empty_directories alwasy set errno to something sane
` [PATCH v18 12/48] refs.c: commit_packed_refs to return a meaningful errno on failure
` [PATCH v18 13/48] refs.c: make resolve_ref_unsafe set errno to something meaningful on error
` [PATCH v18 14/48] refs.c: log_ref_write should try to return meaningful errno
` [PATCH v18 15/48] refs.c: make ref_update_reject_duplicates take a strbuf argument for errors
` [PATCH v18 16/48] refs.c: add an err argument to delete_ref_loose
` [PATCH v18 17/48] refs.c: make update_ref_write update a strbuf on failure
` [PATCH v18 18/48] update-ref: use err argument to get error from ref_transaction_commit
` [PATCH v18 19/48] refs.c: remove the onerr argument to ref_transaction_commit
` [PATCH v18 20/48] refs.c: change ref_transaction_update() to do error checking and return status
` [PATCH v18 21/48] refs.c: change ref_transaction_create "
` [PATCH v18 22/48] refs.c: update ref_transaction_delete to check for error "
` [PATCH v18 24/48] refs.c: add transaction.status and track OPEN/CLOSED/ERROR
` [PATCH v18 26/48] replace.c: use the ref transaction functions for updates
` [PATCH v18 27/48] commit.c: use ref transactions "
` [PATCH v18 28/48] sequencer.c: use ref transactions for all ref updates
` [PATCH v18 29/48] fast-import.c: change update_branch to use ref transactions
` [PATCH v18 30/48] branch.c: use ref transaction for all ref updates
` [PATCH v18 31/48] refs.c: change update_ref to use a transaction
` [PATCH v18 32/48] receive-pack.c: use a reference transaction for updating the refs
` [PATCH v18 34/48] walker.c: use ref transaction for ref updates
` [PATCH v18 35/48] refs.c: make lock_ref_sha1 static
` [PATCH v18 36/48] refs.c: remove the update_ref_lock function
` [PATCH v18 37/48] refs.c: remove the update_ref_write function
` [PATCH v18 38/48] refs.c: remove lock_ref_sha1
` [PATCH v18 39/48] refs.c: make prune_ref use a transaction to delete the ref
` [PATCH v18 40/48] refs.c: make delete_ref use a transaction
` [PATCH v18 47/48] fetch.c: change s_update_ref to use a ref transaction

[PATCH 0/2] dropping manual malloc calculations
 2014-06-18 22:32 UTC  (4+ messages)
` [PATCH 1/2] strbuf: add xstrdup_fmt helper
` [PATCH 2/2] use xstrdup_fmt in favor of manual size calculations

[PATCH] alloc.c: remove alloc_raw_commit_node() function
 2014-06-18 22:30 UTC  (3+ messages)

[PATCH 0/7] Second part of msysgit/unicode
 2014-06-18 21:35 UTC  (5+ messages)
      `  "

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

[PATCH 0/7] cleaning up determine_author_info
 2014-06-18 20:36 UTC  (8+ messages)
` [PATCH 1/7] commit: provide a function to find a header in a buffer
` [PATCH 2/7] record_author_info: fix memory leak on malformed commit
` [PATCH 3/7] record_author_info: use find_commit_header
` [PATCH 4/7] ident_split: store begin/end pairs on their own struct
` [PATCH 5/7] use strbufs in date functions
` [PATCH 6/7] determine_author_info: reuse parsing functions
` [PATCH 7/7] determine_author_info: stop leaking name/email

Importing history to show up in a blame
 2014-06-18 20:09 UTC 

[PATCH 0/16] skip_prefix refactoring and cleanups
 2014-06-18 19:57 UTC  (17+ messages)
` [PATCH 01/16] parse_diff_color_slot: drop ofs parameter
` [PATCH 02/16] daemon: mark some strings as const
` [PATCH 03/16] avoid using skip_prefix as a boolean
` [PATCH 04/16] refactor skip_prefix to return "
` [PATCH 05/16] apply: use skip_prefix instead of raw addition
` [PATCH 06/16] fast-import: fix read of uninitialized argv memory
` [PATCH 07/16] transport-helper: avoid reading past end-of-string
` [PATCH 08/16] use skip_prefix to avoid magic numbers
` [PATCH 09/16] use skip_prefix to avoid repeating strings
` [PATCH 10/16] fast-import: use skip_prefix for parsing input
` [PATCH 11/16] daemon: use skip_prefix to avoid magic numbers
` [PATCH 12/16] stat_opt: check extra strlen call
` [PATCH 13/16] fast-import: refactor parsing of spaces
` [PATCH 14/16] fetch-pack: refactor parsing in get_ack
` [PATCH 15/16] git: avoid magic number with skip_prefix
` [PATCH 16/16] use skip_prefix to avoid repeated calculations

[PATCH v3 0/5] cleanup duplicate name_compare() functions
 2014-06-18 19:14 UTC  (12+ messages)
` [PATCH v3 1/5] cache: rename cache_name_compare() to name_compare()
` [PATCH v3 2/5] tree-walk.c: remove name_compare() function
` [PATCH v3 3/5] unpack-trees.c: "
` [PATCH v3 4/5] dir.c: rename to name_compare()
` [PATCH v3 5/5] name-hash.c: "

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

cherry-pick lost
 2014-06-18 18:16 UTC  (2+ messages)

[PATCH v5 00/11] add performance tracing facility
 2014-06-18 17:28 UTC  (11+ messages)
` [PATCH v5 09/11] trace: add high resolution timer function to debug performance issues
` [PATCH v5 10/11] trace: add trace_performance facility "

What's cooking in git.git (Jun 2014, #04; Tue, 17)
 2014-06-18 17:25 UTC 

Possible bug in `git reset` in 1.9
 2014-06-18 17:20 UTC  (2+ messages)
` Possible bug in `gitreset` "

[PATCH v3 0/5] ref-transactions-rename
 2014-06-18 17:24 UTC  (6+ messages)
` [PATCH v3 1/5] refs.c: allow passing raw git_committer_info as email to _update_reflog
` [PATCH v3 2/5] refs.c: return error instead of dying when locking fails during transaction
` [PATCH v3 3/5] refs.c: use packed refs when deleting refs during a transaction
` [PATCH v3 4/5] refs.c: update rename_ref to use "
` [PATCH v3 5/5] refs.c: rollback the lockfile before we die() in repack_without_refs

Why does gpg.program work for commit but not log?
 2014-06-18 17:12 UTC  (5+ messages)

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

[PATCH v2 0/9] Clarify two uses of remote.*.fetch
 2014-06-18 12:21 UTC  (9+ messages)
` [PATCH v2 3/9] fetch doc: update note on '+' in front of the refspec
` [PATCH v2 9/9] fetch: allow explicit --refmap to override configuration

[RFC] rebase --root: Empty root commit is replaced with sentinel
 2014-06-18 12:10 UTC 

[PATCH v2 0/3] add strnncmp() function
 2014-06-18 10:33 UTC  (9+ messages)
` [PATCH v2 1/3] "

[puzzled and solved] "shortlog" not quite understanding all "log" options
 2014-06-18  8:08 UTC  (4+ messages)

(unknown),
 2014-06-18  8:01 UTC  (2+ messages)
` progit build instructions and ExtUtils::MakeMaker

[PATCH v4] http: fix charset detection of extract_content_type()
 2014-06-18  7:40 UTC  (2+ messages)

[PATCH v11] refs.c: SSE2 optimizations for check_refname_component
 2014-06-18  5:54 UTC 

[PATCH RFC v2] git-am: support any number of signatures
 2014-06-18  4:34 UTC 

[PATCH] Update of unicode_width.h to Unicode Version 7.0
 2014-06-18  0:58 UTC  (2+ messages)

[PATCH 0/5] submodule config lookup API
 2014-06-17 22:19 UTC  (13+ messages)
` [PATCH 1/5] hashmap: add enum for hashmap free_entries option
            `  "
      ` Re: [PATCH 0/5] submodule config lookup API

[PATCH v2 0/2] Git config cache & special querying api utilizing the cache
 2014-06-17 22:10 UTC  (5+ messages)
` [PATCH v2 1/2] string-list: Add string_list initializer helper functions

[PATCH] doc git: multivar configuration parameters append to existing values
 2014-06-17 22:03 UTC  (5+ messages)

[PATCH v3] http: fix charset detection of extract_content_type()
 2014-06-17 21:40 UTC  (2+ messages)

[PATCH v6 0/4] commit: Add commit.verbose configuration
 2014-06-17 21:39 UTC  (10+ messages)
` [PATCH v6 1/4] commit test: Use test_config instead of git-config
` [PATCH v6 2/4] commit test: Use write_script
` [PATCH v6 3/4] commit test: test_set_editor in each test
` [PATCH v6 4/4] commit: Add commit.verbose configuration

[PATCH/RFC] alias.c: Replace git_config with git_config_get_string
 2014-06-17 21:14 UTC  (4+ messages)

[PATCH 00/14] Add submodule test harness
 2014-06-17 21:05 UTC  (13+ messages)
` [PATCH 01/14] test-lib: add test_dir_is_empty()
` [PATCH 02/14] submodules: Add the lib-submodule-update.sh test library
` [PATCH 09/14] rebase: add t3426 for submodule updates

Annotated tags by default?
 2014-06-17 21:02 UTC  (2+ messages)

ISO 13485
 2014-06-17 20:03 UTC  (5+ messages)

(unknown),
 2014-06-17 18:07 UTC  (4+ messages)
` [PATCH v10 1/1] refs.c: SSE2 optimizations for check_refname_component

[PATCH v9] refs.c: SSE2 optimizations for check_refname_component
 2014-06-17 17:35 UTC  (2+ messages)

[PATCH v17 00/48] Use ref transactions
 2014-06-17 17:23 UTC  (6+ messages)
` [PATCH v17 16/48] refs.c: add an err argument to delete_ref_loose


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