๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v1.6.1
/
perl
tag
92b35d66d0e335771c2e4a4a79f95adb844b1f91
tagger
Junio C Hamano <gitster@pobox.com>
Thu Dec 25 03:41:15 2008
object
8104ebfe8276657ee803cca7eb8665a78cf3ef83
GIT 1.6.1
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
1fc2cbc
perl/Makefile: handle paths with spaces in the NO_PERL_MAKEMAKER section
by Brandon Casey
ยท 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
058fb41
perl/Makefile: update NO_PERL_MAKEMAKER section
by Brandon Casey
ยท 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
28072a5
Don't cache DESTDIR in perl/perl.mak.
by Gerrit Pape
ยท 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
191131e
Install man3 manpages to $PREFIX/share/man/man3 even for site installs
by martin f. krafft
ยท 18 years ago
2f5b398
Fix git-remote for ActiveState Perl
by Alex Riesen
ยท 18 years ago
a6080a0
War on whitespace
by Junio C Hamano
ยท 19 years ago
35c49ee
Git.pm: config_boolean() -> config_bool()
by Petr Baudis
ยท 19 years ago
5318f69
Allow PERL_PATH="/usr/bin/env perl"
by Bryan Larsen
ยท 19 years ago
4a40cbd
perl: install private Error.pm if the site version is older than our own
by Eric Wong
ยท 19 years ago
6cd7895
Do not output "GEN " when generating perl.mak
by Johannes Schindelin
ยท 19 years ago
31d0399
More build output cleaning up
by Alex Riesen
ยท 19 years ago
2314c94
Make 'make' quiet by default
by Shawn O. Pearce
ยท 19 years ago
74f2b2a
Make 'make' quieter while building git
by Shawn O. Pearce
ยท 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
8bef620
Fix spurious compile error
by Johannes Schindelin
ยท 19 years ago
5c94f87
use 'init' instead of 'init-db' for shipped docs and tools
by Nicolas Pitre
ยท 19 years ago
2cdf87e
Fix perl/ build.
by Junio C Hamano
ยท 19 years ago
f848718
Make perl/ build procedure ActiveState friendly.
by Alex Riesen
ยท 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
4c5cf8c
pass DESTDIR to the generated perl/Makefile
by Eric Wong
ยท 19 years ago
96bc4de
Eliminate Scalar::Util usage from private-Error.pm
by Petr Baudis
ยท 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
65a4e98
Git.pm: Don't #define around die
by Petr Baudis
ยท 19 years ago
d78f099
Git.xs: older perl do not know const char *
by Johannes Schindelin
ยท 19 years ago
e2a3871
Git.pm: Avoid ppport.h
by Petr Baudis
ยท 19 years ago
e6634ac
Git.pm: Remove PerlIO usage from Git.xs
by Petr Baudis
ยท 19 years ago
1d8c9dc
Fix probing for already installed Error.pm
by Pavel Roskin
ยท 19 years ago
893973a
Perly git: work around buggy make implementations.
by Junio C Hamano
ยท 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
d595a47
Git.pm: assorted build related fixes.
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
5c4082f
Add Error.pm to the distribution
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