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

[PATCH v3 0/8] --remerge-diff
 2014-09-06 17:56 UTC  (2+ messages)
` [PATCH v3 1/8] merge-recursive: remove dead conditional in update_stages()

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

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

[RFC PATCHv3 0/4] am: patch-format
 2014-09-06 12:46 UTC  (13+ messages)
` [RFC PATCHv3 1/4] am: avoid re-directing stdin twice
` [RFC PATCHv3 2/4] t/am: add test for stgit patch format
` [RFC PATCHv3 3/4] t/am: add tests for hg "
` [RFC PATCHv3 4/4] am: add gitk "

[PATCH v4 00/32] Lockfile correctness and refactoring
 2014-09-06  7:50 UTC  (33+ messages)
` [PATCH v4 01/32] unable_to_lock_die(): rename function from unable_to_lock_index_die()
` [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 05/32] rollback_lock_file(): set fd to -1
` [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()

git rebase: yet another newbie quest
 2014-09-05 22:13 UTC  (3+ messages)

[RFC PATCH 0/1] am: bug report and new patch format support
 2014-09-05 21:54 UTC  (11+ messages)
` [RFC PATCHv2 0/2] am: bug fix "
  ` [RFC PATCHv2 1/2] am: add gitk patch format
  ` [RFC PATCHv2 2/2] am: avoid re-directing stdin twice

[RFC/PATCH 0/3] Teach revert/cherry-pick the --no-verify option
 2014-09-05 21:05 UTC  (18+ messages)
` [RFC/PATCH 1/3] t7503/4: Add failing testcases for revert/cherry-pick --no-verify
` [RFC/PATCH 2/3] revert/cherry-pick: Add --no-verify option, and pass it on to commit
    ` [PATCH] parse-options: detect attempt to add a duplicate short option name

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

[PATCH 0/2] Translations for ambiguous refname warning
 2014-09-05 19:47 UTC  (4+ messages)
` [PATCH 1/2] i18n: ambiguous refname message is not translated
` [PATCH 2/2] i18n translate builtin warning, error, usage, fatal messages

[PATCH] po/TEAMS: add new member to German translation team
 2014-09-05 16:34 UTC 

[PATCH v2] use a hashmap to make remotes faster
 2014-09-05 15:16 UTC  (3+ messages)

[PATCH 00/32] nd/multiple-work-trees cleanup
 2014-09-05 13:42 UTC  (12+ messages)
` [PATCH 22/32] checkout: support checking out into a new working directory

[BUG (maybe)] git rev-parse --verify --quiet isn't quiet
 2014-09-05  7:15 UTC  (4+ messages)

[PATCH] git-svn.txt: Remove mentions of repack options
 2014-09-05  3:46 UTC 

[PATCH 00/18] Signed push
 2014-09-05  2:41 UTC  (8+ messages)
` [PATCH 18/18] signed push: final protocol update

What's cooking in git.git (Sep 2014, #01; Tue, 2)
 2014-09-05  1:18 UTC  (11+ messages)

git format-patch --in-reply-to allows header injection. Intended?
 2014-09-04 23:59 UTC  (4+ messages)

Interactive staging not functioning properly?
 2014-09-04 21:56 UTC  (2+ messages)

GSoC 2014 retrospective (Git Config API Improvements)
 2014-09-04 21:37 UTC  (2+ messages)

[PATCH v2] setup.c: set workdir when gitdir is not default
 2014-09-04 21:33 UTC 

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

Configurable filename for what is now .gitignore
 2014-09-04 20:33 UTC  (6+ messages)

Git submodule add with branch and depth option
 2014-09-04 15:21 UTC 

[PATCH] setup.c: set workdir when gitdir is not default
 2014-09-04 14:23 UTC  (5+ messages)

[PATCH] gc --auto: do not run 'pack-refs' and 'reflog expire' twice
 2014-09-04 14:13 UTC  (4+ messages)

[PATCH] fix calloc() and xcalloc() argument ordering
 2014-09-04 14:03 UTC  (2+ messages)

git archive and glob pathspecs
 2014-09-04 13:37 UTC  (2+ messages)
` [PATCH] archive: support filtering paths with glob

Can git detect and manage source file's extensional attribute by command 'setfattr' ?
 2014-09-04 13:07 UTC  (2+ messages)

Importing from RTC to GIT
 2014-09-04 12:55 UTC  (2+ messages)

Next Git conference or meeting
 2014-09-04  7:40 UTC  (8+ messages)

mini-GitTogether Oct 2014? (was: Next Git conference or meeting)
 2014-09-04  2:56 UTC  (6+ messages)

[PATCH 0/6] Improve tag checking in fsck and with transfer.fsckobjects
 2014-09-04  2:04 UTC  (12+ messages)
` [PATCH 4/6] fsck: check tag objects' headers

A handful of topics merged to 'next'
 2014-09-03 23:23 UTC 

[PATCH v13 00/11] Add interpret-trailers builtin
 2014-09-03 21:30 UTC  (2+ messages)

[PATCH] Makefile: add NO_CLOCK_GETTIME check
 2014-09-03 20:58 UTC  (3+ messages)

[PATCH v3 2/2] MinGW: Update tests to handle a native eol of crlf
 2014-09-03 18:19 UTC  (5+ messages)

[RFC] add detached HEAD to --all listing
 2014-09-03 16:18 UTC  (6+ messages)
` [PATCH] rev-parse: include HEAD in --all output

[PATCH v2] reachable.c: add HEAD to reachability starting commits
 2014-09-03 16:14 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] completion: Add --ignore-blank-lines for diff
 2014-09-03 15:00 UTC 


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