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
*
Make show_rfc2822_date() just another date output format.
Junio C Hamano
2007-07-14
5
-24
/
+21
*
Support output ISO 8601 format dates
Robin Rosenberg
2007-07-14
4
-2
/
+15
*
Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitk
Junio C Hamano
2007-07-14
1
-3
/
+3
|
\
|
*
gitk: Fix bug introduced by previous commit
Paul Mackerras
2007-07-13
1
-3
/
+3
*
|
Fix git-rebase -i to allow squashing of fast-forwardable commits
Alex Riesen
2007-07-14
1
-2
/
+3
*
|
lockfile.c: schedule remove_lock_file only once.
Sven Verdoolaege
2007-07-13
1
-4
/
+4
*
|
send-email: discard blank around address in extract_valid_address as well.
Stephen Rothwell
2007-07-13
1
-1
/
+1
*
|
make git-send-email.perl handle email addresses with no names when Email::Val...
Greg KH
2007-07-13
1
-0
/
+1
*
|
Document git commit --untracked-files and --verbose
Jakub Narebski
2007-07-13
1
-1
/
+14
*
|
Document long options '--message=<msg>' and '--no-commit'
Jakub Narebski
2007-07-13
2
-1
/
+2
*
|
Update git-merge documentation.
Jakub Narebski
2007-07-13
3
-0
/
+21
*
|
Pack-objects: properly initialize the depth value
Nicolas Pitre
2007-07-13
1
-0
/
+1
*
|
GIT v1.5.3-rc1
v1.5.3-rc1
Junio C Hamano
2007-07-12
2
-2
/
+10
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitk
Junio C Hamano
2007-07-12
1
-190
/
+253
|
\
|
|
*
gitk: Improve handling of -- and ambiguous arguments
Paul Mackerras
2007-07-12
1
-20
/
+29
|
*
gitk: Use git log and add support for --left-right
Paul Mackerras
2007-07-09
1
-12
/
+34
|
*
gitk: Fix bug causing "can't read commitrow(0,n)" error
Paul Mackerras
2007-07-09
1
-2
/
+2
|
*
[PATCH] gitk: Fix for tree view ending in nested directories
Brian Downing
2007-07-09
1
-0
/
+3
|
*
gitk: Remove the unused stopfindproc function
Paul Mackerras
2007-07-04
1
-19
/
+0
|
*
gitk: Fix bug in the anc_or_desc routine
Paul Mackerras
2007-07-04
1
-1
/
+2
|
*
gitk: Fix the find and highlight functions
Paul Mackerras
2007-07-04
1
-138
/
+185
*
|
gitweb: new cgi parameter: opt
Miklos Vajna
2007-07-12
1
-0
/
+19
*
|
Add missing functions to contrib/emacs/vc-git.el
David Kastrup
2007-07-12
1
-0
/
+65
*
|
Documentation for git-log --follow
Steven Walter
2007-07-12
1
-0
/
+9
*
|
reduce git-pack-objects memory usage a little more
Nicolas Pitre
2007-07-12
1
-10
/
+9
*
|
Add documentation for --window-memory, pack.windowMemory
Brian Downing
2007-07-12
3
-0
/
+28
*
|
Add --window-memory option to git-repack
Brian Downing
2007-07-12
1
-1
/
+2
*
|
Add pack-objects window memory usage limit
Brian Downing
2007-07-12
1
-8
/
+44
*
|
Add functions for parsing integers with size suffixes
Brian Downing
2007-07-12
2
-12
/
+49
*
|
Support fetching the memory usage of a delta index
Brian Downing
2007-07-12
2
-0
/
+17
*
|
Don't try to delta if target is much smaller than source
Brian Downing
2007-07-12
1
-0
/
+2
*
|
Correct shebang line for contrib/stats/packinfo.pl
Brian Downing
2007-07-12
1
-1
/
+1
*
|
script to display a distribution of longest common hash prefixes
Nicolas Pitre
2007-07-12
1
-0
/
+26
*
|
apply delta depth bias to already deltified objects
Nicolas Pitre
2007-07-12
1
-4
/
+10
*
|
Update list of older git docs
Junio C Hamano
2007-07-12
1
-1
/
+2
*
|
Merge commit 'git-gui/master'
Junio C Hamano
2007-07-12
23
-888
/
+2210
|
\
\
|
*
|
git-gui: Change prior tree SHA-1 verification to use git_read
Shawn O. Pearce
2007-07-12
1
-1
/
+1
|
*
|
Merge branch 'maint'
Shawn O. Pearce
2007-07-12
1
-1
/
+12
|
|
\
\
|
*
|
|
git-gui: Include a space in Cygwin shortcut command lines
Shawn O. Pearce
2007-07-10
1
-1
/
+1
|
*
|
|
git-gui: Use sh.exe in Cygwin shortcuts
Shawn O. Pearce
2007-07-10
1
-1
/
+1
|
*
|
|
git-gui: Paper bag fix for Cygwin shortcut creation
Shawn O. Pearce
2007-07-10
1
-1
/
+1
|
*
|
|
Merge branch 'maint'
Shawn O. Pearce
2007-07-10
2
-9
/
+17
|
|
\
\
\
|
*
|
|
|
git-gui: Improve the Windows and Mac OS X shortcut creators
Shawn O. Pearce
2007-07-09
2
-21
/
+31
|
*
|
|
|
git-gui: Teach console widget to use git_read
Shawn O. Pearce
2007-07-09
2
-34
/
+29
|
*
|
|
|
git-gui: Perform our own magic shbang detection on Windows
Shawn O. Pearce
2007-07-09
1
-13
/
+24
|
*
|
|
|
git-gui: Treat `git version` as `git --version`
Shawn O. Pearce
2007-07-09
1
-0
/
+1
|
*
|
|
|
git-gui: Assume unfound commands are known by git wrapper
Shawn O. Pearce
2007-07-09
1
-1
/
+4
|
*
|
|
|
git-gui: Correct gitk installation location
Shawn O. Pearce
2007-07-09
1
-12
/
+4
|
*
|
|
|
git-gui: Always use absolute path to all git executables
Shawn O. Pearce
2007-07-09
13
-84
/
+258
|
*
|
|
|
git-gui: Show a progress meter for checking out files
Shawn O. Pearce
2007-07-09
2
-18
/
+55
[next]