git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-07-29 11:29:54 to 2014-07-31 21:41:32 UTC [more...]

Transaction patch series overview
 2014-07-31 21:41 UTC  (2+ messages)

[PATCH 0/5] ref-transactions-send-pack
 2014-07-31 21:39 UTC  (6+ messages)
` [PATCH 1/5] receive-pack.c: add protocol support to negotiate atomic-push
` [PATCH 2/5] send-pack.c: add an --atomic-push command line argument
` [PATCH 3/5] receive-pack.c: use a single transaction when atomic-push is negotiated
` [PATCH 4/5] receive-pack.c: add receive.atomicpush configuration option
` [PATCH 5/5] push.c: add an --atomic-push argument

[PATCH 0/5] ref-transactions-req-strbuf-err
 2014-07-31 21:25 UTC  (6+ messages)
` [PATCH 1/5] refs.c: replace the onerr argument in update_ref with a strbuf err
` [PATCH 2/5] refs.c: make add_packed_ref return an error instead of calling die
` [PATCH 3/5] refs.c: make lock_packed_refs take an err argument
` [PATCH 4/5] refs.c: add an err argument to commit_packed_refs
` [PATCH 5/5] refs.c: add an err argument to pack_refs

[PATCH v6 0/7] Rewrite `git_config()` using config-set API
 2014-07-31 21:17 UTC  (17+ messages)
` [PATCH v6 1/7] config.c: fix accuracy of line number in errors
` [PATCH v6 2/7] add line number and file name info to `config_set`
` [PATCH v6 3/7] change `git_config()` return value to void
` [PATCH v6 4/7] rewrite git_config() to use the config-set API
` [PATCH v6 5/7] add a test for semantic errors in config files
` [PATCH v6 6/7] config: add `git_die_config()` to the config-set API
` [PATCH v6 7/7] add tests for `git_config_get_string_const()`

Bug report about symlinks
 2014-07-31 19:50 UTC 

[PATCH] imap-send: clarify CRAM-MD5 vs LOGIN documentation
 2014-07-31 19:35 UTC  (7+ messages)
    ` [PATCH 1/2] "
    ` [PATCH 2/2] imap-send: create target mailbox if it is missing

[PATCH v3 0/6] git_config callers rewritten with the new config cache API
 2014-07-31 17:13 UTC  (4+ messages)
` [PATCH v3 1/6] alias.c: replace `git_config()` with `git_config_get_string()`

[PATCH 0/5] nd/multiple-work-trees follow-ups
 2014-07-31 17:00 UTC  (22+ messages)
` [PATCH 3/5] checkout --to: no auto-detach if the ref is already checked out
` [PATCH v2 0/8] nd/multiple-work-trees follow-ups
  ` [PATCH v2 1/8] gitrepository-layout.txt: s/ignored/ignored if/
  ` [PATCH v2 2/8] checkout: no need to call check_linked_checkouts if head_ref is NULL
  ` [PATCH v2 3/8] prune --repos: fix uninitialized access
  ` [PATCH v2 4/8] checkout: no auto-detach if the ref is already checked out
  ` [PATCH v2 5/8] checkout --to: fix dangling pointers in remove_junk()
  ` [PATCH v2 6/8] environment.c: fix incorrect git_graft_file initialization
  ` [PATCH v2 7/8] checkout: prefix --to argument properly when cwd is moved
  ` [PATCH v2 8/8] checkout --to: do not touch existing target directory

stash-p broken?
 2014-07-31 16:49 UTC  (11+ messages)

[PATCH v2 1/2] config.c: mark error and warnings strings for translation
 2014-07-31 15:23 UTC  (4+ messages)
` [PATCH 2/2] add variable name to `git_config_*()` error message

[PATCH] git-push: fix link in man page
 2014-07-31 15:06 UTC 

[PATCH] Make locked paths absolute when current directory is changed
 2014-07-31 13:43 UTC  (13+ messages)
` [PATCH v2 1/2] lockfile.c: remove PATH_MAX limitation (except in resolve_symlink)
  ` [PATCH v2 2/2] Make locked paths absolute when current directory is changed
  ` [PATCH v3 0/3] Keep .lock file paths absolute
    ` [PATCH v3 1/3] lockfile.c: remove PATH_MAX limitation (except in resolve_symlink)
    ` [PATCH v3 2/3] lockfile.c: remove PATH_MAX limit in resolve_symlink()
    ` [PATCH v3 3/3] lockfile.c: store absolute path

[PATCH 5/5] gitweb: make category headings into links when they are directories
 2014-07-31 12:53 UTC 

[PATCH 4/5] gitweb: optionally set project category from its pathname
 2014-07-31 12:53 UTC 

[PATCH 3/5] gitweb: add a link under the search box to clear a project filter
 2014-07-31 12:53 UTC 

[PATCH 2/5] gitweb: if the PATH_INFO is incomplete, use it as a project_filter
 2014-07-31 12:53 UTC 

[PATCH 1/5] gitweb: fix typo in man page
 2014-07-31 12:53 UTC 

[PATCH 0/5] gitweb: improve directory hierarchy handling
 2014-07-31 12:53 UTC 

[BUG?] log -g does not respect pathspec
 2014-07-31 12:36 UTC 

[PATCH] config.c: mark error and warnings strings for translation
 2014-07-31 12:18 UTC  (3+ messages)

[PATCH v4 0/5] git_config callers rewritten with the new config cache API
 2014-07-31 12:13 UTC  (16+ messages)
` [PATCH v4 1/5] pager.c: replace `git_config()` with `git_config_get_value()`
` [PATCH v4 2/5] notes.c: replace `git_config()` with `git_config_get_value_multi()`
` [PATCH v4 3/5] imap-send.c: replace `git_config()` with `git_config_get_*()` family
` [PATCH v4 4/5] branch.c: replace `git_config()` with `git_config_get_string()
` [PATCH v4 5/5] alias.c: replace `git_config()` with `git_config_get_string()`

[PATCH v5 0/7] Rewrite `git_config()` using config-set API
 2014-07-31 11:58 UTC  (14+ messages)
` [PATCH v5 1/7] config.c: fix accuracy of line number in errors
` [PATCH v5 2/7] add line number and file name info to `config_set`
` [PATCH v5 3/7] change `git_config()` return value to void
` [PATCH v5 4/7] rewrite git_config() to use the config-set API
` [PATCH v5 5/7] add a test for semantic errors in config files
` [PATCH 6/7] config: add `git_die_config()` to the config-set API
` [PATCH 7/7] add tests for `git_config_get_string_const()`

