git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-09-06 17:57:25 to 2014-09-10 22:43:55 UTC [more...]

[PATCH 00/32] nd/multiple-work-trees cleanup
 2014-09-10 22:41 UTC  (32+ messages)
` [PATCH 22/32] checkout: support checking out into a new working directory
` [PATCH v2 00/32] nd/multiple-work-trees
  ` [PATCH v2 01/32] path.c: make get_pathname() return strbuf instead of static buffer
  ` [PATCH v2 02/32] path.c: make get_pathname() call sites return const char *
  ` [PATCH v2 03/32] git_snpath(): retire and replace with strbuf_git_path()
  ` [PATCH v2 04/32] path.c: rename vsnpath() to do_git_path()
  ` [PATCH v2 05/32] path.c: group git_path(), git_pathdup() and strbuf_git_path() together
  ` [PATCH v2 06/32] git_path(): be aware of file relocation in $GIT_DIR
  ` [PATCH v2 07/32] *.sh: respect $GIT_INDEX_FILE
  ` [PATCH v2 08/32] reflog: avoid constructing .lock path with git_path
  ` [PATCH v2 09/32] fast-import: use git_path() for accessing .git dir instead of get_git_dir()
  ` [PATCH v2 10/32] commit: use SEQ_DIR instead of hardcoding "sequencer"
  ` [PATCH v2 11/32] $GIT_COMMON_DIR: a new environment variable
  ` [PATCH v2 12/32] git-sh-setup.sh: use rev-parse --git-path to get $GIT_DIR/objects
  ` [PATCH v2 13/32] *.sh: avoid hardcoding $GIT_DIR/hooks/
  ` [PATCH v2 14/32] git-stash: avoid hardcoding $GIT_DIR/logs/
  ` [PATCH v2 15/32] setup.c: convert is_git_directory() to use strbuf
  ` [PATCH v2 16/32] setup.c: detect $GIT_COMMON_DIR in is_git_directory()
  ` [PATCH v2 17/32] setup.c: convert check_repository_format_gently to use strbuf
  ` [PATCH v2 18/32] setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()
  ` [PATCH v2 19/32] setup.c: support multi-checkout repo setup
  ` [PATCH v2 20/32] wrapper.c: wrapper to open a file, fprintf then close

[PATCH] wincred: improve compatibility with windows versions
 2014-09-10 22:32 UTC  (6+ messages)
      ` [PATCH v2 2/2] "

[PATCH] refs: speed up is_refname_available
 2014-09-10 22:22 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 1/2] log-tree: make format_decorations more flexible
 2014-09-10 22:00 UTC  (2+ messages)
` [PATCH 2/2] pretty: add %D format specifier

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

[PATCH 1/9] git-compat-util.h: Add missing semicolon after struct itimerval
 2014-09-10 21:13 UTC  (7+ messages)
` [PATCH 8/9] autoconf: Check for timer_settime

Next Git conference or meeting
 2014-09-10 20:48 UTC  (10+ messages)

[PATCH] git-notes.txt: Explain how to transfer notes between repos
 2014-09-10 19:59 UTC  (2+ messages)

[PATCH] refs: write packed_refs file using stdio
 2014-09-10 19:14 UTC  (4+ messages)

[PATCH v4 00/32] Lockfile correctness and refactoring
 2014-09-10 19:11 UTC  (17+ messages)
` [PATCH v4 02/32] api-lockfile: expand the documentation
` [PATCH v4 06/32] lockfile: unlock file if lockfile permissions cannot be adjusted
` [PATCH v4 07/32] hold_lock_file_for_append(): release lock on errors
` [PATCH v4 19/32] commit_lock_file(): rollback lock file on failure to rename

[RFC PATCH v2 1/2] Makefile: add check-headers target
 2014-09-10 17:24 UTC  (14+ messages)
` [RFC PATCH v2 2/2] headers: include dependent headers

[PATCH] pretty-format: add append line-feed format specifier
 2014-09-10 17:19 UTC  (8+ messages)

[PATCH/RFC 0/2] custom format for interactive rebase todo
 2014-09-10 17:11 UTC  (5+ messages)

What's cooking in git.git (Sep 2014, #02; Tue, 9)
 2014-09-10 16:39 UTC  (3+ messages)

