summaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAgeFilesLines
* Fix non-literal format in printf-style callsDaniel Lowe2008-11-111-1/+1
* Merge branch 'cb/maint-update-ref-fix' into maintJunio C Hamano2008-11-081-3/+4
|\
| * do not force write of packed refsClemens Buchacher2008-11-051-3/+4
* | Merge branch 'ar/maint-mksnpath' into maintJunio C Hamano2008-11-081-4/+6
|\ \
| * | Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen2008-10-301-1/+1
| * | Fix potentially dangerous use of git_path in ref.cAlex Riesen2008-10-301-3/+5
* | | Merge branch 'mv/maint-branch-m-symref' into maintJunio C Hamano2008-11-081-13/+25
|\ \ \ | |_|/ |/| |
| * | update-ref --no-deref -d: handle the case when the pointed ref is packedMiklos Vajna2008-10-311-1/+1
| * | git branch -m: forbid renaming of a symrefMiklos Vajna2008-10-301-16/+13
| * | rename_ref(): handle the case when the reflog of a ref does not existMiklos Vajna2008-10-261-1/+1
| * | Fix git branch -m for symrefs.Miklos Vajna2008-10-261-22/+37
| |/
* | Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano2008-10-191-3/+6
|/
* Merge branch 'maint'Junio C Hamano2008-07-091-1/+1
|\
| * make deleting a missing ref more quietJeff King2008-07-081-1/+1
* | avoid null SHA1 in oldest reflogJeff King2008-07-081-0/+4
|/
* Merge branch 'db/clone-in-c'Junio C Hamano2008-05-251-0/+18
|\
| * Allow for having for_each_ref() list extra refsDaniel Barkalow2008-05-041-0/+18
* | Merge branch 'lh/git-file'Junio C Hamano2008-05-051-3/+14
|\ \ | |/ |/|
| * Teach resolve_gitlink_ref() about the .git fileLars Hjemli2008-04-091-3/+14
* | Make read_in_full() and write_in_full() consistent with xread() and xwrite()Heikki Orsila2008-04-291-1/+2
|/
* Merge commit '74359821' into js/reflog-deleteJunio C Hamano2008-03-031-6/+21
|\
| * Optimize peel_ref for the current ref of a for_each_ref callbackShawn O. Pearce2008-02-241-5/+20
| * Protect peel_ref fallback case from NULL parse_object resultShawn O. Pearce2008-02-241-1/+1
* | refs.c: make close_ref() and commit_ref() non-staticBrandon Casey2008-02-221-2/+2
|/
* refs.c: rework ref_locks by abstracting from underlying struct lock_fileBrandon Casey2008-01-161-3/+18
* Improve use of lockfile APIBrandon Casey2008-01-161-8/+4
* Be more careful about updating refsLinus Torvalds2008-01-161-0/+19
* Update callers of check_ref_format()Junio C Hamano2008-01-021-3/+3
* lock_any_ref_for_update(): reject wildcard return from check_ref_formatJunio C Hamano2008-01-021-9/+18
* Re-fix "builtin-commit: fix --signoff"Junio C Hamano2007-12-091-1/+1
* Merge branch 'sp/refspec-match'Junio C Hamano2007-12-041-0/+31
|\
| * refactor fetch's ref matching to use refname_match()Steffen Prohaska2007-11-181-0/+7
| * add refname_match()Steffen Prohaska2007-11-181-0/+24
* | Merge branch 'jk/send-pack'Junio C Hamano2007-11-241-0/+8
|\ \ | |/ |/|
| * make "find_ref_by_name" a public functionJeff King2007-11-181-0/+8
* | refs.c: Remove unused get_ref_sha1()Johannes Sixt2007-11-151-12/+0
|/
* Merge branch 'master' into db/fetch-packShawn O. Pearce2007-10-161-8/+4
|\
| * Use xmemdupz() in many places.Pierre Habouzit2007-09-181-8/+4
* | Introduce remove_dir_recursively()Johannes Schindelin2007-09-301-45/+12
|/
* Function for updating refs.Carlos Rica2007-09-051-0/+27
* Fix filehandle leak in "git branch -D"Alex Riesen2007-08-101-0/+1
* log_ref_write() -- do not chomp reflog message at the first LFJunio C Hamano2007-07-291-16/+28
* Make show_rfc2822_date() just another date output format.Junio C Hamano2007-07-131-2/+2
* detect close failure on just-written file handlesJim Meyering2007-06-261-4/+2
* More staticJunio C Hamano2007-06-131-1/+1
* Move refspec pattern matching to match_refs().Daniel Barkalow2007-05-261-8/+19
* git-update-ref: add --no-deref option for overwriting/detaching refSven Verdoolaege2007-05-101-11/+19
* Merge branch 'lt/gitlink'Junio C Hamano2007-04-211-0/+80
|\
| * Add 'resolve_gitlink_ref()' helper functionLinus Torvalds2007-04-101-0/+80
* | refs.c: add a function to sort a ref list, rather then sorting on addJulian Phillips2007-04-181-21/+89