index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sha1-array.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-06-13
upload-pack: add get_reachable_list()
Nguyễn Thái Ngọc Duy
2
-4
/
+50
2016-06-13
upload-pack: split check_unreachable() in two, prep for get_reachable_list()
Nguyễn Thái Ngọc Duy
1
-18
/
+38
2016-06-13
t5500, t5539: tests for shallow depth excluding a ref
Nguyễn Thái Ngọc Duy
2
-0
/
+43
2016-06-13
clone: define shallow clone boundary with --shallow-exclude
Nguyễn Thái Ngọc Duy
2
-1
/
+14
2016-06-13
fetch: define shallow boundary with --shallow-exclude
Nguyễn Thái Ngọc Duy
11
-4
/
+89
2016-06-13
upload-pack: support define shallow boundary by excluding revisions
Nguyễn Thái Ngọc Duy
3
-3
/
+32
2016-06-13
refs: add expand_ref()
Nguyễn Thái Ngọc Duy
2
-1
/
+8
2016-06-13
t5500, t5539: tests for shallow depth since a specific date
Nguyễn Thái Ngọc Duy
2
-0
/
+49
2016-06-13
clone: define shallow clone boundary based on time with --shallow-since
Nguyễn Thái Ngọc Duy
2
-3
/
+16
2016-06-13
fetch: define shallow boundary with --shallow-since
Nguyễn Thái Ngọc Duy
10
-9
/
+67
2016-06-13
upload-pack: add deepen-since to cut shallow repos based on time
Nguyễn Thái Ngọc Duy
3
-3
/
+54
2016-06-13
shallow.c: implement a generic shallow boundary finder based on rev-list
Nguyễn Thái Ngọc Duy
2
-0
/
+80
2016-06-13
fetch-pack: use a separate flag for fetch in deepening mode
Nguyễn Thái Ngọc Duy
2
-6
/
+9
2016-06-13
fetch-pack.c: mark strings for translating
Nguyễn Thái Ngọc Duy
1
-38
/
+37
2016-06-13
fetch-pack: use a common function for verbose printing
Nguyễn Thái Ngọc Duy
1
-46
/
+42
2016-06-13
fetch-pack: use skip_prefix() instead of starts_with()
Nguyễn Thái Ngọc Duy
1
-6
/
+6
2016-06-13
upload-pack: move rev-list code out of check_non_tip()
Nguyễn Thái Ngọc Duy
1
-13
/
+23
2016-06-13
upload-pack: make check_non_tip() clean things up on error
Nguyễn Thái Ngọc Duy
1
-7
/
+16
2016-06-13
upload-pack: tighten number parsing at "deepen" lines
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2016-06-13
upload-pack: use skip_prefix() instead of starts_with()
Nguyễn Thái Ngọc Duy
1
-14
/
+18
2016-06-13
upload-pack: move "unshallow" sending code out of deepen()
Nguyễn Thái Ngọc Duy
1
-13
/
+30
2016-06-13
upload-pack: remove unused variable "backup"
Nguyễn Thái Ngọc Duy
1
-5
/
+4
2016-06-13
upload-pack: move "shallow" sending code out of deepen()
Nguyễn Thái Ngọc Duy
1
-10
/
+15
2016-06-13
upload-pack: move shallow deepen code out of receive_needs()
Nguyễn Thái Ngọc Duy
1
-47
/
+52
2016-06-13
transport-helper.c: refactor set_helper_option()
Nguyễn Thái Ngọc Duy
1
-14
/
+23
2016-06-13
remote-curl.c: convert fetch_git() to use argv_array
Nguyễn Thái Ngọc Duy
1
-28
/
+18
2016-02-23
tests: remove no-op full-svn-test target
Eric Wong
1
-6
/
+0
2016-02-22
Git 2.7.2
v2.7.2
Junio C Hamano
3
-2
/
+17
2016-02-22
completion: fix mis-indentation in _git_stash()
SZEDER Gábor
1
-2
/
+2
2016-02-22
git-svn: apply "svn.pathnameencoding" before URL encoding
Kazutoshi Satoda
2
-1
/
+17
2016-02-22
git-svn: enable "svn.pathnameencoding" on dcommit
Kazutoshi Satoda
2
-2
/
+24
2016-02-22
git-svn: hoist out utf8 prep from t9129 to lib-git-svn
Eric Wong
2
-11
/
+13
2016-02-17
Seventh batch for the 2.8 cycle
Junio C Hamano
1
-0
/
+43
2016-02-17
Start preparing for 2.7.2
Junio C Hamano
2
-1
/
+28
2016-02-17
git-cvsserver.perl: fix typo
GyuYong Jung
1
-1
/
+1
2016-02-17
t5505: 'remote add x y' should work when url.y.insteadOf = x
Johannes Schindelin
1
-0
/
+5
2016-02-15
t5570: add tests for "git {clone,fetch,pull} -v"
Eric Wong
1
-2
/
+20
2016-02-13
git-config: better document default behavior for `--include`
Jeff King
1
-1
/
+3
2016-02-12
mergetool: reorder vim/gvim buffers in three-way diffs
Dickson Wong
1
-2
/
+2
2016-02-10
Sixth batch for the 2.8 cycle
Junio C Hamano
1
-0
/
+40
2016-02-09
Documentation/git-clean.txt: don't mention deletion of .git/modules/*
Matt McCutchen
1
-3
/
+1
2016-02-08
rerere: replace strcpy with xsnprintf
Jeff King
1
-2
/
+2
2016-02-08
t9100: fix breakage when SHELL_PATH is not /bin/sh
Michael J Gruber
1
-1
/
+2
2016-02-08
test-path-utils: use xsnprintf in favor of strcpy
Jeff King
1
-1
/
+1
2016-02-08
gitignore: ignore generated test-fake-ssh executable
Johannes Schindelin
1
-0
/
+1
2016-02-08
ident: add user.useConfigOnly boolean for when ident shouldn't be guessed
Dan Aloni
3
-0
/
+65
2016-02-05
Git 2.7.1
v2.7.1
Junio C Hamano
4
-3
/
+91
2016-02-04
fmt_ident: refactor strictness checks
Jeff King
1
-22
/
+24
2016-02-03
Fifth batch for 2.8 cycle
Junio C Hamano
1
-1
/
+59
2016-02-03
restore_env(): free the saved environment variable once we are done
Junio C Hamano
1
-2
/
+4
[next]