git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-06-19 20:40:44 to 2014-06-24 05:00:08 UTC [more...]

[PATCH] t7510: Skip all if GPG isn't installed
 2014-06-24  4:52 UTC 

Use case (was Re: Should branches be objects?)
 2014-06-24  3:20 UTC 

[RFC/PATCH V2] alias.c: replace git_config with git_config_get_string
 2014-06-24  1:50 UTC  (8+ messages)
` [RFC/PATCH V2] branch.c: "
` [RFC/PATCH] imap-send.c: "
` [RFC/PATCH] notes-util.c: "
` [RFC/PATCH] notes.c: "
` [RFC/PATCH] pager.c: "

files deleted with no record?
 2014-06-24  1:15 UTC 

Triangular workflow with Central repo
 2014-06-23 23:37 UTC 

[PATCH v3 0/3] git config cache & special querying api utilizing the cache
 2014-06-23 23:25 UTC  (11+ messages)
` [PATCH v3 1/3] string-list: add string_list initialiser helper functions
` [PATCH v3 2/3] config: add hashtable for config parsing & retrieval
` [PATCH v3 3/3] test-config: add usage examples for non-callback query functions

What's cooking in git.git (Jun 2014, #05; Fri, 20)
 2014-06-23 23:17 UTC  (3+ messages)
` pb/trim-trailing-spaces (Re: What's cooking in git.git (Jun 2014, #05; Fri, 20))

[PATCHv2 0/6] verify-commit: verify commit signatures
 2014-06-23 23:02 UTC  (12+ messages)
` [PATCHv3 0/5] "
  ` [PATCHv3 1/5] gpg-interface: provide clear helper for struct signature_check
  ` [PATCHv3 2/5] gpg-interface: provide access to the payload
  ` [PATCHv3 3/5] verify-commit: scriptable commit signature verification
  ` [PATCHv3 4/5] t7510: exit for loop with test result
  ` [PATCHv3 5/5] t7510: test verify-commit

[PATCH 0/2] dropping manual malloc calculations
 2014-06-23 22:43 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 0/16] skip_prefix refactoring and cleanups
 2014-06-23 21:44 UTC  (19+ messages)
` [PATCH 04/16] refactor skip_prefix to return a boolean
      ` [PATCH] builtin/clone.c: detect a clone starting at a tag correctly
` [PATCH 08/16] use skip_prefix to avoid magic numbers
` [PATCH 10/16] fast-import: use skip_prefix for parsing input
` [PATCH 14/16] fetch-pack: refactor parsing in get_ack
` [PATCH 17/16] http-push: refactor parsing of remote object names

gitk with submodules does not show new commits on other branches
 2014-06-23 19:30 UTC  (10+ messages)

Git chokes on large file
 2014-06-23 19:21 UTC  (6+ 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

Is column.ui.* configuration a bit too strong?
 2014-06-23 19:03 UTC 

bug: git grep -P and multiline mode
 2014-06-23 17:42 UTC  (2+ messages)

How should git-config include.path option work in ~/.gitconfig file?
 2014-06-23 17:36 UTC  (3+ messages)

The different EOL behavior between libgit2-based software and official Git
 2014-06-23 17:29 UTC  (9+ messages)
      ` [msysGit] "
        `  "

[PATCH 0/7] cleaning up determine_author_info
 2014-06-23 17:21 UTC  (12+ messages)
` [PATCH 1/7] commit: provide a function to find a header in a buffer
` [PATCH 4/7] ident_split: store begin/end pairs on their own struct
` [PATCH 7/7] determine_author_info: stop leaking name/email

[RFC PATCH 1/7] rebase -i: Make option handling in pick_one more flexible
 2014-06-23 16:09 UTC  (12+ 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

Our merge bases sometimes suck
 2014-06-23 11:43 UTC  (7+ messages)

autopacking twice?
 2014-06-23 10:57 UTC  (4+ messages)

Bug in Git Gui create branch
 2014-06-23  7:11 UTC 

gitk's truncated tags
 2014-06-22 20:49 UTC  (2+ messages)

gitk does not respect UI fonts
 2014-06-21 13:32 UTC 

[PATCH v6 00/11] add performance tracing facility
 2014-06-21  0:33 UTC  (17+ messages)
` [PATCH v6 01/11] trace: move trace declarations from cache.h to new trace.h
` [PATCH v6 02/11] trace: consistently name the format parameter
` [PATCH v6 03/11] trace: remove redundant printf format attribute
` [PATCH v6 04/11] trace: factor out printing to the trace file
` [PATCH v6 05/11] trace: add infrastructure to augment trace output with additional info
` [PATCH v6 06/11] trace: add current timestamp to all trace output
` [PATCH v6 07/11] trace: move code around, in preparation to file:line output
` [PATCH v6 08/11] trace: add 'file:line' to all trace output
` [PATCH v6 09/11] trace: add high resolution timer function to debug performance issues
` [PATCH v6 10/11] trace: add trace_performance facility "
` [PATCH v6 11/11] git: add performance tracing for git's main() function to debug scripts

Tool/Scripts - For maintaining different branches on a repo
 2014-06-20 22:30 UTC  (2+ messages)

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

git gui - Linux
 2014-06-20  9:30 UTC 

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

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)

What's cooking in git.git (Jun 2014, #04; Tue, 17)
 2014-06-19 20:40 UTC  (3+ 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).