git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-03-09 17:54:09 to 2016-03-12 10:47:06 UTC [more...]

[PATCH/RFC/GSoC 00/17] A barebones git-rebase in C
 2016-03-12 10:46 UTC  (2+ messages)
` [PATCH/RFC/GSoC 01/17] perf: introduce performance tests for git-rebase

[ANNOUNCE] Git v2.8.0-rc2
 2016-03-12  9:11 UTC  (2+ messages)

[PATCH v5] commit: add a commit.verbose config variable
 2016-03-12  6:41 UTC 

[RFC/GSoC] Introduction
 2016-03-12  6:59 UTC 

[PATCH v2 1/2] pull --rebase: add --[no-]autostash flag
 2016-03-12  6:49 UTC  (8+ messages)
` [PATCH v7 1/2] git-pull.c: introduce git_pull_config()
  ` [PATCH v7 2/2] pull --rebase: add --[no-]autostash flag

[PATCH] diff: handle "-" as abbreviation of '@{-1}'
 2016-03-12  2:48 UTC  (2+ messages)

Possible bug: --ext-diff ignored with --cc in git log
 2016-03-12  1:08 UTC  (8+ messages)
  ` Re[2]: "

[RFC/PATCH] clone: add `--shallow-submodules` flag
 2016-03-12  0:56 UTC  (3+ messages)

[PATCH v2 0/10] cleaning up check_repository_format_gently
 2016-03-11 23:33 UTC  (12+ messages)
` [PATCH v2 01/10] setup: document check_repository_format()
` [PATCH v2 02/10] wrap shared_repository global in get/set accessors
` [PATCH v2 03/10] lazily load core.sharedrepository
` [PATCH v2 04/10] check_repository_format_gently: stop using git_config_early
` [PATCH v2 05/10] config: drop git_config_early
` [PATCH v2 06/10] setup: refactor repo format reading and verification
` [PATCH v2 07/10] init: use setup.c's repo version verification
` [PATCH v2 08/10] setup: unify repository version callbacks
` [PATCH v2 09/10] setup: drop repository_format_version global
` [PATCH v2 10/10] verify_repository_format: mark messages for translation

Ability to remember last known good build
 2016-03-11 22:08 UTC  (5+ messages)

Sample pre-push hook can crash
 2016-03-11 20:35 UTC  (5+ messages)

[PATCH v4] commit: add a commit.verbose config variable
 2016-03-11 18:39 UTC  (13+ messages)
` [PATCH v2] t/t7502 : drop duplicate test

[BUG?] fetch into shallow sends a large number of objects
 2016-03-11 18:16 UTC  (12+ messages)

[RFC/PATCH 00/48] Libifying git apply
 2016-03-11 17:34 UTC  (21+ messages)
` [RFC/PATCH 01/48] builtin/apply: avoid parameter shadowing 'p_value' global
` [RFC/PATCH 04/48] builtin/apply: extract line_by_line_fuzzy_match() from match_fragment()
` [RFC/PATCH 40/48] builtin/apply: move 'ws_error_action' into 'struct apply_state'
` [RFC/PATCH 41/48] builtin/apply: move 'ws_ignore_action' "
` [RFC/PATCH 42/48] builtin/apply: move 'max_change' and 'max_len' "
` [RFC/PATCH 43/48] builtin/apply: move 'linenr' global "
` [RFC/PATCH 44/48] builtin/apply: move 'fn_table' "
` [RFC/PATCH 45/48] builtin/apply: move 'symlink_changes' "
` [RFC/PATCH 46/48] builtin/apply: move 'state' init into init_apply_state()
` [RFC/PATCH 47/48] builtin/apply: move 'state' check into check_apply_state()
` [RFC/PATCH 48/48] builtin/apply: move applying patches into apply_all_patches()

Git for collaboration on RDF data
 2016-03-11 16:34 UTC  (2+ messages)

[PATCH 1/6] gitweb.perl : added ability to "git archive" just certain paths (files or subdirs, not whole repo) via gitweb interface
 2016-03-11 13:24 UTC  (6+ messages)
` [PATCH 2/6] gitweb.perl : added ability to debug requests coming through gitweb interface by adding an option to request URL (also requires server-side envvar "GITWEB_MAY_DEBUG=yes")
` [PATCH 3/6] gitweb.perl : added ability to DEBUG progression through "git archive"
` [PATCH 4/6] gitweb.perl support for snapshots with lists of specified files is now tested
` [PATCH 5/6] gitweb.perl changed (and tested) to return HTTP-404 when missing objects are requested via snapshot
` [PATCH 6/6] gitweb.perl : the optional DEBUG functionality is now unit-tested

[PATCH 0/1] Introduce a way to create a branch and worktree at the same time
 2016-03-11  6:43 UTC  (10+ messages)
` [PATCH 1/1] branch: allow conveniently adding new worktrees for new branches

[PATCH 00/19] index-helper, watchman
 2016-03-11  1:11 UTC  (32+ messages)
