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
2019-01-28
pack-objects: merge read_lock and lock in packing_data struct
Patrick Hogg
3
-31
/
+19
2019-01-28
pack-objects: move read mutex to packing_data struct
Patrick Hogg
3
-5
/
+13
2019-01-28
git-instaweb: add Python builtin http.server support
Arti Zirk
2
-2
/
+128
2019-01-28
test-date: add a subcommand to measure times in shell scripts
Johannes Schindelin
1
-0
/
+12
2019-01-28
ci: use a junction on Windows instead of a symlink
Johannes Schindelin
1
-1
/
+4
2019-01-28
ci: inherit --jobs via MAKEFLAGS in run-build-and-tests
Johannes Schindelin
5
-5
/
+6
2019-01-28
ci/lib.sh: encapsulate Travis-specific things
Johannes Schindelin
4
-14
/
+43
2019-01-28
ci: rename the library of common functions
Johannes Schindelin
8
-7
/
+7
2019-01-28
travis: fix skipping tagged releases
Johannes Schindelin
1
-11
/
+14
2019-01-28
implicit interactive rebase: don't run sequence editor
Phillip Wood
5
-10
/
+16
2019-01-27
object_as_type: initialize commit-graph-related fields of 'struct commit'
SZEDER Gábor
3
-6
/
+12
2019-01-27
diff.c: convert --raw
Nguyễn Thái Ngọc Duy
1
-3
/
+4
2019-01-27
diff.c: convert -W|--[no-]function-context
Nguyễn Thái Ngọc Duy
1
-6
/
+2
2019-01-27
diff.c: convert -U|--unified
Nguyễn Thái Ngọc Duy
3
-6
/
+24
2019-01-27
diff.c: convert -u|-p|--patch
Nguyễn Thái Ngọc Duy
1
-2
/
+8
2019-01-27
diff.c: prepare to use parse_options() for parsing
Nguyễn Thái Ngọc Duy
2
-0
/
+29
2019-01-27
diff.h: avoid bit fields in struct diff_flags
Nguyễn Thái Ngọc Duy
1
-33
/
+33
2019-01-27
diff.h: keep forward struct declarations sorted
Nguyễn Thái Ngọc Duy
1
-6
/
+6
2019-01-27
parse-options: allow ll_callback with OPTION_CALLBACK
Nguyễn Thái Ngọc Duy
5
-22
/
+51
2019-01-27
parse-options: avoid magic return codes
Nguyễn Thái Ngọc Duy
5
-46
/
+68
2019-01-27
parse-options: stop abusing 'callback' for lowlevel callbacks
Nguyễn Thái Ngọc Duy
6
-13
/
+32
2019-01-27
parse-options: add OPT_BITOP()
Nguyễn Thái Ngọc Duy
2
-0
/
+12
2019-01-27
parse-options: disable option abbreviation with PARSE_OPT_KEEP_UNKNOWN
Nguyễn Thái Ngọc Duy
2
-3
/
+4
2019-01-27
parse-options: add one-shot mode
Nguyễn Thái Ngọc Duy
2
-8
/
+35
2019-01-27
strbuf.cocci: suggest strbuf_addbuf() to add one strbuf to an other
SZEDER Gábor
1
-0
/
+30
2019-01-27
fetch: prefer suffix substitution in compact fetch.output
Nguyễn Thái Ngọc Duy
1
-2
/
+6
2019-01-24
convert: drop path parameter from actual conversion functions
Jeff King
1
-7
/
+7
2019-01-24
convert: drop len parameter from conversion checks
Jeff King
1
-7
/
+7
2019-01-24
config: drop unused parameter from maybe_remove_section()
Jeff King
1
-2
/
+1
2019-01-24
show_date_relative(): drop unused "tz" parameter
Jeff King
3
-6
/
+6
2019-01-24
column: drop unused "opts" parameter in item_length()
Jeff King
1
-2
/
+2
2019-01-24
create_bundle(): drop unused "header" parameter
Jeff King
3
-6
/
+5
2019-01-24
apply: drop unused "def" parameter from find_name_gnu()
Jeff King
1
-3
/
+2
2019-01-24
match-trees: drop unused path parameter from score functions
Jeff King
1
-9
/
+7
2019-01-24
combine-diff: treat --dirstat like --stat
Jeff King
3
-0
/
+5
2019-01-24
combine-diff: treat --summary like --stat
Jeff King
3
-0
/
+14
2019-01-24
combine-diff: treat --shortstat like --stat
Jeff King
3
-0
/
+6
2019-01-24
combine-diff: factor out stat-format mask
Jeff King
1
-6
/
+8
2019-01-24
diff: clear emitted_symbols flag after use
Jeff King
2
-1
/
+82
2019-01-24
t4006: resurrect commented-out tests
Jeff King
1
-23
/
+32
2019-01-24
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
55
-24
/
+58
2019-01-23
checkout: fix regression in checkout -b on intitial checkout
Ben Peart
2
-1
/
+9
2019-01-23
checkout: add test demonstrating regression with checkout -b on initial commit
Ben Peart
1
-0
/
+9
2019-01-23
commit-graph write: emit a percentage for all progress
Ævar Arnfjörð Bjarmason
1
-7
/
+7
2019-01-23
commit-graph write: add itermediate progress
Ævar Arnfjörð Bjarmason
1
-0
/
+13
2019-01-23
commit-graph write: remove empty line for readability
Ævar Arnfjörð Bjarmason
1
-1
/
+0
2019-01-23
commit-graph write: add more descriptive progress output
Ævar Arnfjörð Bjarmason
1
-7
/
+18
2019-01-23
commit-graph write: show progress for object search
Ævar Arnfjörð Bjarmason
1
-2
/
+7
2019-01-23
commit-graph write: more descriptive "writing out" output
Ævar Arnfjörð Bjarmason
1
-2
/
+10
2019-01-23
commit-graph write: add "Writing out" progress output
Ævar Arnfjörð Bjarmason
1
-9
/
+30
[prev]
[next]