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
2012-07-03
sha1_name.c: restructure disambiguation of short names
Junio C Hamano
1
-60
/
+112
2012-07-03
sha1_name.c: correct misnamed "canonical" and "res"
Junio C Hamano
1
-22
/
+22
2012-07-03
sha1_name.c: refactor find_short_packed_object()
Junio C Hamano
1
-47
/
+56
2012-07-03
sha1_name.c: rename "now" to "current"
Junio C Hamano
1
-8
/
+8
2012-07-03
sha1_name.c: clarify what "fake" is for in find_short_object_filename()
Junio C Hamano
1
-0
/
+7
2012-07-03
sha1_name.c: get rid of get_sha1_with_mode()
Junio C Hamano
1
-8
/
+0
2012-07-03
sha1_name.c: get rid of get_sha1_with_mode_1()
Junio C Hamano
1
-4
/
+16
2012-07-02
sha1_name.c: hide get_sha1_with_context_1() ugliness
Junio C Hamano
1
-13
/
+18
2012-06-28
Merge branch 'mm/verify-filename-fix'
Junio C Hamano
1
-1
/
+1
2012-06-18
sha1_name: do not trigger detailed diagnosis for file arguments
Matthieu Moy
1
-1
/
+1
2012-06-18
sha1_name.c: indentation fix
Junio C Hamano
1
-2
/
+2
2012-04-15
i18n: mark @{upstream} error messages for translation
Zbigniew Jędrzejewski-Szmek
1
-4
/
+4
2012-04-15
Be more specific if upstream branch is not tracked
Zbigniew Jędrzejewski-Szmek
1
-1
/
+6
2012-04-15
Provide better message for barnhc_wiht_tpyo@{u}
Zbigniew Jędrzejewski-Szmek
1
-1
/
+4
2012-04-15
Provide branch name in error message when using @{u}
Zbigniew Jędrzejewski-Szmek
1
-4
/
+8
2011-10-21
Merge branch 'jc/broken-ref-dwim-fix'
Junio C Hamano
1
-85
/
+0
2011-10-12
refs.c: move dwim_ref()/dwim_log() from sha1_name.c
Junio C Hamano
1
-85
/
+0
2011-10-10
Merge branch 'mh/check-ref-format-3'
Junio C Hamano
1
-2
/
+2
2011-10-05
Change check_ref_format() to take a flags argument
Michael Haggerty
1
-2
/
+2
2011-09-15
Allow git merge ":/<pattern>"
Junio C Hamano
1
-6
/
+0
2011-05-23
Merge branch 'jc/magic-pathspec'
Junio C Hamano
1
-8
/
+9
2011-05-10
fix overslow :/no-such-string-ever-existed diagnostics
Junio C Hamano
1
-8
/
+9
2011-05-10
fix overstrict :<path> diagnosis
Junio C Hamano
1
-1
/
+1
2011-04-03
sha1_name: Suggest commit:./file for path in subdir
Michael J Gruber
1
-4
/
+7
2011-03-10
Revert "core.abbrevguard: Ensure short object names stay unique a bit longer"
Junio C Hamano
1
-3
/
+1
2010-12-22
Merge branch 'tf/commit-list-prefix'
Junio C Hamano
1
-1
/
+1
2010-12-21
Merge branch 'nd/oneline-sha1-name-from-specific-ref'
Junio C Hamano
1
-28
/
+55
2010-12-16
get_sha1: handle special case $commit^{/}
Nguyễn Thái Ngọc Duy
1
-0
/
+7
2010-12-16
Merge branch 'nd/extended-sha1-relpath'
Junio C Hamano
1
-2
/
+35
2010-12-14
get_sha1: support $commit^{/regex} syntax
Nguyễn Thái Ngọc Duy
1
-11
/
+26
2010-12-12
get_sha1_oneline: make callers prepare the commit list to traverse
Nguyễn Thái Ngọc Duy
1
-8
/
+11
2010-12-12
get_sha1_oneline: fix lifespan rule of temp_commit_buffer variable
Junio C Hamano
1
-11
/
+13
2010-12-09
get_sha1: teach ":$n:<path>" the same relative path logic
Junio C Hamano
1
-6
/
+8
2010-12-07
get_sha1: support relative path ":path" syntax
Nguyễn Thái Ngọc Duy
1
-3
/
+34
2010-12-03
Merge branch 'jn/thinner-wrapper'
Junio C Hamano
1
-0
/
+18
2010-12-03
Merge branch 'jc/abbrev-guard'
Junio C Hamano
1
-1
/
+3
2010-11-29
commit: Add commit_list prefix in two function names.
Thiago Farina
1
-1
/
+1
2010-11-17
Merge branch 'ks/no-textconv-symlink'
Junio C Hamano
1
-0
/
+2
2010-11-10
strbuf: move strbuf_branchname to sha1_name.c
Jonathan Nieder
1
-0
/
+18
2010-10-28
core.abbrevguard: Ensure short object names stay unique a bit longer
Junio C Hamano
1
-1
/
+3
2010-09-29
blame,cat-file --textconv: Don't assume mode is ``S_IFREF | 0664''
Kirill Smelkov
1
-0
/
+2
2010-09-27
update comment and documentation for :/foo syntax
Matthieu Moy
1
-0
/
+1
2010-09-03
Merge branch 'js/maint-reflog-beyond-horizon'
Junio C Hamano
1
-9
/
+9
2010-08-24
sha1_name.c: use warning in preference to fprintf(stderr
Jon Seymour
1
-5
/
+4
2010-08-24
rev-parse: exit with non-zero status if ref@{n} is not valid.
Jon Seymour
1
-4
/
+5
2010-08-19
Merge branch 'jc/sha1-name-find-fix' into maint
Junio C Hamano
1
-10
/
+11
2010-08-12
Merge branch 'jc/sha1-name-find-fix'
Junio C Hamano
1
-10
/
+11
2010-08-02
sha1_name.c: fix parsing of ":/token" syntax
Junio C Hamano
1
-10
/
+11
2010-06-27
Merge branch 'cp/textconv-cat-file'
Junio C Hamano
1
-5
/
+26
2010-06-18
sha1_name: add get_sha1_with_context()
Clément Poulain
1
-5
/
+26
[prev]
[next]