git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-07-02 21:19:40 to 2014-07-08 20:45:34 UTC [more...]

[RFC PATCH 0/7] rebase -i: Implement `reword` and `squash` in terms of `do_pick`
 2014-07-08 20:45 UTC  (10+ 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 03/19] rebase -i: reword executes pre-commit hook on interim commit

[PATCH 00/14] Add submodule test harness
 2014-07-08 20:25 UTC  (9+ messages)

[PATCH v2 0/4] submodule config lookup API
 2014-07-08 20:14 UTC  (3+ messages)
` [PATCH v2 3/4] use new config API for worktree configurations of submodules

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

[PATCH v4 1/4] cache-tree: Create/update cache-tree on checkout
 2014-07-08 19:15 UTC  (14+ messages)
` [PATCH v4 2/4] test-dump-cache-tree: invalid trees are not errors
` [PATCH v4 3/4] cache-tree: subdirectory tests
` [PATCH v4 4/4] cache-tree: Write updated cache-tree after commit

[PATCH v20 00/48] Use ref transactions
 2014-07-08 18:48 UTC  (35+ messages)
` [PATCH v20 07/48] lockfile.c: make lock_file return a meaningful errno on failurei
` [PATCH v20 20/48] refs.c: change ref_transaction_create to do error checking and return status
` [PATCH v20 22/48] refs.c: make ref_transaction_begin take an err argument
` [PATCH v20 23/48] refs.c: add transaction.status and track OPEN/CLOSED/ERROR
` [PATCH v20 24/48] tag.c: use ref transactions when doing updates
` [PATCH v20 25/48] replace.c: use the ref transaction functions for updates
` [PATCH v20 27/48] sequencer.c: use ref transactions for all ref updates
` [PATCH v20 30/48] refs.c: change update_ref to use a transaction
` [PATCH v20 31/48] receive-pack.c: use a reference transaction for updating the refs
` [PATCH v20 33/48] walker.c: use ref transaction for ref updates
` [PATCH v20 37/48] refs.c: remove lock_ref_sha1
` [PATCH v20 39/48] refs.c: make delete_ref use a transaction
` [PATCH v20 40/48] refs.c: add an err argument to delete_ref_loose
` [PATCH v20 41/48] refs.c: pass the ref log message to _create/delete/update instead of _commit
` [PATCH v20 43/48] refs.c: move the check for valid refname to lock_ref_sha1_basic
` [PATCH v20 44/48] refs.c: call lock_ref_sha1_basic directly from commit

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

[PATCH] line-log: use commit_list_append() instead of duplicating its code
 2014-07-08 16:23 UTC 

[PATCH] diff-tree: call free_commit_list() instead of duplicating its code
 2014-07-08 16:21 UTC 

[PATCH] http: Add Accept-Language header if possible
 2014-07-08 15:54 UTC 

[PATCH] path: for clarity, rename get_pathname to get_path_buffer
 2014-07-08 13:15 UTC  (2+ messages)

[PATCH] log: fix indentation for --graph --show-signature
 2014-07-08 11:12 UTC 

Profile feedback patchkit v2
 2014-07-08  6:35 UTC  (5+ messages)
` [PATCH 1/4] Use BASIC_FLAGS for profile feedback
` [PATCH 2/4] Don't define away __attribute__ on gcc
` [PATCH 3/4] Run the perf test suite for profile feedback too
` [PATCH 4/4] Fix profile feedback with -jN and add profile-fast

[PATCH v6 00/10] Add --graft option to git replace
 2014-07-08  5:53 UTC  (17+ messages)
` [PATCH v6 01/10] replace: cleanup redirection style in tests
` [PATCH v6 02/10] replace: add --graft option
` [PATCH v6 03/10] replace: add test for --graft
` [PATCH v6 04/10] Documentation: replace: add --graft option
` [PATCH v6 05/10] contrib: add convert-grafts-to-replace-refs.sh
` [PATCH v6 06/10] replace: remove signature when using --graft
` [PATCH v6 07/10] replace: add test for --graft with signed commit
` [PATCH v6 08/10] commit: add for_each_mergetag()
` [PATCH v6 09/10] replace: check mergetags when using --graft
` [PATCH v6 10/10] replace: add test for --graft with a mergetag

Branch list by date
 2014-07-08  4:54 UTC 

Potential bug in ls-files (version 1.7.9.5)
 2014-07-07 22:22 UTC  (2+ messages)

