index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pack-check.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-08-20
i18n: mark "style" in OPT_COLUMN() for translation
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2012-08-20
Git 1.7.12
v1.7.12
Junio C Hamano
2
-1
/
+6
2012-08-17
Documentation: update URL for formatted pages
Junio C Hamano
1
-1
/
+1
2012-08-16
l10n: Fixes to Swedish translation
Peter Krefting
1
-6
/
+6
2012-08-15
Git 1.7.12-rc3
v1.7.12-rc3
Junio C Hamano
2
-11
/
+2
2012-08-15
Git 1.7.11.5
v1.7.11.5
Junio C Hamano
3
-2
/
+11
2012-08-10
git svn: reset invalidates the memoized mergeinfo caches
Peter Baumann
2
-2
/
+103
2012-08-10
git svn: handle errors and concurrent commits in dcommit
Robert Luberda
2
-19
/
+271
2012-08-09
l10n: Update Swedish translation (1168t0f0u)
Peter Krefting
1
-510
/
+903
2012-08-08
Documentation: list git-credential in plumbing commands
Matthieu Moy
2
-1
/
+2
2012-08-07
Git 1.7.12-rc2
v1.7.12-rc2
Junio C Hamano
2
-5
/
+1
2012-08-07
l10n: de.po: translate 77 new messages
Ralf Thielow
1
-46
/
+442
2012-08-07
Enable HAVE_DEV_TTY for Solaris
Ben Walton
1
-0
/
+1
2012-08-07
terminal: seek when switching between reading and writing
Jeff King
1
-0
/
+1
2012-08-07
l10n: vi.po: update one message
Tran Ngoc Quan
1
-9
/
+11
2012-08-07
Drop 1.7.11.x items from 1.7.12 release notes
Junio C Hamano
1
-13
/
+0
2012-08-07
Prepare for 1.7.11.5
Junio C Hamano
2
-1
/
+29
2012-08-07
doc: A few minor copy edits.
Štěpán Němec
5
-10
/
+10
2012-08-06
Makefile: use overridable $(FIND) instead of hard-coded 'find'
Johannes Sixt
1
-1
/
+1
2012-08-06
l10n: zh_CN.po: update one translation
Jiang Xin
1
-8
/
+10
2012-08-06
l10n: Update one message in git.pot
Jiang Xin
1
-7
/
+9
2012-08-05
merge-recursive: separate message for common ancestors
Ralf Thielow
1
-1
/
+4
2012-08-05
l10n: zh_CN.po: translate 76 new messages
Jiang Xin
1
-366
/
+451
2012-08-03
git-remote-mediawiki: replace TODO-list in comment by appropriate link
Matthieu Moy
1
-14
/
+1
2012-08-03
l10n: vi.po update to follow POT in 3b613
Tran Ngoc Quan
1
-44
/
+420
2012-08-02
l10n: Update git.pot (76 new, 4 removed messages)
Jiang Xin
1
-39
/
+394
2012-08-01
git-rebase.sh: fix typo in an error message
Ralf Thielow
1
-1
/
+1
2012-07-31
l10n: de.po: translate 4 new messages
Ralf Thielow
1
-494
/
+506
2012-07-31
l10n: vi.po: translate 4 new messages
Tran Ngoc Quan
1
-529
/
+545
2012-07-31
l10n: zh_CN.po: translate 4 new messages
Jiang Xin
1
-483
/
+776
2012-07-30
Git 1.7.12-rc1
v1.7.12-rc1
Junio C Hamano
2
-33
/
+11
2012-07-30
Git 1.7.11.4
v1.7.11.4
Junio C Hamano
4
-3
/
+35
2012-07-30
t7409: make sure submodule is initialized and updated in more detail
Daniel Graña
1
-6
/
+23
2012-07-30
Add explanatory comment for transport-helpers refs mapping.
Florian Achleitner
1
-0
/
+15
2012-07-30
l10n: Update git.pot (4 new, 3 removed messages)
Jiang Xin
1
-475
/
+478
2012-07-30
t7810-*.sh: Remove redundant test
Ramsay Jones
1
-11
/
+0
2012-07-30
t1100-*.sh: Fix an intermittent test failure
Ramsay Jones
1
-0
/
+1
2012-07-30
link_alt_odb_entry: fix read over array bounds reported by valgrind
Heiko Voigt
1
-1
/
+1
2012-07-30
t: add missing executable bit to t7409
Jeff King
1
-0
/
+0
2012-07-28
Update draft release notes to 1.7.12
Junio C Hamano
1
-0
/
+15
2012-07-28
Extract Git::SVN::GlobSpec from git-svn.
Michael G. Schwern
5
-60
/
+64
2012-07-28
Move Git::IndexInfo into its own file.
Michael G. Schwern
5
-33
/
+37
2012-07-28
Load all the modules in one place and before running code.
Michael G. Schwern
1
-23
/
+21
2012-07-28
Extract Git::SVN::Migration from git-svn.
Michael G. Schwern
4
-258
/
+262
2012-07-28
Prepare Git::SVN::Migration for extraction from git-svn.
Michael G. Schwern
1
-12
/
+24
2012-07-28
Extract Git::SVN::Log from git-svn.
Michael G. Schwern
4
-396
/
+401
2012-07-28
Prepare Git::SVN::Log for extraction from git-svn.
Michael G. Schwern
1
-4
/
+11
2012-07-28
Move initialization of Git::SVN variables into Git::SVN.
Michael G. Schwern
3
-7
/
+9
2012-07-28
Extract Git::SVN from git-svn into its own .pm file.
Michael G. Schwern
3
-2319
/
+2321
2012-07-28
Prepare Git::SVN for extraction into its own file.
Michael G. Schwern
1
-4
/
+18
[next]