index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git-rebase.sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-09-12
Define NO_MEMMEM of FreeBSD as it lacks the function
Robert Boone
1
-0
/
+1
2007-09-12
stash: end index commit log with a newline
Jean-Luc Herren
1
-1
/
+1
2007-09-12
git-commit: Disallow amend if it is going to produce an empty non-merge commit
Dmitry V. Levin
1
-1
/
+1
2007-09-12
git-send-email.perl: Add angle brackets to In-Reply-To if necessary
David Kastrup
1
-1
/
+2
2007-09-12
Fix a test failure (t9500-*.sh) on cygwin
Ramsay Jones
1
-5
/
+13
2007-09-10
archive - leakfix for format_subst()
Junio C Hamano
1
-0
/
+1
2007-09-10
Make --no-thin the default in git-push to save server resources
Shawn O. Pearce
1
-1
/
+1
2007-09-10
fix doc for --compression argument to pack-objects
Nicolas Pitre
1
-6
/
+2
2007-09-10
git-tag -s must fail if gpg cannot sign the tag.
Carlos Rica
2
-4
/
+21
2007-09-09
git-svn: understand grafts when doing dcommit
Eric Wong
1
-8
/
+3
2007-09-09
git-diff: don't squelch the new SHA1 in submodule diffs
Sven Verdoolaege
2
-4
/
+21
2007-09-09
Define NO_MEMMEM on Darwin as it lacks the function
Shawn O. Pearce
1
-0
/
+1
2007-09-08
git-svn: fix "Malformed network data" with svn:// servers
Eric Wong
1
-1
/
+13
2007-09-08
(cvs|svn)import: Ask git-tag to overwrite old tags.
Michael Smith
2
-2
/
+2
2007-09-08
git-rebase: fix -C option
J. Bruce Fields
1
-1
/
+0
2007-09-08
git-rebase: support --whitespace=<option>
J. Bruce Fields
2
-3
/
+11
2007-09-08
Documentation / grammer nit
Mike Ralphson
1
-1
/
+1
2007-09-07
archive: rename attribute specfile to export-subst
René Scharfe
3
-19
/
+19
2007-09-07
archive: specfile syntax change: "$Format:%PLCHLDR$" instead of just "%PLCHLD...
René Scharfe
3
-8
/
+53
2007-09-07
add memmem()
René Scharfe
3
-0
/
+46
2007-09-06
Include a git-push example for creating a remote branch
Shawn O. Pearce
1
-0
/
+6
2007-09-06
Cleanup unnecessary file modifications in t1400-update-ref
Shawn O. Pearce
1
-2
/
+0
2007-09-06
Makefile: Add cache-tree.h to the headers list
Dmitry V. Levin
1
-1
/
+1
2007-09-06
Don't allow contrib/workdir/git-new-workdir to trash existing dirs
Shawn O. Pearce
1
-0
/
+6
2007-09-06
git-apply: do not read past the end of buffer
Junio C Hamano
2
-1
/
+60
2007-09-05
Function for updating refs.
Carlos Rica
5
-29
/
+46
2007-09-04
Remove unused function convert_sha1_file()
René Scharfe
2
-16
/
+0
2007-09-04
archive: specfile support (--pretty=format: in archive files)
René Scharfe
6
-3
/
+98
2007-09-04
Export format_commit_message()
Ren,bi(B Scharfe
2
-4
/
+6
2007-09-03
git-p4: Added support for automatically importing newly appearing perforce br...
Simon Hausmann
1
-2
/
+74
2007-09-03
git-p4: Cleanup; moved the (duplicated) code for turning a branch into a git ...
Simon Hausmann
1
-17
/
+11
2007-09-03
git-p4: Cleanup; moved the code for the initial #head or revision import into...
Simon Hausmann
1
-42
/
+45
2007-09-03
git-p4: Cleanup; Turn self.revision into a function local variable (it's not ...
Simon Hausmann
1
-9
/
+9
2007-09-03
git-p4: Cleanup; moved the code to import a list of p4 changes using fast-imp...
Simon Hausmann
1
-69
/
+71
2007-09-03
git-p4: Cleanup; moved the code for getting a sorted list of p4 changes for a...
Simon Hausmann
1
-9
/
+14
2007-09-03
git-p4: After submission to p4 always synchronize from p4 again (into refs/re...
Simon Hausmann
1
-2
/
+9
2007-09-03
git-p4: Always call 'p4 sync ...' before submitting to Perforce.
Simon Hausmann
1
-3
/
+2
2007-09-03
send-email: Add support for SSL and SMTP-AUTH
Douglas Stockwell
2
-27
/
+109
2007-09-03
Start 1.5.4 cycle
Junio C Hamano
3
-2
/
+16
2007-09-03
GIT 1.5.3.1: obsolete git-p4 in RPM spec file.
v1.5.3.1
Junio C Hamano
5
-3
/
+17
2007-09-03
Typofix: 1.5.3 release notes
Junio C Hamano
1
-1
/
+1
2007-09-02
GIT 1.5.3
v1.5.3
Junio C Hamano
1
-7
/
+21
2007-09-01
Mention -m as an abbreviation for --merge
Robin Rosenberg
1
-2
/
+2
2007-09-01
Update my contact address as the maintainer.
Junio C Hamano
2
-2
/
+3
2007-09-01
Documentation: minor AsciiDoc mark-up fixes.
Junio C Hamano
2
-14
/
+14
2007-09-01
URL: allow port specification in ssh:// URLs
Luben Tuikov
2
-2
/
+32
2007-09-01
Avoid one-or-more (\+) non BRE in sed scripts.
Junio C Hamano
2
-5
/
+2
2007-09-01
rebase -m: Fix incorrect short-logs of already applied commits.
Johannes Sixt
2
-5
/
+52
2007-09-01
git-diff: resurrect the traditional empty "diff --git" behaviour
Junio C Hamano
4
-7
/
+45
2007-09-01
git-tag: Fix -l option to use better shell style globs.
Carlos Rica
2
-20
/
+11
[next]