git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-07-09 07:17:08 to 2014-07-11 13:46:24 UTC [more...]

[RFC PATCH 0/7] rebase -i: Implement `reword` and `squash` in terms of `do_pick`
 2014-07-11 13:46 UTC  (21+ messages)
` [PATCH RFC v2 00/19] Enable options --signoff, --reset-author for pick, reword
  ` [PATCH RFC v2 01/19] rebase -i: Failed reword prints redundant error message
  ` [PATCH RFC v2 02/19] rebase -i: reword complains about empty commit despite --keep-empty
  ` [PATCH RFC v2 06/19] rebase -i: Stop on root commits with empty log messages
  ` [PATCH RFC v2 07/19] rebase -i: The replay of root commits is not shown with --verbose
  ` [PATCH RFC v2 15/19] rebase -i: Explicitly distinguish replay commands and exec tasks

git pull crash
 2014-07-11 11:39 UTC  (2+ messages)

[PATCH v3 2/2] alloc.c: remove the redundant commit_count variable
 2014-07-11 10:45 UTC  (15+ messages)
  ` [PATCH 0/7] ensure index is set for all OBJ_COMMIT objects variable
    ` [PATCH 1/7] alloc.c: remove the alloc_raw_commit_node() function
    ` [PATCH 2/7] move setting of object->type to alloc_* functions
    ` [PATCH 3/7] parse_object_buffer: do not set object type
    ` [PATCH 4/7] add object_as_type helper for casting objects
    ` [PATCH 5/7] alloc: factor out commit index
    ` [PATCH 6/7] object_as_type: set "
    ` [PATCH 7/7] diff-tree: avoid lookup_unknown_object

pitfall with empty commits during git rebase
 2014-07-11 10:15 UTC 

[PATCH v2] http: Add Accept-Language header if possible
 2014-07-11  9:46 UTC 

[PATCH] http: Add Accept-Language header if possible
 2014-07-11  9:43 UTC  (9+ messages)

[Bug] data loss with cyclic alternates
 2014-07-11  9:37 UTC 

[PATCH v6 00/10] Add --graft option to git replace
 2014-07-11  8:59 UTC  (7+ messages)
` [PATCH v6 02/10] replace: add --graft option

[PATCH v6 00/32] Support multiple checkouts
 2014-07-11  7:13 UTC  (37+ messages)
` [PATCH v6 01/32] path.c: make get_pathname() return strbuf instead of static buffer
` [PATCH v6 02/32] path.c: make get_pathname() call sites return const char *
` [PATCH v6 03/32] git_snpath(): retire and replace with strbuf_git_path()
` [PATCH v6 04/32] path.c: rename vsnpath() to do_git_path()
` [PATCH v6 05/32] path.c: group git_path(), git_pathdup() and strbuf_git_path() together
` [PATCH v6 06/32] setup_git_env: use git_pathdup instead of xmalloc + sprintf
` [PATCH v6 07/32] setup_git_env(): introduce git_path_from_env() helper
` [PATCH v6 08/32] git_path(): be aware of file relocation in $GIT_DIR
` [PATCH v6 09/32] *.sh: respect $GIT_INDEX_FILE
` [PATCH v6 10/32] reflog: avoid constructing .lock path with git_path
` [PATCH v6 11/32] fast-import: use git_path() for accessing .git dir instead of get_git_dir()
` [PATCH v6 12/32] commit: use SEQ_DIR instead of hardcoding "sequencer"
` [PATCH v6 13/32] $GIT_COMMON_DIR: a new environment variable
` [PATCH v6 14/32] git-sh-setup.sh: use rev-parse --git-path to get $GIT_DIR/objects
` [PATCH v6 15/32] *.sh: avoid hardcoding $GIT_DIR/hooks/
` [PATCH v6 16/32] git-stash: avoid hardcoding $GIT_DIR/logs/
` [PATCH v6 17/32] setup.c: convert is_git_directory() to use strbuf
` [PATCH v6 18/32] setup.c: detect $GIT_COMMON_DIR in is_git_directory()
` [PATCH v6 19/32] setup.c: convert check_repository_format_gently to use strbuf
` [PATCH v6 20/32] setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()
` [PATCH v6 21/32] setup.c: support multi-checkout repo setup
` [PATCH v6 22/32] wrapper.c: wrapper to open a file, fprintf then close
` [PATCH v6 23/32] use new wrapper write_file() for simple file writing
` [PATCH v6 24/32] checkout: support checking out into a new working directory
` [PATCH v6 25/32] checkout: clean up half-prepared directories in --to mode
` [PATCH v6 26/32] checkout: detach if the branch is already checked out elsewhere
` [PATCH v6 27/32] prune: strategies for linked checkouts
` [PATCH v6 28/32] gc: style change -- no SP before closing bracket
` [PATCH v6 29/32] gc: support prune --repos
` [PATCH v6 30/32] count-objects: report unused files in $GIT_DIR/repos/
` [PATCH v6 31/32] git_path(): keep "info/sparse-checkout" per work-tree
` [PATCH v6 32/32] checkout: don't require a work tree when checking out into a new one

git-p4 and initial import
 2014-07-10 13:45 UTC 

[PATCH 1/4 v6] cache-tree: Create/update cache-tree on checkout
 2014-07-11  6:03 UTC  (5+ messages)
` [PATCH 2/4 v6] test-dump-cache-tree: invalid trees are not errors
` [PATCH 3/4 v6] cache-tree: subdirectory tests
` [PATCH 4/4 v6] cache-tree: Write updated cache-tree after commit

