summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)Author
2007-09-05Function for updating refs.Carlos Rica
2007-08-11Fix filehandle leak in "git branch -D"Alex Riesen
2007-07-30log_ref_write() -- do not chomp reflog message at the first LFJunio C Hamano
2007-07-14Make show_rfc2822_date() just another date output format.Junio C Hamano
2007-06-27detect close failure on just-written file handlesJim Meyering
2007-06-13More staticJunio C Hamano
2007-05-26Move refspec pattern matching to match_refs().Daniel Barkalow
2007-05-10git-update-ref: add --no-deref option for overwriting/detaching refSven Verdoolaege
2007-04-22Merge branch 'lt/gitlink'Junio C Hamano
2007-04-18refs.c: add a function to sort a ref list, rather then sorting on addJulian Phillips
2007-04-18Use const qualifier for 'sha1' parameter in delete_ref functionCarlos Rica
2007-04-10Add 'resolve_gitlink_ref()' helper functionLinus Torvalds
2007-04-06Make builtin-branch.c handle the git config fileLars Hjemli
2007-04-06rename_ref(): only print a warning when config-file update failsLars Hjemli
2007-03-22update HEAD reflog when branch pointed to by HEAD is directly modifiedNicolas Pitre
2007-03-11Merge branch 'maint'Junio C Hamano
2007-03-10Adjust reflog filemode in shared repositoryMatthias Kestenholz
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce
2007-03-04Merge branch 'maint'Junio C Hamano
2007-03-04Fix a "label defined but unreferenced" warning.Ramsay Jones
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-02-13for-each-reflog: not having $GIT_DIR/logs directory is not an error.Junio C Hamano
2007-02-09for_each_reflog_ent: be forgiving about missing messageJohannes Schindelin
2007-02-08create_symref(): create leading directories as needed.Junio C Hamano
2007-02-07for-each-reflog: fix case for empty log directoryJunio C Hamano
2007-02-04Merge branch 'master' into np/dreflogJunio C Hamano
2007-02-03scan reflogs independently from refsNicolas Pitre
2007-01-29lock_any_ref_for_update(): do not accept malformatted refs.Junio C Hamano
2007-01-28create_symref(): do not assume pathname from git_path() persists long enoughJunio C Hamano
2007-01-28add logref support to git-symbolic-refNicolas Pitre
2007-01-28move create_symref() past log_ref_write()Nicolas Pitre
2007-01-28enable separate reflog for HEADNicolas Pitre
2007-01-28lock_ref_sha1_basic(): remember the original name of a ref when resolving itNicolas Pitre
2007-01-28make reflog filename independent from struct ref_lockNicolas Pitre
2007-01-27create_symref: check error return from open().Junio C Hamano
2007-01-26Make sure we do not write bogus reflog entries.Junio C Hamano
2007-01-26Allow non-developer to clone, checkout and fetch more easily.Junio C Hamano
2007-01-20show-branch --reflog: show the reflog message at the top.Junio C Hamano
2007-01-20Extend read_ref_at() to be usable from places other than sha1_name.Junio C Hamano
2007-01-19refs.c::read_ref_at(): fix bogus munmap() call.Junio C Hamano
2007-01-19for_each_reflog_ent: do not leak FILE *Junio C Hamano
2007-01-16Solaris 5.8 returns ENOTDIR for inappropriate renames.Jason Riedy
2007-01-12Merge branch 'jc/bare'Junio C Hamano
2007-01-09Sanitize for_each_reflog_ent()Johannes Schindelin
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft
2007-01-08short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft
2007-01-08Introduce is_bare_repository() and core.bare configuration variableJunio C Hamano
2007-01-08Move initialization of log_all_ref_updatesJunio C Hamano
2007-01-07Merge branch 'sp/mmap'Junio C Hamano
2007-01-05Merge branch 'maint'Junio C Hamano