git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-02-11 06:12:06 to 2013-02-12 21:14:01 UTC [more...]

[PATCHv4 0/6] git-credential support in git-send-email
 2013-02-12 21:13 UTC  (12+ messages)
` [PATCHv4 1/6] Git.pm: allow command_close_bidi_pipe to be called as method
` [PATCHv4 2/6] Git.pm: fix example in command_close_bidi_pipe documentation
` [PATCHv4 3/6] Git.pm: refactor command_close_bidi_pipe to use _cmd_close
` [PATCHv4 4/6] Git.pm: allow pipes to be closed prior to calling command_close_bidi_pipe
` [PATCHv4 5/6] Git.pm: add interface for git credential command
` [PATCHv4 6/6] git-send-email: use git credential to obtain password

git-completion.bash --local
 2013-02-12 21:11 UTC  (6+ messages)
  ` [PATCH] completion: recognize "--local" as a config file source
` [PATCH] completion: support 'git config --local'

[PATCH 0/3] Fix installation paths with "make install-doc"
 2013-02-12 21:01 UTC  (6+ messages)
` [PATCH 1/3] Documentation/Makefile: fix spaces around assignments
` [PATCH 2/3] Documentation/Makefile: move infodir to be with other '*dir's
` [PATCH 3/3] Documentation/Makefile: fix inherited {html,info,man}dir

inotify to minimize stat() calls
 2013-02-12 20:48 UTC  (22+ messages)

[PATCH v4 00/12] unify appending of sob
 2013-02-12 20:45 UTC  (26+ messages)
` [PATCH v4 01/12] sequencer.c: rework search for start of footer to improve clarity
` [PATCH v4 02/12] commit, cherry-pick -s: remove broken support for multiline rfc2822 fields
` [PATCH v4 03/12] t/test-lib-functions.sh: allow to specify the tag name to test_commit
` [PATCH v4 04/12] t/t3511: add some tests of 'cherry-pick -s' functionality
` [PATCH v4 05/12] sequencer.c: recognize "(cherry picked from ..." as part of s-o-b footer
` [PATCH v4 06/12] sequencer.c: require a conforming footer to be preceded by a blank line
` [PATCH v4 07/12] sequencer.c: always separate "(cherry picked from" from commit body
` [PATCH v4 08/12] sequencer.c: teach append_signoff how to detect duplicate s-o-b
` [PATCH v4 09/12] sequencer.c: teach append_signoff to avoid adding a duplicate newline
  ` [PATCH v4.1 "
` [PATCH v4 10/12] t4014: more tests about appending s-o-b lines
` [PATCH v4 11/12] format-patch: update append_signoff prototype
` [PATCH v4 12/12] Unify appending signoff in format-patch, commit and sequencer
` [PATCH/FYI v4 13/12] fixup! t/t3511: add some tests of 'cherry-pick -s' functionality

Pushing a git repository to a new server
 2013-02-12 20:42 UTC  (9+ messages)

[PATCH 0/2] Add bash.showUntrackedFiles config option
 2013-02-12 20:12 UTC  (3+ messages)
` [PATCH 1/2] bash completion: add bash.showUntrackedFiles option
` [PATCH 2/2] t9903: add test case for bash.showUntrackedFiles

Fetch and -t
 2013-02-12 18:28 UTC  (3+ messages)

[PATCH] rebase -i: respect core.commentchar
 2013-02-12 18:23 UTC  (13+ messages)
      ` [PATCH v2] "

[RFC/PATCH] Replace filepattern with pathspec for consistency
 2013-02-12 18:04 UTC  (4+ messages)

[PATCH v4] submodule: add 'deinit' command
 2013-02-12 18:03 UTC  (3+ messages)

[PATCH v3 0/4] count-objects improvements
 2013-02-12 17:23 UTC  (6+ messages)
` [PATCH v3 1/4] git-count-objects.txt: describe each line in -v output
` [PATCH v3 2/4] sha1_file: reorder code in prepare_packed_git_one()
` [PATCH v3 3/4] count-objects: report garbage files in pack directory too
` [PATCH v3 4/4] count-objects: report how much disk space taken by garbage files

[git-multimail] License unknown (#1)
 2013-02-12 15:28 UTC  (3+ messages)
      ` Fwd: "

Improve 'git help' with basic user guide linkss
 2013-02-12 12:00 UTC  (8+ messages)

A good Git technique for referring back to original files
 2013-02-12 10:19 UTC  (3+ messages)

[BUG/TEST 0/2] bugs with cherry-pick renames
 2013-02-12  4:27 UTC  (3+ messages)
` [BUG/TEST 1/2] t3501: Expose bug with cherry-pick into dirty trees w/ renames
` [BUG/TEST 2/2] t3501: Expose addinfo_cache error message in cherry-pick

git-diff(1) appears to contradict itself
 2013-02-12  3:09 UTC  (3+ messages)

[PATCHv2] parse-options: report uncorrupted multi-byte options
 2013-02-12  2:30 UTC  (6+ messages)

[PATCH] Include xmlparse.h instead of expat.h on QNX
 2013-02-11 22:35 UTC  (11+ messages)
    ` [PATCH] Allow building with xmlparse.h

segfault for git log --graph --no-walk --grep a
 2013-02-11 21:14 UTC  (14+ messages)
              ` [PATCH] log: re-encode commit messages before grepping

What's cooking in git.git (Feb 2013, #04; Sat, 9)
 2013-02-11 19:58 UTC  (11+ messages)
` [PATCH] fixup! graph: output padding for merge subsequent parents

[PATCH v2] branch: show rebase/bisect info when possible instead of "(no branch)"
 2013-02-11 19:13 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] sha1_file.c: Fix a sparse warning
 2013-02-11 19:02 UTC 

[PATCH v3 00/11] unify appending of sob
 2013-02-11 18:49 UTC  (6+ messages)
` [PATCH v3 11/11] Unify appending signoff in format-patch, commit and sequencer

[PATCHv3 0/5] Add git-credential support to git-send-email
 2013-02-11 18:40 UTC  (16+ messages)
` [PATCHv3 1/5] Git.pm: allow command_close_bidi_pipe to be called as method
` [PATCHv3 2/5] Git.pm: fix example in command_close_bidi_pipe documentation
` [PATCHv3 3/5] Git.pm: allow pipes to be closed prior to calling command_close_bidi_pipe
` [PATCHv3 4/5] Git.pm: add interface for git credential command
` [PATCHv3 5/5] git-send-email: use git credential to obtain password

Git prompt
 2013-02-11 18:32 UTC  (45+ messages)
      ` [RFC/PATCH] shell: allow 'help' command to disable interactive shell
                  ` [PATCH 0/2 v2] "
                    ` [PATCH 1/2] shell doc: emphasize purpose and security model
                    ` [PATCH 2/2] shell: pay attention to exit status from 'help' command

[PATH/RFC] parse-options: report invalid UTF-8 switches
 2013-02-11 17:54 UTC  (13+ messages)

git bisect result off by 1 commit
 2013-02-11 17:20 UTC  (3+ messages)

[Request] Git export with hardlinks
 2013-02-11 17:13 UTC  (4+ messages)

[PATCH] git-bisect.txt: clarify that reset finishes bisect
 2013-02-11  8:39 UTC  (5+ messages)
    ` [PATCHv2] git-bisect.txt: clarify that reset quits bisect

[RFC/PATCH] Introduce branch.<name>.pushremote
 2013-02-11  6:16 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).