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
*
mailinfo: feed only one line to handle_filter() for QP input
Jay Soffian
2008-02-16
6
-1
/
+45
*
diff.c: add "const" qualifier to "char *cmd" member of "struct ll_diff_driver"
Christian Couder
2008-02-16
1
-5
/
+2
*
Add "const" qualifier to "char *excludes_file".
Christian Couder
2008-02-16
3
-8
/
+4
*
Add "const" qualifier to "char *editor_program".
Christian Couder
2008-02-16
3
-8
/
+4
*
Add "const" qualifier to "char *pager_program".
Christian Couder
2008-02-16
3
-8
/
+4
*
config: add 'git_config_string' to refactor string config variables.
Christian Couder
2008-02-16
2
-13
/
+13
*
diff.c: remove useless check for value != NULL
Christian Couder
2008-02-16
1
-7
/
+2
*
fast-import: check return value from unpack_entry()
Shawn O. Pearce
2008-02-16
1
-0
/
+2
*
Validate nicknames of remote branches to prohibit confusing ones
Daniel Barkalow
2008-02-15
1
-1
/
+11
*
diff.c: replace a 'strdup' with 'xstrdup'.
Christian Couder
2008-02-15
1
-1
/
+1
*
diff.c: fixup garding of config parser from value=NULL
Junio C Hamano
2008-02-15
1
-1
/
+1
*
config: add test cases for empty value and no value config variables.
Christian Couder
2008-02-13
1
-0
/
+23
*
cvsimport: have default merge regex also match beginning of commit message
Gerrit Pape
2008-02-13
1
-1
/
+1
*
git clone -s documentation: force a new paragraph for the NOTE
Miklos Vajna
2008-02-13
1
-6
/
+7
*
status: suggest "git rm --cached" to unstage for initial commit
Jeff King
2008-02-13
2
-2
/
+11
*
Protect get_author_ident_from_commit() from filenames in work tree
Junio C Hamano
2008-02-13
2
-1
/
+23
*
upload-pack: Initialize the exec-path.
Johannes Sixt
2008-02-13
1
-0
/
+3
*
bisect: use verbatim commit subject in the bisect log
Johannes Schindelin
2008-02-13
1
-1
/
+1
*
git-cvsimport.txt: fix '-M' description.
Sergei Organov
2008-02-13
1
-2
/
+2
*
Revert "pack-objects: only throw away data during memory pressure"
Junio C Hamano
2008-02-13
1
-11
/
+2
*
config.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-1
/
+15
*
builtin-log.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-3
/
+2
*
imap-send.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-0
/
+4
*
wt-status.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-0
/
+2
*
setup.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-0
/
+2
*
remote.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-3
/
+6
*
merge-recursive.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-5
/
+6
*
http.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-10
/
+15
*
help.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-0
/
+2
*
git.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-0
/
+2
*
diff.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-2
/
+12
*
convert.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-2
/
+2
*
connect.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-0
/
+2
*
builtin-tag.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-1
/
+1
*
builtin-show-branch.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-0
/
+2
*
builtin-reflog.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-5
/
+11
*
builtin-log.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-1
/
+1
*
builtin-config.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-0
/
+2
*
builtin-commit.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-0
/
+2
*
builtin-branch.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-3
/
+6
*
builtin-apply.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-0
/
+2
*
Add config_error_nonbool() helper function
Junio C Hamano
2008-02-11
2
-0
/
+10
*
builtin-gc.c: guard config parser from value=NULL
Miklos Vajna
2008-02-11
1
-1
/
+1
*
archive-tar.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-1
/
+1
*
Work around curl-gnutls not liking to be reinitialized
Mike Hommey
2008-02-11
1
-4
/
+3
*
man pages are littered with .ft C and others
Jonas Fonseca
2008-02-11
2
-1
/
+20
*
Add a BuildRequires for gettext in the spec file.
James Bowes
2008-02-11
1
-1
/
+4
*
pack-objects: only throw away data during memory pressure
Martin Koegler
2008-02-11
1
-2
/
+11
*
builtin-commit: remove .git/SQUASH_MSG upon successful commit
Gerrit Pape
2008-02-11
1
-0
/
+1
*
Make git prune remove temporary packs that look like write failures
David Steven Tweed
2008-02-11
2
-0
/
+71
[next]