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-10
Replace all read_fd use with strbuf_read, and get rid of it.
Pierre Habouzit
5
-120
/
+56
2007-09-10
Use strbufs to in read_message (imap-send.c), custom buffer--.
Pierre Habouzit
1
-20
/
+11
2007-09-10
Use strbuf_read in builtin-fetch-tool.c.
Pierre Habouzit
1
-17
/
+6
2007-09-10
Rework pretty_print_commit to use strbufs instead of custom buffers.
Pierre Habouzit
8
-299
/
+191
2007-09-10
Change semantics of interpolate to work like snprintf.
Pierre Habouzit
2
-16
/
+13
2007-09-10
Strbuf API extensions and fixes.
Pierre Habouzit
14
-34
/
+58
2007-09-10
Merge branch 'master' into ph/strbuf
Junio C Hamano
25
-54
/
+272
2007-09-10
Merge branch 'rs/archive'
Junio C Hamano
13
-23
/
+197
2007-09-10
archive - leakfix for format_subst()
Junio C Hamano
1
-0
/
+1
2007-09-10
Merge branch 'sp/maint-no-thin'
Junio C Hamano
4
-11
/
+24
2007-09-10
Make --no-thin the default in git-push to save server resources
Shawn O. Pearce
1
-1
/
+1
2007-09-09
fix doc for --compression argument to pack-objects
Nicolas Pitre
1
-6
/
+2
2007-09-09
git-tag -s must fail if gpg cannot sign the tag.
Carlos Rica
2
-4
/
+21
2007-09-09
Merge branch 'maint'
Junio C Hamano
6
-16
/
+40
2007-09-09
git-svn: understand grafts when doing dcommit
Eric Wong
1
-8
/
+3
2007-09-09
git-diff: don't squelch the new SHA1 in submodule diffs
Sven Verdoolaege
2
-4
/
+21
2007-09-09
Define NO_MEMMEM on Darwin as it lacks the function
Shawn O. Pearce
1
-0
/
+1
2007-09-07
git-svn: fix "Malformed network data" with svn:// servers
Eric Wong
1
-1
/
+13
2007-09-07
(cvs|svn)import: Ask git-tag to overwrite old tags.
Michael Smith
2
-2
/
+2
2007-09-07
git-rebase: fix -C option
J. Bruce Fields
1
-1
/
+0
2007-09-07
git-rebase: support --whitespace=<option>
J. Bruce Fields
2
-3
/
+11
2007-09-07
Documentation / grammer nit
Mike Ralphson
1
-1
/
+1
2007-09-06
Use strbuf API in cache-tree.c
Pierre Habouzit
1
-37
/
+22
2007-09-06
Use strbuf API in buitin-rerere.c
Pierre Habouzit
1
-38
/
+18
2007-09-06
Use strbuf API in apply, blame, commit-tree and diff
Pierre Habouzit
4
-108
/
+44
2007-09-06
mktree: Simplify write_tree() using strbuf API
Pierre Habouzit
1
-15
/
+8
2007-09-06
fast-import: Use strbuf API, and simplify cmd_data()
Pierre Habouzit
1
-17
/
+13
2007-09-06
Simplify strbuf uses in archive-tar.c using strbuf API
Pierre Habouzit
1
-49
/
+16
2007-09-06
Rework strbuf API and semantics.
Pierre Habouzit
5
-28
/
+180
2007-09-06
archive: rename attribute specfile to export-subst
René Scharfe
3
-19
/
+19
2007-09-06
archive: specfile syntax change: "$Format:%PLCHLDR$" instead of just "%PLCHLD...
René Scharfe
3
-8
/
+53
2007-09-06
add memmem()
René Scharfe
3
-0
/
+46
2007-09-06
Merge branch 'master' of git://repo.or.cz/git/git-p4
Junio C Hamano
1
-130
/
+212
2007-09-05
Merge branch 'maint'
Junio C Hamano
6
-4
/
+73
2007-09-05
Include a git-push example for creating a remote branch
Shawn O. Pearce
1
-0
/
+6
2007-09-05
Cleanup unnecessary file modifications in t1400-update-ref
Shawn O. Pearce
1
-2
/
+0
2007-09-05
Makefile: Add cache-tree.h to the headers list
Dmitry V. Levin
1
-1
/
+1
2007-09-05
Don't allow contrib/workdir/git-new-workdir to trash existing dirs
Shawn O. Pearce
1
-0
/
+6
2007-09-05
git-apply: do not read past the end of buffer
Junio C Hamano
2
-1
/
+60
2007-09-05
Merge branch 'ds/sendmail'
Junio C Hamano
2
-27
/
+109
2007-09-05
Function for updating refs.
Carlos Rica
5
-29
/
+46
2007-09-03
Remove unused function convert_sha1_file()
René Scharfe
2
-16
/
+0
2007-09-03
archive: specfile support (--pretty=format: in archive files)
René Scharfe
6
-3
/
+98
2007-09-03
Export format_commit_message()
Ren,bi(B Scharfe
2
-4
/
+6
2007-09-03
git-p4: Added support for automatically importing newly appearing perforce br...
Simon Hausmann
1
-2
/
+74
2007-09-03
git-p4: Cleanup; moved the (duplicated) code for turning a branch into a git ...
Simon Hausmann
1
-17
/
+11
2007-09-03
git-p4: Cleanup; moved the code for the initial #head or revision import into...
Simon Hausmann
1
-42
/
+45
2007-09-03
git-p4: Cleanup; Turn self.revision into a function local variable (it's not ...
Simon Hausmann
1
-9
/
+9
2007-09-03
git-p4: Cleanup; moved the code to import a list of p4 changes using fast-imp...
Simon Hausmann
1
-69
/
+71
2007-09-03
git-p4: Cleanup; moved the code for getting a sorted list of p4 changes for a...
Simon Hausmann
1
-9
/
+14
[next]