summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Bisect run: "skip" current commit if script exit code is 125.Christian Couder2007-10-263-4/+57
| * | | | | | | Bisect: add a "bisect replay" test case.Christian Couder2007-10-261-0/+7
| * | | | | | | Bisect: add "bisect skip" to the documentation.Christian Couder2007-10-261-2/+17
| * | | | | | | Bisect: refactor "bisect_{bad,good,skip}" into "bisect_state".Christian Couder2007-10-261-51/+31
| * | | | | | | Bisect: refactor some logging into "bisect_write".Christian Couder2007-10-261-33/+14
| * | | | | | | Bisect: refactor "bisect_write_*" functions.Christian Couder2007-10-261-26/+20
| * | | | | | | Bisect: implement "bisect skip" to mark untestable revisions.Christian Couder2007-10-262-6/+190
| * | | | | | | Bisect: fix some white spaces and empty lines breakages.Christian Couder2007-10-261-9/+8
| * | | | | | | rev-list documentation: add "--bisect-all".Christian Couder2007-10-261-0/+16
| * | | | | | | rev-list: implement --bisect-allChristian Couder2007-10-263-15/+88
* | | | | | | | Merge branch 'jk/send-pack' into HEADJunio C Hamano2007-10-302-16/+62
|\ \ \ \ \ \ \ \
| * | | | | | | | t5516: test update of local refs on pushJeff King2007-10-181-0/+28
| * | | | | | | | send-pack: don't update tracking refs on errorJeff King2007-10-181-16/+34
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'lt/rename' into HEADJunio C Hamano2007-10-306-166/+395
|\ \ \ \ \ \ \ \
| * | | | | | | | Do the fuzzy rename detection limits with the exact renames removedLinus Torvalds2007-10-261-14/+18
| * | | | | | | | Fix ugly magic special case in exact rename detectionLinus Torvalds2007-10-261-13/+14
| * | | | | | | | Do exact rename detection regardless of rename limitsLinus Torvalds2007-10-261-6/+6
| * | | | | | | | Do linear-time/space rename logic for exact renamesLinus Torvalds2007-10-264-65/+303
| * | | | | | | | copy vs rename detection: avoid unnecessary O(n*m) loopsLinus Torvalds2007-10-263-75/+35
| * | | | | | | | Ref-count the filespecs used by diffcoreLinus Torvalds2007-10-263-14/+19
| * | | | | | | | Split out "exact content match" phase of rename detectionLinus Torvalds2007-10-261-34/+56
| * | | | | | | | Add 'diffcore.h' to LIB_HLinus Torvalds2007-10-261-2/+1
* | | | | | | | | Merge branch 'jn/web' into HEADJunio C Hamano2007-10-301-85/+67
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | gitweb: Fix and simplify "split patch" detectionJakub Narebski2007-10-291-85/+67
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'ds/gitweb' into HEADJunio C Hamano2007-10-301-8/+29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | gitweb: Use chop_and_escape_str in more places.David Symonds2007-10-241-3/+3
| * | | | | | | | | gitweb: Refactor abbreviation-with-title-attribute code.David Symonds2007-10-241-24/+21
| * | | | | | | | | gitweb: Provide title attributes for abbreviated author names.David Symonds2007-10-221-5/+29
* | | | | | | | | | Merge branch 'js/rebase' into HEADJunio C Hamano2007-10-301-13/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixing path quoting in git-rebaseJonathan del Strother2007-10-181-13/+13
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | No longer install git-svnimport, move to contrib/examplesGerrit Pape2007-10-306-5/+1
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Correct handling of upload-pack in builtin-fetch-packDaniel Barkalow2007-10-291-3/+4
* | | | | | | | | Speedup scanning for excluded files.Lars Knoll2007-10-292-16/+50
* | | | | | | | | RelNotes-1.5.4: describe recent updatesJunio C Hamano2007-10-292-2/+27
* | | | | | | | | Teach git-pull about --[no-]ff, --no-squash and --commitLars Hjemli2007-10-291-3/+11
* | | | | | | | | Merge branch 'maint'Junio C Hamano2007-10-296-12/+39
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | RelNotes-1.5.3.5: describe recent fixesJunio C Hamano2007-10-291-0/+21
| * | | | | | | | merge-recursive.c: mrtree in merge() is not used before setJunio C Hamano2007-10-291-1/+1
| * | | | | | | | sha1_file.c: avoid gcc signed overflow warningsJunio C Hamano2007-10-291-7/+9
| * | | | | | | | Fix a small memory leak in builtin-addBenoit Sigoure2007-10-291-0/+2
| * | | | | | | | honor the http.sslVerify option in shell scriptsAurelien Bompard2007-10-282-4/+6
* | | | | | | | | Remove outdated references to cogito in documentationDan McGee2007-10-291-1/+4
* | | | | | | | | core-tutorial: Catch up with current GitBenoit Sigoure2007-10-291-16/+10
* | | | | | | | | git.el: Run git-gc --auto after commits.Alexandre Julliard2007-10-281-0/+1
* | | | | | | | | git.el: Refresh only the changed file marks when marking/unmarking all.Alexandre Julliard2007-10-281-2/+5
* | | | | | | | | git.el: Fix typo in git-update-saved-file error handling.Alexandre Julliard2007-10-281-1/+1
* | | | | | | | | git.el: Fix typo in "Reverted file" message.Alexandre Julliard2007-10-281-1/+1
* | | | | | | | | git-fetch: do not fail when remote branch disappearsJunio C Hamano2007-10-283-18/+33
* | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2007-10-281-1091/+1744
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | gitk: Use the UI font for the diff/old version/new version radio buttonsPaul Mackerras2007-10-271-3/+3