summaryrefslogtreecommitdiff
path: root/sha1_name.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/checkout-merge-base'Junio C Hamano2010-01-131-0/+42
|\
| * "checkout A...B" switches to the merge base between A and BJunio C Hamano2009-10-181-0/+42
* | Detailed diagnosis when parsing an object name fails.Matthieu Moy2009-12-071-4/+111
|/
* sha1_name.c: avoid unnecessary strbuf_releaseBrandon Casey2009-07-161-2/+0
* Rename interpret/substitute nth_last_branch functionsJunio C Hamano2009-03-221-6/+6
* Squelch overzealous "ignoring dangling symref" in an empty repositoryJunio C Hamano2009-02-111-1/+2
* Warn use of "origin" when remotes/origin/HEAD is danglingJunio C Hamano2009-02-101-2/+4
* Merge branch 'tr/previous-branch'Junio C Hamano2009-01-281-4/+123
|\
| * Simplify parsing branch switching events in reflogJunio C Hamano2009-01-211-6/+2
| * Introduce for_each_recent_reflog_ent().Junio C Hamano2009-01-191-1/+7
| * interpret_nth_last_branch(): plug small memleakJunio C Hamano2009-01-191-3/+7
| * Fix reflog parsing for a malformed branch switching entryJunio C Hamano2009-01-191-1/+1
| * Fix parsing of @{-1}@{1}Johannes Schindelin2009-01-191-1/+24
| * interpret_nth_last_branch(): avoid traversing the reflog twiceJunio C Hamano2009-01-191-24/+21
| * sha1_name: support @{-N} syntax in get_sha1()Thomas Rast2009-01-171-3/+13
| * sha1_name: tweak @{-N} lookupThomas Rast2009-01-171-24/+29
| * checkout: implement "@{-N}" shortcut name for N-th last branchJunio C Hamano2009-01-171-0/+78
* | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-01-271-1/+1
|\ \ | |/ |/|
| * get_sha1_basic(): fix invalid memory access, found by valgrindJohannes Schindelin2009-01-271-1/+1
* | Merge branch 'ar/maint-mksnpath' into HEADJunio C Hamano2008-10-261-2/+4
|\ \ | |/
| * Fix mkpath abuse in dwim_ref and dwim_log of sha1_name.cAlex Riesen2008-10-261-2/+4
* | Make reflog query '@{1219188291}' act as '@{2008.8.19.16:24:51.-0700}'Shawn O. Pearce2008-08-211-1/+4
|/
* ignore non-existent refs in dwim_log()Junio C Hamano2008-07-231-1/+1
* Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-291-2/+5
|\
| * fix reflog approxidate parsing bugJeff King2008-04-291-2/+5
* | Merge branch 'maint'Junio C Hamano2008-03-151-13/+15
|\ \ | |/
| * rev-parse: fix meaning of rev~ vs rev~0.Linus Torvalds2008-03-141-13/+15
* | Merge branch 'jc/cherry-pick' (early part)Junio C Hamano2008-03-111-22/+38
|\ \
| * | expose a helper function peel_to_type().Junio C Hamano2008-02-181-19/+38
* | | find_unique_abbrev(): redefine semanticsJunio C Hamano2008-03-011-7/+6
* | | Avoid unnecessary "if-before-free" tests.Jim Meyering2008-02-221-4/+2
* | | Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-02-181-2/+6
|\ \ \ | |/ / |/| |
| * | peel_onion: handle NULLMartin Koegler2008-02-181-1/+4
| * | get_sha1_oneline: check return value of parse_objectMartin Koegler2008-02-181-1/+2
| |/
* | deref_tag: handle return value NULLMartin Koegler2008-02-171-1/+4
* | Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-211-1/+1
|/
* Merge branch 'sp/refspec-match'Junio C Hamano2007-12-041-12/+2
|\
| * add refname_match()Steffen Prohaska2007-11-181-12/+2
* | Allow ':/<oneline-prefix>' syntax to work with save_commit_buffer == 0Johannes Schindelin2007-12-031-3/+16
|/
* Make show_rfc2822_date() just another date output format.Junio C Hamano2007-07-131-1/+1
* Active_nr is unsigned, hence can't be < 0Pierre Habouzit2007-06-081-2/+0
* rev-parse: Identify short sha1 sums correctly.James Bowes2007-05-291-2/+5
* Attempt to delay prepare_alt_odb during get_sha1Shawn O. Pearce2007-05-261-1/+1
* add get_sha1_with_modeMartin Koegler2007-04-241-2/+9
* get rid of num_packed_objects()Nicolas Pitre2007-04-101-1/+1
* clean up and optimize nth_packed_object_sha1() usageNicolas Pitre2007-04-051-8/+8
* Re-fix get_sha1_oneline()Linus Torvalds2007-03-121-5/+5
* I like the idea of the new ':/<oneline prefix>' notation, and gave itJim Meyering2007-03-111-2/+6
* Use uint32_t for all packed object counts.Shawn O. Pearce2007-03-071-3/+3
* object name: introduce ':/<oneline prefix>' notationJohannes Schindelin2007-02-241-0/+58