summaryrefslogtreecommitdiffstats
path: root/git-bisect.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-14archive: document limitation of tar.umask config settingRené Scharfe1-1/+2
2011-04-14t3306,t5304: avoid clock skew issuesMichael J Gruber2-1/+5
2011-04-14git.txt: fix list continuationMichael J Gruber1-1/+0
2011-04-12t2021: mark a test as fixedJohannes Sixt1-1/+1
2011-04-06Git 1.7.4.4v1.7.4.4Junio C Hamano3-8/+6
2011-04-04Documentation: trivial grammar fix in core.worktree descriptionSZEDER Gábor1-1/+1
2011-04-04gitweb: Fix parsing of negative fractional timezones in JavaScriptJakub Narebski1-5/+19
2011-04-03Start preparing for 1.7.4.4Junio C Hamano2-1/+38
2011-04-03pull: do not clobber untracked files on initial pullJeff King2-1/+12
2011-04-03compat: add missing #include <sys/resource.h>Jonathan Nieder1-0/+1
2011-04-03Git 1.7.4.3v1.7.4.3Junio C Hamano3-2/+34
2011-04-03Doc: mention --delta-base-offset is the default for Porcelain commandsJunio C Hamano1-1/+6
2011-04-02"log --cherry-pick" documentation regression fixJunio C Hamano1-2/+2
2011-04-01docs: fix filter-branch subdir example for exotic repo namesJeff King1-1/+1
2011-03-31parse-remote: typofixJunio C Hamano1-1/+1
2011-03-31submodule: process conflicting submodules only onceNicolas Morey-Chaisemartin3-9/+83
2011-03-30contrib/thunderbird-patch-inline: do not require bash to run the scriptMaxin john1-2/+2
2011-03-30t8001: check the exit status of the command being testedJunio C Hamano1-5/+6
2011-03-30strbuf.h: remove a tad stale docs-in-comment and reference api-doc insteadMichael Witten1-36/+1
2011-03-30Typos: t/READMEMichael Witten1-5/+4
2011-03-30Documentation/config.txt: make truth value of numbers more explicitCarlos Martín Nieto1-1/+1
2011-03-30git-pack-objects.txt: fix grammatical errorsStephen Boyd1-3/+3
2011-03-30parse-remote: replace unnecessary sed invocationStephen Boyd1-1/+2
2011-03-29HOME must be set before calling git-init when creating test repositoriesAlex Riesen1-3/+3
2011-03-28git tag documentation grammar fixes and readability updatesMichael Witten1-18/+18
2011-03-28grep: Add the option '--line-number'Joe Ratterman2-1/+2
2011-03-26Git 1.7.4.2v1.7.4.2Junio C Hamano2-1/+8
2011-03-25gitweb: Fix handling of fractional timezones in parse_dateJakub Narebski1-2/+4
2011-03-23doc: technical details about the index file formatJunio C Hamano1-37/+57
2011-03-22git-am.txt: advertise 'git am --abort' instead of 'rm .git/rebase-apply'SZEDER Gábor1-3/+3
2011-03-21update $GIT_INDEX_FILE when there are racily clean entriesJunio C Hamano1-1/+14
2011-03-21diff/status: refactor opportunistic index updateJunio C Hamano4-13/+16
2011-03-21bisect: visualize with git-log if gitk is unavailableJeff King1-4/+6
2011-03-21Rename core.abbrevlength back to core.abbrevJunio C Hamano2-2/+2
2011-03-21Update draft release notes to 1.7.4.2Junio C Hamano1-0/+9
2011-03-21Work around broken ln on solaris as used in t8006Ben Walton1-1/+2
2011-03-21Add test: git stash shows status relative to current dirPiotr Krukowiecki1-0/+19
2011-03-21t/README: Add a note about running commands under valgrindCarlos Martín Nieto1-0/+7
2011-03-20gitweb: Always call parse_date with timezone parameterJakub Narebski1-3/+2
2011-03-20bisect: explain the rationale behind 125Junio C Hamano1-1/+6
2011-03-18docs: fix grammar in gitattributes.txtAlexei Sholik1-5/+5
2011-03-17stash: copy the index using --index-output instead of cp -pJohannes Sixt1-6/+5
2011-03-17stash: fix incorrect quoting in cleanup of temporary filesJohannes Sixt1-1/+1
2011-03-17Prepare draft release notes to 1.7.4.2Junio C Hamano2-1/+43
2011-03-17gitweb: highlight: replace tabs with spacesKevin Cernekee1-1/+1
2011-03-16diff --quiet: disable optimization when --diff-filter=X is usedJunio C Hamano2-1/+9
2011-03-16make_absolute_path: return the input path if it points to our bufferCarlos Martín Nieto1-0/+4
2011-03-16valgrind: ignore SSE-based strlen invalid readsCarlos Martín Nieto1-0/+6
2011-03-16diff --submodule: split into bite-sized piecesJonathan Nieder1-42/+61
2011-03-16cherry: split off function to print output linesJonathan Nieder1-16/+18