summaryrefslogtreecommitdiffstats
path: root/quote.h (unfollow)
Commit message (Expand)AuthorFilesLines
2007-08-30ls-files --error-unmatch: do not barf if the same pattern is given twice.Junio C Hamano1-0/+20
2007-08-29completion: also complete git-log's --left-right and --cherry-pick optionJohannes Schindelin1-0/+1
2007-08-29gitk: Fix bug causing undefined variable error when cherry-pickingPaul Mackerras1-1/+2
2007-08-29git-daemon(1): assorted improvements.Junio C Hamano1-2/+34
2007-08-29GIT 1.5.3-rc7v1.5.3-rc7Junio C Hamano1-3/+15
2007-08-29git-svn.txt: fix an obvious misspelling.David Kastrup1-1/+1
2007-08-29git.el: Added colors for dark backgroundDavid Kågedal1-9/+18
2007-08-29format-patch documentation: reword to hint "--root <one-commit>" more clearlyJunio C Hamano1-7/+10
2007-08-29Documentation/git-diff: A..B and A...B cannot take tree-ishesJunio C Hamano1-5/+6
2007-08-29git-add: Make the filename globbing note a bit clearerPetr Baudis1-3/+3
2007-08-29git-add: Make the "tried to add ignored file" error message less confusingPetr Baudis1-3/+3
2007-08-29gitweb: Fix escaping HTML of project owner in 'projects_list' andJakub Narebski1-2/+2
2007-08-28"format-patch --root rev" is the way to show everything.Junio C Hamano2-10/+32
2007-08-28Porcelain level "log" family should recurse when diffing.Junio C Hamano3-4/+3
2007-08-28git-merge: do up-to-date check also for all strategiesJunio C Hamano2-15/+97
2007-08-28git --bare cmd: do not unconditionally nuke GIT_DIRJunio C Hamano2-2/+5
2007-08-28Fix initialization of a bare repositoryJunio C Hamano3-5/+177
2007-08-28name-rev: Fix non-shortest descriptionJohannes Schindelin1-10/+11
2007-08-28Describe two-dot and three-dot notation for diff endpoints.Mike Hommey1-7/+36
2007-08-27git-tag(1): Remove duplicate textJari Aalto1-7/+0
2007-08-27gitweb: Lift any characters restriction on searched stringsPetr Baudis1-3/+0
2007-08-27RelNotes draft for 1.5.3 update.Junio C Hamano1-2/+5
2007-08-26When nothing to git-commit, honor the git-status color setting.Brian Hetro1-4/+6
2007-08-26gitweb: Fix searchbox positioningPetr Baudis1-1/+1
2007-08-26Documentation/user-manual.txt: fix a few omissions of gitlink commands.David Kastrup1-6/+8
2007-08-26user-manual: fix incorrect header levelJ. Bruce Fields1-1/+1
2007-08-26user-manual: use pithier example commitJ. Bruce Fields1-25/+20
2007-08-26user-manual: introduce the word "commit" earlierJ. Bruce Fields1-5/+5
2007-08-26user-manual: minor editing for concisenessJ. Bruce Fields1-7/+3
2007-08-26user-manual: edit "ignoring files" for concisenessJ. Bruce Fields1-45/+18
2007-08-26Documentation/user-manual.txt: fix a few omissions of gitlink commands.David Kastrup1-9/+11
2007-08-26Make usage documentation for git-add consistent.Brian Hetro2-3/+5
2007-08-26Make usage documentation for git-am consistent.Brian Hetro1-2/+4
2007-08-25Don't segfault if we failed to inflate a packed deltaShawn O. Pearce1-0/+4
2007-08-25pack-objects: check return value from read_sha1_file()Junio C Hamano1-0/+6
2007-08-25blame: check return value from read_sha1_file()Junio C Hamano1-0/+11
2007-08-25git-gui: Correct 'git gui blame' in a subdirectorygitgui-0.8.2Shawn O. Pearce1-1/+9
2007-08-25git-p4: Fix warnings about non-existant refs/remotes/p4/HEAD ref when running...Simon Hausmann1-1/+1
2007-08-25git-p4: Make 'git-p4 branches' work after an initial clone with git clone fro...Simon Hausmann1-49/+55
2007-08-25Documentation: Correct various misspellings and typos.Brian Hetro19-40/+40
2007-08-25Documentation: For consistency, use CVS instead of cvs.Brian Hetro3-4/+4
2007-08-25Fix racy-git handling in git-write-tree.Linus Torvalds2-0/+45
2007-08-23rebase -i: fix squashing corner caseJohannes Schindelin2-2/+24
2007-08-23Install man3 manpages to $PREFIX/share/man/man3 even for site installsmartin f. krafft1-0/+1
2007-08-23git-svn init/clone --stdlayout option to default-init trunk/tags/branchesmartin f. krafft2-3/+15
2007-08-23diff-delta.c: Fix broken skip calculation.David Kastrup1-1/+1
2007-08-23git-gui: Do not offer to stage three-way diff hunks into the indexShawn O. Pearce1-0/+4
2007-08-23git-svn: dcommit prints out the URL to be committed toEric Wong1-0/+1
2007-08-23git-gui: Refactor diff pane popup support for future improvementsShawn O. Pearce1-12/+11
2007-08-23Teach bash about git-submodule and its subcommandsShawn O. Pearce1-0/+27