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

[PATCH] credential-cache: close stderr in daemon process
 2014-09-14  7:35 UTC 

[PATCH v4 00/32] Lockfile correctness and refactoring
 2014-09-14  6:38 UTC  (38+ messages)
` [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 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 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] compat-util: add _DEFAULT_SOURCE define
 2014-09-14  5:33 UTC 

[PATCH] help: ensure that common-cmds.h is only included by help.c
 2014-09-14  5:23 UTC  (3+ messages)

[PATCH 4/8] staging: et131x: Remove ununsed statistics
 2014-09-14  1:30 UTC  (14+ messages)
              ` [RFC/PATCH] mailinfo: do not treat ">From" lines as in-body headers

[PATCH v4 1/2] Makefile: add check-headers target
 2014-09-14  1:00 UTC  (2+ messages)
` [PATCH v4 2/2] headers: include dependent headers

[PATCH] refs: make rev-parse --quiet actually quiet
 2014-09-13 21:58 UTC 

[PATCH v2] stash: prefer --quiet over shell redirection
 2014-09-13 21:57 UTC  (3+ messages)

[PATCH] repack: call prune_packed_objects() and update_server_info() directly
 2014-09-13 20:19 UTC  (6+ messages)
  ` [PATCH 1/3] prune-packed: fix minor memory leak
  ` [PATCH 2/3] make update-server-info more robust
  ` [PATCH 3/3] server-info: clean up after writing info/packs

Transaction patch series overview
 2014-09-13 17:52 UTC  (35+ 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

(local ?) BOINC repo broken again -or- how to act on the CR/LF changes made upstream
 2014-09-13 14:55 UTC  (7+ messages)
` [boinc_dev] "

[PATCH] Makefile: fix some typos in the preamble
 2014-09-13 14:20 UTC 

git-new-workdir submodules interact poorly with core.worktree
 2014-09-13 11:25 UTC  (2+ messages)

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

Diffs for submodule conflicts during rebase usually empty
 2014-09-13 11:07 UTC  (4+ messages)

git archive and glob pathspecs
 2014-09-13 10:52 UTC  (5+ messages)
` [PATCH] archive: support filtering paths with glob

[PATCH 0/6] Improve tag checking in fsck and with transfer.fsckobjects
 2014-09-13  9:08 UTC  (40+ 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 0/3] hash-object --literally
            ` [PATCH 1/3] hash-object: reduce file-scope statics
            ` [PATCH 2/3] hash-object: pass 'write_object' as a flag
            ` [PATCH 3/3] hash-object: add --literally option
    ` [PATCH v4 0/6] Improve tag checking in fsck and with transfer.fsckobjects
      ` [PATCH v4 1/6] Refactor type_from_string() to avoid die()ing in case of errors
      ` [PATCH v4 2/6] Accept object data in the fsck_object() function
      ` [PATCH v4 3/6] Make sure fsck_commit_buffer() does not run out of the buffer
      ` [PATCH v4 4/6] fsck: check tag objects' headers
      ` [PATCH v4 5/6] Add regression tests for stricter tag fsck'ing
      ` [PATCH v4 6/6] Make sure that index-pack --strict checks tag objects
  ` [PATCH v2 3/6] Make sure fsck_commit_buffer() does not run out of the buffer
  ` [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

git-diff-tree --root
 2014-09-13  8:57 UTC  (3+ messages)

[RFC] allowing hooks to ignore input?
 2014-09-13  8:19 UTC  (2+ messages)

[PATCH] t9300: use cmp instead of test_cmp to compare binary files
 2014-09-12 19:47 UTC  (4+ messages)
    ` [PATCH v2] t9300: use test_cmp_bin "

Issue with 'git diff' and non ascii characters
 2014-09-12 19:34 UTC  (2+ messages)

[PATCH 00/32] nd/multiple-work-trees cleanup
 2014-09-12 19:08 UTC  (19+ messages)
` [PATCH v2 00/32] nd/multiple-work-trees
  ` [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

[PATCH] make config --add behave correctly for empty and NULL values
 2014-09-12 17:29 UTC  (11+ messages)
          ` [PATCH v2 1/2] document irregular config --add behaviour "
            ` [PATCH v2 2/2] make config --add behave correctly "

[PATCH] pretty-format: add append line-feed format specifier
 2014-09-12 16:36 UTC  (8+ messages)

[PATCH 0/2] describe: support the syntax "--abbrev=+"
 2014-09-12 14:26 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] describe: Add documentation for "--abbrev=+"

git fsck exit code?
 2014-09-12  5:12 UTC  (12+ messages)
        ` [PATCH] fsck: exit with non-zero status upon error from fsck_obj()
            ` [PATCH] fsck: return non-zero status on missing ref tips

Is the a way to get a log with files that were changed
 2014-09-12  2:26 UTC  (2+ messages)

What's cooking in git.git (Sep 2014, #03; Thu, 11)
 2014-09-11 22:52 UTC 

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

How to update index stat info without reading file content?
 2014-09-11 20:51 UTC  (2+ messages)

[PATCH] pre-push.sample: Write error message to stderr
 2014-09-11 20:35 UTC 

[PATCH 0/3] gitk: save only changed configuration on exit
 2014-09-11 20:26 UTC  (7+ 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 v3 0/8] --remerge-diff
 2014-09-11 19:37 UTC  (4+ messages)
` [PATCH v3 4/8] combine-diff: do not pass revs->dense_combined_merges redundantly

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

[PATCH] Documentation: use single-parameter --cacheinfo in example
 2014-09-11 17:35 UTC  (2+ messages)

[PATCH] git-notes.txt: Explain how to transfer notes between repos
 2014-09-10 23:31 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).