index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
remote-curl.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-01-17
clone: allow --branch to take a tag
Nguyễn Thái Ngọc Duy
4
-3
/
+46
2012-01-17
clone: refuse to clone if --branch points to bogus ref
Nguyễn Thái Ngọc Duy
3
-21
/
+6
2012-01-17
clone: --branch=<branch> always means refs/heads/<branch>
Nguyễn Thái Ngọc Duy
1
-14
/
+16
2012-01-17
clone: delay cloning until after remote HEAD checking
Nguyễn Thái Ngọc Duy
2
-28
/
+31
2012-01-17
clone: factor out remote ref writing
Nguyễn Thái Ngọc Duy
1
-14
/
+25
2012-01-17
clone: factor out HEAD update code
Nguyễn Thái Ngọc Duy
1
-17
/
+24
2012-01-17
clone: factor out checkout code
Nguyễn Thái Ngọc Duy
1
-43
/
+58
2012-01-17
clone: write detached HEAD in bare repositories
Nguyễn Thái Ngọc Duy
2
-7
/
+27
2012-01-17
t5601: add missing && cascade
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2012-01-08
clone: add --single-branch to fetch only one branch
Nguyễn Thái Ngọc Duy
3
-6
/
+129
2012-01-03
docs: describe behavior of relative submodule URLs
Jens Lehmann
1
-1
/
+6
2012-01-03
fix hang in git fetch if pointed at a 0 length bundle
Brian Harring
2
-2
/
+8
2012-01-01
Documentation: read-tree --prefix works with existing subtrees
Clemens Buchacher
1
-5
/
+4
2011-12-29
Add MYMETA.json to perl/.gitignore
Jack Nagel
1
-0
/
+1
2011-12-28
Update draft release notes to 1.7.9
Junio C Hamano
1
-72
/
+4
2011-12-28
Git 1.7.8.2
v1.7.8.2
Junio C Hamano
3
-2
/
+73
2011-12-27
Fix an incorrect reference to --set-all.
Jelmer Vernooij
1
-1
/
+1
2011-12-27
git-p4: document and test submit options
Pete Wyckoff
3
-2
/
+67
2011-12-27
git-p4: test and document --use-client-spec
Pete Wyckoff
3
-2
/
+55
2011-12-27
git-p4: test --keep-path
Pete Wyckoff
1
-0
/
+24
2011-12-27
git-p4: test --max-changes
Pete Wyckoff
1
-0
/
+10
2011-12-27
git-p4: document and test --import-local
Pete Wyckoff
2
-1
/
+25
2011-12-27
git-p4: honor --changesfile option and test
Pete Wyckoff
2
-1
/
+38
2011-12-27
git-p4: document and test clone --branch
Pete Wyckoff
2
-1
/
+20
2011-12-27
git-p4: test cloning with two dirs, clarify doc
Pete Wyckoff
2
-2
/
+69
2011-12-27
git-p4: clone does not use --git-dir
Pete Wyckoff
2
-1
/
+36
2011-12-27
git-p4: introduce asciidoc documentation
Pete Wyckoff
2
-302
/
+455
2011-12-27
rename git-p4 tests
Pete Wyckoff
5
-0
/
+0
2011-12-23
Update draft release notes in preparation for 1.7.9-rc0
Junio C Hamano
1
-1
/
+9
2011-12-22
Update draft release notes to 1.7.9
Junio C Hamano
1
-27
/
+39
2011-12-21
Git 1.7.8.1
v1.7.8.1
Junio C Hamano
1
-4
/
+25
2011-12-21
bash completion: use read -r everywhere
Thomas Rast
1
-6
/
+6
2011-12-21
clone: the -o option has nothing to do with <branch>
Carlos Martín Nieto
1
-2
/
+2
2011-12-21
builtin/log: remove redundant initialization
Michael Schubert
1
-2
/
+0
2011-12-21
builtin/commit: add missing '/' in help message
Michael Schubert
1
-1
/
+1
2011-12-21
Appease Sun Studio by renaming "tmpfile"
Ævar Arnfjörð Bjarmason
4
-16
/
+16
2011-12-21
Fix a bitwise negation assignment issue spotted by Sun Studio
Ævar Arnfjörð Bjarmason
3
-4
/
+4
2011-12-21
Fix an enum assignment issue spotted by Sun Studio
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2011-12-21
builtin/init-db.c: eliminate -Wformat warning on Solaris
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2011-12-20
git-sh-setup: make require_clean_work_tree part of the interface
Thomas Rast
1
-0
/
+10
2011-12-20
t/t2023-checkout-m.sh: fix use of test_must_fail
Ævar Arnfjörð Bjarmason
1
-1
/
+3
2011-12-20
commit: do not lose mergetag header when not amending
Junio C Hamano
1
-1
/
+5
2011-12-20
t0090: be prepared that 'wc -l' writes leading blanks
Johannes Sixt
1
-4
/
+2
2011-12-20
Update draft release notes to 1.7.9
Junio C Hamano
1
-1
/
+48
2011-12-19
gitweb: Fix fallback mode of to_utf8 subroutine
Jakub Narebski
1
-2
/
+2
2011-12-19
test-terminal: set output terminals to raw mode
Thomas Rast
1
-0
/
+4
2011-12-19
request-pull: do not emit "tag" before the tagname
Junio C Hamano
2
-4
/
+2
2011-12-19
remote-curl: don't pass back fake refs
Jeff King
2
-3
/
+36
2011-12-19
advice: Document that they all default to true
Junio C Hamano
1
-11
/
+8
2011-12-19
lf_to_crlf_filter(): resurrect CRLF->CRLF hack
Junio C Hamano
1
-10
/
+50
[next]