aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'lj/refs'Junio C Hamano2006-11-01
|\
| * Merge branch 'jc/reflog' into lj/refsJunio C Hamano2006-10-26
| |\
| | * sha1_name.c: avoid compilation warnings.Junio C Hamano2006-10-23
| | * ref-log: allow ref@{count} syntax.Junio C Hamano2006-10-05
| * | Fix show-ref usagestringLars Hjemli2006-10-26
| * | t3200: git-branch testsuite updateJunio C Hamano2006-10-23
| * | Make git-branch a builtinLars Hjemli2006-10-23
| * | ref-log: fix D/F conflict coming from deleted refs.Junio C Hamano2006-10-19
| * | git-revert with conflicts to behave as git-merge with conflictsLuben Tuikov2006-10-15
| * | core.logallrefupdates thinko-fixJunio C Hamano2006-10-09
| * | git-pack-refs --allJunio C Hamano2006-10-08
| * | core.logallrefupdates create new log file only for branch heads.Junio C Hamano2006-10-08
| * | Remove bashism from t3210-pack-refs.shDennis Stosberg2006-10-06
| |/
| * pack-refs: call fflush before fsync.Junio C Hamano2006-10-04
| * pack-refs: use lockfile as everybody else does.Junio C Hamano2006-10-03
| * git-fetch: do not look into $GIT_DIR/refs to see if a tag exists.Junio C Hamano2006-10-03
| * Merge branch 'master' into lj/refsJunio C Hamano2006-10-02
| |\
| | * lock_ref_sha1_basic does not remove empty directories on BSDDennis Stosberg2006-10-02
| * | Do not create tag leading directories since git update-ref does it.Christian Couder2006-10-01
| * | Check that a tag exists using show-ref instead of looking for the ref file.Christian Couder2006-10-01
| * | Use git-update-ref to delete a tag instead of rm()ing the ref file.Christian Couder2006-10-01
| * | Fix refs.c;:repack_without_ref() clean-up pathJunio C Hamano2006-10-01
| * | Clean up "git-branch.sh" and add remove recursive dir test cases.Christian Couder2006-10-01
| * | Fix a remove_empty_dir_recursive problem.Christian Couder2006-10-01
| * | show-ref --hash=len, --abbrev=len, and --abbrevJunio C Hamano2006-10-01
| * | git-branch: remove D/F check done by hand.Junio C Hamano2006-09-30
| * | delete_ref(): delete packed refJunio C Hamano2006-09-30
| * | lock_ref_sha1(): check D/F conflict with packed ref when creating.Junio C Hamano2006-09-30
| * | lock_ref_sha1(): do not sometimes error() and sometimes die().Junio C Hamano2006-09-30
| * | refs: minor restructuring of cached refs data.Junio C Hamano2006-09-30
| * | ref locking: allow 'foo' when 'foo/bar' used to exist but not anymore.Junio C Hamano2006-09-30
| * | Uncomment test case: git branch c/d should barf if branch c exists.Christian Couder2006-09-27
| * | When creating branch c/d check that branch c does not already exists.Christian Couder2006-09-27
| * | Add pack-refs and show-ref test cases.Christian Couder2006-09-27
| * | Merge branch 'master' into lj/refsJunio C Hamano2006-09-27
| |\ \
| * \ \ Merge branch 'jc/for-each-ref' into jc/ref-lockingJunio C Hamano2006-09-27
| |\ \ \
| * | | | receive-pack: call setup_ident before git_configJunio C Hamano2006-09-27
| * | | | Teach receive-pack about ref-logJunio C Hamano2006-09-27
| * | | | update a few Porcelain-ish for ref lock safety.Junio C Hamano2006-09-27
| * | | | update-ref: -d flag and ref creation safety.Junio C Hamano2006-09-27
| * | | | Clean-up lock-ref implementationJunio C Hamano2006-09-27
| * | | | Merge branch 'jc/lt-ref2-with-lt-refs' into jc/ref-lockingJunio C Hamano2006-09-27
| |\ \ \ \
| | * \ \ \ Merge branch 'lt/refs' into jc/lt-ref2-with-lt-refsJunio C Hamano2006-09-21
| | |\ \ \ \
| | * | | | | Fix show-ref usage for --dereference.Christian Couder2006-09-20
| | * | | | | Document git-show-ref [-s|--hash] option.Christian Couder2006-09-20
| | * | | | | Add man page for git-show-refJonas Fonseca2006-09-18
| | * | | | | gitignore: git-show-ref is a generated file.Jeff King2006-09-18
| | * | | | | Use Linus' show ref in "git-branch.sh".Christian Couder2006-09-17
| | * | | | | Add [-s|--hash] option to Linus' show-ref.Christian Couder2006-09-17
| | * | | | | Teach "git checkout" to use git-show-refLinus Torvalds2006-09-16