git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-08-27 18:00:24 to 2014-08-30 08:35:04 UTC [more...]

[PATCH 00/32] nd/multiple-work-trees cleanup
 2014-08-30  8:33 UTC  (12+ messages)
` [PATCH 01/32] path.c: make get_pathname() return strbuf instead of static buffer
` [PATCH 02/32] path.c: make get_pathname() call sites return const char *
` [PATCH 03/32] git_snpath(): retire and replace with strbuf_git_path()
` [PATCH 04/32] path.c: rename vsnpath() to do_git_path()
` [PATCH 05/32] path.c: group git_path(), git_pathdup() and strbuf_git_path() together
` [PATCH 06/32] git_path(): be aware of file relocation in $GIT_DIR
` [PATCH 07/32] *.sh: respect $GIT_INDEX_FILE
` [PATCH 08/32] reflog: avoid constructing .lock path with git_path
` [PATCH 09/32] fast-import: use git_path() for accessing .git dir instead of get_git_dir()
` [PATCH 10/32] commit: use SEQ_DIR instead of hardcoding "sequencer"
` [PATCH 11/32] $GIT_COMMON_DIR: a new environment variable

[PATCH] fix calloc() and xcalloc() argument ordering
 2014-08-30  6:54 UTC 

Configurable filename for what is now .gitignore
 2014-08-30  5:43 UTC  (2+ messages)

[BUG] resolved deltas
 2014-08-30  2:59 UTC  (18+ messages)
                    ` [PATCH 1/2] index-pack: fix race condition with duplicate bases
                    ` [PATCH 2/2] index-pack: handle duplicate base objects gracefully

[PATCH 0/6] Improve tag checking in fsck and with transfer.fsckobjects
 2014-08-29 23:46 UTC  (17+ messages)
` [PATCH 1/6] Refactor type_from_string() to avoid die()ing in case of errors
` [PATCH 2/6] Accept object data in the fsck_object() function
` [PATCH 3/6] Make sure fsck_commit_buffer() does not run out of the buffer
` [PATCH 4/6] fsck: check tag objects' headers
` [PATCH 5/6] Add regression tests for stricter tag fsck'ing
` [PATCH 6/6] Make sure that index-pack --strict fails upon invalid tag objects

[PATCH] builtin/commit.c: fix type warnings from gcc and sparse
 2014-08-29 22:17 UTC  (3+ messages)

[PATCH v2] pretty: Provide a strict ISO8601 date format
 2014-08-29 22:12 UTC  (7+ messages)

[PATCH] pretty: Provide a strict ISO8601 date format
 2014-08-29 20:57 UTC  (6+ messages)

[PATCH v3] pretty: add --date=iso-strict, a strict ISO-8601 date format
 2014-08-29 20:55 UTC 

git fsck exit code?
 2014-08-29 20:47 UTC  (6+ messages)

[PATCH 1/9] git-compat-util.h: Add missing semicolon after struct itimerval
 2014-08-29 19:43 UTC  (19+ messages)
` [PATCH 2/9] autoconf: Check for "
` [PATCH 3/9] autoconf: Check for setitimer
` [PATCH 4/9] autoconf: Check for timer_t
` [PATCH 5/9] autoconf: Check for struct timespec
` [PATCH 6/9] autoconf: Check for struct sigevent
` [PATCH 7/9] autoconf: Check for struct itimerspec
` [PATCH 8/9] autoconf: Check for timer_settime
` [PATCH 9/9] Use timer_settime for new platforms

What happens when the repository is bigger than gc.autopacklimit * pack.packSizeLimit?
 2014-08-29 18:54 UTC  (7+ messages)

[GIT PULL] l10n updates for Git 2.1.1
 2014-08-29 17:18 UTC  (2+ messages)

[PATCH] Check order when reading index
 2014-08-29 17:06 UTC  (18+ messages)
` [PATCH 1/2] "
                  ` [PATCH 1/2] read_index_from(): catch out of order entries when reading an index file
                    ` [PATCH 2/2] read_index_unmerged(): remove unnecessary loop index adjustment
                      ` [PATCH] read_index_from(): catch out of order entries when reading an index file

[PATCH 0/9] Use timer_settime for new platforms
 2014-08-29 16:11 UTC  (16+ messages)
` [PATCH 1/9] git-compat-util.h: Add missing semicolon after struct itimerval
` [PATCH 2/9] autoconf: Check for timer_t
` [PATCH 3/9] autoconf: Check for struct timespec
` [PATCH 4/9] autoconf: Check for struct sigevent
` [PATCH 5/9] autoconf: Check for struct itimerval
` [PATCH 6/9] autoconf: Check for struct itimerspec
` [PATCH 7/9] autoconf: Check for setitimer
` [PATCH 8/9] autoconf: Check for timer_settime
` [PATCH 9/9] Use timer_settime for new platforms

