Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Bisect run: "skip" current commit if script exit code is 125. | Christian Couder | 2007-10-26 | 3 | -4/+57 | |
| * | | | | | | | Bisect: add a "bisect replay" test case. | Christian Couder | 2007-10-26 | 1 | -0/+7 | |
| * | | | | | | | Bisect: add "bisect skip" to the documentation. | Christian Couder | 2007-10-26 | 1 | -2/+17 | |
| * | | | | | | | Bisect: refactor "bisect_{bad,good,skip}" into "bisect_state". | Christian Couder | 2007-10-26 | 1 | -51/+31 | |
| * | | | | | | | Bisect: refactor some logging into "bisect_write". | Christian Couder | 2007-10-26 | 1 | -33/+14 | |
| * | | | | | | | Bisect: refactor "bisect_write_*" functions. | Christian Couder | 2007-10-26 | 1 | -26/+20 | |
| * | | | | | | | Bisect: implement "bisect skip" to mark untestable revisions. | Christian Couder | 2007-10-26 | 2 | -6/+190 | |
| * | | | | | | | Bisect: fix some white spaces and empty lines breakages. | Christian Couder | 2007-10-26 | 1 | -9/+8 | |
| * | | | | | | | rev-list documentation: add "--bisect-all". | Christian Couder | 2007-10-26 | 1 | -0/+16 | |
| * | | | | | | | rev-list: implement --bisect-all | Christian Couder | 2007-10-26 | 3 | -15/+88 | |
* | | | | | | | | Merge branch 'jk/send-pack' into HEAD | Junio C Hamano | 2007-10-30 | 2 | -16/+62 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | t5516: test update of local refs on push | Jeff King | 2007-10-18 | 1 | -0/+28 | |
| * | | | | | | | | send-pack: don't update tracking refs on error | Jeff King | 2007-10-18 | 1 | -16/+34 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'lt/rename' into HEAD | Junio C Hamano | 2007-10-30 | 6 | -166/+395 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Do the fuzzy rename detection limits with the exact renames removed | Linus Torvalds | 2007-10-26 | 1 | -14/+18 | |
| * | | | | | | | | Fix ugly magic special case in exact rename detection | Linus Torvalds | 2007-10-26 | 1 | -13/+14 | |
| * | | | | | | | | Do exact rename detection regardless of rename limits | Linus Torvalds | 2007-10-26 | 1 | -6/+6 | |
| * | | | | | | | | Do linear-time/space rename logic for exact renames | Linus Torvalds | 2007-10-26 | 4 | -65/+303 | |
| * | | | | | | | | copy vs rename detection: avoid unnecessary O(n*m) loops | Linus Torvalds | 2007-10-26 | 3 | -75/+35 | |
| * | | | | | | | | Ref-count the filespecs used by diffcore | Linus Torvalds | 2007-10-26 | 3 | -14/+19 | |
| * | | | | | | | | Split out "exact content match" phase of rename detection | Linus Torvalds | 2007-10-26 | 1 | -34/+56 | |
| * | | | | | | | | Add 'diffcore.h' to LIB_H | Linus Torvalds | 2007-10-26 | 1 | -2/+1 | |
* | | | | | | | | | Merge branch 'jn/web' into HEAD | Junio C Hamano | 2007-10-30 | 1 | -85/+67 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | gitweb: Fix and simplify "split patch" detection | Jakub Narebski | 2007-10-29 | 1 | -85/+67 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'ds/gitweb' into HEAD | Junio C Hamano | 2007-10-30 | 1 | -8/+29 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | gitweb: Use chop_and_escape_str in more places. | David Symonds | 2007-10-24 | 1 | -3/+3 | |
| * | | | | | | | | | gitweb: Refactor abbreviation-with-title-attribute code. | David Symonds | 2007-10-24 | 1 | -24/+21 | |
| * | | | | | | | | | gitweb: Provide title attributes for abbreviated author names. | David Symonds | 2007-10-22 | 1 | -5/+29 | |
* | | | | | | | | | | Merge branch 'js/rebase' into HEAD | Junio C Hamano | 2007-10-30 | 1 | -13/+13 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fixing path quoting in git-rebase | Jonathan del Strother | 2007-10-18 | 1 | -13/+13 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | No longer install git-svnimport, move to contrib/examples | Gerrit Pape | 2007-10-30 | 6 | -5/+1 | |
| |_|/ / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Correct handling of upload-pack in builtin-fetch-pack | Daniel Barkalow | 2007-10-29 | 1 | -3/+4 | |
* | | | | | | | | | Speedup scanning for excluded files. | Lars Knoll | 2007-10-29 | 2 | -16/+50 | |
* | | | | | | | | | RelNotes-1.5.4: describe recent updates | Junio C Hamano | 2007-10-29 | 2 | -2/+27 | |
* | | | | | | | | | Teach git-pull about --[no-]ff, --no-squash and --commit | Lars Hjemli | 2007-10-29 | 1 | -3/+11 | |
* | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2007-10-29 | 6 | -12/+39 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | RelNotes-1.5.3.5: describe recent fixes | Junio C Hamano | 2007-10-29 | 1 | -0/+21 | |
| * | | | | | | | | merge-recursive.c: mrtree in merge() is not used before set | Junio C Hamano | 2007-10-29 | 1 | -1/+1 | |
| * | | | | | | | | sha1_file.c: avoid gcc signed overflow warnings | Junio C Hamano | 2007-10-29 | 1 | -7/+9 | |
| * | | | | | | | | Fix a small memory leak in builtin-add | Benoit Sigoure | 2007-10-29 | 1 | -0/+2 | |
| * | | | | | | | | honor the http.sslVerify option in shell scripts | Aurelien Bompard | 2007-10-28 | 2 | -4/+6 | |
* | | | | | | | | | Remove outdated references to cogito in documentation | Dan McGee | 2007-10-29 | 1 | -1/+4 | |
* | | | | | | | | | core-tutorial: Catch up with current Git | Benoit Sigoure | 2007-10-29 | 1 | -16/+10 | |
* | | | | | | | | | git.el: Run git-gc --auto after commits. | Alexandre Julliard | 2007-10-28 | 1 | -0/+1 | |
* | | | | | | | | | git.el: Refresh only the changed file marks when marking/unmarking all. | Alexandre Julliard | 2007-10-28 | 1 | -2/+5 | |
* | | | | | | | | | git.el: Fix typo in git-update-saved-file error handling. | Alexandre Julliard | 2007-10-28 | 1 | -1/+1 | |
* | | | | | | | | | git.el: Fix typo in "Reverted file" message. | Alexandre Julliard | 2007-10-28 | 1 | -1/+1 | |
* | | | | | | | | | git-fetch: do not fail when remote branch disappears | Junio C Hamano | 2007-10-28 | 3 | -18/+33 | |
* | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitk | Junio C Hamano | 2007-10-28 | 1 | -1091/+1744 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | gitk: Use the UI font for the diff/old version/new version radio buttons | Paul Mackerras | 2007-10-27 | 1 | -3/+3 |