summaryrefslogtreecommitdiff
path: root/sha1_name.c
AgeCommit message (Expand)Author
2009-01-28Merge branch 'tr/previous-branch'Junio C Hamano
2009-01-27Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-01-27get_sha1_basic(): fix invalid memory access, found by valgrindJohannes Schindelin
2009-01-21Simplify parsing branch switching events in reflogJunio C Hamano
2009-01-20Introduce for_each_recent_reflog_ent().Junio C Hamano
2009-01-20interpret_nth_last_branch(): plug small memleakJunio C Hamano
2009-01-20Fix reflog parsing for a malformed branch switching entryJunio C Hamano
2009-01-20Fix parsing of @{-1}@{1}Johannes Schindelin
2009-01-19interpret_nth_last_branch(): avoid traversing the reflog twiceJunio C Hamano
2009-01-18sha1_name: support @{-N} syntax in get_sha1()Thomas Rast
2009-01-18sha1_name: tweak @{-N} lookupThomas Rast
2009-01-18checkout: implement "@{-N}" shortcut name for N-th last branchJunio C Hamano
2008-10-27Merge branch 'ar/maint-mksnpath' into HEADJunio C Hamano
2008-10-27Fix mkpath abuse in dwim_ref and dwim_log of sha1_name.cAlex Riesen
2008-08-22Make reflog query '@{1219188291}' act as '@{2008.8.19.16:24:51.-0700}'Shawn O. Pearce
2008-07-24ignore non-existent refs in dwim_log()Junio C Hamano
2008-04-30Merge branch 'maint-1.5.4' into maintJunio C Hamano
2008-04-30fix reflog approxidate parsing bugJeff King
2008-03-15Merge branch 'maint'Junio C Hamano
2008-03-15rev-parse: fix meaning of rev~ vs rev~0.Linus Torvalds
2008-03-11Merge branch 'jc/cherry-pick' (early part)Junio C Hamano
2008-03-02find_unique_abbrev(): redefine semanticsJunio C Hamano
2008-02-22Avoid unnecessary "if-before-free" tests.Jim Meyering
2008-02-19Merge branch 'mk/maint-parse-careful'Junio C Hamano
2008-02-19peel_onion: handle NULLMartin Koegler
2008-02-19get_sha1_oneline: check return value of parse_objectMartin Koegler
2008-02-18expose a helper function peel_to_type().Junio C Hamano
2008-02-18deref_tag: handle return value NULLMartin Koegler
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds
2007-12-05Merge branch 'sp/refspec-match'Junio C Hamano
2007-12-04Allow ':/<oneline-prefix>' syntax to work with save_commit_buffer == 0Johannes Schindelin
2007-11-19add refname_match()Steffen Prohaska
2007-07-14Make show_rfc2822_date() just another date output format.Junio C Hamano
2007-06-08Active_nr is unsigned, hence can't be < 0Pierre Habouzit
2007-05-30rev-parse: Identify short sha1 sums correctly.James Bowes
2007-05-27Attempt to delay prepare_alt_odb during get_sha1Shawn O. Pearce
2007-04-24add get_sha1_with_modeMartin Koegler
2007-04-10get rid of num_packed_objects()Nicolas Pitre
2007-04-05clean up and optimize nth_packed_object_sha1() usageNicolas Pitre
2007-03-12Re-fix get_sha1_oneline()Linus Torvalds
2007-03-11I like the idea of the new ':/<oneline prefix>' notation, and gave itJim Meyering
2007-03-07Use uint32_t for all packed object counts.Shawn O. Pearce
2007-02-24object name: introduce ':/<oneline prefix>' notationJohannes Schindelin
2007-02-09reflog: handle $name => remotes/%s/HEAD mapping consistently for logsJunio C Hamano
2007-02-09log --reflog: use dwim_logJohannes Schindelin
2007-02-04Enable HEAD@{...} and make it independent from the current branchNicolas Pitre
2007-02-02provide a nice @{...} syntax to always mean the current branch reflogNicolas Pitre
2007-02-02prevent HEAD reflog to be interpreted as current branch reflogNicolas Pitre
2007-01-20Extend read_ref_at() to be usable from places other than sha1_name.Junio C Hamano
2007-01-20dwim_ref(): Separate name-to-ref DWIM code out.Junio C Hamano