git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-05-06 16:06:47 to 2014-05-07 16:20:24 UTC [more...]

Beginner question on "Pull is mostly evil"
 2014-05-07 16:20 UTC  (2+ messages)

material for git training sessions/presentations
 2014-05-07 15:02 UTC  (6+ messages)
    `  "

[PATCH 00/20] Untracked cache to speed up "git status"
 2014-05-07 14:52 UTC  (21+ messages)
` [PATCH 01/20] dir.c: coding style fix
` [PATCH 02/20] dir.h: move struct exclude declaration to top level
` [PATCH 03/20] prep_exclude: remove the artificial PATH_MAX limit
` [PATCH 04/20] dir.c: optionally compute sha-1 of a .gitignore file
` [PATCH 05/20] untracked cache: record .gitignore information and dir hierarchy
` [PATCH 06/20] untracked cache: initial untracked cache validation
` [PATCH 07/20] untracked cache: invalidate dirs recursively if .gitignore changes
` [PATCH 08/20] untracked cache: record/validate dir mtime and reuse cached output
` [PATCH 09/20] untracked cache: mark what dirs should be recursed/saved
` [PATCH 10/20] untracked cache: don't open non-existent .gitignore
` [PATCH 11/20] untracked cache: save to an index extension
` [PATCH 12/20] untracked cache: load from UNTR "
` [PATCH 13/20] untracked cache: invalidate at index addition or removal
` [PATCH 14/20] untracked cache: print untracked statistics with $GIT_TRACE_UNTRACKED
` [PATCH 15/20] read-cache.c: split racy stat test to a separate function
` [PATCH 16/20] untracked cache: avoid racy timestamps
` [PATCH 17/20] status: support untracked cache
` [PATCH 18/20] update-index: manually enable or disable "
` [PATCH 19/20] update-index: test the system before enabling "
` [PATCH 20/20] t7063: tests for "

Big Java repositories to play with?
 2014-05-07 14:08 UTC  (5+ messages)

[PATCH] Standardize python shebangs
 2014-05-07 12:28 UTC  (5+ messages)

[PATCH v2 0/2] add a reflog_exists and delete_reflog abstraction
 2014-05-07 11:56 UTC  (4+ messages)
` [PATCH v2 1/2] refs.c: add new functions reflog_exists and delete_reflog
` [PATCH v2 2/2] checkout.c: use ref_exists instead of file_exist

What's cooking in git.git (Apr 2014, #09; Tue, 29)
 2014-05-07 11:44 UTC  (20+ messages)

Summary of the problems with git pull
 2014-05-07 10:39 UTC  (3+ messages)

[PATCH] completion: move out of contrib
 2014-05-07 10:10 UTC  (4+ messages)

[PATCH] builtin/tag.c: Add tag name to user message
 2013-08-29 22:03 UTC 

git gui error with relocated repository
 2014-05-07  7:49 UTC  (5+ messages)

[RFD] use approxidate for "git commit --date=xyz"?
 2014-05-07  7:22 UTC  (3+ messages)

[ANNOUNCE] ssoma - some sort of mail archiver (using git)
 2014-05-07  6:59 UTC 

Bug: Case-insensitive filesystems can cause merge and checkout problems
 2014-05-07  6:17 UTC  (8+ messages)
` [PATCH] merge-recursive.c: Fix case-changing merge bug
        ` [PATCH 1/2] merge-recursive.c: Fix case-changing merge
          ` [PATCH 2/2] ignorecase: Fix git mv on insensitive filesystems

[PATCH] git-p4: format-patch to diff-tree change breaks binary patches
 2014-05-07  5:48 UTC 

git fast-import: how to prevent incremental commit with no changes
 2014-05-07  5:01 UTC  (3+ messages)

Watchman support for git
 2014-05-07  3:33 UTC  (19+ messages)
` [PATCH 1/3] After chdir to run grep, return to old directory

[PATCH 0/3] Fix a ton of compiler warnings
 2014-05-07  3:02 UTC  (13+ messages)
` [PATCH 1/3] Revert "make error()'s constant return value more visible"
                ` [PATCH 1/2] inline constant return from error() function
                ` [PATCH 2/2] let clang use the constant-return error() macro

Kitchen Design Lancashire Reviews
 2014-05-07  2:48 UTC 

[BUG?] Patches created with 'diff.noprefix=true' don't 'git apply'
 2014-05-07  1:16 UTC  (8+ messages)

What's cooking in git.git (May 2014, #01; Tue, 6)
 2014-05-06 23:50 UTC  (4+ messages)

Pull is Mostly Evil
 2014-05-06 22:19 UTC  (9+ messages)

[PATCH] config: preserve config file permissions on edits
 2014-05-06 22:02 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] PAGER_ENV: remove 'S' from $LESS by default
 2014-05-06 21:55 UTC  (8+ messages)
