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
2018-05-22
commit: use generation number in remove_redundant()
Derrick Stolee
1
-1
/
+6
2018-05-22
commit: add short-circuit to paint_down_to_common()
Derrick Stolee
1
-4
/
+16
2018-05-22
commit: use generation numbers for in_merge_bases()
Derrick Stolee
1
-1
/
+8
2018-05-22
ref-filter: use generation number for --contains
Derrick Stolee
1
-4
/
+20
2018-05-22
commit-graph: always load commit-graph information
Derrick Stolee
6
-20
/
+47
2018-05-22
commit: use generations in paint_down_to_common()
Derrick Stolee
2
-1
/
+20
2018-05-22
commit-graph: compute generation numbers
Derrick Stolee
1
-0
/
+43
2018-05-22
commit: add generation number to struct commit
Derrick Stolee
3
-0
/
+7
2018-05-22
submodule: add --dissociate option to add/update commands
Casey Fitzpatrick
4
-5
/
+48
2018-05-22
submodule: add --progress option to add command
Casey Fitzpatrick
3
-1
/
+27
2018-05-22
submodule: clean up substitutions in script
Casey Fitzpatrick
1
-4
/
+4
2018-05-22
unpack_trees_options: free messages when done
Martin Ågren
5
-4
/
+26
2018-05-22
argv-array: return the pushed string from argv_push*()
Junio C Hamano
2
-4
/
+6
2018-05-21
travis-ci: run gcc-8 on linux-gcc jobs
Nguyễn Thái Ngọc Duy
2
-0
/
+6
2018-05-21
commit.h: delete 'util' field in struct commit
Nguyễn Thái Ngọc Duy
1
-1
/
+5
2018-05-21
merge: use commit-slab in merge remote desc instead of commit->util
Nguyễn Thái Ngọc Duy
4
-18
/
+29
2018-05-21
log: use commit-slab in prepare_bases() instead of commit->util
Nguyễn Thái Ngọc Duy
1
-2
/
+8
2018-05-21
show-branch: note about its object flags usage
Nguyễn Thái Ngọc Duy
2
-0
/
+6
2018-05-21
show-branch: use commit-slab for commit-name instead of commit->util
Nguyễn Thái Ngọc Duy
1
-12
/
+27
2018-05-21
name-rev: use commit-slab for rev-name instead of commit->util
Nguyễn Thái Ngọc Duy
1
-3
/
+20
2018-05-21
bisect.c: use commit-slab for commit weight instead of commit->util
Nguyễn Thái Ngọc Duy
1
-3
/
+9
2018-05-21
revision.c: use commit-slab for show_source
Nguyễn Thái Ngọc Duy
5
-14
/
+39
2018-05-21
sequencer.c: use commit-slab to associate todo items to commits
Nguyễn Thái Ngọc Duy
1
-3
/
+9
2018-05-21
sequencer.c: use commit-slab to mark seen commits
Nguyễn Thái Ngọc Duy
1
-3
/
+9
2018-05-21
shallow.c: use commit-slab for commit depth instead of commit->util
Nguyễn Thái Ngọc Duy
1
-12
/
+28
2018-05-21
describe: use commit-slab for commit names instead of commit->util
Nguyễn Thái Ngọc Duy
1
-3
/
+13
2018-05-21
blame: use commit-slab for blame suspects instead of commit->util
Nguyễn Thái Ngọc Duy
3
-12
/
+34
2018-05-21
commit-slab: support shared commit-slab
Nguyễn Thái Ngọc Duy
3
-9
/
+28
2018-05-21
commit-slab.h: code split
Nguyễn Thái Ngọc Duy
3
-109
/
+127
2018-05-21
regex: do not call `regfree()` if compilation fails
Martin Ågren
2
-3
/
+0
2018-05-21
config: let `config_store_data_clear()` handle `key`
Martin Ågren
1
-7
/
+3
2018-05-21
config: let `config_store_data_clear()` handle `value_regex`
Martin Ågren
1
-11
/
+6
2018-05-21
config: free resources of `struct config_store_data`
Martin Ågren
1
-0
/
+9
2018-05-21
t5300: abstract away SHA-1-specific constants
brian m. carlson
1
-3
/
+5
2018-05-21
t4208: abstract away SHA-1-specific constants
brian m. carlson
1
-1
/
+2
2018-05-21
t4045: abstract away SHA-1-specific constants
brian m. carlson
1
-2
/
+4
2018-05-21
t4042: abstract away SHA-1-specific constants
brian m. carlson
1
-6
/
+10
2018-05-21
t4205: sort log output in a hash-independent way
brian m. carlson
1
-4
/
+4
2018-05-21
t/lib-diff-alternative: abstract away SHA-1-specific constants
brian m. carlson
1
-4
/
+8
2018-05-21
t4030: abstract away SHA-1-specific constants
brian m. carlson
1
-2
/
+3
2018-05-21
t4029: abstract away SHA-1-specific constants
brian m. carlson
1
-1
/
+6
2018-05-21
t4029: fix test indentation
brian m. carlson
1
-17
/
+16
2018-05-21
t4022: abstract away SHA-1-specific constants
brian m. carlson
1
-2
/
+4
2018-05-21
t4020: abstract away SHA-1-specific constants
brian m. carlson
1
-2
/
+8
2018-05-21
t4014: abstract away SHA-1-specific constants
brian m. carlson
1
-3
/
+6
2018-05-21
t4008: abstract away SHA-1-specific constants
brian m. carlson
1
-27
/
+32
2018-05-21
t4007: abstract away SHA-1-specific constants
brian m. carlson
1
-8
/
+9
2018-05-21
t3905: abstract away SHA-1-specific constants
brian m. carlson
1
-4
/
+7
2018-05-21
t3702: abstract away SHA-1-specific constants
brian m. carlson
1
-4
/
+3
2018-05-21
completion: allow to customize the completable command list
Nguyễn Thái Ngọc Duy
6
-2
/
+47
[prev]
[next]