[PATCH v3 0/9] Speed up cache loading time
 2014-07-31  2:41 UTC  (5+ messages)
` [PATCH v3 4/9] index-helper: new daemon for caching index and related stuff

[PATCH 0/2] improving "git stash list -p"
 2014-07-31  0:28 UTC  (19+ messages)
` [PATCH 1/2] add --simplify-combined-diff option
` [PATCH 2/2] stash: default listing to "--cc --simplify-combined-diff"
` [RFC/PATCH 3/2] stash: show combined diff with "stash show"
` [PATCH v2 0/6] improving "git stash list -p"
  ` [PATCH v2 1/6] revision: drop useless string offset when parsing "--pretty"
  ` [PATCH v2 2/6] pretty: treat "--format=" as an empty userformat
  ` [PATCH v2 3/6] pretty: make empty userformats truly empty
  ` [PATCH v2 4/6] add --simplify-combined-diff option
  ` [PATCH v2 5/6] stash: default listing to "--cc --simplify-combined-diff"
  ` [PATCH v2 6/6] stash: show combined diff with "stash show"

[ANNOUNCE] Git v2.0.4
 2014-07-30 22:40 UTC 

[PATCH v2 0/5] use packed refs for ref-transactions
 2014-07-30 21:55 UTC  (6+ messages)
` [PATCH v2 1/5] refs.c: move reflog updates into its own function
` [PATCH v2 2/5] refs.c: write updates to packed refs when a transaction has more than one ref
` [PATCH v2 3/5] remote.c: use a transaction for deleting refs
` [PATCH v2 4/5] refs.c: make repack_without_refs static
` [PATCH v2 5/5] refs.c: make the *_packed_refs functions static

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

[PATCH] remove duplicate entry from 2.1.0 release notes
 2014-07-30 20:03 UTC 

[PATCH 0/4] Consolidate ref parsing code
 2014-07-30 19:53 UTC  (4+ messages)
` [PATCH 2/4] refs.c: refactor resolve_ref_unsafe() to use strbuf internally

[PATCH] commit --amend: test specifies authorship but forgets to check
 2014-07-30 19:44 UTC  (2+ messages)

[PATCH 0/5] use packed refs for ref-transactions
 2014-07-30 19:20 UTC  (6+ messages)
` [PATCH 2/5] refs.c: write updates to packed refs when a transaction has more than one ref

[PATCH] git p4 test: fix failure in 9814-git-p4-rename.sh Was: Re: Test failure in t9814-git-p4-rename.sh - my environment or bad test?
 2014-07-30 19:09 UTC  (6+ messages)

Amending merge commits?
 2014-07-30 18:28 UTC  (10+ messages)

[PATCH v2] use a hashmap to make remotes faster
 2014-07-30 18:26 UTC  (3+ messages)

[PATCH] utf8.c: fix strbuf_utf8_replace copying the last NUL to dst string
 2014-07-30 18:23 UTC  (4+ messages)

What's cooking in git.git (Jul 2014, #04; Tue, 22)
 2014-07-30 17:13 UTC  (10+ messages)
          ` Everyday contents (was Re: What's cooking in git.git (Jul 2014, #04; Tue, 22))
    ` [RFC/PATCH] Windows tests: let $TRASH_DIRECTORY point to native Windows path

Bug report about symlinks
 2014-07-30 11:30 UTC 

[PATCH] Add failing test: "fsck survives inflate errors"
 2014-07-30  2:42 UTC  (3+ messages)
  ` [BUG] parse_object() does not behave as documented

Is there a way to mark a branch as published?
 2014-07-29 22:40 UTC 

What's cooking in git.git (Jul 2014, #06; Tue, 29)
 2014-07-29 22:09 UTC 

[PATCH v13 0/2] git config cache & special querying api utilizing the cache
 2014-07-29 21:37 UTC  (3+ messages)

struct hashmap_entry packing
 2014-07-29 20:40 UTC  (2+ messages)

"error: Tweaking file descriptors doesn't work with this MSVCRT.dll" on wine
 2014-07-29 19:55 UTC  (6+ messages)

[PATCH v4 0/6] Rewrite `git_config()` using config-set API
 2014-07-29 17:49 UTC  (12+ messages)
` [PATCH v4 2/6] add line number and file name info to `config_set`
` [PATCH v4 3/6] rewrite git_config() to use the config-set API
` [PATCH v4 4/6] add a test for semantic errors in config files
` [PATCH v4 5/6] config: add `git_die_config()` to the config-set API
` [PATCH v4 6/6] add tests for `git_config_get_string_const()`

[PATCH v3 0/10] getcwd without PATH_MAX
 2014-07-29 16:44 UTC  (6+ messages)
` [PATCH v3 05/10] abspath: convert real_path_internal() to strbuf

[RFC] GSoC status update (config API improvements)
 2014-07-29 13:11 UTC  (2+ 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).