index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
quote.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-08-30
ls-files --error-unmatch: do not barf if the same pattern is given twice.
Junio C Hamano
1
-0
/
+20
2007-08-29
completion: also complete git-log's --left-right and --cherry-pick option
Johannes Schindelin
1
-0
/
+1
2007-08-29
gitk: Fix bug causing undefined variable error when cherry-picking
Paul Mackerras
1
-1
/
+2
2007-08-29
git-daemon(1): assorted improvements.
Junio C Hamano
1
-2
/
+34
2007-08-29
GIT 1.5.3-rc7
v1.5.3-rc7
Junio C Hamano
1
-3
/
+15
2007-08-29
git-svn.txt: fix an obvious misspelling.
David Kastrup
1
-1
/
+1
2007-08-29
git.el: Added colors for dark background
David Kågedal
1
-9
/
+18
2007-08-29
format-patch documentation: reword to hint "--root <one-commit>" more clearly
Junio C Hamano
1
-7
/
+10
2007-08-29
Documentation/git-diff: A..B and A...B cannot take tree-ishes
Junio C Hamano
1
-5
/
+6
2007-08-29
git-add: Make the filename globbing note a bit clearer
Petr Baudis
1
-3
/
+3
2007-08-29
git-add: Make the "tried to add ignored file" error message less confusing
Petr Baudis
1
-3
/
+3
2007-08-29
gitweb: Fix escaping HTML of project owner in 'projects_list' and
Jakub Narebski
1
-2
/
+2
2007-08-28
"format-patch --root rev" is the way to show everything.
Junio C Hamano
2
-10
/
+32
2007-08-28
Porcelain level "log" family should recurse when diffing.
Junio C Hamano
3
-4
/
+3
2007-08-28
git-merge: do up-to-date check also for all strategies
Junio C Hamano
2
-15
/
+97
2007-08-28
git --bare cmd: do not unconditionally nuke GIT_DIR
Junio C Hamano
2
-2
/
+5
2007-08-28
Fix initialization of a bare repository
Junio C Hamano
3
-5
/
+177
2007-08-28
name-rev: Fix non-shortest description
Johannes Schindelin
1
-10
/
+11
2007-08-28
Describe two-dot and three-dot notation for diff endpoints.
Mike Hommey
1
-7
/
+36
2007-08-27
git-tag(1): Remove duplicate text
Jari Aalto
1
-7
/
+0
2007-08-27
gitweb: Lift any characters restriction on searched strings
Petr Baudis
1
-3
/
+0
2007-08-27
RelNotes draft for 1.5.3 update.
Junio C Hamano
1
-2
/
+5
2007-08-26
When nothing to git-commit, honor the git-status color setting.
Brian Hetro
1
-4
/
+6
2007-08-26
gitweb: Fix searchbox positioning
Petr Baudis
1
-1
/
+1
2007-08-26
Documentation/user-manual.txt: fix a few omissions of gitlink commands.
David Kastrup
1
-6
/
+8
2007-08-26
user-manual: fix incorrect header level
J. Bruce Fields
1
-1
/
+1
2007-08-26
user-manual: use pithier example commit
J. Bruce Fields
1
-25
/
+20
2007-08-26
user-manual: introduce the word "commit" earlier
J. Bruce Fields
1
-5
/
+5
2007-08-26
user-manual: minor editing for conciseness
J. Bruce Fields
1
-7
/
+3
2007-08-26
user-manual: edit "ignoring files" for conciseness
J. Bruce Fields
1
-45
/
+18
2007-08-26
Documentation/user-manual.txt: fix a few omissions of gitlink commands.
David Kastrup
1
-9
/
+11
2007-08-26
Make usage documentation for git-add consistent.
Brian Hetro
2
-3
/
+5
2007-08-26
Make usage documentation for git-am consistent.
Brian Hetro
1
-2
/
+4
2007-08-25
Don't segfault if we failed to inflate a packed delta
Shawn O. Pearce
1
-0
/
+4
2007-08-25
pack-objects: check return value from read_sha1_file()
Junio C Hamano
1
-0
/
+6
2007-08-25
blame: check return value from read_sha1_file()
Junio C Hamano
1
-0
/
+11
2007-08-25
git-gui: Correct 'git gui blame' in a subdirectory
gitgui-0.8.2
Shawn O. Pearce
1
-1
/
+9
2007-08-25
git-p4: Fix warnings about non-existant refs/remotes/p4/HEAD ref when running...
Simon Hausmann
1
-1
/
+1
2007-08-25
git-p4: Make 'git-p4 branches' work after an initial clone with git clone fro...
Simon Hausmann
1
-49
/
+55
2007-08-25
Documentation: Correct various misspellings and typos.
Brian Hetro
19
-40
/
+40
2007-08-25
Documentation: For consistency, use CVS instead of cvs.
Brian Hetro
3
-4
/
+4
2007-08-25
Fix racy-git handling in git-write-tree.
Linus Torvalds
2
-0
/
+45
2007-08-23
rebase -i: fix squashing corner case
Johannes Schindelin
2
-2
/
+24
2007-08-23
Install man3 manpages to $PREFIX/share/man/man3 even for site installs
martin f. krafft
1
-0
/
+1
2007-08-23
git-svn init/clone --stdlayout option to default-init trunk/tags/branches
martin f. krafft
2
-3
/
+15
2007-08-23
diff-delta.c: Fix broken skip calculation.
David Kastrup
1
-1
/
+1
2007-08-23
git-gui: Do not offer to stage three-way diff hunks into the index
Shawn O. Pearce
1
-0
/
+4
2007-08-23
git-svn: dcommit prints out the URL to be committed to
Eric Wong
1
-0
/
+1
2007-08-23
git-gui: Refactor diff pane popup support for future improvements
Shawn O. Pearce
1
-12
/
+11
2007-08-23
Teach bash about git-submodule and its subcommands
Shawn O. Pearce
1
-0
/
+27
[next]