git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-06-18 08:09:00 to 2014-06-19 20:13:06 UTC [more...]

[PATCH 00/14] Add submodule test harness
 2014-06-19 20:12 UTC  (7+ messages)
` [PATCH 01/14] test-lib: add test_dir_is_empty()
  ` [PATCH v2 "
` [PATCH 02/14] submodules: Add the lib-submodule-update.sh test library
  ` [PATCH v2 "
` [PATCH 07/14] bisect: add t6041 for submodule updates
  ` [PATCH v2 "

Surprising 'git-describe --all --match' behavior
 2014-06-19 20:12 UTC  (5+ messages)

[PATCH v4] cleanup duplicate name_compare() functions
 2014-06-19 18:29 UTC  (4+ messages)

Conventions on struct copying?
 2014-06-19 17:22 UTC  (3+ messages)

[PATCH 0/2] dropping manual malloc calculations
 2014-06-19 16:52 UTC  (7+ messages)
` [PATCH 1/2] strbuf: add xstrdup_fmt helper
` [PATCH 2/2] use xstrdup_fmt in favor of manual size calculations

[PATCH v18 00/48] Use ref transactions
 2014-06-19 15:56 UTC  (18+ messages)
` [PATCH v18 07/48] lockfile.c: make lock_file return a meaningful errno on failurei
` [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 14/48] refs.c: log_ref_write should try to return meaningful errno
` [PATCH v18 16/48] refs.c: add an err argument to delete_ref_loose

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

search for equivalent commits by patch-id
 2014-06-19 12:26 UTC 

[RFC] rebase --root: Empty root commit is replaced with sentinel
 2014-06-19 13:08 UTC  (4+ messages)

Git chokes on large file
 2014-06-19 12:27 UTC  (4+ messages)
` [PATCH 1/4] wrapper.c: introduce gentle xmallocz that does not die()
  ` [PATCH 4/4] diff: mark any file larger than core.bigfilethreshold binary

Tool/Scripts - For maintaining different branches on a repo
 2014-06-19 10:48 UTC 

What's cooking in git.git (Jun 2014, #04; Tue, 17)
 2014-06-19 10:06 UTC  (2+ messages)

[PATCH] alloc.c: remove alloc_raw_commit_node() function
 2014-06-19  9:55 UTC  (5+ messages)

[PATCH v3 0/5] cleanup duplicate name_compare() functions
 2014-06-19  8:54 UTC  (15+ 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: "

The different EOL behavior between libgit2-based software and official Git
 2014-06-19  7:25 UTC  (3+ messages)

[PATCH 0/16] skip_prefix refactoring and cleanups
 2014-06-19  5:22 UTC  (18+ 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

[RFC PATCH 1/7] rebase -i: Make option handling in pick_one more flexible
 2014-06-19  3:28 UTC  (7+ messages)
` [RFC PATCH 2/7] rebase -i: Teach do_pick the option --edit
` [RFC PATCH 3/7] rebase -i: Stop on root commits with empty log messages
` [RFC PATCH 4/7] rebase -i: Commit only once when rewriting picks
` [RFC PATCH 5/7] rebase -i: Do not die in do_pick
` [RFC PATCH 6/7] rebase -i: Prepare for squash in terms of do_pick --amend
` [RFC PATCH 7/7] rebase -i: Teach do_pick the options --amend and --file

[RFC PATCH 0/7] rebase -i: Implement `reword` and `squash` in terms of `do_pick`
 2014-06-19  3:28 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)

[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 RFC] git-am: support any number of signatures
 2014-06-18 18:23 UTC  (10+ 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 "

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  (7+ messages)
` [PATCH v2 9/9] fetch: allow explicit --refmap to override configuration

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

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


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 NNTP newsgroup(s).