git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-07-30 13:40:23 to 2014-08-02 00:22:43 UTC [more...]

[RFC PATCH 0/7] rebase -i: Implement `reword` and `squash` in terms of `do_pick`
 2014-08-02  0:22 UTC  (10+ messages)
` [PATCH v1 00/19] Enable options --signoff, --reset-author for pick, reword
  ` [PATCH v1 03/19] rebase -i: reword executes pre-commit hook on interim commit
  ` [PATCH v1 07/19] rebase -i: log the replay of root commits
  ` [PATCH v1 08/19] rebase -i: root commits are replayed with an unnecessary option
  ` [PATCH v1 09/19] rebase -i: commit only once when rewriting picks

cherry picking and merge
 2014-08-01 23:47 UTC  (24+ messages)
        ` Fwd: "

struct hashmap_entry packing
 2014-08-01 23:12 UTC  (5+ messages)
    ` [PATCH] pack-bitmap: do not use gcc packed attribute

[PATCH] imap-send: clarify CRAM-MD5 vs LOGIN documentation
 2014-08-01 22:30 UTC  (10+ messages)
    ` [PATCH 1/2] "
    ` [PATCH 2/2] imap-send: create target mailbox if it is missing
          ` [PATCH v3 1/2] imap-send: clarify CRAM-MD5 vs LOGIN documentation
          ` [PATCH v3 2/2] imap-send: create target mailbox if it is missing

[PATCH] doc: format-patch: don't use origin as a branch name
 2014-08-01 22:26 UTC  (4+ messages)

What's cooking in git.git (Aug 2014, #01; Fri, 1)
 2014-08-01 22:01 UTC 

Git Help needed
 2014-08-01 21:02 UTC  (7+ messages)

Is there a way to mark a branch as published?
 2014-08-01 19:17 UTC  (3+ messages)

Bug report about symlinks
 2014-08-01 19:10 UTC  (2+ messages)

Show containing branches in log?
 2014-08-01 18:01 UTC  (3+ messages)

[PATCH] Make locked paths absolute when current directory is changed
 2014-08-01 17:55 UTC  (16+ 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

Cross compiling git for ARM
 2014-08-01 17:53 UTC 

[PATCH v7 0/8] Rewrite `git_config()` using config-set API
 2014-08-01 17:05 UTC  (9+ messages)
` [PATCH v7 1/8] config.c: mark error and warnings strings for translation
` [PATCH v7 2/8] config.c: fix accuracy of line number in errors
` [PATCH v7 3/8] add line number and file name info to `config_set`
` [PATCH v7 4/8] change `git_config()` return value to void
` [PATCH v7 5/8] config: add `git_die_config()` to the config-set API
` [PATCH v7 6/8] rewrite git_config() to use "
` [PATCH v7 7/8] add a test for semantic errors in config files
` [PATCH v7 8/8] add tests for `git_config_get_string_const()`

[PATCH] l10n: de.po: fix typo
 2014-08-01 16:34 UTC  (3+ messages)

Bug report about symlinks
 2014-08-01 16:23 UTC  (3+ messages)

[BUG] Assertion failed: (child->real_type == OBJ_REF_DELTA), function find_unresolved_deltas_1, file builtin/index-pack.c
 2014-08-01 12:24 UTC 

[PATCH v6 0/7] Rewrite `git_config()` using config-set API
 2014-08-01  9:22 UTC  (20+ 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()`

article: Using a rolling hash to break up binary files
 2014-08-01  3:26 UTC  (2+ messages)

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 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  (11+ messages)
` [PATCH 3/5] checkout --to: no auto-detach if the ref is already checked out

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 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  (3+ 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  (5+ messages)
` [RFC/PATCH 3/2] stash: show combined diff with "stash show"

[PATCH v2 0/6] improving "git stash list -p"
 2014-07-31  0:09 UTC  (5+ messages)
` [PATCH v2 5/6] stash: default listing to "--cc --simplify-combined-diff"

[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  (5+ messages)

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

[PATCH v2] use a hashmap to make remotes faster
 2014-07-30 18:26 UTC  (2+ 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  (7+ messages)
          ` Everyday contents (was Re: What's cooking in git.git (Jul 2014, #04; Tue, 22))


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