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
2007-09-26
Small cache_tree_write refactor.
Pierre Habouzit
3
-25
/
+15
2007-09-26
Make builtin-rerere use of strbuf nicer and more efficient.
Pierre Habouzit
1
-25
/
+18
2007-09-26
Add strbuf_cmp.
Pierre Habouzit
2
-0
/
+13
2007-09-26
strbuf_setlen(): do not barf on setting length of an empty buffer to 0
Junio C Hamano
1
-3
/
+6
2007-09-21
sq_quote_argv and add_to_string rework with strbuf's.
Pierre Habouzit
6
-137
/
+86
2007-09-20
Full rework of quote_c_style and write_name_quoted.
Pierre Habouzit
10
-368
/
+273
2007-09-20
Rework unquote_c_style to work on a strbuf.
Pierre Habouzit
7
-188
/
+191
2007-09-20
strbuf API additions and enhancements.
Pierre Habouzit
4
-20
/
+23
2007-09-20
nfv?asprintf are broken without va_copy, workaround them.
Pierre Habouzit
4
-105
/
+75
2007-09-20
Fix the expansion pattern of the pseudo-static path buffer.
Pierre Habouzit
1
-3
/
+2
2007-09-19
builtin-for-each-ref.c::copy_name() - do not overstep the buffer.
Junio C Hamano
1
-1
/
+1
2007-09-19
builtin-apply.c: fix a tiny leak introduced during xmemdupz() conversion.
Junio C Hamano
1
-0
/
+1
2007-09-18
Use xmemdupz() in many places.
Pierre Habouzit
23
-197
/
+60
2007-09-18
Merge branch 'master' into ph/strbuf
Junio C Hamano
71
-1424
/
+2677
2007-09-18
Merge branch 'maint'
Junio C Hamano
8
-17
/
+31
2007-09-18
Fixed update-hook example allow-users format.
Väinö Järvelä
1
-4
/
+4
2007-09-18
Documentation/git-svn: updated design philosophy notes
Eric Wong
1
-5
/
+6
2007-09-18
t/t4014: test "am -3" with mode-only change.
Junio C Hamano
1
-2
/
+5
2007-09-18
git-commit.sh: Shell script cleanup
David Kastrup
1
-58
/
+14
2007-09-18
preserve executable bits in zip archives
Dmitry Potapov
1
-2
/
+4
2007-09-18
Fix lapsus in builtin-apply.c
Pierre Habouzit
1
-1
/
+1
2007-09-18
git-push: documentation and tests for pushing only branches
Jeff King
3
-4
/
+14
2007-09-18
git-svnimport: Use separate arguments in the pipe for git-rev-parse
Matthias Urlichs
1
-1
/
+1
2007-09-18
contrib/fast-import: add perl version of simple example
Jeff King
1
-0
/
+64
2007-09-18
contrib/fast-import: add simple shell example
Nguyen Thai Ngoc Duy
1
-0
/
+38
2007-09-18
Add xmemdupz() that duplicates a block of memory, and NUL terminates it.
Pierre Habouzit
1
-8
/
+9
2007-09-18
rev-list --bisect: Bisection "distance" clean up.
Christian Couder
1
-11
/
+7
2007-09-18
rev-list --bisect: Move some bisection code into best_bisection.
Christian Couder
1
-17
/
+26
2007-09-18
rev-list --bisect: Move finding bisection into do_find_bisection.
Christian Couder
1
-42
/
+48
2007-09-18
fast-import optimization:
Pierre Habouzit
1
-32
/
+20
2007-09-18
fast-import was using dbuf's, replace them with strbuf's.
Pierre Habouzit
1
-109
/
+68
2007-09-18
Drop strbuf's 'eof' marker, and make read_line a first class citizen.
Pierre Habouzit
7
-41
/
+39
2007-09-18
Merge branch 'cr/reset'
Junio C Hamano
14
-44
/
+718
2007-09-18
Merge branch 'maint'
Junio C Hamano
9
-49
/
+304
2007-09-17
Document ls-files --with-tree=<tree-ish>
Junio C Hamano
1
-1
/
+8
2007-09-17
git-commit: partial commit of paths only removed from the index
Junio C Hamano
2
-3
/
+14
2007-09-17
git-commit: Allow partial commit of file removal.
Junio C Hamano
3
-1
/
+103
2007-09-17
Merge branch 'jc/grep-c' into maint
Junio C Hamano
2
-14
/
+80
2007-09-17
Merge branch 'maint' of git://repo.or.cz/git-gui into maint
Junio C Hamano
8
-45
/
+293
2007-09-17
send-email: make message-id generation a bit more robust
Junio C Hamano
1
-4
/
+11
2007-09-17
Merge branch 'maint'
Junio C Hamano
10
-1009
/
+613
2007-09-17
git-apply: fix whitespace stripping
J. Bruce Fields
1
-3
/
+10
2007-09-16
git-gui: Disable native platform text selection in "lists"
Shawn O. Pearce
3
-9
/
+18
2007-09-16
apply --index-info: fall back to current index for mode changes
Johannes Schindelin
2
-2
/
+39
2007-09-16
Remove preemptive allocations.
Pierre Habouzit
1
-30
/
+5
2007-09-16
Refactor replace_encoding_header.
Pierre Habouzit
1
-36
/
+23
2007-09-16
builtin-apply: use strbuf's instead of buffer_desc's.
Pierre Habouzit
1
-140
/
+72
2007-09-16
Now that cache.h needs strbuf.h, remove useless includes.
Pierre Habouzit
20
-20
/
+0
2007-09-16
Rewrite convert_to_{git,working_tree} to use strbuf's.
Pierre Habouzit
7
-317
/
+240
2007-09-16
New strbuf APIs: splice and attach.
Pierre Habouzit
2
-15
/
+57
[next]