summaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAgeFilesLines
* simplify inclusion of system header files.Junio C Hamano2006-12-201-3/+1
* git-branch: rename config vars branch.<branch>.*, tooJohannes Schindelin2006-12-161-0/+10
* Merge branch 'lh/branch-rename'Junio C Hamano2006-12-131-23/+142
|\
| * git-branch: let caller specify logmsgLars Hjemli2006-12-051-7/+3
| * rename_ref: use lstat(2) when testing for symlinkLars Hjemli2006-12-051-1/+1
| * git-branch: add options and tests for branch renamingLars Hjemli2006-12-051-23/+146
* | send-pack: tighten checks for remote namesJunio C Hamano2006-12-131-1/+1
|/
* Store peeled refs in packed-refs (take 2).Junio C Hamano2006-11-211-47/+64
* Store peeled refs in packed-refs file.Junio C Hamano2006-11-191-7/+66
* do_for_each_ref: perform the same sanity check for leftovers.Junio C Hamano2006-11-191-19/+19
* Merge branch 'jc/reflog' into lj/refsJunio C Hamano2006-10-261-2/+4
|\
| * ref-log: allow ref@{count} syntax.Junio C Hamano2006-10-051-2/+4
* | ref-log: fix D/F conflict coming from deleted refs.Junio C Hamano2006-10-191-2/+12
* | core.logallrefupdates thinko-fixJunio C Hamano2006-10-091-1/+1
* | core.logallrefupdates create new log file only for branch heads.Junio C Hamano2006-10-081-1/+2
|/
* Merge branch 'master' into lj/refsJunio C Hamano2006-10-021-0/+6
|\
| * lock_ref_sha1_basic does not remove empty directories on BSDDennis Stosberg2006-10-021-0/+6
* | Fix refs.c;:repack_without_ref() clean-up pathJunio C Hamano2006-10-011-1/+2
* | Fix a remove_empty_dir_recursive problem.Christian Couder2006-10-011-1/+1
* | delete_ref(): delete packed refJunio C Hamano2006-09-301-32/+77
* | lock_ref_sha1(): check D/F conflict with packed ref when creating.Junio C Hamano2006-09-301-0/+24
* | lock_ref_sha1(): do not sometimes error() and sometimes die().Junio C Hamano2006-09-301-8/+18
* | refs: minor restructuring of cached refs data.Junio C Hamano2006-09-301-13/+43
* | ref locking: allow 'foo' when 'foo/bar' used to exist but not anymore.Junio C Hamano2006-09-301-0/+64
* | update-ref: -d flag and ref creation safety.Junio C Hamano2006-09-271-0/+26
* | Clean-up lock-ref implementationJunio C Hamano2006-09-271-7/+6
* | lock_ref_sha1_basic: remove unused parameter "plen".Junio C Hamano2006-09-221-6/+3
* | Fix buggy ref recordingPetr Baudis2006-09-221-1/+1
* | Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-201-13/+31
* | Add callback data to for_each_ref() family.Junio C Hamano2006-09-201-13/+18
* | Fix broken sha1 lockingPetr Baudis2006-09-201-2/+4
* | Enable the packed refs file formatLinus Torvalds2006-09-171-19/+22
* | Make ref resolution sanerLinus Torvalds2006-09-171-32/+37
* | Add support for negative refsLinus Torvalds2006-09-171-0/+6
* | Start handling references internally as a sorted in-memory listLinus Torvalds2006-09-171-53/+173
|/
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-2/+2
* free(NULL) is perfectly valid.Junio C Hamano2006-08-271-4/+2
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-1/+1
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-171-4/+4
* Better error message when we are unable to lock the index fileJunio C Hamano2006-08-121-7/+1
* drop length argument of has_extensionRene Scharfe2006-08-111-1/+1
* Add has_extension()Rene Scharfe2006-08-101-1/+1
* Display an error from update-ref if target ref name is invalid.Shawn Pearce2006-07-281-0/+5
* Allow user.name and user.email to drive reflog entry.Shawn Pearce2006-07-101-1/+0
* Fix typos involving the word 'commit'Alp Toker2006-07-091-6/+6
* shared repository - add a few missing calls to adjust_shared_perm().Junio C Hamano2006-06-091-0/+5
* ref-log: style fixes.Junio C Hamano2006-06-061-8/+11
* refs.c: convert it to use lockfile interface.Junio C Hamano2006-06-061-11/+10
* Correct force_write bug in refs.cShawn Pearce2006-05-191-1/+1
* Log ref updates made by fetch.Shawn Pearce2006-05-191-2/+3