summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)Author
2009-02-11remote prune: warn dangling symrefsJunio C Hamano
2009-01-20Introduce for_each_recent_reflog_ent().Junio C Hamano
2008-11-11Merge branch 'maint'Junio C Hamano
2008-11-11Fix non-literal format in printf-style callsDaniel Lowe
2008-11-09Merge branch 'maint'Junio C Hamano
2008-11-09Merge branch 'cb/maint-update-ref-fix' into maintJunio C Hamano
2008-11-09Merge branch 'ar/maint-mksnpath' into maintJunio C Hamano
2008-11-09Merge branch 'mv/maint-branch-m-symref' into maintJunio C Hamano
2008-11-05do not force write of packed refsClemens Buchacher
2008-11-05Merge branch 'ar/mksnpath'Junio C Hamano
2008-11-05Merge branch 'mv/maint-branch-m-symref'Junio C Hamano
2008-11-01update-ref --no-deref -d: handle the case when the pointed ref is packedMiklos Vajna
2008-10-31Merge branch 'ar/maint-mksnpath' into ar/mksnpathJunio C Hamano
2008-10-31Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen
2008-10-31Fix potentially dangerous use of git_path in ref.cAlex Riesen
2008-10-30git branch -m: forbid renaming of a symrefMiklos Vajna
2008-10-26rename_ref(): handle the case when the reflog of a ref does not existMiklos Vajna
2008-10-26Fix git branch -m for symrefs.Miklos Vajna
2008-10-22Merge branch 'jc/maint-co-track'Junio C Hamano
2008-10-19Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano
2008-09-09refs: improve comments about "reading" argument of "resolve_ref"Christian Couder
2008-07-09Merge branch 'maint'Junio C Hamano
2008-07-08avoid null SHA1 in oldest reflogJeff King
2008-07-08make deleting a missing ref more quietJeff King
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano
2008-05-06Merge branch 'lh/git-file'Junio C Hamano
2008-05-05Allow for having for_each_ref() list extra refsDaniel Barkalow
2008-04-30Make read_in_full() and write_in_full() consistent with xread() and xwrite()Heikki Orsila
2008-04-09Teach resolve_gitlink_ref() about the .git fileLars Hjemli
2008-03-03Merge commit '74359821' into js/reflog-deleteJunio C Hamano
2008-02-24Optimize peel_ref for the current ref of a for_each_ref callbackShawn O. Pearce
2008-02-24Protect peel_ref fallback case from NULL parse_object resultShawn O. Pearce
2008-02-23refs.c: make close_ref() and commit_ref() non-staticBrandon Casey
2008-01-16refs.c: rework ref_locks by abstracting from underlying struct lock_fileBrandon Casey
2008-01-16Improve use of lockfile APIBrandon Casey
2008-01-16Be more careful about updating refsLinus Torvalds
2008-01-02Update callers of check_ref_format()Junio C Hamano
2008-01-02lock_any_ref_for_update(): reject wildcard return from check_ref_formatJunio C Hamano
2007-12-09Re-fix "builtin-commit: fix --signoff"Junio C Hamano
2007-12-05Merge branch 'sp/refspec-match'Junio C Hamano
2007-11-25Merge branch 'jk/send-pack'Junio C Hamano
2007-11-19refactor fetch's ref matching to use refname_match()Steffen Prohaska
2007-11-19add refname_match()Steffen Prohaska
2007-11-18make "find_ref_by_name" a public functionJeff King
2007-11-16refs.c: Remove unused get_ref_sha1()Johannes Sixt
2007-10-16Merge branch 'master' into db/fetch-packShawn O. Pearce
2007-09-30Introduce remove_dir_recursively()Johannes Schindelin
2007-09-19Use xmemdupz() in many places.Pierre Habouzit
2007-09-05Function for updating refs.Carlos Rica
2007-08-11Fix filehandle leak in "git branch -D"Alex Riesen