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
2014-12-01
checkout: support checking out into a new working directory
Nguyễn Thái Ngọc Duy
6
-4
/
+212
2014-12-01
use new wrapper write_file() for simple file writing
Nguyễn Thái Ngọc Duy
5
-31
/
+8
2014-12-01
wrapper.c: wrapper to open a file, fprintf then close
Nguyễn Thái Ngọc Duy
2
-0
/
+33
2014-12-01
setup.c: support multi-checkout repo setup
Nguyễn Thái Ngọc Duy
9
-14
/
+115
2014-12-01
setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2014-12-01
setup.c: convert check_repository_format_gently to use strbuf
Nguyễn Thái Ngọc Duy
1
-4
/
+8
2014-12-01
setup.c: detect $GIT_COMMON_DIR in is_git_directory()
Nguyễn Thái Ngọc Duy
2
-6
/
+44
2014-12-01
setup.c: convert is_git_directory() to use strbuf
Nguyễn Thái Ngọc Duy
1
-16
/
+21
2014-12-01
git-stash: avoid hardcoding $GIT_DIR/logs/....
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2014-12-01
*.sh: avoid hardcoding $GIT_DIR/hooks/...
Nguyễn Thái Ngọc Duy
6
-24
/
+22
2014-12-01
git-sh-setup.sh: use rev-parse --git-path to get $GIT_DIR/objects
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2014-12-01
$GIT_COMMON_DIR: a new environment variable
Nguyễn Thái Ngọc Duy
6
-19
/
+117
2014-12-01
commit: use SEQ_DIR instead of hardcoding "sequencer"
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2014-12-01
fast-import: use git_path() for accessing .git dir instead of get_git_dir()
Nguyễn Thái Ngọc Duy
1
-4
/
+1
2014-12-01
reflog: avoid constructing .lock path with git_path
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2014-12-01
*.sh: respect $GIT_INDEX_FILE
Nguyễn Thái Ngọc Duy
2
-2
/
+2
2014-12-01
git_path(): be aware of file relocation in $GIT_DIR
Nguyễn Thái Ngọc Duy
6
-7
/
+95
2014-12-01
path.c: group git_path(), git_pathdup() and strbuf_git_path() together
Nguyễn Thái Ngọc Duy
1
-10
/
+10
2014-12-01
path.c: rename vsnpath() to do_git_path()
Nguyễn Thái Ngọc Duy
1
-4
/
+4
2014-12-01
git_snpath(): retire and replace with strbuf_git_path()
Nguyễn Thái Ngọc Duy
5
-26
/
+55
2014-12-01
path.c: make get_pathname() call sites return const char *
Nguyễn Thái Ngọc Duy
15
-32
/
+36
2014-12-01
path.c: make get_pathname() return strbuf instead of static buffer
Nguyễn Thái Ngọc Duy
1
-69
/
+51
2014-11-26
Git 2.2
Junio C Hamano
2
-1
/
+6
2014-11-26
RelNotes: spelling & grammar tweaks
Marc Branchaud
1
-51
/
+52
2014-11-21
Git 2.2.0-rc3
Junio C Hamano
2
-14
/
+15
2014-11-20
l10n: remove a superfluous translation for push.c
Jiang Xin
6
-30
/
+6
2014-11-20
l10n: de.po: translate 2 messages
Ralf Thielow
1
-3
/
+1
2014-11-20
l10n: de.po: translate 2 new messages
Ralf Thielow
1
-2
/
+2
2014-11-20
l10n: batch updates for one trivial change
Jiang Xin
7
-519
/
+554
2014-11-20
l10n: git.pot: v2.2.0 round 2 (1 updated)
Jiang Xin
1
-24
/
+24
2014-11-19
Merge branch 'sv/submitting-final-patch'
Junio C Hamano
1
-1
/
+1
2014-11-19
Merge branch 'sn/tutorial-status-output-example'
Junio C Hamano
2
-19
/
+21
2014-11-19
Merge branch 'mh/doc-remote-helper-xref'
Junio C Hamano
5
-0
/
+22
2014-11-19
Merge branch 'tb/no-relative-file-url'
Junio C Hamano
1
-1
/
+1
2014-11-19
Merge branch 'cc/interpret-trailers'
Junio C Hamano
1
-4
/
+10
2014-11-18
Merge git://github.com/git-l10n/git-po
Junio C Hamano
1
-2165
/
+2392
2014-11-18
Merge branch 'jc/doc-commit-only'
Junio C Hamano
1
-2
/
+3
2014-11-18
Merge branch 'ta/tutorial-modernize'
Junio C Hamano
1
-1
/
+1
2014-11-18
Merge branch 'da/difftool'
Junio C Hamano
2
-0
/
+6
2014-11-17
l10n: Update Catalan translation
Alex Henrie
1
-2165
/
+2392
2014-11-17
Merge branch 'master' of git://github.com/git-l10n/git-po
Junio C Hamano
1
-1990
/
+2239
2014-11-15
l10n: de.po: translate 62 new messages
Ralf Thielow
1
-1414
/
+1663
2014-11-15
l10n: de.po: Fixup one translation
Stefan Beller
1
-4
/
+4
2014-11-14
difftool: honor --trust-exit-code for builtin tools
David Aguilar
2
-0
/
+6
2014-11-14
Git 2.2.0-rc2
Junio C Hamano
1
-1
/
+1
2014-11-14
l10n: de.po: use imperative form for command options
Ralf Thielow
1
-573
/
+573
2014-11-13
gittutorial: fix output of 'git status'
Stefan Naewe
2
-19
/
+21
2014-11-13
t5705: the file:// URL should be absolute
Torsten Bögershausen
1
-1
/
+1
2014-11-13
SubmittingPatches: final submission is To: maintainer and CC: list
Slavomir Vlcek
1
-1
/
+1
2014-11-12
Update draft release notes to 2.2
Junio C Hamano
1
-0
/
+14
[next]