git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-09-08 18:11:44 to 2014-09-11 19:38:02 UTC [more...]

[PATCH v3 0/8] --remerge-diff
 2014-09-11 19:37 UTC  (12+ messages)
` [PATCH v3 4/8] combine-diff: do not pass revs->dense_combined_merges redundantly
` [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

Diffs for submodule conflicts during rebase usually empty
 2014-09-11 19:29 UTC  (2+ messages)

[PATCH/RFC] submodule: add ability to shallowly clone any branch in a submodule
 2014-09-11 19:21 UTC  (2+ messages)

[PATCH 0/3] gitk: save only changed configuration on exit
 2014-09-11 19:17 UTC  (6+ messages)
` [PATCH 1/3] gitk refactor: remove boilerplate for configuration variables
` [PATCH 2/3] gitk: write only changed "
` [PATCH 3/3] gitk: merge views with existing ones

[PATCH v4 00/32] Lockfile correctness and refactoring
 2014-09-11 19:13 UTC  (20+ messages)
` [PATCH v4 02/32] api-lockfile: expand the documentation
` [PATCH v4 03/32] rollback_lock_file(): do not clear filename redundantly
` [PATCH v4 04/32] rollback_lock_file(): exit early if lock is not active
` [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

How to update index stat info without reading file content?
 2014-09-11 19:04 UTC 

[PATCH] refs: speed up is_refname_available
 2014-09-11 18:31 UTC  (7+ messages)
` [PATCH v2] "

[PATCH 0/6] Improve tag checking in fsck and with transfer.fsckobjects
 2014-09-11 17:58 UTC  (31+ messages)
` [PATCH v2 "
  ` [PATCH v3 "
    ` [PATCH v3 1/6] Refactor type_from_string() to avoid die()ing in case of errors
    ` [PATCH v3 2/6] Accept object data in the fsck_object() function
    ` [PATCH v3 3/6] Make sure fsck_commit_buffer() does not run out of the buffer
    ` [PATCH v3 4/6] fsck: check tag objects' headers
    ` [PATCH v3 5/6] Add regression tests for stricter tag fsck'ing
    ` [PATCH v3 6/6] Make sure that index-pack --strict checks tag objects
  ` [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] Documentation: use single-parameter --cacheinfo in example
 2014-09-11 17:35 UTC  (2+ messages)

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

[PATCH 00/32] nd/multiple-work-trees cleanup
 2014-09-11 15:36 UTC  (36+ messages)
` [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 v2 21/32] use new wrapper write_file() for simple file writing
  ` [PATCH v2 22/32] checkout: support checking out into a new working directory
  ` [PATCH v2 23/32] prune: strategies for linked checkouts
  ` [PATCH v2 24/32] checkout: reject if the branch is already checked out elsewhere
  ` [PATCH v2 25/32] checkout: clean up half-prepared directories in --to mode
  ` [PATCH v2 26/32] gc: style change -- no SP before closing parenthesis
  ` [PATCH v2 27/32] gc: factor out gc.pruneexpire parsing code
  ` [PATCH v2 28/32] gc: support prune --worktrees
  ` [PATCH v2 29/32] count-objects: report unused files in $GIT_DIR/worktrees/
  ` [PATCH v2 30/32] git_path(): keep "info/sparse-checkout" per work-tree
  ` [PATCH v2 31/32] checkout: don't require a work tree when checking out into a new one
  ` [PATCH v2 32/32] t2025: add a test to make sure grafts is working from a linked checkout

Transaction patch series overview
 2014-09-11  3:12 UTC  (25+ messages)
        ` [PATCH v21 0/19] rs/ref-transaction (Re: Transaction patch series overview)
          ` [PATCH 01/19] mv test: recreate mod/ directory instead of relying on stale copy
          ` [PATCH 02/19] wrapper.c: remove/unlink_or_warn: simplify, treat ENOENT as success
          ` [PATCH 03/19] wrapper.c: add a new function unlink_or_msg
          ` [PATCH 04/19] refs.c: add an err argument to delete_ref_loose
          ` [PATCH 05/19] refs.c: pass the ref log message to _create/delete/update instead of _commit
          ` [PATCH 06/19] rename_ref: don't ask read_ref_full where the ref came from
          ` [PATCH 07/19] refs.c: move the check for valid refname to lock_ref_sha1_basic
          ` [PATCH 08/19] refs.c: call lock_ref_sha1_basic directly from commit
          ` [PATCH 09/19] refs.c: pass a skip list to name_conflict_fn
          ` [PATCH 10/19] refs.c: ref_transaction_commit: distinguish name conflicts from other errors
          ` [PATCH 11/19] fetch.c: change s_update_ref to use a ref transaction
          ` [PATCH 12/19] refs.c: make write_ref_sha1 static
          ` [PATCH 13/19] refs.c: change resolve_ref_unsafe reading argument to be a flags field
          ` [PATCH 14/19] branch -d: avoid repeated symref resolution
          ` [PATCH 15/19] refs.c: fix handling of badly named refs
          ` [PATCH 16/19] for-each-ref.c: improve message before aborting on broken ref
          ` [PATCH 17/19] refs.c: do not permit err == NULL
          ` [PATCH 18/19] lockfile: remove unable_to_lock_error
          ` [PATCH 19/19] ref_transaction_commit: bail out on failure to remove a ref

[PATCH] git-notes.txt: Explain how to transfer notes between repos
 2014-09-10 23:31 UTC  (3+ messages)

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

[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] refs: write packed_refs file using stdio
 2014-09-10 19:14 UTC  (4+ messages)

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

[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  (5+ 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] 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  (3+ messages)

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  (7+ messages)

"trace.c", line 219: error: identifier redeclared: trace_strbuf
 2014-09-08 18:11 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).