Relative submodule URLs
 2014-08-29 15:09 UTC  (7+ messages)
        `  "

[PATCH v2 0/2] fast-import: fix segfault and filedelete tests
 2014-08-29 11:53 UTC  (3+ messages)
` [PATCH v2 1/2] t9300: test filedelete command
` [PATCH v2 2/2] fast-import: fix segfault in store_tree()

[PATCH 0/2] fast-import: fix segfault and tests
 2014-08-29 11:40 UTC  (7+ messages)
` [PATCH 1/2] t9300: test filedelete root
` [PATCH 2/2] fast-import: fix segfault in store_tree()

[RFC] improving advice message from "git commit" during a merge
 2014-08-29  6:44 UTC  (11+ messages)
` [PATCH] merge, pull: stop advising 'commit -a' in case of conflict

[ANNOUNCE] tig-2.0.3
 2014-08-29  2:32 UTC 

problem with def of inet_ntop() in git-compat-util.h as well as other places
 2014-08-29  0:05 UTC  (10+ messages)

revert top most commit
 2014-08-28 20:27 UTC  (6+ messages)

[PATCH 1/2] t0027: Tests for core.eol=native, eol=lf, eol=crlf
 2014-08-28 19:20 UTC  (2+ messages)

[PATCH v2] teach fast-export an --anonymize option
 2014-08-28 19:04 UTC  (9+ messages)
` [PATCH v3] "

[PATCH v6 0/6] Stream fd to clean filter; GIT_MMAP_LIMIT, GIT_ALLOC_LIMIT with git_env_ulong()
 2014-08-28 17:15 UTC  (14+ messages)
` [PATCH v6 2/6] Add git_env_ulong() to parse environment variable
` [PATCH v6 5/6] Change copy_fd() to not close input fd

[PATCH v2] contrib/svn-fe: fix Makefile
 2014-08-28 17:00 UTC 

Git Bug Resolve: bisect run failed to locate the right commit, not git bug
 2014-08-28 15:43 UTC 

make install fails because GNU tar needed
 2014-08-28 15:26 UTC  (4+ messages)

Git Bug Report: bisect run failed to locate the right commit, detail testing
 2014-08-28 12:44 UTC  (2+ messages)

[PATCH v2] l10n: de.po: translate 38 new messages
 2014-08-28  5:49 UTC 

Transaction patch series overview
 2014-08-28  5:07 UTC  (13+ messages)
              ` [PATCH 0/20] rs/ref-transaction-1 (Re: Transaction patch series overview)
          ` Using Gerrit to review Git patches (was: "

What's cooking in git.git (Aug 2014, #04; Tue, 26)
 2014-08-28  3:33 UTC  (2+ messages)

git stash doesn't always save work dir as-is: bug?
 2014-08-28  2:54 UTC  (2+ messages)

[PATCH] Document LF appearing in shallow command during send-pack/receive-pack
 2014-08-27 22:10 UTC  (2+ messages)

mktree: multiple same-named objects
 2014-08-27 21:48 UTC  (3+ messages)

Improving the git remote command
 2014-08-27 21:22 UTC  (9+ messages)

check-ref-format: include refs/ in the argument or to strip it?
 2014-08-27 20:53 UTC  (8+ messages)

[PATCH v2 0/6] clean up author parsing
 2014-08-27 19:41 UTC  (10+ messages)
` [PATCH v2 1/6] commit: provide a function to find a header in a buffer

log.decorate=auto not documented
 2014-08-27 18:20 UTC  (2+ 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).