index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gpg-interface.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-03-12
untracked cache: guard and disable on system changes
Nguyễn Thái Ngọc Duy
6
-7
/
+72
2015-03-12
mingw32: add uname()
Nguyễn Thái Ngọc Duy
2
-0
/
+20
2015-03-12
t7063: tests for untracked cache
Nguyễn Thái Ngọc Duy
4
-0
/
+416
2015-03-12
update-index: test the system before enabling untracked cache
Nguyễn Thái Ngọc Duy
2
-0
/
+174
2015-03-12
update-index: manually enable or disable untracked cache
Nguyễn Thái Ngọc Duy
2
-0
/
+24
2015-03-12
status: enable untracked cache
Nguyễn Thái Ngọc Duy
2
-2
/
+5
2015-03-12
untracked-cache: temporarily disable with $GIT_DISABLE_UNTRACKED_CACHE
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2015-03-12
untracked cache: mark index dirty if untracked cache is updated
Nguyễn Thái Ngọc Duy
3
-1
/
+11
2015-03-12
untracked cache: print stats with $GIT_TRACE_UNTRACKED_STATS
Nguyễn Thái Ngọc Duy
1
-0
/
+12
2015-03-12
untracked cache: avoid racy timestamps
Nguyễn Thái Ngọc Duy
3
-2
/
+12
2015-03-12
read-cache.c: split racy stat test to a separate function
Nguyễn Thái Ngọc Duy
1
-9
/
+15
2015-03-12
untracked cache: invalidate at index addition or removal
Nguyễn Thái Ngọc Duy
4
-2
/
+44
2015-03-12
untracked cache: load from UNTR index extension
Nguyễn Thái Ngọc Duy
3
-0
/
+226
2015-03-12
untracked cache: save to an index extension
Nguyễn Thái Ngọc Duy
5
-0
/
+213
2015-03-12
ewah: add convenient wrapper ewah_serialize_strbuf()
Nguyễn Thái Ngọc Duy
3
-9
/
+17
2015-03-12
untracked cache: don't open non-existent .gitignore
Nguyễn Thái Ngọc Duy
1
-1
/
+25
2015-03-12
untracked cache: mark what dirs should be recursed/saved
Nguyễn Thái Ngọc Duy
2
-2
/
+15
2015-03-12
untracked cache: record/validate dir mtime and reuse cached output
Nguyễn Thái Ngọc Duy
2
-2
/
+121
2015-03-12
untracked cache: make a wrapper around {open,read,close}dir()
Nguyễn Thái Ngọc Duy
1
-8
/
+47
2015-03-12
untracked cache: invalidate dirs recursively if .gitignore changes
Nguyễn Thái Ngọc Duy
1
-1
/
+17
2015-03-12
untracked cache: initial untracked cache validation
Nguyễn Thái Ngọc Duy
2
-3
/
+114
2015-03-12
untracked cache: record .gitignore information and dir hierarchy
Nguyễn Thái Ngọc Duy
2
-19
/
+183
2015-03-12
dir.c: optionally compute sha-1 of a .gitignore file
Nguyễn Thái Ngọc Duy
2
-7
/
+53
2015-03-10
Post 2.3 cycle (batch #9)
Junio C Hamano
1
-0
/
+7
2015-03-07
Post 2.3 cycle (batch #8)
Junio C Hamano
1
-1
/
+25
2015-03-06
Git 2.3.2
v2.3.2
Junio C Hamano
3
-2
/
+14
2015-03-05
Prepare for 2.3.2
Junio C Hamano
2
-1
/
+69
2015-03-05
Post 2.3 cycle (batch #7)
Junio C Hamano
1
-0
/
+20
2015-03-05
reflog_expire(): never update a reference to null_sha1
Michael Haggerty
1
-2
/
+5
2015-03-05
reflog_expire(): ignore --updateref for symbolic references
Michael Haggerty
2
-4
/
+14
2015-03-05
reflog: improve and update documentation
Michael Haggerty
2
-64
/
+88
2015-03-05
struct ref_lock: delete the force_write member
Stefan Beller
1
-5
/
+9
2015-03-05
lock_ref_sha1_basic(): do not set force_write for missing references
Michael Haggerty
1
-9
/
+6
2015-03-05
write_ref_sha1(): move write elision test to callers
Michael Haggerty
1
-9
/
+9
2015-03-05
write_ref_sha1(): remove check for lock == NULL
Michael Haggerty
1
-4
/
+0
2015-03-03
Post 2.3 cycle (batch #6)
Junio C Hamano
1
-0
/
+24
2015-03-03
t5516: correct misspelled pushInsteadOf
Anders Kaseorg
1
-1
/
+1
2015-03-02
submodule: improve documentation of update subcommand
Michal Sojka
3
-37
/
+64
2015-03-02
git-remote.txt: describe behavior without --tags and --no-tags
Michael J Gruber
1
-0
/
+3
2015-03-02
kwset: use unsigned char to store values with high-bit set
Ben Walton
4
-7
/
+7
2015-03-02
Add hint interactive cleaning
Jean-Noel Avila
1
-1
/
+2
2015-03-02
diff --shortstat --dirstat: remove duplicate output
Mårten Kongstad
2
-1
/
+15
2015-02-27
diffcore-rename: avoid processing duplicate destinations
Jeff King
2
-2
/
+85
2015-02-27
diffcore-rename: split locate_rename_dst into two functions
Jeff King
1
-12
/
+26
2015-02-27
grep: correct help string for --exclude-standard
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2015-02-26
gettext.c: move get_preferred_languages() from http.c
Jeff King
3
-25
/
+28
2015-02-26
Git::SVN::*: avoid premature FileHandle closure
Kyle J. McKay
2
-0
/
+11
2015-02-26
git-svn: fix localtime=true on non-glibc environments
Ryuichi Kokubo
1
-1
/
+2
2015-02-26
Documentation/git-clean.txt: document that -f may need to be given twice
Mikko Rapeli
1
-2
/
+6
2015-02-26
git-svn: lazy load some modules
Eric Wong
5
-20
/
+26
[next]