summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)Author
2008-07-09Merge branch 'maint'Junio C Hamano
2008-07-08avoid null SHA1 in oldest reflogJeff King
2008-07-08make deleting a missing ref more quietJeff King
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano
2008-05-05Merge branch 'lh/git-file'Junio C Hamano
2008-05-04Allow for having for_each_ref() list extra refsDaniel Barkalow
2008-04-29Make read_in_full() and write_in_full() consistent with xread() and xwrite()Heikki Orsila
2008-04-09Teach resolve_gitlink_ref() about the .git fileLars Hjemli
2008-03-03Merge commit '74359821' into js/reflog-deleteJunio C Hamano
2008-02-24Optimize peel_ref for the current ref of a for_each_ref callbackShawn O. Pearce
2008-02-24Protect peel_ref fallback case from NULL parse_object resultShawn O. Pearce
2008-02-22refs.c: make close_ref() and commit_ref() non-staticBrandon Casey
2008-01-16refs.c: rework ref_locks by abstracting from underlying struct lock_fileBrandon Casey
2008-01-16Improve use of lockfile APIBrandon Casey
2008-01-16Be more careful about updating refsLinus Torvalds
2008-01-02Update callers of check_ref_format()Junio C Hamano
2008-01-02lock_any_ref_for_update(): reject wildcard return from check_ref_formatJunio C Hamano
2007-12-09Re-fix "builtin-commit: fix --signoff"Junio C Hamano
2007-12-04Merge branch 'sp/refspec-match'Junio C Hamano
2007-11-24Merge branch 'jk/send-pack'Junio C Hamano
2007-11-18refactor fetch's ref matching to use refname_match()Steffen Prohaska
2007-11-18add refname_match()Steffen Prohaska
2007-11-18make "find_ref_by_name" a public functionJeff King
2007-11-15refs.c: Remove unused get_ref_sha1()Johannes Sixt
2007-10-16Merge branch 'master' into db/fetch-packShawn O. Pearce
2007-09-30Introduce remove_dir_recursively()Johannes Schindelin
2007-09-18Use xmemdupz() in many places.Pierre Habouzit
2007-09-05Function for updating refs.Carlos Rica
2007-08-10Fix filehandle leak in "git branch -D"Alex Riesen
2007-07-29log_ref_write() -- do not chomp reflog message at the first LFJunio C Hamano
2007-07-13Make show_rfc2822_date() just another date output format.Junio C Hamano
2007-06-26detect 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-21Merge 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-17Use 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-10Merge branch 'maint'Junio C Hamano
2007-03-09Adjust reflog filemode in shared repositoryMatthias Kestenholz
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce
2007-03-03Merge branch 'maint'Junio C Hamano
2007-03-03Fix a "label defined but unreferenced" warning.Ramsay Jones
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano
2007-02-12for-each-reflog: not having $GIT_DIR/logs directory is not an error.Junio C Hamano
2007-02-08for_each_reflog_ent: be forgiving about missing messageJohannes Schindelin