index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sha1_name.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-28
sha1_name: fix segfault caused by invalid index access
Markus Heidelberg
1
-14
/
+18
2010-02-16
Merge branch 'maint-1.6.6' into maint
Junio C Hamano
1
-2
/
+1
2010-02-16
Merge branch 'maint-1.6.5' into maint-1.6.6
Junio C Hamano
1
-2
/
+1
2010-02-16
dwim_ref: fix dangling symref warning
Jeff King
1
-2
/
+1
2010-01-28
reject @{-1} not at beginning of object name
Jeff King
1
-0
/
+4
2010-01-28
fix parsing of @{-1}@{u} combination
Jeff King
1
-2
/
+22
2010-01-27
Merge branch 'jc/maint-reflog-bad-timestamp'
Junio C Hamano
1
-1
/
+4
2010-01-27
Update @{bogus.timestamp} fix not to die()
Junio C Hamano
1
-2
/
+2
2010-01-26
approxidate_careful() reports errorneous date string
Junio C Hamano
1
-1
/
+4
2010-01-22
Merge branch 'js/refer-upstream'
Junio C Hamano
1
-13
/
+78
2010-01-20
Teach @{upstream} syntax to strbuf_branchanme()
Junio C Hamano
1
-42
/
+74
2010-01-13
Merge branch 'jc/checkout-merge-base'
Junio C Hamano
1
-0
/
+42
2010-01-12
Introduce <branch>@{upstream} notation
Johannes Schindelin
1
-3
/
+36
2009-12-07
Detailed diagnosis when parsing an object name fails.
Matthieu Moy
1
-4
/
+111
2009-10-18
"checkout A...B" switches to the merge base between A and B
Junio C Hamano
1
-0
/
+42
2009-07-16
sha1_name.c: avoid unnecessary strbuf_release
Brandon Casey
1
-2
/
+0
2009-03-22
Rename interpret/substitute nth_last_branch functions
Junio C Hamano
1
-6
/
+6
2009-02-11
Squelch overzealous "ignoring dangling symref" in an empty repository
Junio C Hamano
1
-1
/
+2
2009-02-10
Warn use of "origin" when remotes/origin/HEAD is dangling
Junio C Hamano
1
-2
/
+4
2009-01-28
Merge branch 'tr/previous-branch'
Junio C Hamano
1
-4
/
+123
2009-01-27
Merge branch 'maint-1.6.0' into maint
Junio C Hamano
1
-1
/
+1
2009-01-27
get_sha1_basic(): fix invalid memory access, found by valgrind
Johannes Schindelin
1
-1
/
+1
2009-01-21
Simplify parsing branch switching events in reflog
Junio C Hamano
1
-6
/
+2
2009-01-19
Introduce for_each_recent_reflog_ent().
Junio C Hamano
1
-1
/
+7
2009-01-19
interpret_nth_last_branch(): plug small memleak
Junio C Hamano
1
-3
/
+7
2009-01-19
Fix reflog parsing for a malformed branch switching entry
Junio C Hamano
1
-1
/
+1
2009-01-19
Fix parsing of @{-1}@{1}
Johannes Schindelin
1
-1
/
+24
2009-01-19
interpret_nth_last_branch(): avoid traversing the reflog twice
Junio C Hamano
1
-24
/
+21
2009-01-17
sha1_name: support @{-N} syntax in get_sha1()
Thomas Rast
1
-3
/
+13
2009-01-17
sha1_name: tweak @{-N} lookup
Thomas Rast
1
-24
/
+29
2009-01-17
checkout: implement "@{-N}" shortcut name for N-th last branch
Junio C Hamano
1
-0
/
+78
2008-10-26
Merge branch 'ar/maint-mksnpath' into HEAD
Junio C Hamano
1
-2
/
+4
2008-10-26
Fix mkpath abuse in dwim_ref and dwim_log of sha1_name.c
Alex Riesen
1
-2
/
+4
2008-08-21
Make reflog query '@{1219188291}' act as '@{2008.8.19.16:24:51.-0700}'
Shawn O. Pearce
1
-1
/
+4
2008-07-23
ignore non-existent refs in dwim_log()
Junio C Hamano
1
-1
/
+1
2008-04-29
Merge branch 'maint-1.5.4' into maint
Junio C Hamano
1
-2
/
+5
2008-04-29
fix reflog approxidate parsing bug
Jeff King
1
-2
/
+5
2008-03-15
Merge branch 'maint'
Junio C Hamano
1
-13
/
+15
2008-03-14
rev-parse: fix meaning of rev~ vs rev~0.
Linus Torvalds
1
-13
/
+15
2008-03-11
Merge branch 'jc/cherry-pick' (early part)
Junio C Hamano
1
-22
/
+38
2008-03-01
find_unique_abbrev(): redefine semantics
Junio C Hamano
1
-7
/
+6
2008-02-22
Avoid unnecessary "if-before-free" tests.
Jim Meyering
1
-4
/
+2
2008-02-18
Merge branch 'mk/maint-parse-careful'
Junio C Hamano
1
-2
/
+6
2008-02-18
peel_onion: handle NULL
Martin Koegler
1
-1
/
+4
2008-02-18
get_sha1_oneline: check return value of parse_object
Martin Koegler
1
-1
/
+2
2008-02-18
expose a helper function peel_to_type().
Junio C Hamano
1
-19
/
+38
2008-02-17
deref_tag: handle return value NULL
Martin Koegler
1
-1
/
+4
2008-01-21
Make on-disk index representation separate from in-core one
Linus Torvalds
1
-1
/
+1
2007-12-04
Merge branch 'sp/refspec-match'
Junio C Hamano
1
-12
/
+2
2007-12-03
Allow ':/<oneline-prefix>' syntax to work with save_commit_buffer == 0
Johannes Schindelin
1
-3
/
+16
[next]