index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pack-revindex.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-05-11
Avoid some unnecessary lstat() calls
Linus Torvalds
3
-14
/
+23
2008-05-09
compat-util: avoid macro redefinition warning
Johannes Sixt
1
-0
/
+3
2008-05-09
compat/fopen.c: avoid clobbering the system defined fopen macro
Brandon Casey
1
-1
/
+12
2008-05-08
Documentation/config.txt: Mention branch.<name>.rebase applies to "git pull"
Dustin Sallings
1
-1
/
+2
2008-05-08
doc: clarify definition of "update" for git-add -u
Jeff King
1
-1
/
+3
2008-05-08
Documentation: bisect: add a few "git bisect run" examples
Christian Couder
1
-0
/
+49
2008-05-08
Documentation/config.txt: Add git-gui options
Gustaf Hendeby
1
-0
/
+30
2008-05-07
Documentation: improve "add", "pull" and "format-patch" examples
Christian Couder
3
-69
/
+108
2008-05-07
Be more careful with objects directory permissions on clone
Mark Hills
1
-1
/
+4
2008-05-06
post-merge: Add it's not executed if merge failed.
Jörg Sommer
1
-1
/
+2
2008-05-06
Documentation: Add create-ignore to git svn manual
Gustaf Hendeby
1
-0
/
+6
2008-05-06
git-svn: Make create-ignore use git add -f
Gustaf Hendeby
1
-1
/
+1
2008-05-06
INSTALL: add a note about GNU interactive tools has been renamed
Miklos Vajna
1
-0
/
+4
2008-05-05
is_racy_timestamp(): do not check timestamp for gitlinks
Junio C Hamano
2
-2
/
+3
2008-05-05
diff-lib.c: rename check_work_tree_entity()
Junio C Hamano
1
-4
/
+4
2008-05-05
diff: a submodule not checked out is not modified
Junio C Hamano
2
-4
/
+23
2008-05-05
Add t7506 to test submodule related functions for git-status
Ping Yin
2
-1
/
+39
2008-05-05
t4027: test diff for submodule with empty directory
Ping Yin
1
-0
/
+7
2008-05-04
Cleanup xread() loops to use read_in_full()
Heikki Orsila
4
-35
/
+19
2008-05-04
checkout: don't rfc2047-encode oneline on detached HEAD
Jeff King
1
-1
/
+1
2008-05-03
Documentation: hooks: fix missing verb in pre-applypatch description
Christian Couder
1
-4
/
+5
2008-05-03
filter-branch: Documentation fix.
Florian Ragwitz
1
-2
/
+2
2008-05-03
log: print log entry terminator even if the message is empty
Adam Simpkins
1
-4
/
+3
2008-05-03
Remove dead code: show_log() sep argument and diff_options.msg_sep
Adam Simpkins
6
-25
/
+13
2008-05-01
git-svn: Same default as cvsimport when using --use-log-author
Stephen R. van den Berg
1
-2
/
+4
2008-04-30
fetch-pack: brown paper bag fix
Junio C Hamano
1
-1
/
+1
2008-04-30
Documentation: point git-prune users to git-gc
Jeff King
2
-1
/
+22
2008-04-30
Documentation on --git-dir and --work-tree
Liu Yubao
2
-3
/
+15
2008-04-30
Make read_in_full() and write_in_full() consistent with xread() and xwrite()
Heikki Orsila
4
-6
/
+8
2008-04-30
Documentation gitk: Describe what --merge does
Richard Quirk
1
-0
/
+6
2008-04-30
Use the modern syntax of git-diff-files in t2002-checkout-cache-u.sh
Alex Riesen
1
-2
/
+2
2008-04-30
Add otherwise missing --strict option to unpack-objects summary.
Jon Loeliger
1
-1
/
+1
2008-04-30
git-svn: detect and fail gracefully when dcommitting to a void
Matthieu Moy
2
-2
/
+7
2008-04-30
make git-status use a pager
Bart Trojanowski
1
-1
/
+1
2008-04-30
cvsimport: always pass user data to "system" as a list
Jeff King
1
-1
/
+1
2008-04-30
fix reflog approxidate parsing bug
Jeff King
1
-2
/
+5
2008-04-29
Fix use after free() in builtin-fetch
Alex Riesen
1
-3
/
+5
2008-04-29
fetch-pack: do not stop traversing an already parsed commit
Linus Torvalds
1
-4
/
+4
2008-04-29
Use "=" instead of "==" in condition as it is more portable
Alex Riesen
1
-1
/
+1
2008-04-28
Die for an early EOF in a file reading loop
Heikki Orsila
1
-3
/
+3
2008-04-28
Document functions xmemdupz(), xread() and xwrite()
Heikki Orsila
1
-0
/
+16
2008-04-28
clone: detect and fail on excess parameters
Junio C Hamano
2
-0
/
+27
2008-04-28
Remove 'header' from --signoff option description
Dan McGee
1
-1
/
+1
2008-04-28
bash: Add completion for gitk --merge
Richard Quirk
1
-1
/
+6
2008-04-27
rev-parse: fix --verify to error out when passed junk after a good rev
Christian Couder
1
-2
/
+2
2008-04-27
git checkout: add -t alias for --track
Miklos Vajna
2
-2
/
+2
2008-04-27
rev-parse: teach "--verify" to be quiet when using "-q" or "--quiet"
Christian Couder
2
-4
/
+21
2008-04-27
gitweb: Use feed link according to current view
Jakub Narebski
2
-25
/
+104
2008-04-27
Optimize match_pathspec() to avoid fnmatch()
Linus Torvalds
1
-2
/
+20
2008-04-27
Make ls-remote http://... list HEAD, like for git://...
Daniel Barkalow
5
-2
/
+43
[next]