index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
quiltimport documentation: --dry-run and -n are synonyms
Junio C Hamano
2009-09-13
1
-1
/
+1
*
preserve mtime of local clone
Clemens Buchacher
2009-09-13
3
-1
/
+23
*
don't dereference NULL upon fdopen failure
Jim Meyering
2009-09-13
5
-8
/
+8
*
use write_str_in_full helper to avoid literal string lengths
Jim Meyering
2009-09-13
1
-7
/
+3
*
Merge branch 'db/vcs-helper'
Junio C Hamano
2009-09-13
9
-144
/
+406
|
\
|
*
Makefile: remove remnant of separate http/https/ftp helpers
Junio C Hamano
2009-09-12
2
-4
/
+2
|
*
Use a clearer style to issue commands to remote helpers
Daniel Barkalow
2009-09-04
1
-7
/
+14
|
*
Make the "traditionally-supported" URLs a special case
Daniel Barkalow
2009-09-04
4
-22
/
+6
|
*
Makefile: install hardlinks for git-remote-<scheme> supported by libcurl if p...
Junio C Hamano
2009-08-07
1
-2
/
+9
|
*
Makefile: do not link three copies of git-remote-* programs
Junio C Hamano
2009-08-07
1
-2
/
+10
|
*
Makefile: git-http-fetch does not need expat
Jeff King
2009-08-07
1
-1
/
+1
|
*
http-fetch: Fix Makefile dependancies
Mike Ralphson
2009-08-06
1
-1
/
+1
|
*
Add transport native helper executables to .gitignore
Mike Ralphson
2009-08-06
1
-0
/
+3
|
*
git-http-fetch: not a builtin
Linus Torvalds
2009-08-06
4
-9
/
+11
|
*
Use an external program to implement fetching with curl
Daniel Barkalow
2009-08-05
3
-135
/
+145
|
*
Add support for external programs for handling native fetches
Daniel Barkalow
2009-08-05
4
-0
/
+243
*
|
use write_str_in_full helper to avoid literal string lengths
Jim Meyering
2009-09-13
7
-9
/
+14
*
|
wrap git's main usage string.
Matthieu Moy
2009-09-13
1
-1
/
+4
*
|
Merge branch 'maint'
Junio C Hamano
2009-09-13
8
-39
/
+76
|
\
\
|
*
|
GIT 1.6.4.3
v1.6.4.3
Junio C Hamano
2009-09-13
4
-3
/
+33
|
*
|
svn: properly escape arguments for authors-prog
Mark Lodato
2009-09-13
2
-0
/
+15
|
*
|
Merge branch 'cb/maint-1.6.3-grep-relative-up' into maint
Junio C Hamano
2009-09-13
3
-27
/
+30
|
|
\
\
|
|
*
|
grep: accept relative paths outside current working directory
Clemens Buchacher
2009-09-08
3
-27
/
+29
|
|
*
|
grep: fix exit status if external_grep() punts
Clemens Buchacher
2009-09-08
1
-0
/
+1
|
*
|
|
http.c: remove verification of remote packs
Tay Ray Chuan
2009-09-11
1
-11
/
+0
*
|
|
|
rebase: use plumbing to show dirty state
Jeff King
2009-09-12
1
-1
/
+1
*
|
|
|
pager: set LESS=FRSX also on Windows
Johannes Sixt
2009-09-12
1
-2
/
+4
*
|
|
|
start_command: do not clobber cmd->env on Windows code path
Johannes Sixt
2009-09-12
3
-9
/
+17
*
|
|
|
add documentation for mailinfo.scissors and '--no-scissors'
Nicolas Sebrecht
2009-09-11
3
-2
/
+10
*
|
|
|
mailinfo: add '--scissors' to usage message
Nicolas Sebrecht
2009-09-11
1
-1
/
+1
*
|
|
|
INSTALL: Describe dependency knobs from Makefile
Brian Gernhardt
2009-09-11
1
-14
/
+24
*
|
|
|
INSTALL: Reorder dependencies, split shell and Perl
Brian Gernhardt
2009-09-11
1
-5
/
+9
*
|
|
|
git-p4: Avoid modules deprecated in Python 2.6.
Reilly Grant
2009-09-10
1
-7
/
+5
*
|
|
|
Makefile: Add NEEDS_CRYPTO_WITH_SSL
Brian Gernhardt
2009-09-10
1
-1
/
+7
*
|
|
|
git.el: Use git-add-file for unmerged files, remove git-resolve-file
Martin Nordholts
2009-09-09
1
-12
/
+1
*
|
|
|
INSTALL: Update description of our SHA-1 code
Brian Gernhardt
2009-09-09
1
-2
/
+2
*
|
|
|
GIT 1.6.5-rc0
v1.6.5-rc0
Junio C Hamano
2009-09-08
1
-6
/
+27
*
|
|
|
Merge branch 'maint'
Junio C Hamano
2009-09-08
2
-15
/
+20
|
\
|
|
|
|
*
|
|
git-pull: do not mention --quiet and --verbose twice
Emmanuel Trillaud
2009-09-08
1
-0
/
+2
|
*
|
|
githooks.txt: put hooks into subsections
Bert Wesarg
2009-09-08
1
-15
/
+18
*
|
|
|
Merge branch 'jc/mailinfo-scissors'
Junio C Hamano
2009-09-08
12
-27
/
+395
|
\
\
\
\
|
*
|
|
|
mailinfo.scissors: new configuration
Junio C Hamano
2009-08-27
1
-1
/
+13
|
*
|
|
|
am/mailinfo: Disable scissors processing by default
Junio C Hamano
2009-08-27
10
-29
/
+149
|
*
|
|
|
Documentation: describe the scissors mark support of "git am"
Nanako Shiraishi
2009-08-27
1
-4
/
+12
|
*
|
|
|
Teach mailinfo to ignore everything before -- >8 -- mark
Junio C Hamano
2009-08-27
6
-2
/
+233
|
*
|
|
|
builtin-mailinfo.c: fix confusing internal API to mailinfo()
Junio C Hamano
2009-08-27
1
-5
/
+2
*
|
|
|
|
Merge branch 'jk/clone-b'
Junio C Hamano
2009-09-08
3
-28
/
+122
|
\
\
\
\
\
|
*
|
|
|
|
clone: add --branch option to select a different HEAD
Jeff King
2009-08-27
3
-28
/
+122
*
|
|
|
|
|
Merge branch 'jc/upload-pack-hook'
Junio C Hamano
2009-09-08
4
-2
/
+172
|
\
\
\
\
\
\
|
*
|
|
|
|
|
upload-pack: feed "kind [clone|fetch]" to post-upload-pack hook
Junio C Hamano
2009-08-29
3
-2
/
+30
[next]