summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/reflog' into lj/refsJunio C Hamano2006-10-263-20/+32
|\
| * sha1_name.c: avoid compilation warnings.Junio C Hamano2006-10-231-1/+1
| * ref-log: allow ref@{count} syntax.Junio C Hamano2006-10-053-20/+32
* | Fix show-ref usagestringLars Hjemli2006-10-261-1/+1
* | t3200: git-branch testsuite updateJunio C Hamano2006-10-231-6/+3
* | Make git-branch a builtinLars Hjemli2006-10-235-132/+223
* | ref-log: fix D/F conflict coming from deleted refs.Junio C Hamano2006-10-192-2/+14
* | git-revert with conflicts to behave as git-merge with conflictsLuben Tuikov2006-10-152-3/+12
* | core.logallrefupdates thinko-fixJunio C Hamano2006-10-091-1/+1
* | git-pack-refs --allJunio C Hamano2006-10-082-10/+15
* | core.logallrefupdates create new log file only for branch heads.Junio C Hamano2006-10-082-7/+12
* | Remove bashism from t3210-pack-refs.shDennis Stosberg2006-10-061-1/+1
|/
* pack-refs: call fflush before fsync.Junio C Hamano2006-10-041-0/+1
* pack-refs: use lockfile as everybody else does.Junio C Hamano2006-10-031-17/+4
* git-fetch: do not look into $GIT_DIR/refs to see if a tag exists.Junio C Hamano2006-10-031-1/+1
* Merge branch 'master' into lj/refsJunio C Hamano2006-10-0237-322/+3028
|\
| * lock_ref_sha1_basic does not remove empty directories on BSDDennis Stosberg2006-10-021-0/+6
| * Merge branch 'maint'Junio C Hamano2006-10-023-4/+24
| |\
| | * git-push: .git/remotes/ file does not require SP after colonv1.4.2.3Junio C Hamano2006-10-021-4/+4
| | * git-mv: invalidate the removed path properly in cache-treeJunio C Hamano2006-10-012-0/+20
| * | Makefile: install and clean merge-recur, still.Junio C Hamano2006-10-011-3/+3
| * | GIT 1.4.3-rc1v1.4.3-rc1Junio C Hamano2006-10-011-1/+1
| * | Merge branch 'maint'Junio C Hamano2006-10-010-0/+0
| |\ \ | | |/
| | * git-diff -B output fix.v1.4.2.2Junio C Hamano2006-09-291-1/+1
| | * Fix git-am safety checksJunio C Hamano2006-09-171-4/+19
| | * Fix duplicate xmalloc in builtin-addLiu Yubao2006-09-171-1/+0
| * | Merge branch 'jc/gitpm'Junio C Hamano2006-09-3013-77/+1819
| |\ \
| | * | Remove -fPIC which was only needed for Git.xsJunio C Hamano2006-09-294-22/+1
| | * | Git.pm: Kill Git.xs for nowPetr Baudis2006-09-235-224/+15
| | * | Revert "Make it possible to set up libgit directly (instead of from the envir...Junio C Hamano2006-09-027-114/+24
| | * | Revert "Git.pm: Introduce fast get_object() method"Junio C Hamano2006-09-022-42/+0
| | * | Revert "Convert git-annotate to use Git.pm"Junio C Hamano2006-09-021-32/+151
| | * | Fix compilation with Sun CCDennis Stosberg2006-08-153-2/+15
| | * | Merge branch 'master' into pb/gitpmJunio C Hamano2006-08-1576-3027/+4252
| | |\ \
| | * | | pass DESTDIR to the generated perl/MakefileEric Wong2006-08-131-0/+4
| | * | | Merge branch 'master' into pb/gitpmJunio C Hamano2006-08-07330-2735/+11862
| | |\ \ \
| | * | | | Eliminate Scalar::Util usage from private-Error.pmPetr Baudis2006-07-251-4/+10
| | * | | | Convert git-annotate to use Git.pmPetr Baudis2006-07-091-136/+31
| | * | | | Git.pm: Introduce fast get_object() methodPetr Baudis2006-07-092-0/+42
| | * | | | Make it possible to set up libgit directly (instead of from the environment)Petr Baudis2006-07-097-24/+114
| | * | | | Work around sed and make interactions on the backslash at the end of line.Junio C Hamano2006-07-081-3/+7
| | * | | | Git.pm: Introduce ident() and ident_person() methodsPetr Baudis2006-07-032-9/+51
| | * | | | Convert git-send-email to use Git.pmPetr Baudis2006-07-031-22/+8
| | * | | | Git.pm: Add config() methodPetr Baudis2006-07-033-3/+39
| | * | | | Use $GITPERLLIB instead of $RUNNING_GIT_TESTS and centralize @INC mungingPetr Baudis2006-07-035-16/+7
| | * | | | INSTALL: a tip for running after building but without installing.Junio C Hamano2006-07-031-0/+13
| | * | | | Perly Git: make sure we do test the freshly built one.Junio C Hamano2006-07-023-3/+12
| | * | | | Git.pm: Don't #define around diePetr Baudis2006-07-021-4/+0
| | * | | | Git.xs: older perl do not know const char *Johannes Schindelin2006-07-021-3/+3
| | * | | | Git.pm: Avoid ppport.hPetr Baudis2006-07-022-7/+5