Fix the bitrotted profile feedback build
 2014-07-07 22:15 UTC  (11+ messages)
` [PATCH 1/5] Use BASIC_FLAGS for profile feedback
` [PATCH 2/5] Don't define away __attribute__ on gcc
` [PATCH 3/5] Run the perf test suite for profile feedback too
` [PATCH 4/5] Fix profile feedback with -jN and add profile-fast
` [PATCH 5/5] Add a little script to compare two make perf runs

Git for Windows no longer on Google Code
 2014-07-07 22:03 UTC  (4+ messages)

[BUG] rebase no longer omits local commits
 2014-07-07 21:14 UTC  (5+ messages)

Test failure in t9814-git-p4-rename.sh - my environment or bad test?
 2014-07-07 21:14 UTC  (3+ messages)

[PATCH 1/2] symlinks: remove PATH_MAX limitation
 2014-07-07 18:30 UTC  (5+ messages)
` [PATCH 2/2] dir: "

[PATCH] refs: Fix valgrind suppression file
 2014-07-07 18:20 UTC  (2+ messages)

[PATCH v1 0/4] hashmap improvements
 2014-07-07 17:44 UTC  (10+ messages)
` [PATCH v1 1/4] hashmap: factor out getting an int hash code from a, SHA1
` [PATCH v1 2/4] hashmap: improve struct hashmap member documentation
` [PATCH v1 3/4] hashmap: add simplified hashmap_get_from_hash() API
` [PATCH v1 4/4] hashmap: add string interning API

[PATCH v4 00/27] Support multiple checkouts
 2014-07-07 17:32 UTC  (6+ messages)
` [PATCH v5 00/28] "

Adding 'Signed-off-by' to 'subtree add --squash' commits
 2014-07-07 17:20 UTC  (3+ messages)

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

[PATCH v4 0/3] git config cache & special querying api utilizing the cache
 2014-07-07 17:02 UTC  (10+ messages)
` [PATCH v4 1/2] add `config_set` API for caching config files

[PATCH 1/3] cache-tree: Create/update cache-tree on checkout
 2014-07-07 16:58 UTC  (4+ messages)

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

[PATCH v1] rebase -p: Command line option --no-ff is ignored
 2014-07-07  3:50 UTC 

Idea, Transparent commits, easier "code style" commits
 2014-07-06 13:37 UTC  (4+ messages)

[BUG] Push fails with dumb http to SabreDAV
 2014-07-06  0:43 UTC  (2+ messages)
` [PATCH] http-push.c: make CURLOPT_IOCTLDATA a usable pointer

[PATCH] t5000, t5003: simplify commit
 2014-07-05 19:35 UTC 

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

git fetch sha1
 2014-07-05 16:30 UTC  (3+ messages)

[PATCH] trace.h: suppress some sparse warnings and errors
 2014-07-03 22:54 UTC 

Compile Error on Git 2.0.1 on Redhat 5.9 with Fix
 2014-07-03 20:13 UTC  (2+ messages)

Git diff cr+lf inconsistency observations
 2014-07-03 20:10 UTC 

Support for EBCDIC
 2014-07-03 20:01 UTC  (3+ messages)

Show containing branches in log?
 2014-07-03 19:41 UTC  (4+ messages)

[PATCH v5 0/7] Add --graft option to git replace
 2014-07-03 18:45 UTC  (14+ messages)
` [PATCH v5 2/7] replace: add test for --graft
` [PATCH v5 5/7] replace: refactor replacing parents
` [PATCH v5 6/7] replace: remove signature when using --graft
` [PATCH v5 7/7] replace: add test for --graft with signed commit

Wish bug report: "Comments to the state" group may be inconsistent with real state
 2014-07-03 18:24 UTC 

bug in os x - deleted file on clone
 2014-07-03 16:42 UTC  (2+ messages)

[PATCH v2] git-am: add option to extract email Message-Id: tag into commit log
 2014-07-03 14:08 UTC  (3+ messages)

[PATCH v2 0/2] git-merge-file: do not add LF at EOF while applying unrelated change
 2014-07-03  4:31 UTC  (6+ messages)
` [PATCH v2 2/2] "

Race condition in git push --mirror can cause silent ref rewinding
 2014-07-02 23:10 UTC  (3+ messages)

Experimental TDB support for GIT REFS
 2014-07-02 22:34 UTC  (4+ 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).