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
2017-05-26
docs/config.txt: fix indefinite article in core.fileMode description
SZEDER Gábor
1
-1
/
+1
2017-05-26
Windows: do not treat a path with backslashes as a remote's nick name
Johannes Sixt
1
-1
/
+6
2017-05-25
blame: move entry prepend to libgit
Jeff Smith
3
-14
/
+18
2017-05-25
blame: move scoreboard setup to libgit
Jeff Smith
3
-284
/
+281
2017-05-25
blame: move scoreboard-related methods to libgit
Jeff Smith
3
-1318
/
+1324
2017-05-25
blame: move fake-commit-related methods to libgit
Jeff Smith
3
-199
/
+205
2017-05-25
blame: move origin-related methods to libgit
Jeff Smith
4
-72
/
+78
2017-05-25
blame: move core structures to header
Jeff Smith
2
-133
/
+144
2017-05-25
blame: create entry prepend function
Jeff Smith
1
-10
/
+15
2017-05-25
blame: create scoreboard setup function
Jeff Smith
1
-89
/
+101
2017-05-25
blame: create scoreboard init function
Jeff Smith
1
-3
/
+8
2017-05-25
blame: rework methods that determine 'final' commit
Jeff Smith
1
-26
/
+23
2017-05-25
blame: wrap blame_sort and compare_blame_final
Jeff Smith
1
-8
/
+9
2017-05-25
blame: move progress updates to a scoreboard callback
Jeff Smith
1
-10
/
+17
2017-05-24
cache_ref_iterator_begin(): avoid priming unneeded directories
Michael Haggerty
1
-10
/
+85
2017-05-24
blame: make sanity_check use a callback in scoreboard
Jeff Smith
1
-8
/
+19
2017-05-24
blame: move no_whole_file_rename flag to scoreboard
Jeff Smith
1
-1
/
+3
2017-05-24
blame: move xdl_opts flags to scoreboard
Jeff Smith
1
-3
/
+5
2017-05-24
blame: move show_root flag to scoreboard
Jeff Smith
1
-1
/
+4
2017-05-24
blame: move reverse flag to scoreboard
Jeff Smith
1
-9
/
+14
2017-05-24
blame: move contents_from to scoreboard
Jeff Smith
1
-0
/
+4
2017-05-24
blame: move copy/move thresholds to scoreboard
Jeff Smith
1
-18
/
+23
2017-05-24
blame: move stat counters to scoreboard
Jeff Smith
1
-17
/
+17
2017-05-24
blame: rename nth_line function
Jeff Smith
1
-8
/
+8
2017-05-24
blame: rename ent_score function
Jeff Smith
1
-7
/
+7
2017-05-24
blame: rename coalesce function
Jeff Smith
1
-2
/
+2
2017-05-24
blame: rename origin-related functions
Jeff Smith
1
-29
/
+29
2017-05-24
blame: rename scoreboard structure to blame_scoreboard
Jeff Smith
1
-29
/
+29
2017-05-24
blame: rename origin structure to blame_origin
Jeff Smith
1
-57
/
+57
2017-05-24
blame: remove unused parameters
Jeff Smith
1
-15
/
+10
2017-05-24
blame: move textconv_object with related functions
Jeff Smith
5
-30
/
+31
2017-05-24
blame: remove unneeded dependency on blob.h
Jeff Smith
1
-1
/
+0
2017-05-24
diff: use blob path for blob/file diffs
Jeff King
2
-2
/
+8
2017-05-24
diff: use pending "path" if it is available
Jeff King
2
-3
/
+8
2017-05-24
diff: use the word "path" instead of "name" for blobs
Jeff King
1
-7
/
+7
2017-05-24
diff: pass whole pending entry in blobinfo
Jeff King
1
-23
/
+15
2017-05-24
handle_revision_arg: record paths for pending objects
Jeff King
1
-11
/
+21
2017-05-24
handle_revision_arg: record modes for "a..b" endpoints
Jeff King
2
-5
/
+7
2017-05-24
t4063: add tests of direct blob diffs
Jeff King
1
-0
/
+91
2017-05-24
get_sha1_with_context: dynamically allocate oc->path
Jeff King
5
-8
/
+24
2017-05-24
get_sha1_with_context: always initialize oc->symlink_path
Jeff King
2
-1
/
+1
2017-05-24
sha1_name: consistently refer to object_context as "oc"
Jeff King
2
-3
/
+3
2017-05-24
handle_revision_arg: add handle_dotdot() helper
Jeff King
1
-75
/
+102
2017-05-24
handle_revision_arg: hoist ".." check out of range parsing
Jeff King
1
-14
/
+10
2017-05-24
handle_revision_arg: stop using "dotdot" as a generic pointer
Jeff King
1
-14
/
+15
2017-05-24
handle_revision_arg: simplify commit reference lookups
Jeff King
1
-6
/
+2
2017-05-24
handle_revision_arg: reset "dotdot" consistently
Jeff King
2
-0
/
+12
2017-05-24
clean: teach clean -d to preserve ignored paths
Samuel Lijin
2
-1
/
+43
2017-05-23
tag: duplicate mention of --contains should mention --no-contains
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2017-05-23
mingw: simplify PATH handling
René Scharfe
1
-68
/
+23
[prev]
[next]