git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-03 10:04:36 to 2014-04-08 15:26:02 UTC [more...]

[PATCH v10 00/12] Add interpret-trailers builtin
 2014-04-08 15:25 UTC  (18+ messages)
` [PATCH v10 01/12] trailer: add data structures and basic functions
` [PATCH v10 02/12] trailer: process trailers from stdin and arguments
` [PATCH v10 03/12] trailer: read and process config information
` [PATCH v10 04/12] trailer: process command line trailer arguments
` [PATCH v10 05/12] trailer: parse trailers from stdin
` [PATCH v10 06/12] trailer: put all the processing together and print
` [PATCH v10 07/12] trailer: add interpret-trailers command
` [PATCH v10 08/12] trailer: add tests for "git interpret-trailers"
` [PATCH v10 09/12] trailer: execute command from 'trailer.<name>.command'
` [PATCH v10 10/12] trailer: add tests for commands in config file
` [PATCH v10 11/12] Documentation: add documentation for 'git interpret-trailers'
` [PATCH v10 12/12] trailer: add blank line before the trailers if needed

Handling empty directories in Git
 2014-04-08 14:47 UTC 

[PATCH v2 00/25] Lockfile correctness and refactoring
 2014-04-08 14:04 UTC  (36+ messages)
` [PATCH v2 01/25] api-lockfile: expand the documentation
` [PATCH v2 02/25] unable_to_lock_die(): rename function from unable_to_lock_index_die()
` [PATCH v2 03/25] rollback_lock_file(): do not clear filename redundantly
` [PATCH v2 04/25] rollback_lock_file(): set fd to -1
` [PATCH v2 05/25] lockfile: unlock file if lockfile permissions cannot be adjusted
` [PATCH v2 06/25] hold_lock_file_for_append(): release lock on errors
` [PATCH v2 07/25] lock_file(): always add lock_file object to lock_file_list
` [PATCH v2 08/25] struct lock_file: replace on_list field with flags field
` [PATCH v2 09/25] lockfile.c: document the various states of lock_file objects
` [PATCH v2 10/25] lockfile: define a constant LOCK_SUFFIX_LEN
` [PATCH v2 11/25] delete_ref_loose(): don't muck around in the lock_file's filename
` [PATCH v2 12/25] prepare_index(): declare return value to be (const char *)
` [PATCH v2 13/25] write_packed_entry_fn(): convert cb_data into a (const int *)
` [PATCH v2 14/25] lock_file(): exit early if lockfile cannot be opened
` [PATCH v2 15/25] remove_lock_file(): call rollback_lock_file()
` [PATCH v2 16/25] commit_lock_file(): inline temporary variable
` [PATCH v2 17/25] commit_lock_file(): make committing an unlocked lockfile a NOP
` [PATCH v2 18/25] lockfile: avoid transitory invalid states
` [PATCH v2 19/25] try_merge_strategy(): remove redundant lock_file allocation
` [PATCH v2 20/25] try_merge_strategy(): use a statically-allocated lock_file object
` [PATCH v2 21/25] commit_lock_file(): use a strbuf to manage temporary space
` [PATCH v2 22/25] Change lock_file::filename into a strbuf
` [PATCH v2 23/25] resolve_symlink(): use a strbuf for internal scratch space
` [PATCH v2 24/25] resolve_symlink(): take a strbuf parameter
` [PATCH v2 25/25] trim_last_path_elm(): replace last_path_elm()

git log for only certain branches
 2014-04-08 13:43 UTC 

What's cooking in git.git (Apr 2014, #01; Fri, 4)
 2014-04-08 13:13 UTC  (10+ messages)

Installing GIT on Solaris 10
 2014-04-08  9:46 UTC 

[PATCH v2] Clarify pre-push hook documentation
 2014-04-08  8:43 UTC  (5+ messages)
` [PATCH v3] "

[PATCH] describe: rewrite name_rev() iteratively
 2014-04-08  7:41 UTC  (2+ messages)

[GSoC 2014] Replacing object loading/writing layer by libgit2
 2014-04-08  1:35 UTC  (2+ messages)