` [PATCH v2] pager: "

[PATCH v2 0/5] contrib/subtree/Makefile: Standardisation pass
 2014-05-06 21:46 UTC  (8+ messages)
` [PATCH v2 1/5] contrib/subtree/Makefile: scrap unused $(gitdir)
` [PATCH v2 2/5] contrib/subtree/Makefile: Use GIT-VERSION-FILE
` [PATCH v2 3/5] contrib/subtree/Makefile: s/libexecdir/gitexecdir
` [PATCH v2 4/5] contrib/subtree/Makefile: Doc-gen rules cleanup
` [PATCH v2 5/5] contrib/subtree/Makefile: clean rule cleanup

[RFC/PATCH v3] Better control of the tests run by a test suite
 2014-05-06 21:02 UTC  (5+ messages)
` [RFC/PATCH v4] "
  ` [PATCH 3/3] test-lib: '--run' to run only specific tests

[PATCH 0/3] Use ref transactions for fetch
 2014-05-06 20:53 UTC  (5+ messages)

[GUILT 00/28] Teach guilt import-commit how create legal patch names, and more
 2014-05-06 20:41 UTC  (32+ messages)
` [GUILT 04/28] Allow "guilt import-commit" to run from a dir which contains spaces
` [GUILT 06/28] Fix and simplify the do_get_patch function
` [GUILT 07/28] Added test cases for "guilt fold"
` [GUILT 10/28] Run test_failed if the exit status of a test script is bad
` [GUILT 11/28] test suite: remove pointless redirection
` [GUILT 17/28] "guilt graph" no longer loops when no patches are applied
` [GUILT 18/28] guilt-graph: Handle commas in branch names
` [GUILT 19/28] Check that "guilt graph" works when working on a branch with a comma
` [GUILT 20/28] "guilt graph": Handle patch names containing quotes
` [GUILT 21/28] The log.decorate setting should not influence import-commit
` [GUILT 22/28] The log.decorate setting should not influence patchbomb
` [GUILT 23/28] The log.decorate setting should not influence guilt rebase

[PATCH] add a reflog_exists and delete_reflog abstraction
 2014-05-06 19:29 UTC  (7+ messages)
` [PATCH] refs.c: add new functions reflog_exists and delete_reflog

[PATCH v6 1/5] patch-id: make it stable against hunk reordering
 2014-05-06 18:20 UTC  (4+ messages)
` [PATCH v6 2/5] test: add test_write_lines helper
  ` [PATCH] test doc: test_write_lines does not split its arguments

[PATCH v2] MinGW(-W64) cross-compilation
 2014-05-05 12:15 UTC  (10+ messages)
` [PATCH 10/12] MINGW: compat/poll/poll.c: undef NOGDI
              ` [msysGit] "

[RFC PATCH 0/9] Use a structure for object IDs
 2014-05-06 15:08 UTC  (22+ messages)
` [PATCH 1/9] Define "
` [PATCH 7/9] bundle.c: convert leaf functions to struct object_id
` [PATCH 8/9] cache-tree: convert struct cache_tree to use object_id
` [PATCH 9/9] diff: convert struct combine_diff_path to object_id

read-tree bug
 2014-05-06 13:32 UTC  (2+ messages)

[PATCH v2 0/5] contrib/subtree/Makefile: Standardisation pass
 2014-05-06 12:41 UTC  (14+ messages)
` [PATCH v2 1/5] contrib/subtree/Makefile: scrap unused $(gitdir)
  ` [PATCH v2 2/5] contrib/subtree/Makefile: Use GIT-VERSION-FILE
    ` [PATCH v2 3/5] contrib/subtree/Makefile: s/libexecdir/gitexecdir
      ` [PATCH v2 4/5] contrib/subtree/Makefile: Doc-gen rules cleanup
        ` [PATCH v2 5/5] contrib/subtree/Makefile: clean rule cleanup

Summary of the problems with git pull
 2014-05-06 10:58 UTC 

[PATCH] t3910: show failure of core.precomposeunicode with decomposed filenames
 2014-05-06 10:11 UTC  (4+ messages)

[PATCH v6 00/42] Use ref transactions for all ref updates
 2014-05-05 23:09 UTC  (6+ messages)
` [PATCH v6 08/42] refs.c: change ref_transaction_update() to do error checking and return status

#178 parsing of pretty=format:"%an %ad" causes fatal: bad revision '%ad'
 2014-05-05 23:02 UTC  (5+ messages)
  `  "
    ` [msysGit] "

[PATCH] remote-helpers: add documentation for git-remote-hg/bzr
 2014-05-05 20:23 UTC 

[PATCH] Bump core.deltaBaseCacheLimit to 96m
 2014-05-05 20:19 UTC  (7+ messages)

[PATCH/RFC] Makefile: do not depend on curl-config
 2014-05-05 15:03 UTC  (8+ messages)
          ` [msysGit] "

[PATCH] git-p4: format-patch to diff-tree change breaks binary patches
 2014-05-05 13:14 UTC  (6+ messages)

GIT, libcurl and GSS-Negotiate
 2014-05-05 10:21 UTC  (3+ messages)


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).