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
/
cache.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-28
Merge branch 'nd/setup'
Junio C Hamano
1
-0
/
+2
2010-12-22
Merge branch 'nd/maint-fix-add-typo-detection'
Junio C Hamano
1
-13
/
+13
2010-12-22
Remove all logic from get_git_work_tree()
Nguyễn Thái Ngọc Duy
1
-1
/
+0
2010-12-22
setup: limit get_git_work_tree()'s to explicit setup case only
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2010-12-22
Add git_config_early()
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2010-12-16
Merge branch 'nd/extended-sha1-relpath'
Junio C Hamano
1
-1
/
+1
2010-12-12
Merge branch 'jn/parse-options-extra'
Junio C Hamano
1
-0
/
+1
2010-12-12
Merge branch 'js/configurable-tab'
Junio C Hamano
1
-7
/
+10
2010-12-07
Make prefix_path() return char* without const
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2010-12-07
setup: save prefix (original cwd relative to toplevel) in startup_info
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2010-12-03
Merge branch 'pn/commit-autosquash'
Junio C Hamano
1
-0
/
+3
2010-12-03
Merge branch 'jc/abbrev-guard'
Junio C Hamano
1
-0
/
+1
2010-12-01
Make the tab width used for whitespace checks configurable
Johannes Sixt
1
-7
/
+10
2010-11-29
Merge branch 'cb/leading-path-removal'
Junio C Hamano
1
-1
/
+1
2010-11-29
unpack-trees: move all skip-worktree checks back to unpack_trees()
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2010-11-29
cache.h: realign and use (1 << x) form for CE_* constants
Nguyễn Thái Ngọc Duy
1
-13
/
+12
2010-11-29
builtins: print setup info if repo is found
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2010-11-04
commit: helper methods to reduce redundant blocks of code
Pat Notz
1
-0
/
+3
2010-10-28
core.abbrevguard: Ensure short object names stay unique a bit longer
Junio C Hamano
1
-0
/
+1
2010-10-13
do not overwrite files in leading path
Clemens Buchacher
1
-1
/
+1
2010-10-08
Documentation: No argument of ALLOC_GROW should have side-effects
Jonathan Nieder
1
-1
/
+1
2010-10-06
work around buggy S_ISxxx(m) implementations
René Scharfe
1
-3
/
+10
2010-09-08
Merge branch 'kf/askpass-config'
Junio C Hamano
1
-0
/
+1
2010-09-08
Merge branch 'jk/maint-pass-c-config-in-env'
Junio C Hamano
1
-1
/
+4
2010-09-03
Merge branch 'jn/merge-renormalize'
Junio C Hamano
1
-0
/
+1
2010-08-31
Merge branch 'jn/paginate-fix'
Junio C Hamano
1
-0
/
+6
2010-08-31
Add a new option 'core.askpass'.
Anselm Kruis
1
-0
/
+1
2010-08-24
do not pass "git -c foo=bar" params to transport helpers
Jonathan Nieder
1
-1
/
+1
2010-08-24
pass "git -c foo=bar" params through environment
Jeff King
1
-0
/
+3
2010-08-21
Merge branch 'gb/split-cmdline-errmsg'
Junio C Hamano
1
-0
/
+2
2010-08-21
Merge branch 'nd/fix-sparse-checkout'
Junio C Hamano
1
-2
/
+1
2010-08-21
Merge branch 'hv/submodule-find-ff-merge'
Junio C Hamano
1
-0
/
+3
2010-08-12
Merge branch 'jn/parse-date-basic'
Junio C Hamano
1
-0
/
+1
2010-08-12
Standardize do { ... } while (0) style
Jonathan Nieder
1
-1
/
+1
2010-08-11
split_cmdline: Allow caller to access error string
Greg Brockman
1
-0
/
+2
2010-08-11
setup: remember whether repository was found
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2010-08-11
git wrapper: introduce startup_info struct
Nguyễn Thái Ngọc Duy
1
-0
/
+5
2010-08-09
unpack-trees: let read-tree -u remove index entries outside sparse area
Nguyễn Thái Ngọc Duy
1
-2
/
+1
2010-08-06
merge-recursive --renormalize
Jonathan Nieder
1
-1
/
+0
2010-07-15
Export parse_date_basic() to convert a date string to timestamp
Jonathan Nieder
1
-0
/
+1
2010-07-07
Teach ref iteration module about submodules
Heiko Voigt
1
-0
/
+3
2010-07-02
Avoid conflicts when merging branches with mixed normalization
Eyvind Bernhardsen
1
-0
/
+2
2010-06-27
Merge branch 'cp/textconv-cat-file'
Junio C Hamano
1
-0
/
+11
2010-06-21
Merge branch 'eb/core-eol'
Junio C Hamano
1
-1
/
+21
2010-06-21
Merge branch 'gv/portable'
Junio C Hamano
1
-8
/
+8
2010-06-18
sha1_name: add get_sha1_with_context()
Clément Poulain
1
-0
/
+11
2010-06-06
Add "core.eol" config variable
Eyvind Bernhardsen
1
-0
/
+13
2010-05-31
enums: omit trailing comma for portability
Gary V. Vaughan
1
-8
/
+8
2010-05-21
Merge branch 'sp/maint-dumb-http-pack-reidx'
Junio C Hamano
1
-1
/
+2
2010-05-21
Merge branch 'ld/discovery-limit-to-fs' (early part)
Junio C Hamano
1
-0
/
+1
[next]