` [PATCH 01/19] trace.c: add GIT_TRACE_PACK_STATS for pack usage statistics
` [PATCH 02/19] read-cache.c: fix constness of verify_hdr()
` [PATCH 03/19] read-cache: allow to keep mmap'd memory after reading
` [PATCH 04/19] index-helper: new daemon for caching index and related stuff
` [PATCH 05/19] trace.c: add GIT_TRACE_INDEX_STATS for index statistics
` [PATCH 06/19] index-helper: add --strict
` [PATCH 07/19] daemonize(): set a flag before exiting the main process
` [PATCH 08/19] index-helper: add --detach
` [PATCH 09/19] index-helper: add Windows support
` [PATCH 10/19] read-cache: add watchman 'WAMA' extension
` [PATCH 11/19] Add watchman support to reduce index refresh cost
` [PATCH 12/19] read-cache: allow index-helper to prepare shm before git reads it
` [PATCH 13/19] index-helper: use watchman to avoid refreshing index with lstat()
` [PATCH 14/19] update-index: enable/disable watchman support
` [PATCH 15/19] unpack-trees: preserve index extensions
` [PATCH 16/19] index-helper: rewrite pidfile after daemonizing
` [PATCH 17/19] index-helper: process management
` [PATCH 18/19] index-helper: autorun
` [PATCH 19/19] hack: watchman/untracked cache mashup

[PATCH] t/t7502-commit.sh : remove a repeated test
 2016-03-10 23:26 UTC  (3+ messages)

[ANNOUNCE] Git v2.7.3
 2016-03-10 23:04 UTC 

Bug: git branch -D can be used to delete branch which is currently checked out - Part 2
 2016-03-10 22:43 UTC  (6+ messages)

[PATCH v3 1/2] mergetool: support delete/delete conflicts
 2016-03-10 22:08 UTC  (3+ messages)
` [PATCH v3 2/2] mergetool: honor tempfile configuration when resolving delete conflicts

git smudge filter fails
 2016-03-10 22:04 UTC  (5+ messages)

[PATCH/RFC v3] add a commit.verbose config variable
 2016-03-10 21:49 UTC  (6+ messages)

[PATCH] Disown ssh+git and git+ssh
 2016-03-10 20:51 UTC  (5+ messages)

Bug: git branch -D can be used to delete branch which is currently checked out
 2016-03-10 18:38 UTC  (4+ messages)

[PATCH] pull: drop confusing prefix parameter of die_on_unclean_work_tree()
 2016-03-10 18:09 UTC  (3+ messages)

[PATCH] rebase -p: avoid grep on potentailly non-ASCII data
 2016-03-10 17:22 UTC  (9+ messages)

Git subtree stumbles over annotated tags
 2016-03-10 15:51 UTC 

Git Smart HTTP using Nginx
 2016-03-10 14:07 UTC  (2+ messages)

Change in .gitignore handling: intended or bug?
 2016-03-10 10:56 UTC  (17+ messages)

[PATCH 0/3] subtree: add 'git-subtree-repo' and list command
 2016-03-10  9:44 UTC  (4+ messages)
` [PATCH v3 1/3] contrib/subtree: 'add' stores 'git-subtree-repo'
` [PATCH 2/3] contrib/subtree: new list command to list subtrees
` [PATCH 3/3] contrib/subtree: list --resolve gets symbolic refs

[PATCH] http: honor no_http env variable to bypass proxy
 2016-03-10  8:50 UTC  (5+ messages)

Problem with git-http-backend.exe as iis cgi
 2016-03-10  7:28 UTC 

Change in .gitignore handling: intended or bug?
 2016-03-10  0:39 UTC  (4+ messages)
` [PATCH] dir.c: fix dir re-inclusion rules with "NODIR" and "MUSTBEDIR"

What's cooking in git.git (Mar 2016, #03; Wed, 9)
 2016-03-09 23:47 UTC 

[PATCH] add a commit.verbose config variable
 2016-03-09 21:21 UTC  (3+ messages)

[PATCH] t7610-mergetool: add test cases for tempfile behavior
 2016-03-09 20:43 UTC  (2+ messages)

[PATCH v3 0/7] replacing strbuf_getline_lf() by strbuf_getline()
 2016-03-09 20:28 UTC  (6+ messages)
` [PATCH v4 "

Commit message not helpful after merge squash with conflicts
 2016-03-09 20:24 UTC  (5+ messages)
` [PATCH] Also read SQUASH_MSG if a conflict on a merge squash occurred

GSoC 2016: applications open, deadline = Fri, 19/2
 2016-03-09 19:34 UTC  (11+ messages)
          ` GSoC 2016: applications open, libgit2 and git.git
              ` Git has been accepted as a GSoC 2016 mentor organization!

libcurl dependency for implementing RFC3161 timestamps
 2016-03-09 18:53 UTC  (2+ messages)

[PATCH 0/2] gitk: alter the ordering for the "Tags and heads" view
 2016-03-09 18:18 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] gitk: add an option to enable sorting the "Tags and heads" view by ref type

GIT_CEILING_DIRECTORY
 2016-03-09 17:57 UTC  (3+ 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).