summaryrefslogtreecommitdiffstats
path: root/refs.c
AgeCommit message (Expand)AuthorLines
2009-04-13shorten_unambiguous_ref(): add strict modeBert Wesarg-3/+15
2009-04-12Merge branch 'jk/show-upstream'Junio C Hamano-0/+99
2009-04-12Merge branch 'cc/bisect-filter'Junio C Hamano-3/+8
2009-04-07make get_short_ref a public functionJeff King-0/+99
2009-04-06Merge branch 'jc/name-branch'Junio C Hamano-4/+12
2009-04-04Merge branch 'cc/sha1-bsearch' into HEADJunio C Hamano-0/+10
2009-03-30refs: add "for_each_ref_in" function to refactor "for_each_*_ref" functionsChristian Couder-3/+8
2009-03-26Merge branch 'db/push-cleanup'Junio C Hamano-0/+10
2009-03-24Don't permit ref/branch names to end with ".lock"Shawn O. Pearce-0/+3
2009-03-24check_ref_format(): tighten refname rulesJunio C Hamano-4/+9
2009-03-23refs: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna-5/+3
2009-03-09Use a common function to get the pretty name of refsDaniel Barkalow-0/+10
2009-03-08Adjust js/remote-improvements and db/refspec-wildcard-in-the-middleJunio C Hamano-2/+2
2009-03-07Support '*' in the middle of a refspecDaniel Barkalow-4/+7
2009-03-07Keep '*' in pattern refspecsDaniel Barkalow-3/+1
2009-02-26refactor find_ref_by_name() to accept const listJeff King-2/+2
2009-02-10remote prune: warn dangling symrefsJunio C Hamano-18/+54
2009-01-19Introduce for_each_recent_reflog_ent().Junio C Hamano-1/+16
2008-11-11Merge branch 'maint'Junio C Hamano-1/+1
2008-11-11Fix non-literal format in printf-style callsDaniel Lowe-1/+1
2008-11-08Merge branch 'maint'Junio C Hamano-3/+4
2008-11-08Merge branch 'cb/maint-update-ref-fix' into maintJunio C Hamano-3/+4
2008-11-08Merge branch 'ar/maint-mksnpath' into maintJunio C Hamano-4/+6
2008-11-08Merge branch 'mv/maint-branch-m-symref' into maintJunio C Hamano-13/+25
2008-11-05do not force write of packed refsClemens Buchacher-3/+4
2008-11-05Merge branch 'ar/mksnpath'Junio C Hamano-4/+6
2008-11-05Merge branch 'mv/maint-branch-m-symref'Junio C Hamano-13/+25
2008-10-31update-ref --no-deref -d: handle the case when the pointed ref is packedMiklos Vajna-1/+1
2008-10-30Merge branch 'ar/maint-mksnpath' into ar/mksnpathJunio C Hamano-4/+6
2008-10-30Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen-1/+1
2008-10-30Fix potentially dangerous use of git_path in ref.cAlex Riesen-3/+5
2008-10-30git branch -m: forbid renaming of a symrefMiklos Vajna-16/+13
2008-10-26rename_ref(): handle the case when the reflog of a ref does not existMiklos Vajna-1/+1
2008-10-26Fix git branch -m for symrefs.Miklos Vajna-22/+37
2008-10-21Merge branch 'jc/maint-co-track'Junio C Hamano-3/+6
2008-10-19Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano-3/+6
2008-09-09refs: improve comments about "reading" argument of "resolve_ref"Christian Couder-7/+13
2008-07-09Merge branch 'maint'Junio C Hamano-1/+1
2008-07-08avoid null SHA1 in oldest reflogJeff King-0/+4
2008-07-08make deleting a missing ref more quietJeff King-1/+1
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano-0/+18
2008-05-05Merge branch 'lh/git-file'Junio C Hamano-3/+14
2008-05-04Allow for having for_each_ref() list extra refsDaniel Barkalow-0/+18
2008-04-29Make read_in_full() and write_in_full() consistent with xread() and xwrite()Heikki Orsila-1/+2
2008-04-09Teach resolve_gitlink_ref() about the .git fileLars Hjemli-3/+14
2008-03-03Merge commit '74359821' into js/reflog-deleteJunio C Hamano-6/+21
2008-02-24Optimize peel_ref for the current ref of a for_each_ref callbackShawn O. Pearce-5/+20
2008-02-24Protect peel_ref fallback case from NULL parse_object resultShawn O. Pearce-1/+1
2008-02-22refs.c: make close_ref() and commit_ref() non-staticBrandon Casey-2/+2
2008-01-16refs.c: rework ref_locks by abstracting from underlying struct lock_fileBrandon Casey-3/+18