git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-09-06 07:52:25 to 2014-09-10 19:12:08 UTC [more...]

[PATCH v4 00/32] Lockfile correctness and refactoring
 2014-09-10 19:11 UTC  (43+ 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 08/32] lock_file(): always add lock_file object to lock_file_list
` [PATCH v4 09/32] lockfile.c: document the various states of lock_file objects
` [PATCH v4 10/32] cache.h: define constants LOCK_SUFFIX and LOCK_SUFFIX_LEN
` [PATCH v4 11/32] delete_ref_loose(): don't muck around in the lock_file's filename
` [PATCH v4 12/32] prepare_index(): declare return value to be (const char *)
` [PATCH v4 13/32] write_packed_entry_fn(): convert cb_data into a (const int *)
` [PATCH v4 14/32] lock_file(): exit early if lockfile cannot be opened
` [PATCH v4 15/32] remove_lock_file(): call rollback_lock_file()
` [PATCH v4 16/32] commit_lock_file(): inline temporary variable
` [PATCH v4 17/32] commit_lock_file(): die() if called for unlocked lockfile object
` [PATCH v4 18/32] commit_lock_file(): if close fails, roll back
` [PATCH v4 19/32] commit_lock_file(): rollback lock file on failure to rename
` [PATCH v4 20/32] api-lockfile: document edge cases
` [PATCH v4 21/32] dump_marks(): remove a redundant call to rollback_lock_file()
` [PATCH v4 22/32] git_config_set_multivar_in_file(): avoid "
` [PATCH v4 23/32] lockfile: avoid transitory invalid states
` [PATCH v4 24/32] struct lock_file: declare some fields volatile
` [PATCH v4 25/32] try_merge_strategy(): remove redundant lock_file allocation
` [PATCH v4 26/32] try_merge_strategy(): use a statically-allocated lock_file object
` [PATCH v4 27/32] commit_lock_file(): use a strbuf to manage temporary space
` [PATCH v4 28/32] Change lock_file::filename into a strbuf
` [PATCH v4 29/32] resolve_symlink(): use a strbuf for internal scratch space
` [PATCH v4 30/32] resolve_symlink(): take a strbuf parameter
` [PATCH v4 31/32] trim_last_path_elm(): replace last_path_elm()
` [PATCH v4 32/32] Extract a function commit_lock_file_to()

[PATCH 0/6] Improve tag checking in fsck and with transfer.fsckobjects
 2014-09-10 17:56 UTC  (12+ 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

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

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

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

[PATCH] git-notes.txt: Explain how to transfer notes between repos
 2014-09-10 13:56 UTC 

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

[PATCH] refs: write packed_refs file using stdio
 2014-09-10 11:39 UTC  (3+ messages)

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

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

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

Next Git conference or meeting
 2014-09-09 15:49 UTC  (8+ 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)

[PATCH 00/32] nd/multiple-work-trees cleanup
 2014-09-08 14:06 UTC  (11+ messages)
` [PATCH 22/32] checkout: support checking out into a new working directory

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)

[PATCH v2 0/8] log --remerge-diff
 2014-09-06 17:46 UTC  (4+ messages)
` [PATCH v2 7/8] name-hash: allow dir hashing even when !ignore_case

Bug-directors upper letters names
 2014-09-06 13:45 UTC  (2+ messages)

[RFC PATCHv3 0/4] am: patch-format
 2014-09-06 12:46 UTC  (10+ messages)
` [RFC PATCHv3 1/4] am: avoid re-directing stdin twice


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