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
2006-09-10
Use xstrdup instead of strdup in builtin-{tar,zip}-tree.c
Rene Scharfe
2
-2
/
+2
2006-09-09
archive: allow remote to have more formats than we understand.
Junio C Hamano
2
-33
/
+47
2006-09-09
git-archive: make compression level of ZIP archives configurable
Rene Scharfe
3
-2
/
+23
2006-09-09
Add git-upload-archive
Franck Bui-Huu
7
-0
/
+120
2006-09-09
git-archive: wire up ZIP format.
Franck Bui-Huu
3
-0
/
+30
2006-09-09
git-archive: wire up TAR format.
Franck Bui-Huu
3
-1
/
+72
2006-09-09
Add git-archive
Franck Bui-Huu
8
-1
/
+375
2006-09-07
autoconf: Add config.cache to .gitignore
Jakub Narebski
1
-0
/
+1
2006-09-07
autoconf: Add support for setting NO_ICONV and ICONVDIR
Jakub Narebski
2
-1
/
+13
2006-09-07
autoconf: Set NO_ICONV if iconv is found neither in libc, nor in libiconv
Jakub Narebski
1
-2
/
+5
2006-09-07
Merge branch 'jc/daemon'
Junio C Hamano
2
-12
/
+38
2006-09-07
Revert "daemon: add upload-tar service."
Junio C Hamano
2
-13
/
+1
2006-09-07
Merge branch 'pm/diff'
Junio C Hamano
1
-0
/
+25
2006-09-06
git-repack: create new packs inside $GIT_DIR, not cwd
Martin Langhoff
1
-4
/
+7
2006-09-05
Teach rev-list an option to read revs from the standard input.
Junio C Hamano
2
-0
/
+31
2006-09-05
revision.c: allow injecting revision parameters after setup_revisions().
Junio C Hamano
2
-74
/
+87
2006-09-05
Fix memory leak in prepend_to_path (git.c).
Christian Couder
1
-0
/
+2
2006-09-05
send-pack: remove remote reference limit
Andy Whitcroft
1
-1
/
+1
2006-09-05
autoconf: Fix copy'n'paste error
Jakub Narebski
1
-1
/
+1
2006-09-05
diff-index --cc shows a 3-way diff between HEAD, index and working tree.
Paul Mackerras
1
-0
/
+25
2006-09-04
Merge branch 'jc/pack'
Junio C Hamano
4
-16
/
+100
2006-09-04
autoconf: Quote AC_CACHE_CHECK arguments
Jakub Narebski
1
-4
/
+4
2006-09-04
autoconf: Check for subprocess.py
Jakub Narebski
1
-0
/
+10
2006-09-04
autoconf: Add -liconv to LIBS when NEEDS_LIBICONV
Jakub Narebski
1
-0
/
+1
2006-09-04
gitweb: Divide page path into directories -- path's "breadcrumbs"
Jakub Narebski
1
-8
/
+21
2006-09-04
gitweb: Correct typo: '==' instead of 'eq' in git_difftree_body
Jakub Narebski
1
-4
/
+4
2006-09-04
gitweb: Add GIT favicon, assuming image/png type
Jakub Narebski
3
-0
/
+7
2006-09-04
Fix git-fsck-objects SIGSEGV/divide-by-zero
Linus Torvalds
1
-4
/
+5
2006-09-03
more lightweight revalidation while reusing deflated stream in packing
Junio C Hamano
4
-41
/
+65
2006-09-03
gitweb: Change the name of diff to parent link in "commit" view to "diff
Jakub Narebski
1
-1
/
+1
2006-09-03
pack-objects: fix thinko in revalidate code
Junio C Hamano
1
-6
/
+7
2006-09-03
Update GIT_TRACE documentation.
Christian Couder
1
-1
/
+10
2006-09-02
Merge branch 'master' into cc/trace
Junio C Hamano
45
-312
/
+972
2006-09-02
pack-objects: re-validate data we copy from elsewhere.
Junio C Hamano
1
-4
/
+63
2006-09-02
Trace into a file or an open fd and refactor tracing code.
Christian Couder
10
-64
/
+229
2006-09-02
Replace uses of strdup with xstrdup.
Shawn Pearce
34
-76
/
+84
2006-09-01
consolidate two copies of new style object header parsing code.
Junio C Hamano
1
-40
/
+45
2006-09-01
Documentation: Fix howto/revert-branch-rebase.html generation
Sergey Vlasov
1
-1
/
+1
2006-09-01
fmt-merge-msg: fix off-by-one bug
Johannes Schindelin
1
-1
/
+1
2006-09-01
git-rev-list(1): group options; reformat; document more options
Jonas Fonseca
1
-66
/
+188
2006-09-01
Merge git://git.kernel.org/pub/scm/gitk/gitk
Junio C Hamano
1
-95
/
+587
2006-09-01
Constness tightening for move/link_temp_to_file()
Junio C Hamano
2
-3
/
+3
2006-08-31
gitweb: Fix git_blame
Aneesh Kumar K.V
1
-4
/
+6
2006-08-31
Include config.mak.autogen in the doc Makefile
Jonas Fonseca
1
-0
/
+2
2006-08-31
Use xmalloc instead of malloc
Jonas Fonseca
9
-16
/
+16
2006-08-31
git(7): move gitk(1) to the list of porcelain commands
Jonas Fonseca
1
-7
/
+3
2006-08-31
Trace into open fd and refactor tracing code.
Christian Couder
10
-64
/
+196
2006-08-31
t5710: fix two thinkos.
Junio C Hamano
1
-0
/
+2
2006-08-31
Merge early part of branch 'jc/daemon'
Junio C Hamano
1
-7
/
+106
2006-08-31
gitweb: Extend parse_difftree_raw_line to save commit info
Jakub Narebski
1
-3
/
+3
[next]