index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-17
tag.c: implement '--merged' and '--no-merged' options
Karthik Nayak
3
-2
/
+38
2015-09-17
tag.c: implement '--format' option
Karthik Nayak
3
-11
/
+34
2015-09-17
tag.c: use 'ref-filter' APIs
Karthik Nayak
3
-316
/
+53
2015-09-17
tag.c: use 'ref-filter' data structures
Karthik Nayak
1
-49
/
+57
2015-09-17
ref-filter: add option to match literal pattern
Karthik Nayak
3
-4
/
+40
2015-09-17
ref-filter: add support to sort by version
Karthik Nayak
4
-6
/
+51
2015-09-17
ref-filter: add support for %(contents:lines=X)
Karthik Nayak
5
-6
/
+103
2015-09-17
ref-filter: add option to filter out tags, branches and remotes
Karthik Nayak
4
-7
/
+81
2015-09-17
ref-filter: implement an `align` atom
Karthik Nayak
3
-1
/
+202
2015-09-17
ref-filter: introduce match_atom_name()
Karthik Nayak
2
-2
/
+25
2015-09-17
ref-filter: introduce handler function for each atom
Karthik Nayak
1
-24
/
+30
2015-09-17
utf8: add function to align a string into given strbuf
Karthik Nayak
2
-0
/
+36
2015-09-17
ref-filter: introduce ref_formatting_state and ref_formatting_stack
Karthik Nayak
1
-19
/
+59
2015-09-17
ref-filter: move `struct atom_value` to ref-filter.c
Karthik Nayak
2
-4
/
+6
2015-09-17
strtoul_ui: reject negative values
Matthieu Moy
1
-0
/
+3
2015-08-24
Merge 'jk/git-path' into kn/for-each-tag
Junio C Hamano
30
-363
/
+465
2015-08-24
Merge 'kn/for-each-tag-branch' into kn/for-each-tag
Junio C Hamano
9
-51
/
+420
2015-08-10
memoize common git-path "constant" files
Jeff King
17
-119
/
+151
2015-08-10
get_repo_path: refactor path-allocation
Jeff King
1
-14
/
+29
2015-08-10
find_hook: keep our own static buffer
Jeff King
2
-4
/
+11
2015-08-10
refs.c: remove_empty_directories can take a strbuf
Jeff King
1
-19
/
+15
2015-08-10
refs.c: avoid git_path assignment in lock_ref_sha1_basic
Jeff King
1
-13
/
+19
2015-08-10
refs.c: avoid repeated git_path calls in rename_tmp_log
Jeff King
1
-7
/
+14
2015-08-10
refs.c: simplify strbufs in reflog setup and writing
Jeff King
1
-23
/
+15
2015-08-10
path.c: drop git_path_submodule
Jeff King
2
-13
/
+2
2015-08-10
refs.c: remove extra git_path calls from read_loose_refs
Jeff King
1
-10
/
+13
2015-08-10
remote.c: drop extraneous local variable from migrate_file
Jeff King
1
-5
/
+2
2015-08-10
prefer mkpathdup to mkpath in assignments
Jeff King
2
-13
/
+17
2015-08-10
prefer git_pathdup to git_path in some possibly-dangerous cases
Jeff King
6
-11
/
+21
2015-08-10
add_to_alternates_file: don't add duplicate entries
Jeff King
2
-7
/
+45
2015-08-10
t5700: modernize style
Jeff King
1
-112
/
+81
2015-08-10
cache.h: complete set of git_path_submodule helpers
Jeff King
2
-5
/
+35
2015-08-10
cache.h: clarify documentation for git_path, et al
Jeff King
1
-5
/
+12
2015-08-03
Sync with maint
Junio C Hamano
3
-4
/
+24
2015-08-03
First batch for 2.6
Junio C Hamano
3
-2
/
+156
2015-08-03
Merge branch 'es/doc-clean-outdated-tools'
Junio C Hamano
2
-117
/
+9
2015-08-03
Merge branch 'jk/refspec-parse-wildcard'
Junio C Hamano
5
-30
/
+41
2015-08-03
Merge branch 'da/subtree-date-confusion'
Junio C Hamano
2
-1
/
+5
2015-08-03
Merge branch 'jx/do-not-crash-receive-pack-wo-head'
Junio C Hamano
1
-1
/
+1
2015-08-03
Merge branch 'db/send-pack-user-signingkey'
Junio C Hamano
1
-0
/
+3
2015-08-03
Merge branch 'zb/userdiff-fountain'
Junio C Hamano
4
-0
/
+9
2015-08-03
Merge branch 'dt/refs-backend-preamble'
Junio C Hamano
13
-86
/
+239
2015-08-03
Merge branch 'as/sparse-checkout-removal'
Junio C Hamano
2
-0
/
+56
2015-08-03
Merge branch 'jk/date-mode-format'
Junio C Hamano
28
-78
/
+172
2015-08-03
Merge branch 'pt/am-tests'
Junio C Hamano
4
-0
/
+313
2015-08-03
Merge branch 'sg/bash-prompt-untracked-optim'
Junio C Hamano
2
-1
/
+26
2015-08-03
Merge branch 'cb/uname-in-untracked'
Junio C Hamano
1
-1
/
+1
2015-08-03
Merge branch 'se/doc-checkout-ours-theirs'
Junio C Hamano
1
-0
/
+15
2015-08-03
Merge branch 'ib/scripted-parse-opt-better-hint-string'
Junio C Hamano
3
-68
/
+92
2015-08-03
Merge branch 'mh/fast-import-optimize-current-from'
Junio C Hamano
1
-12
/
+17
[next]