git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-28 23:21:24 to 2014-07-31 15:48:57 UTC [more...]

[PATCH v6 0/7] Rewrite `git_config()` using config-set API
 2014-07-31 15:47 UTC  (3+ 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 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 0/5] nd/multiple-work-trees follow-ups
 2014-07-31 10:13 UTC  (21+ 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

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

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

stash-p broken?
 2014-07-31  0:23 UTC  (11+ messages)

[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

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

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  (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 v3 0/10] getcwd without PATH_MAX
 2014-07-29 16:44 UTC  (11+ messages)
` [PATCH v3 03/10] setup: convert setup_git_directory_gently_1 et al. to strbuf
` [PATCH v3 05/10] abspath: convert real_path_internal() "
  ` fixup for 05/10: plug leak
` [PATCH v3 09/10] abspath: convert absolute_path() to strbuf
  ` fixup for 09/10: plug leak

[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  (9+ 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  (5+ messages)
` [PATCH 1/5] refs.c: allow passing raw git_committer_info as email to _update_reflog

[RFC PATCH 0/7] rebase -i: Implement `reword` and `squash` in terms of `do_pick`
 2014-07-28 23:18 UTC  (5+ messages)
` [PATCH v1 00/19] Enable options --signoff, --reset-author for pick, reword
  ` [PATCH v1 07/19] rebase -i: log the replay of root commits
  ` [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


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 NNTP newsgroup(s).