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
2008-03-09
Add 'const' where appropriate to index handling functions
Linus Torvalds
4
-16
/
+16
2008-03-09
Fix tree-walking compare_entry() in the presense of --prefix
Linus Torvalds
1
-0
/
+3
2008-03-09
Move 'unpack_trees()' over to 'traverse_trees()' interface
Linus Torvalds
1
-281
/
+249
2008-03-09
Make 'traverse_trees()' traverse conflicting DF entries in parallel
Linus Torvalds
3
-4
/
+9
2008-03-09
Add return value to 'traverse_tree()' callback
Linus Torvalds
3
-13
/
+22
2008-03-09
Make 'traverse_tree()' use linked structure rather than 'const char *base'
Linus Torvalds
3
-28
/
+78
2008-03-09
Add 'df_name_compare()' helper function
Linus Torvalds
2
-0
/
+36
2008-03-08
builtin remote rm: remove symbolic refs, too
Johannes Schindelin
2
-0
/
+6
2008-03-08
Add a test for read-tree -u --reset with a D/F conflict
Jeff King
1
-0
/
+30
2008-03-08
Merge branch 'ph/parseopt'
Junio C Hamano
6
-23
/
+68
2008-03-08
Merge branch 'dp/clean-fix'
Junio C Hamano
11
-94
/
+123
2008-03-08
Merge branch 'ml/submodule-add-existing'
Junio C Hamano
2
-22
/
+33
2008-03-08
Merge branch 'mr/compat-snprintf'
Junio C Hamano
5
-0
/
+92
2008-03-08
Merge branch 'sp/fetch-optim'
Junio C Hamano
11
-24
/
+338
2008-03-08
Merge branch 'jc/describe-always'
Junio C Hamano
2
-32
/
+44
2008-03-08
Merge branch 'jc/am'
Junio C Hamano
5
-16
/
+118
2008-03-08
Merge branch 'cr/reset-parseopt'
Junio C Hamano
1
-27
/
+20
2008-03-08
Merge branch 'jn/gitweb-pickaxe'
Junio C Hamano
1
-42
/
+43
2008-03-08
Merge branch 'kb/maint-filter-branch-disappear'
Junio C Hamano
2
-1
/
+34
2008-03-08
Merge branch 'maint' to sync with 1.5.4.4
Junio C Hamano
7
-14
/
+39
2008-03-08
GIT 1.5.4.4
Junio C Hamano
2
-7
/
+27
2008-03-08
ident.c: reword error message when the user name cannot be determined
Santi Béjar
1
-1
/
+1
2008-03-08
Fix dcommit, rebase when rewriteRoot is in use
John Goerzen
1
-1
/
+6
2008-03-08
filter-branch: handle "disappearing tree" case correctly in subdir filter
Junio C Hamano
2
-1
/
+34
2008-03-08
merge-tool documentation: describe custom command usage
Charles Bailey
1
-0
/
+22
2008-03-08
git-mergetool documentaiton: show toolnames in typewriter font
Charles Bailey
1
-8
/
+8
2008-03-08
Really make the LF after reset in fast-import optional
Adeodato Simó
2
-1
/
+4
2008-03-08
Merge branch 'aw/maint-shortlog-blank-lines'
Junio C Hamano
1
-2
/
+3
2008-03-08
Merge branch 'mh/maint-http-proxy-fix' into maint
Junio C Hamano
7
-12
/
+22
2008-03-08
Merge branch 'js/maint-daemon' into maint
Junio C Hamano
1
-5
/
+13
2008-03-08
Merge branch 'js/maint-cvsexport' into maint
Junio C Hamano
2
-8
/
+67
2008-03-08
Merge branch 'jc/maint-log-merge-left-right' into maint
Junio C Hamano
1
-8
/
+4
2008-03-08
Merge branch 'ew/maint-svn-cert-fileprovider' into maint
Junio C Hamano
1
-0
/
+1
2008-03-07
Merge branch 'maint'
Junio C Hamano
4
-12
/
+27
2008-03-07
send-email: --no-signed-off-cc should suppress 'sob' cc
Junio C Hamano
1
-1
/
+2
2008-03-07
Merge branch 'js/reflog-delete'
Junio C Hamano
8
-7
/
+245
2008-03-07
Merge branch 'dc/format-pretty'
Junio C Hamano
8
-9
/
+21
2008-03-07
Merge branch 'cb/mergetool'
Junio C Hamano
3
-76
/
+162
2008-03-07
git-clean: add tests for relative path
Junio C Hamano
1
-0
/
+52
2008-03-07
git-clean: correct printing relative path
Dmitry Potapov
1
-18
/
+14
2008-03-07
Make private quote_path() in wt-status.c available as quote_path_relative()
Dmitry Potapov
3
-45
/
+48
2008-03-07
git-gui: Add option for changing the width of the commit message text box
Adam Piątyszek
2
-1
/
+3
2008-03-07
unquote_c_style: fix off-by-one.
Pierre Habouzit
1
-1
/
+1
2008-03-07
test-lib: fix TERM to dumb for test repeatability
Junio C Hamano
1
-7
/
+17
2008-03-07
config.txt: refer to --upload-pack and --receive-pack instead of --exec
Uwe Kleine-König
1
-4
/
+4
2008-03-07
Merge branch 'ar/sgid-bsd'
Junio C Hamano
3
-1
/
+11
2008-03-07
Merge branch 'cc/run-command'
Junio C Hamano
2
-10
/
+11
2008-03-07
Revert part of d089eba (setup: sanitize absolute and funny paths in get_paths...
Junio C Hamano
1
-10
/
+1
2008-03-07
Revert part of 1abf095 (git-add: adjust to the get_pathspec() changes)
Junio C Hamano
1
-12
/
+0
2008-03-07
Revert part of 744dacd (builtin-mv: minimum fix to avoid losing files)
Junio C Hamano
1
-5
/
+1
[prev]
[next]