index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-18
Merge branch 'pw/p4-submit-conflicts'
Junio C Hamano
5
-51
/
+502
2012-09-18
Merge branch 'mv/cherry-pick-s'
Junio C Hamano
3
-8
/
+51
2012-09-18
t/test-lib: make sure Git has already been built
Ramkumar Ramachandra
2
-10
/
+9
2012-09-18
rebase -i: fix misleading error message after 'exec no-such' instruction
Johannes Sixt
1
-0
/
+11
2012-09-17
MALLOC_CHECK: various clean-ups
Junio C Hamano
2
-6
/
+21
2012-09-17
rebase -i: Add tests for "--edit-todo"
Andrew Wong
1
-0
/
+18
2012-09-17
Merge branch 'maint'
Junio C Hamano
1
-2
/
+3
2012-09-17
Merge branch 'mh/fetch-filter-refs'
Junio C Hamano
1
-1
/
+46
2012-09-17
Merge branch 'mh/string-list'
Junio C Hamano
1
-0
/
+121
2012-09-17
Merge branch 'jc/maint-blame-no-such-path'
Junio C Hamano
1
-1
/
+1
2012-09-17
mailinfo: do not concatenate charset= attribute values from mime headers
Junio C Hamano
5
-1
/
+30
2012-09-17
t/perf: add "trash directory" to .gitignore
Ramkumar Ramachandra
1
-2
/
+3
2012-09-16
Add userdiff patterns for Ada
Adrian Johnson
5
-1
/
+55
2012-09-16
git-p4: add submit --conflict option and config varaiable
Pete Wyckoff
1
-0
/
+63
2012-09-16
git p4: add submit --prepare-p4-only option
Pete Wyckoff
1
-0
/
+24
2012-09-16
git p4: add submit --dry-run option
Pete Wyckoff
1
-0
/
+41
2012-09-16
git p4: revert deleted files after submit cancel
Pete Wyckoff
1
-0
/
+119
2012-09-16
git p4: test clean-up after failed submit, fix added files
Pete Wyckoff
1
-0
/
+132
2012-09-16
git p4: standardize submit cancel due to unchanged template
Pete Wyckoff
1
-1
/
+1
2012-09-16
git p4: move conflict prompt into run, add [q]uit input
Pete Wyckoff
1
-4
/
+27
2012-09-16
git p4: gracefully fail if some commits could not be applied
Pete Wyckoff
2
-47
/
+95
2012-09-16
git p4 test: remove bash-ism of combined export/assignment
Pete Wyckoff
1
-3
/
+4
2012-09-15
t7810-grep: test --all-match with multiple --grep and --author options
Michael J Gruber
1
-0
/
+20
2012-09-15
t7810-grep: test interaction of multiple --grep and --author options
Michael J Gruber
1
-16
/
+22
2012-09-15
t7810-grep: test multiple --author with --all-match
Michael J Gruber
1
-0
/
+8
2012-09-15
t7810-grep: test multiple --grep with and without --all-match
Michael J Gruber
1
-0
/
+16
2012-09-15
t7810-grep: bring log --grep tests in common form
Michael J Gruber
1
-6
/
+18
2012-09-14
Merge branch 'jc/ll-merge-binary-ours'
Junio C Hamano
1
-1
/
+13
2012-09-14
Merge branch 'mz/cherry-pick-cmdline-order' into maint
Junio C Hamano
2
-0
/
+25
2012-09-14
Sync with 1.7.11.7
Junio C Hamano
2
-0
/
+17
2012-09-14
Merge branch 'jk/maint-quiet-is-synonym-to-s-in-log' into maint-1.7.11
Junio C Hamano
1
-0
/
+12
2012-09-14
Merge branch 'rj/test-regex' into maint-1.7.11
Junio C Hamano
1
-0
/
+5
2012-09-14
Add MALLOC_CHECK_ and MALLOC_PERTURB_ libc env to the test suite for detectin...
Elia Pinto
1
-0
/
+9
2012-09-14
Merge branch 'mh/abspath'
Junio C Hamano
2
-18
/
+59
2012-09-14
Merge branch 'dj/fetch-all-tags'
Junio C Hamano
1
-0
/
+30
2012-09-14
Merge branch 'rj/tap-fix'
Junio C Hamano
4
-63
/
+81
2012-09-14
cherry-pick: don't forget -s on failure
Miklos Vajna
3
-8
/
+51
2012-09-12
Merge branch 'nd/maint-remote-remove'
Junio C Hamano
2
-3
/
+3
2012-09-12
Merge branch 'maint-1.7.11' into maint
Junio C Hamano
10
-96
/
+191
2012-09-12
Merge branch 'jc/apply-binary-p0' into maint-1.7.11
Junio C Hamano
1
-21
/
+33
2012-09-12
Merge branch 'jc/dotdot-is-parent-directory' into maint-1.7.11
Junio C Hamano
2
-0
/
+21
2012-09-12
Merge branch 'jk/maint-http-half-auth-push' into maint-1.7.11
Junio C Hamano
6
-75
/
+127
2012-09-12
Merge branch 'kk/maint-for-each-ref-multi-sort' into maint-1.7.11
Junio C Hamano
1
-0
/
+10
2012-09-12
fetch-pack: eliminate spurious error messages
Michael Haggerty
1
-2
/
+2
2012-09-12
fetch-pack: report missing refs even if no existing refs were received
Michael Haggerty
1
-1
/
+1
2012-09-12
fetch_pack(): update sought->nr to reflect number of unique entries
Michael Haggerty
1
-1
/
+1
2012-09-12
t5500: add tests of fetch-pack --all --depth=N $URL $REF
Michael Haggerty
1
-0
/
+15
2012-09-12
t5500: add tests of error output for missing refs
Michael Haggerty
1
-0
/
+30
2012-09-12
string_list: add a function string_list_longest_prefix()
Michael Haggerty
1
-0
/
+30
2012-09-12
string_list: add a new function, string_list_remove_duplicates()
Michael Haggerty
1
-0
/
+17
[prev]
[next]