messages from 2014-07-10 21:43:16 to 2014-07-13 04:54:57 UTC [more...]
[PATCH v6 00/32] Support multiple checkouts
2014-07-13 4:50 UTC (24+ messages)
` [PATCH v6 26/32] checkout: detach if the branch is already checked out elsewhere
` [PATCH v7 00/31] Support multiple checkouts
` [PATCH v7 01/31] path.c: make get_pathname() return strbuf instead of static buffer
` [PATCH v7 02/31] path.c: make get_pathname() call sites return const char *
` [PATCH v7 03/31] git_snpath(): retire and replace with strbuf_git_path()
` [PATCH v7 04/31] path.c: rename vsnpath() to do_git_path()
` [PATCH v7 05/31] path.c: group git_path(), git_pathdup() and strbuf_git_path() together
` [PATCH v7 06/31] git_path(): be aware of file relocation in $GIT_DIR
` [PATCH v7 07/31] *.sh: respect $GIT_INDEX_FILE
` [PATCH v7 08/31] reflog: avoid constructing .lock path with git_path
` [PATCH v7 09/31] fast-import: use git_path() for accessing .git dir instead of get_git_dir()
` [PATCH v7 10/31] commit: use SEQ_DIR instead of hardcoding "sequencer"
` [PATCH v7 11/31] $GIT_COMMON_DIR: a new environment variable
` [PATCH v7 12/31] git-sh-setup.sh: use rev-parse --git-path to get $GIT_DIR/objects
` [PATCH v7 13/31] *.sh: avoid hardcoding $GIT_DIR/hooks/
` [PATCH v7 14/31] git-stash: avoid hardcoding $GIT_DIR/logs/
` [PATCH v7 15/31] setup.c: convert is_git_directory() to use strbuf
` [PATCH v7 16/31] setup.c: detect $GIT_COMMON_DIR in is_git_directory()
` [PATCH v7 17/31] setup.c: convert check_repository_format_gently to use strbuf
` [PATCH v7 18/31] setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()
` [PATCH v7 19/31] setup.c: support multi-checkout repo setup
[PATCH v3] http: Add Accept-Language header if possible
2014-07-13 4:26 UTC (6+ messages)
[PATCH 1/3] tag: use skip_prefix instead of magic numbers
2014-07-13 3:29 UTC (5+ messages)
` [PATCH 2/3] tag: fix --sort tests to use cat<<-\EOF format
` [PATCH 3/3] tag: support configuring --sort via .gitconfig
git p4 diff-tree ambiguous argument error
2014-07-12 19:19 UTC (7+ messages)
[PATCH 00/14] Add submodule test harness
2014-07-12 18:23 UTC (21+ messages)
` No fchmd. was: "
[PATCH v3 2/2] alloc.c: remove the redundant commit_count variable
2014-07-12 18:07 UTC (20+ 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
git-p4 and initial import
2014-07-12 17:56 UTC (2+ messages)
[PATCH] http: Add Accept-Language header if possible
2014-07-12 10:11 UTC (12+ messages)
745224e0 gcc-4.9 emmintrin.h build error
2014-07-12 8:53 UTC (10+ messages)
Topic sk/mingw-unicode-spawn-args breaks tests
2014-07-12 7:50 UTC (3+ messages)
[Bug] data loss with cyclic alternates
2014-07-12 5:57 UTC (4+ messages)
Error running 'git status' with Git version of current 'next' branch
2014-07-12 4:59 UTC (2+ messages)
[BUG] Push fails with dumb http to SabreDAV
2014-07-12 4:46 UTC (3+ messages)
` [PATCH] http-push.c: make CURLOPT_IOCTLDATA a usable pointer
[PATCH v8 1/4] cache-tree: Create/update cache-tree on checkout
2014-07-12 4:44 UTC (4+ messages)
` [PATCH v8 2/4] test-dump-cache-tree: invalid trees are not errors
` [PATCH v8 3/4] cache-tree: subdirectory tests
` [PATCH v8 4/4] cache-tree: Write updated cache-tree after commit
[PATCH 1/2] symlinks: remove PATH_MAX limitation
2014-07-12 2:56 UTC (13+ messages)
` [PATCH 2/2] dir: "
` [PATCH] fixup! symlinks: "
[PATCH 1/3] tag: use skip_prefix instead of magic numbers
2014-07-12 1:17 UTC (13+ messages)
` [PATCH 2/3] tag: fix --sort tests to use cat<<-\EOF format
` [PATCH 3/3 v5] tag: support configuring --sort via .gitconfig
[PATCH v8 00/17] add performance tracing facility
2014-07-12 0:08 UTC (18+ messages)
` [PATCH v8 01/17] trace: move trace declarations from cache.h to new trace.h
` [PATCH v8 02/17] trace: consistently name the format parameter
` [PATCH v8 03/17] trace: remove redundant printf format attribute
` [PATCH v8 04/17] trace: improve trace performance
` [PATCH v8 05/17] Documentation/git.txt: improve documentation of 'GIT_TRACE*' variables
` [PATCH v8 06/17] sha1_file: change GIT_TRACE_PACK_ACCESS logging to use trace API
` [PATCH v8 07/17] trace: add infrastructure to augment trace output with additional info
` [PATCH v8 08/17] trace: disable additional trace output for unit tests
` [PATCH v8 09/17] trace: add current timestamp to all trace output
` [PATCH v8 10/17] trace: move code around, in preparation to file:line output
` [PATCH v8 11/17] trace: add 'file:line' to all trace output
` [PATCH v8 12/17] trace: add high resolution timer function to debug performance issues
` [PATCH v8 13/17] trace: add trace_performance facility "
` [PATCH v8 14/17] git: add performance tracing for git's main() function to debug scripts
` [PATCH v8 15/17] wt-status: simplify performance measurement by using getnanotime()
` [PATCH v8 16/17] progress: "
` [PATCH v8 17/17] api-trace.txt: add trace API documentation
[PATCH v7 1/4] cache-tree: Create/update cache-tree on checkout
2014-07-11 23:56 UTC (5+ messages)
` [PATCH v7 2/4] test-dump-cache-tree: invalid trees are not errors
` [PATCH v7 3/4] cache-tree: subdirectory tests
` [PATCH v7 4/4] cache-tree: Write updated cache-tree after commit
[PATCH 1/4 v6] cache-tree: Create/update cache-tree on checkout
2014-07-11 23:37 UTC (11+ 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 1/3] tag: use skip_prefix instead of magic numbers
2014-07-11 22:47 UTC (5+ messages)
` [PATCH 2/3] tag: fix --sort tests to use cat<<-\EOF format
` [PATCH 3/3 v7] tag: support configuring --sort via .gitconfig
[PATCH 1/3] tag: use skip_prefix instead of magic numbers
2014-07-11 22:30 UTC (8+ messages)
` [PATCH 2/3] tag: fix --sort tests to use cat<<-\EOF format
` [PATCH 3/3] tag: support configuring --sort via .gitconfig
[PATCH v1 0/4] hashmap improvements
2014-07-11 22:21 UTC (5+ messages)
` [PATCH v1 3/4] hashmap: add simplified hashmap_get_from_hash() API
git-fast-import bug?
2014-07-11 21:58 UTC
[PATCH 1/2] tag: use skip_prefix instead of magic numbers
2014-07-11 20:37 UTC (9+ messages)
` [PATCH 2/2 v4] tag: support configuring --sort via .gitconfig
[PATCH v6 00/10] Add --graft option to git replace
2014-07-11 18:29 UTC (11+ messages)
` [PATCH v6 02/10] replace: add --graft option
pitfall with empty commits during git rebase
2014-07-11 18:25 UTC (3+ messages)
[PATCH v8 0/3] git config cache & special querying api utilizing the cache
2014-07-11 18:18 UTC (11+ 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
` [fixup PATCH 1/2] Call configset_clear
` [PATCH 2/2] Better tests for error cases
[RFC PATCH 0/7] rebase -i: Implement `reword` and `squash` in terms of `do_pick`
2014-07-11 13:46 UTC (4+ messages)
` [PATCH RFC v2 00/19] Enable options --signoff, --reset-author for pick, reword
` [PATCH RFC v2 07/19] rebase -i: The replay of root commits is not shown with --verbose
git pull crash
2014-07-11 11:39 UTC (2+ messages)
[PATCH v2] http: Add Accept-Language header if possible
2014-07-11 9:46 UTC
[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] 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)
[PATCH v2] tag: support configuring --sort via .gitconfig
2014-07-10 22:46 UTC (6+ messages)
[PATCH] makefile: add ability to run specific test files
2014-07-10 22:31 UTC (5+ 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).