git-remote-fd problem
 2014-09-10 14:47 UTC  (2+ messages)

git 2.1.0: make fails
 2014-09-10 12:39 UTC  (3+ messages)

What's cooking in git.git (Aug 2014, #02; Fri, 8)
 2014-09-10  1:47 UTC  (5+ messages)
  ` [PATCH v4 0/1] Use absolute paths of lockfiles

(unknown),
 2014-09-10  0:00 UTC  (3+ messages)
  ` 

git fsck exit code?
 2014-09-09 22:29 UTC  (12+ messages)
        ` [PATCH] fsck: exit with non-zero status upon error from fsck_obj()

[RFC PATCH 1/2] Makefile: add check-headers target
 2014-09-09 19:44 UTC  (10+ messages)
` [RFC PATCH 2/2] headers: include dependent headers

[ANNOUNCE] git-as-svn: subversion frontend server for git repository
 2014-09-09 19:30 UTC  (4+ messages)

[PATCH v3 0/8] --remerge-diff
 2014-09-09 19:08 UTC  (17+ messages)
` [PATCH v3 1/8] merge-recursive: remove dead conditional in update_stages()
` [PATCH v3 2/8] merge-recursive: internal flag to avoid touching the worktree
` [PATCH v3 3/8] merge-recursive: -Xindex-only to leave worktree unchanged
` [PATCH v3 4/8] combine-diff: do not pass revs->dense_combined_merges redundantly
` [PATCH v3 5/8] Fold all merge diff variants into an enum
` [PATCH v3 6/8] merge-recursive: allow storing conflict hunks in index
` [PATCH v3 7/8] name-hash: allow dir hashing even when !ignore_case
` [PATCH v3 8/8] log --remerge-diff: show what the conflict resolution changed

[PATCH] Improve English grammar
 2014-09-09 18:58 UTC  (4+ messages)

[PATCH] gitk: show detached HEAD if --all is specified
 2014-09-09 17:04 UTC  (3+ messages)

[PATCH] diff --no-index: allow pathspec after --
 2014-09-09  9:56 UTC 

[PATCH v2] git svn: info: correctly handle absolute path args
 2014-09-09  6:38 UTC  (4+ messages)
    ` [PATCH v3] "

[PATCH/RFC 2/2] Add documentation for sequence.format
 2014-09-05  8:41 UTC 

[PATCH/RFC 1/2] Add sequence.format to interactive rebase
 2014-09-05  8:40 UTC 

[RFH] renaming strcmp/strncmp-icase
 2014-09-08 21:36 UTC  (4+ messages)

[PATCH 1/2] strbuf: export strbuf_addchars()
 2014-09-08 21:36 UTC  (4+ messages)
` [PATCH 2/2] strbuf: use strbuf_addchars() for adding a char multiple times

My GSoC2014 retrospective
 2014-09-08 21:16 UTC  (2+ messages)

Donation
 2014-09-08 21:08 UTC 

git rebase: yet another newbie quest
 2014-09-08 19:49 UTC  (9+ messages)

"trace.c", line 219: error: identifier redeclared: trace_strbuf
 2014-09-08 18:11 UTC  (4+ messages)

Please help provide clarity on git rebase internals
 2014-09-08 18:07 UTC  (2+ messages)

BUG I can't start git on Windows 7
 2014-09-08 16:02 UTC  (7+ messages)

[RFC/PATCH 0/3] Teach revert/cherry-pick the --no-verify option
 2014-09-08 15:13 UTC  (3+ messages)

t2017 test failure in pu
 2014-09-08 10:56 UTC 

Git improvement for line feed processing: LF versus CR-LF
 2014-09-08  9:29 UTC  (2+ messages)

[PATCH] fetch: better alignment in ref summary
 2014-09-08  7:40 UTC 

Check out git-author
 2014-09-08  7:16 UTC  (3+ messages)

[PATCH v3 2/2] headers: include dependent headers
 2014-09-07 21:57 UTC  (5+ messages)

[PATCH] git svn: find-rev allows short switches for near matches
 2014-09-07  8:35 UTC 

[PATCH] git-svn.txt: Remove mentions of repack options
 2014-09-07  7:26 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).