git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-09-14 14:49:22 to 2014-09-17 13:23:15 UTC [more...]

Transaction patch series overview
 2014-09-17 13:23 UTC  (12+ messages)
    ` [PATCH v21 0/19] rs/ref-transaction (Re: Transaction patch series overview)

[PATCH] help: Fix size passed to qsort
 2014-09-17 12:14 UTC 

Query: Failed to suppress CC while sending patchset
 2014-09-17 11:31 UTC  (4+ messages)

[PATCH v14 00/11] Add interpret-trailers builtin
 2014-09-17  8:26 UTC  (16+ messages)
` [PATCH v14 01/11] trailer: add data structures and basic functions
` [PATCH v14 02/11] trailer: process trailers from input message and arguments
` [PATCH v14 03/11] trailer: read and process config information
` [PATCH v14 04/11] trailer: process command line trailer arguments
` [PATCH v14 05/11] trailer: parse trailers from file or stdin
` [PATCH v14 06/11] trailer: put all the processing together and print
` [PATCH v14 07/11] trailer: add interpret-trailers command
` [PATCH v14 08/11] trailer: add tests for "git interpret-trailers"
` [PATCH v14 09/11] trailer: execute command from 'trailer.<name>.command'
` [PATCH v14 10/11] trailer: add tests for commands in config file
` [PATCH v14 11/11] Documentation: add documentation for 'git interpret-trailers'

[PATCH 1/2] add macro REALLOCARRAY
 2014-09-17  8:17 UTC  (9+ messages)
` [PATCH 2/2] use REALLOCARRAY for changing the allocation size of arrays
    ` [PATCH 1/2] add macro REALLOC_ARRAY
    ` [PATCH 2/2] use REALLOC_ARRAY for changing the allocation size of arrays

[PATCH] unblock and unignore SIGPIPE
 2014-09-17  8:11 UTC  (3+ messages)

[PATCH 1/2] fixup! refs: make rev-parse --quiet actually quiet
 2014-09-17  4:35 UTC  (2+ messages)
` [PATCH 2/2] rev-parse: honor --quiet when asking for reflog dates that do not exist

[PATCH v3] pretty: add %D format specifier
 2014-09-17  4:30 UTC  (3+ messages)

[PATCH] compat-util: add _DEFAULT_SOURCE define
 2014-09-17  3:54 UTC  (3+ messages)

[PATCH v5 00/35] Lockfile correctness and refactoring
 2014-09-16 22:45 UTC  (59+ messages)
` [PATCH v5 01/35] unable_to_lock_die(): rename function from unable_to_lock_index_die()
` [PATCH v5 02/35] api-lockfile: expand the documentation
` [PATCH v5 03/35] rollback_lock_file(): do not clear filename redundantly
` [PATCH v5 04/35] rollback_lock_file(): exit early if lock is not active
` [PATCH v5 05/35] rollback_lock_file(): set fd to -1
` [PATCH v5 06/35] lockfile: unlock file if lockfile permissions cannot be adjusted
` [PATCH v5 07/35] hold_lock_file_for_append(): release lock on errors
` [PATCH v5 08/35] lock_file(): always add lock_file object to lock_file_list
` [PATCH v5 09/35] lockfile.c: document the various states of lock_file objects
` [PATCH v5 10/35] cache.h: define constants LOCK_SUFFIX and LOCK_SUFFIX_LEN
` [PATCH v5 11/35] delete_ref_loose(): don't muck around in the lock_file's filename
` [PATCH v5 12/35] prepare_index(): declare return value to be (const char *)
` [PATCH v5 13/35] write_packed_entry_fn(): convert cb_data into a (const int *)
` [PATCH v5 14/35] lock_file(): exit early if lockfile cannot be opened
` [PATCH v5 15/35] remove_lock_file(): call rollback_lock_file()
` [PATCH v5 16/35] commit_lock_file(): inline temporary variable
` [PATCH v5 17/35] commit_lock_file(): die() if called for unlocked lockfile object
` [PATCH v5 18/35] commit_lock_file(): if close fails, roll back
` [PATCH v5 19/35] commit_lock_file(): rollback lock file on failure to rename
` [PATCH v5 20/35] api-lockfile: document edge cases
` [PATCH v5 21/35] dump_marks(): remove a redundant call to rollback_lock_file()
` [PATCH v5 22/35] git_config_set_multivar_in_file(): avoid "
` [PATCH v5 23/35] lockfile: avoid transitory invalid states
` [PATCH v5 24/35] struct lock_file: declare some fields volatile
` [PATCH v5 25/35] try_merge_strategy(): remove redundant lock_file allocation
` [PATCH v5 26/35] try_merge_strategy(): use a statically-allocated lock_file object
` [PATCH v5 27/35] commit_lock_file(): use a strbuf to manage temporary space
` [PATCH v5 28/35] Change lock_file::filename into a strbuf
` [PATCH v5 29/35] resolve_symlink(): use a strbuf for internal scratch space
` [PATCH v5 30/35] resolve_symlink(): take a strbuf parameter
` [PATCH v5 31/35] trim_last_path_component(): replace last_path_elm()
` [PATCH v5 32/35] Extract a function commit_lock_file_to()
` [PATCH v5 33/35] Rename LOCK_NODEREF to LOCK_NO_DEREF
` [PATCH v5 34/35] lockfile.c: rename static functions
` [PATCH v5 35/35] get_locked_file_path(): new function

[RFC] allowing hooks to ignore input?
 2014-09-16 22:27 UTC  (4+ messages)

[PATCH v5 00/23] Signed push
 2014-09-16 20:33 UTC  (27+ messages)
` [PATCH v5 01/23] receive-pack: do not overallocate command structure
` [PATCH v5 02/23] receive-pack: parse feature request a bit earlier
` [PATCH v5 03/23] receive-pack: do not reuse old_sha1[] for other things
` [PATCH v5 04/23] receive-pack: factor out queueing of command
` [PATCH v5 05/23] send-pack: move REF_STATUS_REJECT_NODELETE logic a bit higher
` [PATCH v5 06/23] send-pack: refactor decision to send update per ref
` [PATCH v5 07/23] send-pack: always send capabilities
` [PATCH v5 08/23] send-pack: factor out capability string generation
` [PATCH v5 09/23] receive-pack: "
` [PATCH v5 10/23] send-pack: rename "new_refs" to "need_pack_data"
` [PATCH v5 11/23] send-pack: refactor inspecting and resetting status and sending commands
` [PATCH v5 12/23] send-pack: clarify that cmds_sent is a boolean
` [PATCH v5 13/23] gpg-interface: move parse_gpg_output() to where it should be
` [PATCH v5 14/23] gpg-interface: move parse_signature() "
` [PATCH v5 15/23] pack-protocol doc: typofix for PKT-LINE
` [PATCH v5 16/23] push: the beginning of "git push --signed"
` [PATCH v5 17/23] receive-pack: GPG-validate push certificates
` [PATCH v5 18/23] send-pack: send feature request on push-cert packet
` [PATCH v5 19/23] signed push: remove duplicated protocol info
` [PATCH v5 20/23] signed push: add "pushee" header to push certificate
` [PATCH v5 21/23] signed push: fortify against replay attacks
` [PATCH v5 22/23] signed push: allow stale nonce in stateless mode
` [PATCH v5 23/23] t5541: test push --signed to smart HTTP server

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

