git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-06-18 18:46:08 to 2014-06-20 08:53:25 UTC [more...]

Our merge bases sometimes suck
 2014-06-20  8:53 UTC  (5+ messages)

The different EOL behavior between libgit2-based software and official Git
 2014-06-20  8:44 UTC  (6+ messages)

search for equivalent commits by patch-id
 2014-06-20  7:43 UTC  (2+ messages)

[PATCH 0/16] skip_prefix refactoring and cleanups
 2014-06-20  5:45 UTC  (27+ 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 17/16] http-push: refactor parsing of remote object names

Should branches be objects?
 2014-06-20  2:27 UTC  (6+ messages)

[PATCH v5 0/2] cleanup duplicate name_compare() functions
 2014-06-20  2:06 UTC  (3+ messages)
` [PATCH v5 1/2] name-hash.c: replace cache_name_compare() with memcmp()
` [PATCH v5 2/2] cleanup duplicate name_compare() functions

[PATCH v4] cleanup duplicate name_compare() functions
 2014-06-20  1:55 UTC  (6+ messages)

Conventions on struct copying?
 2014-06-20  1:26 UTC  (4+ messages)

Surprising 'git-describe --all --match' behavior
 2014-06-19 21:50 UTC  (6+ messages)

[PATCH 0/2] dropping manual malloc calculations
 2014-06-19 21:30 UTC  (18+ messages)
` [PATCH 1/2] strbuf: add xstrdup_fmt helper
        ` [PATCH v2] dropping manual malloc calculations
          ` [PATCH v2 01/10] strbuf: add xstrfmt helper
          ` [PATCH v2 02/10] use xstrfmt in favor of manual size calculations
          ` [PATCH v2 03/10] use xstrdup instead of xmalloc + strcpy
          ` [PATCH v2 04/10] use xstrfmt to replace xmalloc + sprintf
          ` [PATCH v2 05/10] use xstrfmt to replace xmalloc + strcpy/strcat
          ` [PATCH v2 06/10] setup_git_env: use git_pathdup instead of xmalloc + sprintf
          ` [PATCH v2 07/10] sequencer: use argv_array_pushf
          ` [PATCH v2 08/10] merge: use argv_array when spawning merge strategy
          ` [PATCH v2 09/10] walker_fetch: fix minor memory leak
          ` [PATCH v2 10/10] unique_path: fix unlikely heap overflow
` [PATCH 2/2] use xstrdup_fmt in favor of manual size calculations

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

[PATCH 00/14] Add submodule test harness
 2014-06-19 20:12 UTC  (13+ 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 "
` [PATCH 09/14] rebase: add t3426 "
  ` [PATCH v2 "
` [PATCH 13/14] stash: add t3906 "
  ` [PATCH v2 "
` [PATCH 14/14] revert: add t3513 "
  ` [PATCH v2 "

[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

[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 

[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: "

[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  (6+ messages)
` [PATCH v3 01/14] refs.c make ref_transaction_create a wrapper to ref_transaction_update
` [PATCH v3 04/14] refs.c: add a new update_type field to ref_update
    ` Re* "

[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 


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