git commit vs. ignore-submodules
 2014-04-07 23:03 UTC  (19+ messages)
    ` [PATCH 1/2] commit: add --ignore-submodules[=<when>] parameter
        ` [PATCH v2] "
          ` [PATCH v2.1] "
                                ` [PATCH v3 1/2] add: "
                                ` [PATCH v3 2/2] commit: "

[PATCH] git-p4: explicitly specify that HEAD is a revision
 2014-04-07 22:37 UTC  (3+ messages)

What's cooking in git.git (Apr 2014, #02; Mon, 7)
 2014-04-07 22:19 UTC 

[PATCH v9 00/11] Add interpret-trailers builtin
 2014-04-07 22:00 UTC  (11+ messages)
` [PATCH v9 11/11] Documentation: add documentation for 'git interpret-trailers'

notes.rewriteRef doesn't apply to rebases that skip the commit
 2014-04-07 21:54 UTC  (3+ messages)

[PATCH v2 00/19] Multiparent diff tree-walker + combine-diff speedup
 2014-04-07 20:26 UTC  (8+ messages)
` [PATCH v2 18/19] tree-diff: rework diff_tree() to generate diffs for multiparent cases as well

[PATCH] Unicode: update of combining code points
 2014-04-07 19:54 UTC  (2+ messages)

[PATCH] Unicode: update of combining code points
 2014-04-07 19:38 UTC 

[PATCH] Unicode: update of combining code points
 2014-04-07 19:34 UTC 

[PATCH] Unicode: update of combining code points
 2014-04-07 19:30 UTC 

[PATCH v3 00/27] Clean up update-refs --stdin and implement ref_transaction
 2014-04-07 19:13 UTC  (29+ messages)
` [PATCH v3 01/27] t1400: fix name and expected result of one test
` [PATCH v3 02/27] t1400: provide more usual input to the command
` [PATCH v3 03/27] parse_arg(): really test that argument is properly terminated
` [PATCH v3 04/27] t1400: add some more tests involving quoted arguments
` [PATCH v3 05/27] refs.h: rename the action_on_err constants
` [PATCH v3 06/27] update_refs(): fix constness
` [PATCH v3 07/27] update-ref --stdin: read the whole input at once
` [PATCH v3 08/27] parse_cmd_verify(): copy old_sha1 instead of evaluating <oldvalue> twice
` [PATCH v3 09/27] update-ref.c: extract a new function, parse_refname()
` [PATCH v3 10/27] update-ref --stdin: improve error messages for invalid values
` [PATCH v3 11/27] update-ref --stdin: make error messages more consistent
` [PATCH v3 12/27] update-ref --stdin: simplify error messages for missing oldvalues
` [PATCH v3 13/27] t1400: test that stdin -z update treats empty <newvalue> as zeros
` [PATCH v3 14/27] update-ref.c: extract a new function, parse_next_sha1()
` [PATCH v3 15/27] update-ref --stdin -z: deprecate interpreting the empty string as zeros
` [PATCH v3 16/27] t1400: test one mistake at a time
` [PATCH v3 17/27] update-ref --stdin: improve the error message for unexpected EOF
` [PATCH v3 18/27] update-ref --stdin: harmonize error messages
` [PATCH v3 19/27] refs: add a concept of a reference transaction
` [PATCH v3 20/27] update-ref --stdin: reimplement using reference transactions
` [PATCH v3 21/27] refs: remove API function update_refs()
` [PATCH v3 22/27] struct ref_update: rename field "ref_name" to "refname"
` [PATCH v3 23/27] struct ref_update: store refname as a FLEX_ARRAY
` [PATCH v3 24/27] ref_transaction_commit(): simplify code using temporary variables
` [PATCH v3 25/27] struct ref_update: add a lock field
` [PATCH v3 26/27] struct ref_update: add a type field
` [PATCH v3 27/27] ref_transaction_commit(): work with transaction->updates in place

[RFC] git submodule split
 2014-04-07 19:04 UTC  (4+ messages)

[PATCH] git-multimail: update to version 1.0.0
 2014-04-07 18:56 UTC  (2+ messages)

The fetch command should "always" honor remote.<name>.fetch
 2014-04-07 18:46 UTC  (3+ messages)

[PATCH] pack-objects: do not reuse packfiles without --delta-base-offset
 2014-04-07 17:15 UTC  (6+ messages)

