summaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-4/+4
|/
* for-each-reflog: not having $GIT_DIR/logs directory is not an error.Junio C Hamano2007-02-121-1/+1
* for_each_reflog_ent: be forgiving about missing messageJohannes Schindelin2007-02-081-3/+5
* create_symref(): create leading directories as needed.Junio C Hamano2007-02-071-0/+3
* for-each-reflog: fix case for empty log directoryJunio C Hamano2007-02-071-1/+3
* Merge branch 'master' into np/dreflogJunio C Hamano2007-02-031-0/+2
|\
| * lock_any_ref_for_update(): do not accept malformatted refs.Junio C Hamano2007-01-291-0/+2
* | scan reflogs independently from refsNicolas Pitre2007-02-031-0/+50
* | create_symref(): do not assume pathname from git_path() persists long enoughJunio C Hamano2007-01-281-9/+11
* | add logref support to git-symbolic-refNicolas Pitre2007-01-281-2/+12
* | move create_symref() past log_ref_write()Nicolas Pitre2007-01-281-47/+47
* | enable separate reflog for HEADNicolas Pitre2007-01-281-2/+5
* | lock_ref_sha1_basic(): remember the original name of a ref when resolving itNicolas Pitre2007-01-281-0/+2
* | make reflog filename independent from struct ref_lockNicolas Pitre2007-01-281-20/+20
|/
* create_symref: check error return from open().Junio C Hamano2007-01-261-1/+5