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
2015-10-05
notes: document length of fanout path with a constant
Jeff King
1
-3
/
+6
2015-10-05
color: add color_set helper for copying raw colors
Jeff King
3
-16
/
+28
2015-10-05
prefer memcpy to strcpy
Jeff King
3
-5
/
+7
2015-10-05
help: clean up kfmclient munging
Jeff King
1
-11
/
+4
2015-10-05
receive-pack: simplify keep_arg computation
Jeff King
1
-7
/
+10
2015-10-05
avoid sprintf and strcpy with flex arrays
Jeff King
6
-14
/
+21
2015-10-05
use alloc_ref rather than hand-allocating "struct ref"
Jeff King
2
-6
/
+2
2015-10-05
color: add overflow checks for parsing colors
Jeff King
1
-15
/
+26
2015-10-05
drop strcpy in favor of raw sha1_to_hex
Jeff King
2
-7
/
+4
2015-10-05
use sha1_to_hex_r() instead of strcpy
Jeff King
6
-29
/
+31
2015-10-05
daemon: use cld->env_array when re-spawning
Jeff King
1
-16
/
+10
2015-10-05
stat_tracking_info: convert to argv_array
Jeff King
1
-14
/
+12
2015-10-05
http-push: use an argv_array for setup_revisions
Jeff King
1
-22
/
+10
2015-10-05
fetch-pack: use argv_array for index-pack / unpack-objects
Jeff King
1
-29
/
+27
2015-10-05
diagnose_invalid_index_path: use strbuf to avoid strcpy/strcat
Jeff King
1
-12
/
+9
2015-10-05
write_loose_object: convert to strbuf
Jeff King
1
-20
/
+22
2015-10-05
remove_leading_path: use a strbuf for internal storage
Jeff King
1
-4
/
+6
2015-10-05
enter_repo: convert fixed-size buffers to strbufs
Jeff King
1
-28
/
+29
2015-10-05
merge-recursive: convert malloc / strcpy to strbuf
Jeff King
1
-9
/
+8
2015-10-05
transport: use strbufs for status table "quickref" strings
Jeff King
2
-16
/
+19
2015-10-05
apply: convert root string to strbuf
Jeff King
1
-16
/
+10
2015-10-05
init: use strbufs to store paths
Jeff King
2
-100
/
+76
2015-10-05
probe_utf8_pathname_composition: use internal strbuf
Jeff King
4
-11
/
+13
2015-10-05
precompose_utf8: drop unused variable
Jeff King
1
-2
/
+1
2015-10-03
git-p4: add Git LFS backend for large file system
Lars Schneider
2
-0
/
+360
2015-10-03
git-p4: add support for large file systems
Lars Schneider
3
-10
/
+353
2015-10-03
git-p4: check free space during streaming
Lars Schneider
1
-0
/
+18
2015-10-03
git-p4: add file streaming progress in verbose mode
Lars Schneider
1
-2
/
+18
2015-10-03
git-p4: return an empty list if a list config has no values
Lars Schneider
1
-0
/
+2
2015-10-03
git-p4: add gitConfigInt reader
Lars Schneider
1
-0
/
+11
2015-10-03
git-p4: add optional type specifier to gitConfig reader
Lars Schneider
1
-6
/
+6
2015-10-02
merge: grammofix in please-commit-before-merge message
Alex Henrie
2
-2
/
+2
2015-10-02
worktree: add top-level worktree.c
Michael Rappazzo
6
-87
/
+97
2015-10-02
rebase-i: explicitly accept tab as separator in commands
Matthieu Moy
1
-2
/
+2
2015-10-02
status: don't say 'HEAD detached at HEAD'
Matthieu Moy
2
-1
/
+7
2015-10-02
t3203: test 'detached at' after checkout --detach
Matthieu Moy
1
-0
/
+13
2015-09-30
am: configure gpg at startup
Renee Margaret McConahy
1
-1
/
+12
2015-09-30
git-send-email.perl: Fixed sending of many/huge changes/patches
Stefan Agner
1
-1
/
+5
2015-09-30
l10n: ru.po: update Russian translation
Dimitriy Ryazantcev
1
-1583
/
+1967
2015-09-28
Git 2.6.1
Junio C Hamano
4
-3
/
+22
2015-09-28
Sync with v2.5.4
Junio C Hamano
29
-30
/
+486
2015-09-28
Git 2.5.4
Junio C Hamano
4
-3
/
+22
2015-09-28
Sync with 2.4.10
Junio C Hamano
28
-29
/
+466
2015-09-28
Git 2.4.10
Junio C Hamano
4
-3
/
+22
2015-09-28
Sync with 2.3.10
Junio C Hamano
27
-28
/
+446
2015-09-28
Git 2.3.10
Junio C Hamano
4
-3
/
+22
2015-09-28
Merge branch 'jk/xdiff-memory-limits' into maint-2.3
Junio C Hamano
11
-26
/
+57
2015-09-28
merge-file: enforce MAX_XDIFF_SIZE on incoming files
Jeff King
1
-1
/
+2
2015-09-28
xdiff: reject files larger than ~1GB
Jeff King
3
-1
/
+14
2015-09-28
react to errors in xdi_diff
Jeff King
7
-24
/
+41
[prev]
[next]