- ed287ab Merge branch 'maint' by Junio C Hamano · 18 years ago
- 443b92b Adjust reflog filemode in shared repository by Matthias Kestenholz · 18 years ago
- dc49cd7 Cast 64 bit off_t to 32 bit size_t by Shawn O. Pearce · 18 years ago
- 253e772 Merge branch 'maint' by Junio C Hamano · 18 years ago
- ee96d11 Fix a "label defined but unreferenced" warning. by Ramsay Jones · 18 years ago
- cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
- acb39f6 for-each-reflog: not having $GIT_DIR/logs directory is not an error. by Junio C Hamano · 18 years ago
- b4dd485 for_each_reflog_ent: be forgiving about missing message by Johannes Schindelin · 18 years ago
- d48744d create_symref(): create leading directories as needed. by Junio C Hamano · 18 years ago
- fcee5a1 for-each-reflog: fix case for empty log directory by Junio C Hamano · 18 years ago
- d77ee72 Merge branch 'master' into np/dreflog by Junio C Hamano · 18 years ago
- eb8381c scan reflogs independently from refs by Nicolas Pitre · 18 years ago
- a2f9fe9 lock_any_ref_for_update(): do not accept malformatted refs. by Junio C Hamano · 18 years ago
- 47fc52e create_symref(): do not assume pathname from git_path() persists long enough by Junio C Hamano · 18 years ago
- 8b5157e add logref support to git-symbolic-ref by Nicolas Pitre · 18 years ago
- 41b625b move create_symref() past log_ref_write() by Nicolas Pitre · 18 years ago
- bd104db enable separate reflog for HEAD by Nicolas Pitre · 18 years ago
- 1655707 lock_ref_sha1_basic(): remember the original name of a ref when resolving it by Nicolas Pitre · 18 years ago
- 9a13f0b make reflog filename independent from struct ref_lock by Nicolas Pitre · 18 years ago
- 8a56da2 create_symref: check error return from open(). by Junio C Hamano · 18 years ago
- 8ac6593 Make sure we do not write bogus reflog entries. by Junio C Hamano · 18 years ago
- cb280e1 Allow non-developer to clone, checkout and fetch more easily. by Junio C Hamano · 18 years ago
- 76a44c5 show-branch --reflog: show the reflog message at the top. by Junio C Hamano · 18 years ago
- 16d7cc9 Extend read_ref_at() to be usable from places other than sha1_name. by Junio C Hamano · 18 years ago
- cb48cb5 refs.c::read_ref_at(): fix bogus munmap() call. by Junio C Hamano · 18 years ago
- 2266bf2 for_each_reflog_ent: do not leak FILE * by Junio C Hamano · 18 years ago
- d9e74d5 Solaris 5.8 returns ENOTDIR for inappropriate renames. by Jason Riedy · 18 years ago
- e861ce1 Merge branch 'jc/bare' by Junio C Hamano · 18 years ago
- 883d60f Sanitize for_each_reflog_ent() by Johannes Schindelin · 18 years ago
- 93822c2 short i/o: fix calls to write to use xwrite or write_in_full by Andy Whitcroft · 18 years ago
- 93d26e4 short i/o: fix calls to read to use xread or read_in_full by Andy Whitcroft · 18 years ago
- 7d1864c Introduce is_bare_repository() and core.bare configuration variable by Junio C Hamano · 18 years ago
- 510c5a8 Move initialization of log_all_ref_updates by Junio C Hamano · 18 years ago
- cf2999e Merge branch 'sp/mmap' by Junio C Hamano · 18 years ago
- e27e609b Merge branch 'maint' by Junio C Hamano · 18 years ago
- 1084b84 Fix infinite loop when deleting multiple packed refs. by Junio C Hamano · 18 years ago
- c4712e4 Replace mmap with xmmap, better handling MAP_FAILED. by Shawn O. Pearce · 18 years ago
- e19b9dd core.logallrefupdates: log remotes/ tracking branches. by Junio C Hamano · 18 years ago
- e29cb53 reflog: fix warning message. by Junio C Hamano · 18 years ago
- 2ff8166 add for_each_reflog_ent() iterator by Junio C Hamano · 18 years ago
- 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
- dc81c58 git-branch: rename config vars branch.<branch>.*, too by Johannes Schindelin · 18 years ago
- abcb49c Merge branch 'lh/branch-rename' by Junio C Hamano · 18 years ago
- 37adac7 send-pack: tighten checks for remote names by Junio C Hamano · 18 years ago
- 678d0f4 git-branch: let caller specify logmsg by Lars Hjemli · 18 years ago
- 16c2bfb rename_ref: use lstat(2) when testing for symlink by Lars Hjemli · 18 years ago
- c976d41 git-branch: add options and tests for branch renaming by Lars Hjemli · 18 years ago
- f4204ab Store peeled refs in packed-refs (take 2). by Junio C Hamano · 18 years ago
- cf0adba Store peeled refs in packed-refs file. by Junio C Hamano · 18 years ago
- ef06b91 do_for_each_ref: perform the same sanity check for leftovers. by Junio C Hamano · 18 years ago
- 2e6d8f1 Merge branch 'jc/reflog' into lj/refs by Junio C Hamano · 18 years ago
- 3b463c3 ref-log: fix D/F conflict coming from deleted refs. by Junio C Hamano · 18 years ago
- 1974bf6 core.logallrefupdates thinko-fix by Junio C Hamano · 18 years ago
- 4057deb core.logallrefupdates create new log file only for branch heads. by Junio C Hamano · 18 years ago
- ab2a1a3 ref-log: allow ref@{count} syntax. by Junio C Hamano · 18 years ago
- ff989b8 Merge branch 'master' into lj/refs by Junio C Hamano · 18 years ago
- 7a21632 lock_ref_sha1_basic does not remove empty directories on BSD by Dennis Stosberg · 18 years ago
- 26a063a Fix refs.c;:repack_without_ref() clean-up path by Junio C Hamano · 18 years ago
- 28bed6e Fix a remove_empty_dir_recursive problem. by Christian Couder · 18 years ago
- c0277d1 delete_ref(): delete packed ref by Junio C Hamano · 18 years ago
- 22a3844 lock_ref_sha1(): check D/F conflict with packed ref when creating. by Junio C Hamano · 18 years ago
- 5cc3cef lock_ref_sha1(): do not sometimes error() and sometimes die(). by Junio C Hamano · 18 years ago
- 5e290ff refs: minor restructuring of cached refs data. by Junio C Hamano · 18 years ago
- bc7127e ref locking: allow 'foo' when 'foo/bar' used to exist but not anymore. by Junio C Hamano · 18 years ago
- ac5409e update-ref: -d flag and ref creation safety. by Junio C Hamano · 18 years ago
- 4431fcc Clean-up lock-ref implementation by Junio C Hamano · 18 years ago
- 5fd6f5c lock_ref_sha1_basic: remove unused parameter "plen". by Junio C Hamano · 18 years ago
- 7c1a278 Fix buggy ref recording by Petr Baudis · 18 years ago
- 8da1977 Tell between packed, unpacked and symbolic refs. by Junio C Hamano · 18 years ago
- cb5d709 Add callback data to for_each_ref() family. by Junio C Hamano · 18 years ago
- 53cce84 Fix broken sha1 locking by Petr Baudis · 18 years ago
- 434cd0c Enable the packed refs file format by Linus Torvalds · 19 years ago
- ed378ec Make ref resolution saner by Linus Torvalds · 19 years ago
- b37a562 Add support for negative refs by Linus Torvalds · 19 years ago
- e1e22e3 Start handling references internally as a sorted in-memory list by Linus Torvalds · 19 years ago
- 9befac4 Replace uses of strdup with xstrdup. by Shawn Pearce · 19 years ago
- 4cac42b free(NULL) is perfectly valid. by Junio C Hamano · 19 years ago
- e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
- a89fccd Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. by David Rientjes · 19 years ago
- 40aaae8 Better error message when we are unable to lock the index file by Junio C Hamano · 19 years ago
- 5bb1cda drop length argument of has_extension by Rene Scharfe · 19 years ago
- 83a2b84 Add has_extension() by Rene Scharfe · 19 years ago
- 818f477 Display an error from update-ref if target ref name is invalid. by Shawn Pearce · 19 years ago
- 0b0fe4a Allow user.name and user.email to drive reflog entry. by Shawn Pearce · 19 years ago
- ff4c848 Fix typos involving the word 'commit' by Alp Toker · 19 years ago
- 138086a shared repository - add a few missing calls to adjust_shared_perm(). by Junio C Hamano · 19 years ago
- e5f38ec ref-log: style fixes. by Junio C Hamano · 19 years ago
- c33d517 refs.c: convert it to use lockfile interface. by Junio C Hamano · 19 years ago
- 8fe9277 Correct force_write bug in refs.c by Shawn Pearce · 19 years ago
- d0740d9 Log ref updates made by fetch. by Shawn Pearce · 19 years ago
- 732232a Force writing ref if it doesn't exist. by Shawn Pearce · 19 years ago
- e522904 General ref log reading improvements. by Shawn Pearce · 19 years ago
- 70e34b2 Fix ref log parsing so it works properly. by Shawn Pearce · 19 years ago
- d556fae Support 'master@2 hours ago' syntax by Shawn Pearce · 19 years ago
- 6de08ae Log ref updates to logs/refs/<ref> by Shawn Pearce · 19 years ago
- 4bd18c4 Improve abstraction of ref lock/write. by Shawn Pearce · 19 years ago
- 70e1a88 Remove unnecessary local in get_ref_sha1. by Shawn Pearce · 19 years ago
- a62be77 Add "--branches", "--tags" and "--remotes" options to git-rev-parse. by Sean · 19 years ago
- 9f0bb90 core.prefersymlinkrefs: use symlinks for .git/HEAD by Junio C Hamano · 19 years ago
- f61c2c9 refs.c::do_for_each_ref(): Finish error message lines with "\n" by Junio C Hamano · 19 years ago