index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-13
sha1-file: use an object_directory for the main object dir
Jeff King
2
-19
/
+4
2018-11-13
rename "alternate_object_database" to "object_directory"
Jeff King
3
-13
/
+13
2018-11-13
submodule--helper: prefer strip_suffix() to ends_with()
Jeff King
1
-3
/
+4
2018-11-13
fsck: do not reuse child_process structs
Jeff King
1
-0
/
+6
2018-11-13
built-in rebase --skip/--abort: clean up stale .git/<name> files
Johannes Schindelin
1
-0
/
+3
2018-11-13
builtin/notes: remove unnecessary free
Carlo Marcelo Arenas Belón
1
-3
/
+1
2018-11-12
Upcast size_t variables to uintmax_t when printing
Torsten Bögershausen
5
-14
/
+15
2018-11-12
rebase-interactive.c: remove the_repository references
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-12
rerere.c: remove the_repository references
Nguyễn Thái Ngọc Duy
4
-8
/
+10
2018-11-12
pack-*.c: remove the_repository references
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-12
pack-check.c: remove the_repository references
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2018-11-12
diff-lib.c: remove the_repository references
Nguyễn Thái Ngọc Duy
2
-2
/
+3
2018-11-12
delta-islands.c: remove the_repository references
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-11-12
cache-tree.c: remove the_repository references
Nguyễn Thái Ngọc Duy
3
-3
/
+5
2018-11-12
bundle.c: remove the_repository references
Nguyễn Thái Ngọc Duy
1
-3
/
+4
2018-11-12
branch.c: remove the_repository reference
Nguyễn Thái Ngọc Duy
5
-7
/
+10
2018-11-12
bisect.c: remove the_repository reference
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-12
sequencer.c: remove implicit dependency on the_repository
Nguyễn Thái Ngọc Duy
2
-6
/
+7
2018-11-12
sequencer.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
4
-6
/
+7
2018-11-12
transport.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2018-11-12
notes-merge.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-12
wt-status.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
3
-5
/
+7
2018-11-12
fsck: mark strings for translation
Nguyễn Thái Ngọc Duy
1
-49
/
+57
2018-11-12
fsck: reduce word legos to help i18n
Nguyễn Thái Ngọc Duy
1
-25
/
+40
2018-11-12
parse-options: replace opterror() with optname()
Nguyễn Thái Ngọc Duy
2
-2
/
+3
2018-11-12
repack: mark more strings for translation
Nguyễn Thái Ngọc Duy
1
-13
/
+13
2018-11-12
reflog: mark strings for translation
Nguyễn Thái Ngọc Duy
1
-15
/
+19
2018-11-12
alias.c: mark split_cmdline_strerror() strings for translation
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-08
built-in rebase --autostash: leave the current branch alone if possible
Johannes Schindelin
1
-1
/
+2
2018-11-07
pack-objects: ignore ambiguous object warnings
Derrick Stolee
1
-0
/
+6
2018-11-07
pull: handle --verify-signatures for unborn branch
Jeff King
1
-0
/
+11
2018-11-07
merge: handle --verify-signatures for unborn branch
Jeff King
1
-0
/
+4
2018-11-07
merge: extract verify_merge_signature() helper
Jeff King
1
-25
/
+1
2018-11-06
Merge branch 'md/exclude-promisor-objects-fix'
Junio C Hamano
3
-0
/
+3
2018-11-06
Merge branch 'nd/submodule-unused-vars'
Junio C Hamano
1
-1
/
+1
2018-11-06
Merge branch 'sb/submodule-url-to-absolute'
Junio C Hamano
1
-17
/
+34
2018-11-06
Merge branch 'js/shallow-and-fetch-prune'
Junio C Hamano
2
-1
/
+7
2018-11-06
Merge branch 'js/remote-archive-dwimfix'
Junio C Hamano
2
-0
/
+4
2018-11-06
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
21
-3
/
+92
2018-11-06
cat-file: report an error on multiple --batch options
Jeff King
1
-1
/
+1
2018-11-06
tag: mark "--message" option with NONEG
Jeff King
1
-2
/
+2
2018-11-06
show-branch: mark --reflog option as NONEG
Jeff King
1
-1
/
+1
2018-11-06
format-patch: mark "--no-numbered" option with NONEG
Jeff King
1
-1
/
+1
2018-11-06
status: mark --find-renames option with NONEG
Jeff King
1
-1
/
+1
2018-11-06
cat-file: mark batch options with NONEG
Jeff King
1
-2
/
+4
2018-11-06
pack-objects: mark index-version option as NONEG
Jeff King
1
-1
/
+1
2018-11-06
ls-files: mark exclude options as NONEG
Jeff King
1
-3
/
+4
2018-11-06
am: handle --no-patch-format option
Jeff King
1
-1
/
+3
2018-11-06
refresh_index: remove unnecessary calls to preload_index()
Ben Peart
3
-3
/
+3
2018-11-05
pack-objects: remove #ifdef NO_PTHREADS
Nguyễn Thái Ngọc Duy
1
-24
/
+2
[prev]
[next]