summaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/maint-co-track'Junio C Hamano2008-10-211-3/+6
|\
| * Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano2008-10-191-3/+6
* | refs: improve comments about "reading" argument of "resolve_ref"Christian Couder2008-09-091-7/+13
|/
* 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
* | Use const qualifier for 'sha1' parameter in delete_ref functionCarlos Rica2007-04-171-1/+1
|/
* Make builtin-branch.c handle the git config fileLars Hjemli2007-04-061-10/+0
* rename_ref(): only print a warning when config-file update failsLars Hjemli2007-04-061-1/+1
* update HEAD reflog when branch pointed to by HEAD is directly modifiedNicolas Pitre2007-03-221-0/+21
* Merge branch 'maint'Junio C Hamano2007-03-101-0/+2
|\
| * Adjust reflog filemode in shared repositoryMatthias Kestenholz2007-03-091-0/+2
* | Cast 64 bit off_t to 32 bit size_tShawn O. Pearce2007-03-071-3/+5
* | Merge branch 'maint'Junio C Hamano2007-03-031-0/+2
|\ \ | |/
| * Fix a "label defined but unreferenced" warning.Ramsay Jones2007-03-031-0/+2