9339 Commits (5c49c11686df9d1c27a194349d0b2092e6446f42)
 

Author SHA1 Message Date
Jakub Narebski cd67c8e0bc gitweb: Add some installation notes in gitweb/INSTALL 18 years ago
Jakub Narebski 4ae89b7625 gitweb: Fix not marking signoff lines in "log" view 18 years ago
Jakub Narebski 346d5e1835 gitweb: Don't escape attributes in CGI.pm HTML methods 18 years ago
Li Yang 290b1467a3 gitweb: Change to use explicitly function call cgi->escapHTML() 18 years ago
Junio C Hamano 2499857b0b git-am documentation: describe what is taken from where. 18 years ago
Johannes Schindelin e43b010582 git-revert: Revert revert message to old behaviour 18 years ago
Junio C Hamano 1daa09d9a8 make the previous optimization work also on path-limited rev-list --bisect 18 years ago
Junio C Hamano 2a4646904a rev-list --bisect: Fix "halfway" optimization. 18 years ago
Junio C Hamano 1c2c6112a4 Merge branch 'master' into jc/bisect 18 years ago
Junio C Hamano b08bbae7e1 Merge branch 'maint' 18 years ago
Christian Couder 6cea055547 Documentation: bisect: make a comment fit better in the man page. 18 years ago
Christian Couder 1207f9e705 Documentation: bisect: add some titles to some paragraphs. 18 years ago
Christian Couder fed820ad56 Documentation: bisect: reformat more paragraphs. 18 years ago
Christian Couder cc070d1f79 Documentation: bisect: reword one paragraph. 18 years ago
Christian Couder 7891a2811d Documentation: bisect: reformat some paragraphs. 18 years ago
Junio C Hamano a4e9d71edb Fix path-limited "rev-list --bisect" termination condition. 18 years ago
Jakub Narebski f9308a182e gitweb: Fix "next" link in commit view 18 years ago
Junio C Hamano 12cb813733 git-bisect.sh: properly dq $GIT_DIR 18 years ago
Junio C Hamano 673e58389f git-bisect: typofix 18 years ago
Junio C Hamano abba9dbbf4 checkout: report where the new HEAD is upon detaching HEAD 18 years ago
Junio C Hamano bab36bf57d t6004: add a bit more path optimization test. 18 years ago
Christian Couder a17c410100 Bisect: implement "git bisect run <cmd>..." to automatically bisect. 18 years ago
Uwe Kleine-König cc65343a84 Bisect: convert revs given to good and bad to commits 18 years ago
Johannes Schindelin 3007a78033 t4118: be nice to non-GNU sed 18 years ago
Junio C Hamano cc96fd092a git-apply: Do not free the wrong buffer when we convert the data for writeout 18 years ago
Junio C Hamano 00cec846f1 Merge git://git2.kernel.org/pub/scm/gitk/gitk 18 years ago
Junio C Hamano aa576e6b47 Merge branch 'maint' 18 years ago
Peter Eriksen 979ea5856c Documentation/pack-format.txt: Clear up description of types. 18 years ago
Nicolas Pitre 605fac8b5b update HEAD reflog when branch pointed to by HEAD is directly modified 18 years ago
Andy Parkins 0a0d080bdc update-hook: abort early if the project description is unset 18 years ago
Michael S. Tsirkin 85295a52e6 git-merge: Put FETCH_HEAD data in merge commit message 18 years ago
Junio C Hamano a1bf91e081 git-rebase: make 'rebase HEAD branch' work as expected. 18 years ago
Junio C Hamano 1c4fea3a40 git-rev-list --bisect: optimization 18 years ago
Junio C Hamano 457f08a030 git-rev-list: add --bisect-vars option. 18 years ago
Junio C Hamano 7054b6089d t6002: minor spelling fix. 18 years ago
Junio C Hamano 1d848f643c tree_entry_interesting(): allow it to say "everything is interesting" 18 years ago
Junio C Hamano ccc744abbb tree-diff: avoid strncmp() 18 years ago
Junio C Hamano 7d2f667b12 Teach tree_entry_interesting() that the tree entries are sorted. 18 years ago
Linus Torvalds 4651ece854 Switch over tree descriptors to contain a pre-parsed entry 18 years ago
Linus Torvalds 6fda5e5180 Initialize tree descriptors with a helper function rather than by hand. 18 years ago
Linus Torvalds a8c40471ab Remove "pathlen" from "struct name_entry" 18 years ago
Brandon Casey 1ce09dd678 [PATCH] prefer "git COMMAND" over "git-COMMAND" in gitk 18 years ago
Michael S. Tsirkin a947ab79d4 fix typo in git-am manpage 18 years ago
Junio C Hamano 171dccd511 blame: cmp_suspect is not "cmp" anymore. 18 years ago
Nicolas Pitre 3254d218b4 minor git-prune optimization 18 years ago
Nicolas Pitre 5721685699 improve checkout message when asking for same branch 18 years ago
Linus Torvalds ac54c277f0 Be more careful about zlib return values 18 years ago
Linus Torvalds acdeec62cb Don't ever return corrupt objects from "parse_object()" 18 years ago
Nicolas Pitre 9096c660a8 index-pack: more validation checks and cleanups 18 years ago
Nicolas Pitre ce9fbf16e0 index-pack: use hash_sha1_file() 18 years ago