[PATCH] Documentation/git-rebase.txt: make it explicit in the syntax there is no way to specify <branch> without <upstream>
 2014-09-16 18:26 UTC  (2+ messages)

[PATCH v4 1/3] t1503: use test_must_be_empty
 2014-09-16 18:26 UTC  (4+ messages)
` [PATCH v4 2/3] refs: make rev-parse --quiet actually quiet
  ` [PATCH v4 3/3] stash: prefer --quiet over shell redirection of the standard error stream

[PATCH] credential-cache: close stderr in daemon process
 2014-09-16 18:10 UTC  (4+ messages)

Apparent bug in git-gc
 2014-09-16 18:09 UTC  (3+ messages)

[PATCH v3 1/3] t1503: test rev-parse --verify --quiet with deleted reflogs
 2014-09-16  3:06 UTC  (7+ messages)
` [PATCH v3 2/3] t1503: use test_must_be_empty
  ` [PATCH v3 3/3] Documentation: a note about stdout for git rev-parse --verify --quiet

[PATCH] repack: call prune_packed_objects() and update_server_info() directly
 2014-09-15 23:56 UTC  (5+ messages)
` [PATCH 2/3] make update-server-info more robust

[PATCH v2] pretty: add %D format specifier
 2014-09-15 22:44 UTC  (2+ messages)

git merge --abort deletes unstaged files
 2014-09-15 22:28 UTC  (6+ messages)

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

git branch --merged and git branch --verbose do not combine
 2014-09-15 20:20 UTC  (4+ messages)

[PATCH 1/2] check-headers: add header usage checks for .c files
 2014-09-15 19:49 UTC  (5+ messages)

[PATCH] Makefile: fix some typos in the preamble
 2014-09-15 18:58 UTC  (2+ messages)

[PATCH] t1503: test rev-parse --verify --quiet with deleted reflogs
 2014-09-15 18:25 UTC  (5+ messages)

[PULL] git svn updates for master
 2014-09-15 18:01 UTC  (2+ messages)

[PATCH] git-svn: delay term initialization
 2014-09-15 18:00 UTC  (2+ messages)

git-diff-tree --root
 2014-09-15 17:04 UTC  (4+ messages)

(unknown),
 2014-09-15 15:10 UTC  (4+ messages)
  ` 

git fsck exit code?
 2014-09-15 14:57 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

Subject: [PATCH] Remove duplicate list of extensions from docs
 2014-09-15 11:01 UTC 

[PATCH/RFC v2 1/2] submodule: add ability to shallowly clone any branch in a repo as a submodule
 2014-09-15 10:42 UTC  (2+ messages)
` [PATCH/RFC v2 2/2] submodule: modify clone command to recursively shallow clone submodules

[PATCH v13 00/11] Add interpret-trailers builtin
 2014-09-15  6:04 UTC  (3+ messages)

[PATCH/RFC 1/2] submodule: add ability to shallowly clone any branch in a repo as a submodule
 2014-09-14 23:41 UTC  (2+ messages)

[PATCH] rerere.h: mark string for translation
 2014-09-14 22:40 UTC 

[PATCH] builtin/log.c: mark strings for translation
 2014-09-14 22:07 UTC 

[PATCH v2 0/3] gitk: save only changed configuration on exit
 2014-09-14 20:35 UTC  (4+ messages)
` [PATCH v2 1/3] gitk refactor: remove boilerplate for configuration variables
` [PATCH v2 2/3] gitk: write only changed "
` [PATCH v2 3/3] gitk: synchronize config write

[PATCH] builtin/log.c: proper use of usage description array
 2014-09-14 20:11 UTC 

[PATCH v2 1/2] t1503: test rev-parse --verify --quiet with deleted reflogs
 2014-09-14 19:03 UTC  (2+ messages)
` [PATCH v2 2/2] t1503: use test_must_be_empty

[PATCH v4 00/32] Lockfile correctness and refactoring
 2014-09-14 14:49 UTC  (6+ messages)
` [PATCH v4 11/32] delete_ref_loose(): don't muck around in the lock_file's filename


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