[PATCH v2 16/17] ls: do not show duplicate cached entries
 2014-04-07 17:13 UTC  (7+ messages)
` [PATCH] ls-files: do not trust stat info if lstat() fails

[PATCH 00/22] Lockfile refactoring and pre-activation
 2014-04-07 16:37 UTC  (25+ messages)
` [PATCH 02/22] try_merge_strategy(): remove redundant lock_file allocation
` [PATCH 04/22] rollback_lock_file(): set fd to -1
` [PATCH 05/22] lockfile: unlock file if lockfile permissions cannot be adjusted
` [PATCH 07/22] lock_file(): always add lock_file object to lock_file_list
` [PATCH 13/22] config: change write_error() to take a (struct lock_file *) argument
` [PATCH 18/22] lockfile: also keep track of the filename of the file being locked

Segmentation fault on Mac OS Mavericks 10.9.2
 2014-04-06 22:19 UTC 

Makefile: Another "make" command is used when going into SUBDIR perl
 2014-04-06 14:33 UTC  (2+ messages)

[PATCH] gitk: switch to patch mode when searching for line origin
 2014-04-05 20:38 UTC 

[PATCH 0/2] status/commit: do not ignore staged submodules
 2014-04-05 16:59 UTC  (3+ messages)
` [PATCH 1/2] status/commit: show staged submodules regardless of ignore config
` [PATCH 2/2] commit -m: commit "

Patch Series v3 for "use the $( ... ) construct for command substitution"
 2014-04-04 19:27 UTC  (5+ messages)

[PATCH] MSVC: allow using ExtUtils::MakeMaker
 2014-04-04 18:57 UTC  (2+ messages)

[PATCH 00/10] [RFC] pickaxe for function names
 2014-04-04 18:46 UTC  (10+ messages)
` [PATCH 03/10] diffcore-pickaxe.c: Refactor pickaxe_fn signature
` [PATCH 06/10] log: --function-name pickaxe
` [PATCH 09/10] t4213: test --function-name option

Git stash: create stash even if he end up with an Error (lock file)
 2014-04-04 15:11 UTC 

[PATCH v2 00/27] Clean up update-refs --stdin and implement ref_transaction
 2014-04-04  5:02 UTC  (6+ messages)
` [PATCH v2 20/27] update-ref --stdin: Reimplement using reference transactions

[PATCH V2 0/7] fix hunk editing with 'commit -p -m'
 2014-04-03 22:11 UTC  (2+ messages)

[PATCH v2 1/2] git-send-email: two new options: to-cover, cc-cover
 2014-04-03 21:24 UTC  (5+ messages)
` [PATCH v2 2/2] test/send-email: add to-cover test

[PATCH] gitweb.conf.txt: fix typo
 2014-04-03 20:49 UTC 

socket_perror() "bug"?
 2014-04-03 19:01 UTC  (4+ messages)

Git feature request: Option to force Git to abort a checkout if working directory is dirty (i.e. disregarding the check for conflicts)
 2014-04-03 18:42 UTC  (7+ messages)

Bug in git-diff output
 2014-04-03 18:10 UTC  (4+ messages)

What's cooking in git.git (Mar 2014, #08; Mon, 31)
 2014-04-03 17:15 UTC  (7+ messages)
      ` emacs buffer names

[PATCH v3 1/3] patch-id: make it stable against hunk reordering
 2014-04-03 15:42 UTC  (9+ messages)
` [PATCH v3 2/3] patch-id: document new behaviour

[ANNOUNCE] WinGit - native x86/x64 Git for Windows
 2014-04-03 15:03 UTC  (4+ messages)
  ` Fwd: "

[PATCH] update-ref: fail create operation over stdin if ref already exists
 2014-04-03 13:20 UTC  (3+ messages)

[PATCH] gitweb: Improve diffs when filenames contain problem characters
 2014-04-03  8:18 UTC 

Q: ".git/HEAD" and ".git/refs/heads"
 2014-04-03  8:04 UTC  (3+ messages)
  ` Antw: "

git-rebase-todo gets popped prematurely
 2014-04-02 22:37 UTC 


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 NNTP newsgroup(s).