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
2010-12-01
Merge branch 'maint'
Junio C Hamano
4
-5
/
+10
2010-12-01
Merge branch 'maint-1.7.2' into maint
Junio C Hamano
4
-5
/
+10
2010-12-01
Merge branch 'maint-1.7.1' into maint-1.7.2
Junio C Hamano
2
-2
/
+7
2010-12-01
Merge branch 'maint-1.7.0' into maint-1.7.1
Junio C Hamano
2
-2
/
+7
2010-12-01
Make the tab width used for whitespace checks configurable
Johannes Sixt
7
-21
/
+163
2010-12-01
Merge branch 'js/maint-apply-tab-in-indent-fix' into HEAD
Junio C Hamano
2
-1
/
+30
2010-12-01
apply --whitespace=fix: fix tab-in-indent
Johannes Sixt
2
-1
/
+30
2010-12-01
add: introduce add.ignoreerrors synonym for add.ignore-errors
Jonathan Nieder
2
-2
/
+7
2010-12-01
fast-import: Allow cat-blob requests at arbitrary points in stream
Jonathan Nieder
3
-12
/
+86
2010-12-01
fast-import: let importers retrieve blobs
David Barr
3
-2
/
+329
2010-12-01
fast-import: clarify documentation of "feature" command
Jonathan Nieder
1
-20
/
+17
2010-12-01
fast-import: stricter parsing of integer options
Jonathan Nieder
2
-2
/
+19
2010-12-01
commit.c: Remove backward goto in read_craft_line()
Ralf Thielow
1
-6
/
+7
2010-12-01
bash: Match lightweight tags in prompt
knittl
1
-1
/
+1
2010-12-01
git-commit.txt: (synopsis): move -i and -o before "--"
Jari Aalto
1
-2
/
+2
2010-11-29
Merge branch 'cb/leading-path-removal'
Junio C Hamano
6
-135
/
+215
2010-11-29
Merge branch 'en/merge-recursive'
Junio C Hamano
7
-240
/
+1172
2010-11-29
Merge branch 'jl/clone-recurse-sm-synonym'
Junio C Hamano
2
-1
/
+5
2010-11-29
Merge branch 'jn/cherry-pick-refresh-index'
Junio C Hamano
2
-2
/
+26
2010-11-29
Merge branch 'jc/emfile'
Junio C Hamano
1
-18
/
+30
2010-11-29
Merge branch 'md/interix'
Junio C Hamano
4
-0
/
+58
2010-11-29
Merge branch 'jl/add-p-reverse-message'
Junio C Hamano
1
-2
/
+11
2010-11-29
Merge branch 'np/pack-broken-boundary'
Junio C Hamano
1
-1
/
+15
2010-11-29
Merge branch 'np/diff-in-corrupt-repository'
Junio C Hamano
1
-2
/
+6
2010-11-29
Merge branch 'fc/apply-p2-get-header-name'
Junio C Hamano
2
-14
/
+40
2010-11-29
Merge branch 'jn/fast-import-fix'
Junio C Hamano
2
-12
/
+145
2010-11-29
Merge branch 'rr/needs-clean-work-tree'
Junio C Hamano
4
-28
/
+34
2010-11-29
Merge branch 'kb/blame-author-email'
Junio C Hamano
4
-13
/
+38
2010-11-29
Merge branch 'cm/diff-check-at-eol'
Junio C Hamano
2
-1
/
+10
2010-11-29
Merge branch 'ak/apply-non-git-epoch'
Junio C Hamano
5
-6
/
+57
2010-11-29
Merge branch 'tc/smart-http-post-redirect'
Junio C Hamano
3
-0
/
+20
2010-11-29
gitweb: document $per_request_config better
Jonathan Nieder
1
-2
/
+7
2010-11-29
gitweb: selectable configurations that change with each request
Jakub Narebski
2
-2
/
+29
2010-11-29
diff: add --detect-copies-harder as a synonym for --find-copies-harder
Kevin Ballard
2
-1
/
+2
2010-11-29
status: show branchname with a configurable color
Aleksi Aalto
5
-8
/
+17
2010-11-29
Use reflog in 'pull --rebase . foo'
Martin von Zweigbergk
2
-2
/
+15
2010-11-29
rebase: only show stat if configured to true
Martin von Zweigbergk
1
-1
/
+2
2010-11-29
entry.c: remove "checkout-index" from error messages
Nguyễn Thái Ngọc Duy
1
-8
/
+8
2010-11-26
http-fetch: rework url handling
Tay Ray Chuan
1
-11
/
+5
2010-11-26
http-push: add trailing slash at arg-parse time, instead of later on
Tay Ray Chuan
1
-13
/
+2
2010-11-26
http-push: check path length before using it
Tay Ray Chuan
1
-2
/
+10
2010-11-26
http-push: Normalise directory names when pushing to some WebDAV servers
Tay Ray Chuan
1
-0
/
+4
2010-11-26
http-backend: use end_url_with_slash()
Tay Ray Chuan
1
-3
/
+1
2010-11-26
url: add str wrapper for end_url_with_slash()
Tay Ray Chuan
2
-0
/
+8
2010-11-26
shift end_url_with_slash() from http.[ch] to url.[ch]
Tay Ray Chuan
5
-9
/
+12
2010-11-26
t5550-http-fetch: add test for http-fetch
Tay Ray Chuan
1
-1
/
+13
2010-11-26
t5550-http-fetch: add missing '&&'
Tay Ray Chuan
1
-1
/
+1
2010-11-26
Merge branch 'en/and-cascade-tests'
Junio C Hamano
1
-1
/
+1
2010-11-26
t7300: add a missing SYMLINKS prerequisite
Johannes Sixt
1
-1
/
+1
2010-11-24
Merge branch 'cb/maint-orphan-merge-noclobber'
Junio C Hamano
2
-1
/
+35
[prev]
[next]