git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-07-28 10:40:08 to 2014-07-30 17:10:48 UTC [more...]

Transaction patch series overview
 2014-07-30 17:10 UTC 

[PATCH v4 0/5] git_config callers rewritten with the new config cache API
 2014-07-30 16:45 UTC  (13+ 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()`

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

[PATCH v3 0/9] Speed up cache loading time
 2014-07-30 10:39 UTC  (12+ messages)
` [PATCH v3 1/9] trace.c: add GIT_TRACE_PACK_STATS for pack usage statistics
` [PATCH v3 2/9] read-cache.c: fix constness of verify_hdr()
` [PATCH v3 3/9] read-cache: allow to keep mmap'd memory after reading
` [PATCH v3 4/9] index-helper: new daemon for caching index and related stuff
` [PATCH v3 5/9] trace.c: add GIT_TRACE_INDEX_STATS for index statistics
` [PATCH v3 6/9] index-helper: add --strict
` [PATCH v3 7/9] daemonize(): set a flag before exiting the main process
` [PATCH v3 8/9] index-helper: add --detach
` [PATCH v3 9/9] index-helper: add Windows support

[PATCH 0/5] nd/multiple-work-trees follow-ups
 2014-07-30 10:32 UTC  (12+ messages)
` [PATCH v2 0/8] "
  ` [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

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

[PATCH] commit --amend: test specifies authorship but forgets to check
 2014-07-30  9:45 UTC 

Amending merge commits?
 2014-07-30  8:42 UTC  (8+ messages)

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

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

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

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

[PATCH 0/2] improving "git stash list -p"
 2014-07-29 20:02 UTC  (15+ 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"

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

What's cooking in git.git (Jul 2014, #04; Tue, 22)
 2014-07-29 19:43 UTC  (10+ messages)
    ` [RFC/PATCH] Windows tests: let $TRASH_DIRECTORY point to native Windows path

stash-p broken?
 2014-07-29 19:27 UTC  (9+ messages)

[PATCH v4 0/6] Rewrite `git_config()` using config-set API
 2014-07-29 17:49 UTC  (13+ messages)
` [PATCH v4 1/6] config.c: fix accuracy of line number in errors
` [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 v2] use a hashmap to make remotes faster
 2014-07-29 17:46 UTC  (2+ messages)

[PATCH v3 0/10] getcwd without PATH_MAX
 2014-07-29 16:44 UTC  (25+ messages)
` [PATCH v3 01/10] strbuf: add strbuf_getcwd()
` [PATCH v3 02/10] unix-sockets: use strbuf_getcwd()
` [PATCH v3 03/10] setup: convert setup_git_directory_gently_1 et al. to strbuf
` [PATCH 04/10] abspath: use strbuf_getcwd() to remember original working directory
` [PATCH v3 05/10] abspath: convert real_path_internal() to strbuf
  ` fixup for 05/10: plug leak
` [PATCH v3 06/10] wrapper: add xgetcwd()
` [PATCH v3 07/10] use xgetcwd() to get the current directory or die
` [PATCH v3 08/10] use xgetcwd() to set $GIT_DIR
` [PATCH v3 09/10] abspath: convert absolute_path() to strbuf
  ` fixup for 09/10: plug leak
` [PATCH v3 10/10] use strbuf_add_absolute_path() to add absolute paths
` [PATCH v3 04/10] abspath: use strbuf_getcwd() to remember original working directory

[RFC] GSoC status update (config API improvements)
 2014-07-29 13:11 UTC  (2+ messages)

git-svn authors file and SVN users with ‘=’ in the username
 2014-07-29  9:32 UTC  (5+ messages)

[PATCH] use a hashmap to make remotes faster
 2014-07-29  8:09 UTC  (3+ messages)

git add -i failed in 2.0.3
 2014-07-29  8:06 UTC  (4+ messages)

[PATCH 1/2] mergetool: don't require a work tree for --tool-help
 2014-07-29  8:03 UTC  (4+ messages)
` [PATCH 2/2] difftool: don't assume that default sh is sane

git diff-tree commit detail bug in 2.0.2 and 2.0.3
 2014-07-29  7:54 UTC  (13+ messages)

[PATCH v2] add documentation for writing config files
 2014-07-29  7:46 UTC  (2+ messages)

[PATCH 0/5] coverity mixed bag
 2014-07-29  5:36 UTC  (2+ messages)

[PATCH 0/5] ref-transactions-rename
 2014-07-28 23:39 UTC  (8+ messages)
` [PATCH 1/5] refs.c: allow passing raw git_committer_info as email to _update_reflog
` [PATCH 2/5] refs.c: return error instead of dying when locking fails during transaction

[RFC PATCH 0/7] rebase -i: Implement `reword` and `squash` in terms of `do_pick`
 2014-07-28 23:18 UTC  (21+ messages)
` [PATCH v1 00/19] Enable options --signoff, --reset-author for pick, reword
  ` [PATCH v1 01/19] rebase -i: failed reword prints redundant error message
  ` [PATCH v1 02/19] rebase -i: allow rewording an empty commit without complaints
  ` [PATCH v1 03/19] rebase -i: reword executes pre-commit hook on interim commit
  ` [PATCH v1 04/19] rebase -i: teach do_pick the option --edit
  ` [PATCH v1 05/19] rebase -i: implement reword in terms of do_pick
  ` [PATCH v1 06/19] rebase -i: allow replaying commits with empty log messages
  ` [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
  ` [PATCH v1 10/19] rebase -i: do not die in do_pick
  ` [PATCH v1 11/19] rebase -i: teach do_pick the option --amend
  ` [PATCH v1 12/19] rebase -i: teach do_pick the option --file
  ` [PATCH v1 13/19] rebase -i: prepare for squash in terms of do_pick --amend
  ` [PATCH v1 14/19] rebase -i: implement squash in terms of do_pick
  ` [PATCH v1 15/19] rebase -i: explicitly distinguish replay commands and exec tasks
  ` [PATCH v1 16/19] rebase -i: parse to-do list command line options
  ` [PATCH v1 17/19] rebase -i: teach do_pick the option --reset-author
  ` [PATCH v1 18/19] rebase -i: teach do_pick the option --signoff
  ` [PATCH v1 19/19] rebase -i: enable options --signoff, --reset-author for pick, reword

Amending merge commits?
 2014-07-28 20:53 UTC  (7+ messages)

[PATCH] init: avoid superfluous real_path() calls
 2014-07-28 18:42 UTC 

[PATCH v3 0/6] Rewrite `git_config()` using config-set API
 2014-07-28 11:38 UTC  (11+ messages)
` [PATCH v3 4/6] add a test for semantic errors in config files
` [PATCH v3 5/6] config: add `git_die_config()` to the config-set API

[PATCH] imap-send: clarify CRAM-MD5 vs LOGIN documentation
 2014-07-28 10:38 UTC 

[PATCH] imap-send: clarify CRAM-MD5 vs LOGIN documentation
 2014-07-28 10:49 UTC 

[PATCH] imap-send: create target mailbox if it is missing
 2014-07-28 10:48 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).