summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-11Merge branch 'maint'Junio C Hamano1-1/+1
2008-11-11Fix non-literal format in printf-style callsDaniel Lowe1-1/+1
2008-11-08Merge branch 'maint'Junio C Hamano1-3/+4
2008-11-08Merge branch 'cb/maint-update-ref-fix' into maintJunio C Hamano1-3/+4
2008-11-08Merge branch 'ar/maint-mksnpath' into maintJunio C Hamano1-4/+6
2008-11-08Merge branch 'mv/maint-branch-m-symref' into maintJunio C Hamano1-13/+25
2008-11-05do not force write of packed refsClemens Buchacher1-3/+4
2008-11-05Merge branch 'ar/mksnpath'Junio C Hamano1-4/+6
2008-11-05Merge branch 'mv/maint-branch-m-symref'Junio C Hamano1-13/+25
2008-10-31update-ref --no-deref -d: handle the case when the pointed ref is packedMiklos Vajna1-1/+1
2008-10-30Merge branch 'ar/maint-mksnpath' into ar/mksnpathJunio C Hamano1-4/+6
2008-10-30Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen1-1/+1
2008-10-30Fix potentially dangerous use of git_path in ref.cAlex Riesen1-3/+5
2008-10-30git branch -m: forbid renaming of a symrefMiklos Vajna1-16/+13
2008-10-26rename_ref(): handle the case when the reflog of a ref does not existMiklos Vajna1-1/+1
2008-10-26Fix git branch -m for symrefs.Miklos Vajna1-22/+37
2008-10-21Merge branch 'jc/maint-co-track'Junio C Hamano1-3/+6
2008-10-19Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano1-3/+6
2008-09-09refs: improve comments about "reading" argument of "resolve_ref"Christian Couder1-7/+13
2008-07-09Merge branch 'maint'Junio C Hamano1-1/+1
2008-07-08avoid null SHA1 in oldest reflogJeff King1-0/+4
2008-07-08make deleting a missing ref more quietJeff King1-1/+1
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano1-0/+18
2008-05-05Merge branch 'lh/git-file'Junio C Hamano1-2/+13
2008-05-04Allow for having for_each_ref() list extra refsDaniel Barkalow1-0/+18
2008-04-29Make read_in_full() and write_in_full() consistent with xread() and xwrite()Heikki Orsila1-1/+2
2008-04-09Teach resolve_gitlink_ref() about the .git fileLars Hjemli1-2/+13
2008-03-03Merge commit '74359821' into js/reflog-deleteJunio C Hamano1-6/+21
2008-02-24Optimize peel_ref for the current ref of a for_each_ref callbackShawn O. Pearce1-5/+20
2008-02-24Protect peel_ref fallback case from NULL parse_object resultShawn O. Pearce1-1/+1
2008-02-22refs.c: make close_ref() and commit_ref() non-staticBrandon Casey1-2/+2
2008-01-16refs.c: rework ref_locks by abstracting from underlying struct lock_fileBrandon Casey1-3/+18
2008-01-16Improve use of lockfile APIBrandon Casey1-8/+4
2008-01-16Be more careful about updating refsLinus Torvalds1-0/+19
2008-01-02Update callers of check_ref_format()Junio C Hamano1-3/+3
2008-01-02lock_any_ref_for_update(): reject wildcard return from check_ref_formatJunio C Hamano1-9/+18
2007-12-09Re-fix "builtin-commit: fix --signoff"Junio C Hamano1-1/+1
2007-12-04Merge branch 'sp/refspec-match'Junio C Hamano1-0/+31
2007-11-24Merge branch 'jk/send-pack'Junio C Hamano1-0/+8
2007-11-18refactor fetch's ref matching to use refname_match()Steffen Prohaska1-0/+7
2007-11-18add refname_match()Steffen Prohaska1-0/+24
2007-11-18make "find_ref_by_name" a public functionJeff King1-0/+8
2007-11-15refs.c: Remove unused get_ref_sha1()Johannes Sixt1-12/+0
2007-10-16Merge branch 'master' into db/fetch-packShawn O. Pearce1-8/+4
2007-09-30Introduce remove_dir_recursively()Johannes Schindelin1-45/+12
2007-09-18Use xmemdupz() in many places.Pierre Habouzit1-8/+4
2007-09-05Function for updating refs.Carlos Rica1-0/+27
2007-08-10Fix filehandle leak in "git branch -D"Alex Riesen1-0/+1
2007-07-29log_ref_write() -- do not chomp reflog message at the first LFJunio C Hamano1-16/+28
2007-07-13Make show_rfc2822_date() just another date output format.Junio C Hamano1-2/+2