aboutsummaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAge
* do_for_each_ref: perform the same sanity check for leftovers.Junio C Hamano2006-11-19
* Merge branch 'jc/reflog' into lj/refsJunio C Hamano2006-10-26
|\
| * ref-log: allow ref@{count} syntax.Junio C Hamano2006-10-05
* | ref-log: fix D/F conflict coming from deleted refs.Junio C Hamano2006-10-19
* | core.logallrefupdates thinko-fixJunio C Hamano2006-10-09
* | core.logallrefupdates create new log file only for branch heads.Junio C Hamano2006-10-08
|/
* Merge branch 'master' into lj/refsJunio C Hamano2006-10-02
|\
| * lock_ref_sha1_basic does not remove empty directories on BSDDennis Stosberg2006-10-02
* | Fix refs.c;:repack_without_ref() clean-up pathJunio C Hamano2006-10-01
* | Fix a remove_empty_dir_recursive problem.Christian Couder2006-10-01
* | 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
* | update-ref: -d flag and ref creation safety.Junio C Hamano2006-09-27
* | Clean-up lock-ref implementationJunio C Hamano2006-09-27
* | lock_ref_sha1_basic: remove unused parameter "plen".Junio C Hamano2006-09-22
* | Fix buggy ref recordingPetr Baudis2006-09-22
* | Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-20
* | Add callback data to for_each_ref() family.Junio C Hamano2006-09-20
* | Fix broken sha1 lockingPetr Baudis2006-09-20
* | Enable the packed refs file formatLinus Torvalds2006-09-17
* | Make ref resolution sanerLinus Torvalds2006-09-17
* | Add support for negative refsLinus Torvalds2006-09-17
* | Start handling references internally as a sorted in-memory listLinus Torvalds2006-09-17
|/
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-02
* free(NULL) is perfectly valid.Junio C Hamano2006-08-27
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-23
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-17
* Better error message when we are unable to lock the index fileJunio C Hamano2006-08-12
* drop length argument of has_extensionRene Scharfe2006-08-11
* Add has_extension()Rene Scharfe2006-08-10
* Display an error from update-ref if target ref name is invalid.Shawn Pearce2006-07-28
* Allow user.name and user.email to drive reflog entry.Shawn Pearce2006-07-10
* Fix typos involving the word 'commit'Alp Toker2006-07-09
* shared repository - add a few missing calls to adjust_shared_perm().Junio C Hamano2006-06-09
* ref-log: style fixes.Junio C Hamano2006-06-06
* refs.c: convert it to use lockfile interface.Junio C Hamano2006-06-06
* Correct force_write bug in refs.cShawn Pearce2006-05-19
* Log ref updates made by fetch.Shawn Pearce2006-05-19
* Force writing ref if it doesn't exist.Shawn Pearce2006-05-19
* General ref log reading improvements.Shawn Pearce2006-05-19
* Fix ref log parsing so it works properly.Shawn Pearce2006-05-17
* Support 'master@2 hours ago' syntaxShawn Pearce2006-05-17
* Log ref updates to logs/refs/<ref>Shawn Pearce2006-05-17
* Improve abstraction of ref lock/write.Shawn Pearce2006-05-17
* Remove unnecessary local in get_ref_sha1.Shawn Pearce2006-05-17
* Add "--branches", "--tags" and "--remotes" options to git-rev-parse.Sean2006-05-14
* core.prefersymlinkrefs: use symlinks for .git/HEADJunio C Hamano2006-05-02