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
2020-02-19
stash push: support the --pathspec-from-file option
Alexandr Miloslavskiy
3
-1
/
+139
2020-02-19
stash: eliminate crude option parsing
Alexandr Miloslavskiy
2
-38
/
+26
2020-02-19
doc: stash: synchronize <pathspec> description
Alexandr Miloslavskiy
1
-2
/
+4
2020-02-19
doc: stash: document more options
Alexandr Miloslavskiy
1
-0
/
+12
2020-02-19
doc: stash: split options from description (2)
Alexandr Miloslavskiy
1
-35
/
+57
2020-02-19
doc: stash: split options from description (1)
Alexandr Miloslavskiy
1
-33
/
+35
2020-02-19
rm: support the --pathspec-from-file option
Alexandr Miloslavskiy
3
-7
/
+117
2020-02-19
merge-recursive: fix the refresh logic in update_file_flags
Elijah Newren
2
-3
/
+6
2020-02-19
t3433: new rebase testcase documenting a stat-dirty-like failure
Elijah Newren
1
-0
/
+48
2020-02-19
bisect: libify `bisect_next_all`
Pranit Bauva
2
-12
/
+27
2020-02-19
bisect: libify `handle_bad_merge_base` and its dependents
Pranit Bauva
2
-4
/
+6
2020-02-19
bisect: libify `check_good_are_ancestors_of_bad` and its dependents
Pranit Bauva
2
-15
/
+37
2020-02-19
bisect: libify `check_merge_bases` and its dependents
Pranit Bauva
2
-5
/
+24
2020-02-19
bisect: libify `bisect_checkout`
Pranit Bauva
1
-4
/
+15
2020-02-19
bisect: libify `exit_if_skipped_commits` to `error_if_skipped*` and its depen...
Pranit Bauva
2
-7
/
+15
2020-02-19
bisect--helper: return error codes from `cmd_bisect__helper()`
Pranit Bauva
1
-1
/
+1
2020-02-19
bisect: add enum to represent bisect returning codes
Miriam Rubio
2
-2
/
+14
2020-02-19
bisect--helper: introduce new `decide_next()` function
Tanushree Tumane
1
-32
/
+34
2020-02-19
bisect: use the standard 'if (!var)' way to check for 0
Miriam Rubio
1
-2
/
+2
2020-02-19
bisect--helper: change `retval` to `res`
Tanushree Tumane
1
-26
/
+26
2020-02-19
bisect--helper: convert `vocab_*` char pointers to char arrays
Miriam Rubio
1
-2
/
+2
2020-02-18
check-ignore: fix documentation and implementation to match
Elijah Newren
3
-19
/
+35
2020-02-18
doc-diff: use single-colon rule in rendering Makefile
Jeff King
1
-1
/
+1
2020-02-18
doc/config/push: use longer "--" line for preformatted example
Jeff King
1
-2
/
+2
2020-02-18
rev-list --count: comment on the use of count_right++
Junio C Hamano
1
-0
/
+7
2020-02-18
Merge branch 'py/missing-bracket'
Pratyush Yadav
1
-1
/
+1
2020-02-17
The sixth batch for 2.26
Junio C Hamano
1
-29
/
+15
2020-02-17
Merge branch 'es/outside-repo-errmsg-hints'
Junio C Hamano
2
-2
/
+4
2020-02-17
Merge branch 'jk/doc-credential-helper'
Junio C Hamano
2
-91
/
+88
2020-02-17
Merge branch 'js/mingw-open-in-gdb'
Junio C Hamano
2
-0
/
+23
2020-02-17
Merge branch 'js/test-unc-fetch'
Junio C Hamano
1
-0
/
+12
2020-02-17
Merge branch 'js/test-avoid-pipe'
Junio C Hamano
2
-6
/
+10
2020-02-17
Merge branch 'js/test-write-junit-xml-fix'
Junio C Hamano
1
-1
/
+2
2020-02-17
Merge branch 'jk/mailinfo-cleanup'
Junio C Hamano
2
-25
/
+52
2020-02-17
Merge branch 'mr/show-config-scope'
Junio C Hamano
10
-139
/
+248
2020-02-17
Merge branch 'rs/strbuf-insertstr'
Junio C Hamano
11
-15
/
+26
2020-02-17
Merge branch 'rs/parse-options-concat-dup'
Junio C Hamano
2
-26
/
+18
2020-02-17
Merge branch 'bc/hash-independent-tests-part-8'
Junio C Hamano
46
-279
/
+1817
2020-02-17
Merge branch 'rs/name-rev-memsave'
Junio C Hamano
1
-64
/
+127
2020-02-17
git-gui: add missing close bracket
Pratyush Yadav
1
-1
/
+1
2020-02-17
Merge branch 'cs/german-translation'
Pratyush Yadav
5
-2753
/
+3807
2020-02-17
git-gui: update German translation
Christian Stimming
2
-385
/
+602
2020-02-17
git-gui: extend translation glossary template with more terms
Christian Stimming
2
-46
/
+305
2020-02-17
git-gui: update pot template and German translation to current source code
Christian Stimming
2
-2533
/
+3111
2020-02-16
Sync with 2.25.1
Junio C Hamano
1
-0
/
+55
2020-02-16
Git 2.25.1
Junio C Hamano
3
-2
/
+57
2020-02-16
rebase: rename the two primary rebase backends
Elijah Newren
18
-168
/
+166
2020-02-16
rebase: change the default backend from "am" to "merge"
Elijah Newren
4
-8
/
+22
2020-02-16
rebase: make the backend configurable via config setting
Elijah Newren
2
-7
/
+32
2020-02-16
rebase tests: repeat some tests using the merge backend instead of am
Elijah Newren
2
-4
/
+26
[prev]
[next]