summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)Author
2006-09-27update-ref: -d flag and ref creation safety.Junio C Hamano
2006-09-27Clean-up lock-ref implementationJunio C Hamano
2006-09-23lock_ref_sha1_basic: remove unused parameter "plen".Junio C Hamano
2006-09-22Fix buggy ref recordingPetr Baudis
2006-09-21Tell between packed, unpacked and symbolic refs.Junio C Hamano
2006-09-21Add callback data to for_each_ref() family.Junio C Hamano
2006-09-20Fix broken sha1 lockingPetr Baudis
2006-09-18Enable the packed refs file formatLinus Torvalds
2006-09-18Make ref resolution sanerLinus Torvalds
2006-09-18Add support for negative refsLinus Torvalds
2006-09-18Start handling references internally as a sorted in-memory listLinus Torvalds
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-08-28free(NULL) is perfectly valid.Junio C Hamano
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes
2006-08-13Better error message when we are unable to lock the index fileJunio C Hamano
2006-08-11drop length argument of has_extensionRene Scharfe
2006-08-10Add has_extension()Rene Scharfe
2006-07-29Display an error from update-ref if target ref name is invalid.Shawn Pearce
2006-07-11Allow user.name and user.email to drive reflog entry.Shawn Pearce
2006-07-09Fix typos involving the word 'commit'Alp Toker
2006-06-10shared repository - add a few missing calls to adjust_shared_perm().Junio C Hamano
2006-06-06ref-log: style fixes.Junio C Hamano
2006-06-06refs.c: convert it to use lockfile interface.Junio C Hamano
2006-05-19Correct force_write bug in refs.cShawn Pearce
2006-05-19Log ref updates made by fetch.Shawn Pearce
2006-05-19Force writing ref if it doesn't exist.Shawn Pearce
2006-05-19General ref log reading improvements.Shawn Pearce
2006-05-18Fix ref log parsing so it works properly.Shawn Pearce
2006-05-18Support 'master@2 hours ago' syntaxShawn Pearce
2006-05-18Log ref updates to logs/refs/<ref>Shawn Pearce
2006-05-18Improve abstraction of ref lock/write.Shawn Pearce
2006-05-18Remove unnecessary local in get_ref_sha1.Shawn Pearce
2006-05-14Add "--branches", "--tags" and "--remotes" options to git-rev-parse.Sean
2006-05-03core.prefersymlinkrefs: use symlinks for .git/HEADJunio C Hamano
2006-03-09refs.c::do_for_each_ref(): Finish error message lines with "\n"Junio C Hamano
2006-03-01Warn about invalid refsJohannes Schindelin
2006-02-23Give no terminating LF to error() function.Junio C Hamano
2006-01-20Disable USE_SYMLINK_HEAD by defaultPavel Roskin
2005-12-18Revert "We do not like "HEAD" as a new branch name"Junio C Hamano
2005-12-18Revert "refs.c: off-by-one fix."Junio C Hamano
2005-12-17Forbid pattern maching characters in refnames.Junio C Hamano
2005-12-16refs.c: off-by-one fix.Junio C Hamano
2005-12-16We do not like "HEAD" as a new branch nameJohannes Schindelin
2005-12-08refs.c: make sure leading directories exist before writing a ref.Junio C Hamano
2005-11-20Do not DWIM in userpath library under strict mode.Junio C Hamano
2005-11-15Add config variable core.symrefsonlyJohannes Schindelin
2005-10-26create_symref: if symlink fails, fall back to writing a "symbolic ref"Johannes Schindelin
2005-10-15git-check-ref-format: reject funny ref names.Junio C Hamano
2005-10-15Unlocalized isspace and friendsLinus Torvalds