[PATCH v8 0/3] git config cache & special querying api utilizing the cache
 2014-07-11  3:34 UTC  (3+ messages)
` [PATCH v8 1/2] add `config_set` API for caching config-like files
` [PATCH v8 2/2] test-config: add tests for the config_set API

[PATCH v3 1/2] alloc.c: remove the alloc_raw_commit_node() function
 2014-07-11  0:33 UTC  (3+ messages)

[PATCH v3 0/2] alloc.c: remove alloc_raw_commit_node() function
 2014-07-10 23:57 UTC 

[PATCH 1/2] tag: use skip_prefix instead of magic numbers
 2014-07-10 23:52 UTC  (2+ messages)
` [PATCH 2/2 v4] tag: support configuring --sort via .gitconfig

[PATCH] gitignore: add .version as this is generated during a make
 2014-07-10 23:38 UTC  (4+ messages)

[PATCH v4] linuxptp: add phc_ctl program to help debug PHC devices
 2014-07-10 23:39 UTC  (3+ messages)

745224e0 gcc-4.9 emmintrin.h build error
 2014-07-10 22:58 UTC  (10+ messages)

[PATCH v2] tag: support configuring --sort via .gitconfig
 2014-07-10 22:46 UTC  (8+ messages)

[PATCH] makefile: add ability to run specific test files
 2014-07-10 22:31 UTC  (7+ messages)

[PATCH 3/3] verify-commit: scriptable commit signature verification
 2014-07-10 22:27 UTC  (4+ messages)
` [PATCH] log: correctly identify mergetag signature verification status

[PATCH 00/14] Add submodule test harness
 2014-07-10 21:43 UTC  (24+ messages)
                ` No fchmod() under msygit - Was: "
                      ` No fchmd. was: "

Align git push stderr output to the same as git pull
 2014-07-10 20:50 UTC  (2+ messages)

[PATCH] Coding guideline for Error messages
 2014-07-10 20:42 UTC  (5+ messages)
` [PATCH] doc: State coding guideline for error message punctuation

Topic sk/mingw-unicode-spawn-args breaks tests
 2014-07-10 20:05 UTC 

git p4 diff-tree ambiguous argument error
 2014-07-10 19:19 UTC  (4+ messages)

[PATCH v6 0/3] git config cache & special querying api utilizing the cache
 2014-07-10 16:46 UTC  (14+ messages)
` [PATCH v7 1/2] add `config_set` API for caching config-like files
` [PATCH v7 2/2] test-config: Add tests for the config_set API

[PATCH] .mailmap: Map different names with the same email address together
 2014-07-10 12:48 UTC 

[PATCH] fsck: simplify fsck_commit_buffer() by using commit_list_count()
 2014-07-10  9:48 UTC 

[PATCH] commit: use commit_list_append() instead of duplicating its code
 2014-07-10  9:47 UTC 

[PATCH] merge: simplify merge_trivial() by using commit_list_append()
 2014-07-10  9:41 UTC 

[PATCH] use strbuf_addch for adding single characters
 2014-07-10  8:54 UTC 

[PATCH] use strbuf_addbuf for adding strbufs
 2014-07-10  8:52 UTC 

move detection doesnt take filename into account
 2014-07-10  3:53 UTC  (10+ messages)

[PATCH] tag: support configuring --sort via .gitconfig
 2014-07-09 22:15 UTC  (4+ messages)

[PATCH v2 0/4] submodule config lookup API
 2014-07-09 22:04 UTC  (5+ messages)
` [PATCH v2 3/4] use new config API for worktree configurations of submodules
    `  "

"Unexpected end of command stream" message looks irrelevant when I try to pull a non-existing branch
 2014-07-09 21:47 UTC  (8+ messages)
  ` [PATCH] remote-curl: do not complain on EOF from parent git
    ` [PATCH 1/3] "
    ` [PATCH 2/3] remote-curl: use error instead of fprintf(stderr)
    ` [PATCH 3/3] remote-curl: mark helper-protocol errors more clearly

t3200-branch.sh number 102 fails when run under make test
 2014-07-09 21:17 UTC  (4+ messages)

[PATCH 0/2] always run all lint targets when running the test suite
 2014-07-09 19:34 UTC  (8+ messages)
` [PATCH 2/2] t/Makefile: always test all lint targets when running tests
        ` [PATCH v2 0/2] always run all lint targets when running the test suite
          ` [PATCH v2 1/2] t/Makefile: check helper scripts for non-portable shell commands too
          ` [PATCH v2 2/2] t/Makefile: always test all lint targets when running tests

[PATCH 1/2] symlinks: remove PATH_MAX limitation
 2014-07-09 16:33 UTC  (3+ messages)
` [PATCH 2/2] dir: "

[PATCH] enums: remove trailing ',' after last item in enum
 2014-07-09 14:59 UTC  (2+ messages)

t5150-request-pull.sh fails on newest master in Debian
 2014-07-09 14:52 UTC  (11+ messages)
        ` [PATCH] refs.c: handle REFNAME_REFSPEC_PATTERN at end of page

[PATCH v6 0/3] git config cache & special querying api utilizing the cache
 2014-07-09 12:10 UTC  (5+ messages)
` [PATCH v6 2/2] test-config: Add tests for the config_set API

`git log --graph` with multiple roots is confusing
 2014-07-09  7:16 UTC  (5+ 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).