summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-09-15user-manual: todo updates and cleanupLibravatar J. Bruce Fields1-13/+16
2007-09-15user-manual: fix introduction to packfilesLibravatar J. Bruce Fields1-2/+2
2007-09-15user-manual: move packfile and dangling object discussionLibravatar J. Bruce Fields1-148/+147
2007-09-15user-manual: rewrite object database discussionLibravatar J. Bruce Fields1-139/+196
2007-09-15user-manual: reorder commit, blob, tree discussionLibravatar J. Bruce Fields1-41/+41
2007-09-15user-manual: rewrite index discussionLibravatar J. Bruce Fields1-49/+55
2007-09-15user-manual: create new "low-level git operations" chapterLibravatar J. Bruce Fields1-9/+24
2007-09-15user-manual: rename "git internals" to "git concepts"Libravatar J. Bruce Fields1-6/+10
2007-09-15user-manual: move object format details to hacking-git chapterLibravatar J. Bruce Fields1-23/+32
2007-09-15user-manual: adjust section levels in "git internals"Libravatar J. Bruce Fields1-5/+12
2007-09-14Documentation/git-config.txt: AsciiDoc tweak to avoid leading dotLibravatar Junio C Hamano1-1/+1
2007-09-14Add test to check recent fix to "git add -u"Libravatar Benoit Sigoure2-2/+11
2007-09-14Documentation/git-archive.txt: a couple of clarifications.Libravatar Jari Aalto1-2/+3
2007-09-14Fix the rename detection limit checkingLibravatar Linus Torvalds3-3/+19
2007-09-14diff --no-index: do not forget to run diff_setup_done()Libravatar Junio C Hamano1-0/+2
2007-09-14git-format-patch --in-reply-to: accept <message@id> with angle bracketsLibravatar Junio C Hamano1-1/+30
2007-09-14git-add -u: do not barf on type changesLibravatar Junio C Hamano1-0/+1
2007-09-13Remove duplicate note about removing commits with git-filter-branchLibravatar Ulrik Sverdrup1-5/+0
2007-09-13git-clone: improve error message if curl program is missing or not executableLibravatar Gerrit Pape1-1/+5
2007-09-13hooks--update: Explicitly check for all zeros for a deleted ref.Libravatar Alexandre Julliard1-1/+1
2007-09-12Merge branch 'sp/maint-no-thin' into maintLibravatar Junio C Hamano1-1/+1
2007-09-12stash: end index commit log with a newlineLibravatar Jean-Luc Herren1-1/+1
2007-09-12git-commit: Disallow amend if it is going to produce an empty non-merge commitLibravatar Dmitry V. Levin1-1/+1
2007-09-12git-send-email.perl: Add angle brackets to In-Reply-To if necessaryLibravatar David Kastrup1-1/+2
2007-09-11Fix a test failure (t9500-*.sh) on cygwinLibravatar Ramsay Jones1-5/+13
2007-09-10Make --no-thin the default in git-push to save server resourcesLibravatar Shawn O. Pearce1-1/+1
2007-09-09fix doc for --compression argument to pack-objectsLibravatar Nicolas Pitre1-6/+2
2007-09-09git-tag -s must fail if gpg cannot sign the tag.Libravatar Carlos Rica2-4/+21
2007-09-09git-svn: understand grafts when doing dcommitLibravatar Eric Wong1-8/+3
2007-09-09git-diff: don't squelch the new SHA1 in submodule diffsLibravatar Sven Verdoolaege2-4/+21
2007-09-07git-svn: fix "Malformed network data" with svn:// serversLibravatar Eric Wong1-1/+13
2007-09-07(cvs|svn)import: Ask git-tag to overwrite old tags.Libravatar Michael Smith2-2/+2
2007-09-07Documentation / grammer nitLibravatar Mike Ralphson1-1/+1
2007-09-05Include a git-push example for creating a remote branchLibravatar Shawn O. Pearce1-0/+6
2007-09-05Cleanup unnecessary file modifications in t1400-update-refLibravatar Shawn O. Pearce1-2/+0
2007-09-05Makefile: Add cache-tree.h to the headers listLibravatar Dmitry V. Levin1-1/+1
2007-09-05Don't allow contrib/workdir/git-new-workdir to trash existing dirsLibravatar Shawn O. Pearce1-0/+6
2007-09-05git-apply: do not read past the end of bufferLibravatar Junio C Hamano2-1/+60
2007-09-03GIT 1.5.3.1: obsolete git-p4 in RPM spec file.Libravatar Junio C Hamano5-3/+17
2007-09-02Typofix: 1.5.3 release notesLibravatar Junio C Hamano1-1/+1
2007-09-02GIT 1.5.3Libravatar Junio C Hamano1-7/+21
2007-09-01Merge branch 'jp/send-email-cc'Libravatar Junio C Hamano2-2/+31
2007-09-01Mention -m as an abbreviation for --mergeLibravatar Robin Rosenberg1-2/+2
2007-09-01Update my contact address as the maintainer.Libravatar Junio C Hamano2-2/+3
2007-09-01Documentation: minor AsciiDoc mark-up fixes.Libravatar Junio C Hamano2-14/+14
2007-09-01URL: allow port specification in ssh:// URLsLibravatar Luben Tuikov2-2/+32
2007-09-01Avoid one-or-more (\+) non BRE in sed scripts.Libravatar Junio C Hamano2-5/+2
2007-09-01rebase -m: Fix incorrect short-logs of already applied commits.Libravatar Johannes Sixt2-5/+52
2007-08-31git-diff: resurrect the traditional empty "diff --git" behaviourLibravatar Junio C Hamano4-7/+45
2007-08-31git-tag: Fix -l option to use better shell style globs.Libravatar Carlos Rica2-20/+11