index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
archive-tar.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-09-15
l10n: Update git.pot (825 new, 24 removed messages)
Jiang Xin
1
-426
/
+3724
2012-09-14
The sixth batch for 1.8.0
Junio C Hamano
1
-0
/
+13
2012-09-13
l10n: Update Swedish translation (1166t0f0u)
Peter Krefting
1
-342
/
+373
2012-09-12
Start merging the sixth batch for 1.8.0
Junio C Hamano
1
-33
/
+18
2012-09-12
Further merging in preparation for 1.7.12.1
Junio C Hamano
1
-0
/
+26
2012-09-11
checkout: reorder option handling
Nguyễn Thái Ngọc Duy
1
-77
/
+112
2012-09-11
Second half of the fifth batch for 1.8.0
Junio C Hamano
1
-45
/
+17
2012-09-11
Further merging down for 1.7.12.1
Junio C Hamano
1
-0
/
+13
2012-09-11
Git 1.7.11.6
v1.7.11.6
Junio C Hamano
3
-35
/
+58
2012-09-11
First half of the fifth batch for 1.8.0
Junio C Hamano
1
-0
/
+24
2012-09-11
Cull items fixed in maintenance branches
Junio C Hamano
1
-38
/
+0
2012-09-11
Start preparing for 1.7.12.1
Junio C Hamano
2
-1
/
+63
2012-09-11
Almost 1.7.11.6
Junio C Hamano
1
-1
/
+29
2012-09-10
gitcli: contrast wildcard given to shell and to git
Junio C Hamano
1
-0
/
+17
2012-09-10
gitcli: formatting fix
Junio C Hamano
1
-1
/
+1
2012-09-10
t0060: split absolute path test in two to exercise some of it on Windows
Johannes Sixt
1
-2
/
+6
2012-09-09
Document MKDIR_WO_TRAILING_SLASH in Makefile
Joachim Schmitz
1
-0
/
+6
2012-09-09
Add a no-op setitimer() wrapper
Joachim Schmitz
2
-0
/
+23
2012-09-09
gitk: Rename 'tagcontents' to 'cached_tagcontent'
David Aguilar
1
-7
/
+7
2012-09-09
gitk: Teach "Reread references" to reload tags
David Aguilar
1
-1
/
+2
2012-09-08
l10n: vi.po: update to v1.7.12-146-g16d26
Tran Ngoc Quan
1
-392
/
+422
2012-09-07
The fourth batch for 1.8.0
Junio C Hamano
1
-0
/
+52
2012-09-07
ls-remote: document the '--get-url' option
Stefan Naewe
2
-1
/
+6
2012-09-07
l10n: de.po: translate 2 new messages
Ralf Thielow
1
-340
/
+372
2012-09-07
fetch --all: pass --tags/--no-tags through to each remote
Dan Johnson
2
-0
/
+34
2012-09-07
l10n: zh_CN.po: translate 2 new messages
Jiang Xin
1
-341
/
+371
2012-09-07
t0060: verify that real_path() removes extra slashes
Michael Haggerty
1
-0
/
+18
2012-09-07
real_path(): properly handle nonexistent top-level paths
Michael Haggerty
2
-2
/
+2
2012-09-07
t0060: verify that real_path() works correctly with absolute paths
Michael Haggerty
1
-1
/
+11
2012-09-07
real_path(): reject the empty string
Michael Haggerty
2
-1
/
+4
2012-09-07
t0060: verify that real_path() fails if passed the empty string
Michael Haggerty
1
-0
/
+4
2012-09-07
absolute_path(): reject the empty string
Michael Haggerty
2
-2
/
+4
2012-09-07
t0060: verify that absolute_path() fails if passed the empty string
Michael Haggerty
1
-0
/
+4
2012-09-07
t0060: move tests of real_path() from t0000 to here
Michael Haggerty
2
-18
/
+19
2012-09-07
send-email: initial_to and initial_reply_to are both optional
Stephen Boyd
1
-2
/
+4
2012-09-06
status: remove i18n legos
Nguyễn Thái Ngọc Duy
1
-20
/
+28
2012-09-06
doc: move rev-list option -<n> from git-log.txt to rev-list-options.txt
Nguyễn Thái Ngọc Duy
2
-5
/
+4
2012-09-06
remote: prefer subcommand name 'remove' to 'rm'
Nguyễn Thái Ngọc Duy
5
-9
/
+10
2012-09-06
cvsimport: strip all inappropriate tag strings
Ken Dreyer
1
-3
/
+30
2012-09-05
l10n: Update git.pot (2 new, 4 removed messages)
Jiang Xin
1
-339
/
+345
2012-09-04
Call mkpathdup() rather than xstrdup(mkpath(...))
Ramsay Jones
4
-10
/
+11
2012-09-04
Call git_pathdup() rather than xstrdup(git_path("..."))
Ramsay Jones
2
-2
/
+3
2012-09-04
path.c: Use vsnpath() in the implementation of git_path()
Ramsay Jones
1
-12
/
+3
2012-09-04
path.c: Don't discard the return value of vsnpath()
Ramsay Jones
1
-5
/
+6
2012-09-04
path.c: Remove the 'git_' prefix from a file scope function
Ramsay Jones
1
-3
/
+3
2012-09-04
Document file-glob for "git checkout -- '*.c'"
Junio C Hamano
1
-0
/
+12
2012-09-04
l10n: vi.po & TEAMS: review Vietnamese translation
Tran Ngoc Quan
2
-503
/
+569
2012-09-04
Update mailmap for a handful of folks
Junio C Hamano
1
-0
/
+9
2012-09-04
The third batch for 1.8.0
Junio C Hamano
1
-0
/
+45
2012-09-03
submodule: use argv_array instead of hand-building arrays
Jens Lehmann
3
-17
/
+19
[next]