๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.11.0
/
perl
/
Git.pm
tag
d1271bddd45d8c2c3e88650a1a107dcb368e8f91
tagger
Junio C Hamano <gitster@pobox.com>
Tue Nov 29 20:23:17 2016
object
454cb6bd52a4de614a3633e4f547af03d5c3b640
Git 2.11
251641b
Merge branch 'svn-wt' of git://bogomips.org/git-svn
by Junio C Hamano
ยท 9 years ago
bdcaebb
Merge branch 'mm/send-email-cc-cruft-after-address'
by Junio C Hamano
ยท 9 years ago
dcfafc5
Git.pm: add comment pointing to t9000
by Matthieu Moy
ยท 9 years ago
e3fdbcc
parse_mailboxes: accept extra text after <...> address
by Matthieu Moy
ยท 9 years ago
b26098f
git-svn: reduce scope of input record separator change
by Eric Wong
ยท 9 years ago
832c0e5
typofix: assorted typofixes in comments, documentation and messages
by Li Peng
ยท 10 years ago
888ab71
Git.pm: stop assuming that absolute paths start with a slash
by Johannes Schindelin
ยท 10 years ago
8d314d7
send-email: reduce dependencies impact on parse_address_line
by Remi Lespinet
ยท 10 years ago
ef2956a
Git.pm: two minor typo fixes
by Alexander Kuleshov
ยท 11 years ago
822aaf0
Git.pm: add specified name to tempfile template
by Eric Wong
ยท 11 years ago
9c08107
Git.pm: revert _temp_cache use of temp_is_locked
by Kyle J. McKay
ยท 12 years ago
4e63dcc
Git.pm: add new temp_is_locked function
by Kyle J. McKay
ยท 12 years ago
c7e2be6
Merge branch 'hb/git-pm-tempfile'
by Junio C Hamano
ยท 13 years ago
eafc2dd
Git.pm: call tempfile from File::Temp as a regular function
by H. Merijn Brand
ยท 13 years ago
d809d05
Merge branch 'tr/perl-keep-stderr-open'
by Junio C Hamano
ยท 13 years ago
caa7d79
Sync with 'maint'
by Junio C Hamano
ยท 13 years ago
41ccfdd
Correct common spelling mistakes in comments and tests
by Stefano Lattarini
ยท 13 years ago
bd4ca09
perl: redirect stderr to /dev/null instead of closing
by Thomas Rast
ยท 13 years ago
06d7abb
Merge branch 'jc/perl-cat-blob' into maint
by Junio C Hamano
ยท 13 years ago
95ef66d
Merge branch 'mn/send-email-works-with-credential'
by Junio C Hamano
ยท 13 years ago
8d747e1
Merge branch 'jc/perl-cat-blob'
by Junio C Hamano
ยท 13 years ago
52dce6d
Git.pm: add interface for git credential command
by Michal Nazarewicz
ยท 13 years ago
712c6ad
Git.pm: fix cat_blob crashes on large files
by Joshua Clayton
ยท 13 years ago
f4c0035
Git.pm: allow pipes to be closed prior to calling command_close_bidi_pipe
by Michal Nazarewicz
ยท 13 years ago
1323dba
Git.pm: refactor command_close_bidi_pipe to use _cmd_close
by Michal Nazarewicz
ยท 13 years ago
75f7b5d
perl/Git.pm: fix get_tz_offset to properly handle DST boundary cases
by Ben Walton
ยท 13 years ago
68868ff
Move Git::SVN::get_tz to Git::get_tz_offset
by Ben Walton
ยท 13 years ago
8a2cc51
Git.pm: fix example in command_close_bidi_pipe documentation
by Michal Nazarewicz
ยท 13 years ago
1bc760a
Git.pm: allow command_close_bidi_pipe to be called as method
by Michal Nazarewicz
ยท 13 years ago
e9263e4
git-svn, perl/Git.pm: extend and use Git->prompt method for querying users
by Sven Strickroth
ยท 13 years ago
8f3cab2
perl/Git.pm: Honor SSH_ASKPASS as fallback if GIT_ASKPASS is not set
by Sven Strickroth
ยท 13 years ago
38ecf3a
git-svn, perl/Git.pm: add central method for prompting passwords
by Sven Strickroth
ยท 13 years ago
a7793a7
correct spelling: an URL -> a URL
by Jim Meyering
ยท 14 years ago
6942a3d
libperl-git: refactor Git::config_*
by Junio C Hamano
ยท 14 years ago
9fef9e2
Add Git::config_path()
by Cord Seele
ยท 14 years ago
48d9e6a
perl: command_bidi_pipe() method should set-up git environmens
by Masatake Osanai
ยท 15 years ago
d48b284
perl: bump the required Perl version to 5.8 from 5.6.[21]
by รvar Arnfjรถrรฐ Bjarmason
ยท 15 years ago
64abcc4
Git.pm: better error message
by Philippe Bruhat (BooK)
ยท 15 years ago
402e139
git-svn: support fetch with autocrlf on
by Erik Faye-Lund
ยท 16 years ago
9517e6b
Typofixes outside documentation area
by Junio C Hamano
ยท 16 years ago
fe53bbc
Git.pm: Always set Repository to absolute path if autodetecting
by Frank Lichtenheld
ยท 17 years ago
da159c7
Git.pm: Set GIT_WORK_TREE if we set GIT_DIR
by Frank Lichtenheld
ยท 17 years ago
89a56bf
add --html-path to get the location of installed HTML docs
by Markus Heidelberg
ยท 17 years ago
e98c6a1
Merge branch 'maint'
by Junio C Hamano
ยท 17 years ago
4f8b899
Merge branch 'maint-1.6.0' into maint
by Junio C Hamano
ยท 17 years ago
8faea4f
Git.pm: call Error::Simple() properly
by Jay Soffian
ยท 17 years ago
11b8a41
Git.pm: correctly handle directory name that evaluates to "false"
by Philippe Bruhat (BooK)
ยท 17 years ago
f66bc5f
Always show which directory is not a git repository
by Richard Hartmann
ยท 17 years ago
bcdd1b4
Git.pm: Make _temp_cache use the repository directory
by Marten Svanfeldt (dev)
ยท 17 years ago
d8b24b9
Git.pm: do not break inheritance
by Christian Jaeger
ยท 17 years ago
836ff95
Git.pm: Use File::Temp->tempfile instead of ->new
by Marcus Griep
ยท 17 years ago
c14c8ce
Git.pm: Make File::Spec and File::Temp requirement lazy
by Marcus Griep
ยท 17 years ago
e41352b
Git.pm: Add faculties to allow temp files to be cached
by Marcus Griep
ยท 17 years ago
9751a32
Fix typo in perl/Git.pm
by Abhijit Menon-Sen
ยท 17 years ago
452d36b
Fix hash slice syntax error
by Abhijit Menon-Sen
ยท 17 years ago
108c2aa
Git.pm: localise $? in command_close_bidi_pipe()
by Abhijit Menon-Sen
ยท 17 years ago
5354a56
Replace uses of "git-var" with "git var"
by Todd Zullinger
ยท 17 years ago
31a92f6
Git.pm: Add remote_refs() git-ls-remote frontend
by Petr Baudis
ยท 17 years ago
32d8050
Git.pm: fix return value of config method
by Lea Wiemann
๏ฟฝ๏ฟฝ 18 years ago
58c8dd2
Git.pm: fix documentation of hash_object
by Lea Wiemann
ยท 18 years ago
d683a0e
Git::cat_blob: allow using an empty blob to fix git-svn breakage
by Junio C Hamano
ยท 18 years ago
7182530
Git.pm: Add hash_and_insert_object and cat_blob
by Adam Roben
ยท 18 years ago
d1a29af
Git.pm: Add command_bidi_pipe and command_close_bidi_pipe
by Adam Roben
ยท 18 years ago
4461792
Git.pm: Don't require repository instance for ident
by Frank Lichtenheld
ยท 18 years ago
c2e357c
Git.pm: Don't require a repository instance for config
by Frank Lichtenheld
ยท 18 years ago
b4c61ed
Color support for "git-add -i"
by Junio C Hamano
ยท 18 years ago
346d203
Add config_int() method to the Git perl module
by Jakub Narebski
ยท 18 years ago
6aaa65d
When exec() fails include the failing command in the error message
by Ask Bjรธrn Hansen
ยท 18 years ago
2f5b398
Fix git-remote for ActiveState Perl
by Alex Riesen
ยท 18 years ago
35c49ee
Git.pm: config_boolean() -> config_bool()
by Petr Baudis
ยท 19 years ago
7b9a13e
Add config_boolean() method to the Git perl module
by Theodore Ts'o
ยท 19 years ago
3dff537
Assorted typo fixes
by Pavel Roskin
ยท 19 years ago
e0d10e1
[PATCH] Rename git-repo-config to git-config.
by Tom Prince
ยท 19 years ago
67e4baf
Cleanup uninitialized value in chomp
by Alex Riesen
ยท 19 years ago
bed118d
Force Activestate Perl to tie git command pipe handle to a handle class
by Alex Riesen
ยท 19 years ago
d3b1785
Insert ACTIVESTATE_STRING in Git.pm
by Alex Riesen
ยท 19 years ago
5c94f87
use 'init' instead of 'init-db' for shipped docs and tools
by Nicolas Pitre
ยท 19 years ago
18b0fc1
Git.pm: Kill Git.xs for now
by Petr Baudis
ยท 19 years ago
81a7173
Revert "Make it possible to set up libgit directly (instead of from the environment)"
by Junio C Hamano
ยท 19 years ago
9594b32
Revert "Git.pm: Introduce fast get_object() method"
by Junio C Hamano
ยท 19 years ago
3c479c3
Git.pm: Introduce fast get_object() method
by Petr Baudis
ยท 19 years ago
0270083
Make it possible to set up libgit directly (instead of from the environment)
by Petr Baudis
ยท 19 years ago
c7a30e5
Git.pm: Introduce ident() and ident_person() methods
by Petr Baudis
ยท 19 years ago
dc2613d
Git.pm: Add config() method
by Petr Baudis
ยท 19 years ago
e6634ac
Git.pm: Remove PerlIO usage from Git.xs
by Petr Baudis
ยท 19 years ago
71efe0c
Git.pm: Fix Git->repository("/somewhere/totally/elsewhere")
by Petr Baudis
ยท 19 years ago
24c4b71
Git.pm: Swap hash_object() parameters
by Petr Baudis
ยท 19 years ago
a6065b5
Git.pm: Try to support ActiveState output pipe
by Petr Baudis
ยท 19 years ago
d5c7721
Git.pm: Add support for subdirectories inside of working copies
by Petr Baudis
ยท 19 years ago
d43ba46
Git.pm: Implement options for the command interface
by Petr Baudis
ยท 19 years ago
d79850e
Git.pm: Enhance the command_pipe() mechanism
by Petr Baudis
ยท 19 years ago
8b9150e
Git.pm: Handle failed commands' output
by Petr Baudis
ยท 19 years ago
97b16c0
Git.pm: Better error handling
by Petr Baudis
ยท 19 years ago
63df97a
Git.pm: Implement Git::version()
by Petr Baudis
ยท 19 years ago
8062f81
Git.pm: Call external commands using execv_git_cmd()
by Petr Baudis
ยท 19 years ago
eca1f6f
Git.pm: Implement Git::exec_path()
by Petr Baudis
ยท 19 years ago
b1edc53
Introduce Git.pm (v4)
by Petr Baudis
ยท 19 years ago