summaryrefslogtreecommitdiffstats
path: root/git-rebase.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2006-05-05fmt-patch: implement -o <dir>Johannes Schindelin1-10/+34
2006-05-05fmt-patch: output file names to stdoutJohannes Schindelin1-1/+6
2006-05-05Teach fmt-patch to write individual files.Johannes Schindelin1-1/+71
2006-05-01Use RFC2822 dates from "git fmt-patch".Junio C Hamano3-5/+28
2006-04-22git-fmt-patch: thinkofix to show [PATCH] properly.Junio C Hamano1-2/+3
2006-04-21Split up builtin commands into separate files from git.cLinus Torvalds5-305/+342
2006-04-21git-log produces no outputLinus Torvalds1-0/+2
2006-04-21fix pack-object buffer sizeNicolas Pitre1-1/+1
2006-04-21mailinfo: decode underscore used in "Q" encoding properly.Junio C Hamano1-5/+7
2006-04-21Reintroduce svn pools to solve the memory leak.Santi_BĂ©jar1-1/+3
2006-04-21pack-objects: do not stop at object that is "too small"Junio C Hamano1-1/+1
2006-04-20rename internal format-patch wipJunio C Hamano1-1/+1
2006-04-20git-commit --amend: two fixes.Junio C Hamano2-7/+16
2006-04-20diff: move diff.c to diff-lib.c to make room.Junio C Hamano2-1/+1
2006-04-20pre-commit hook: complain about conflict markers.Junio C Hamano1-0/+3
2006-04-20git-merge: a bit more readable user guidance.Junio C Hamano1-1/+1
2006-04-20Minor tweak on subject line in --pretty=emailJunio C Hamano1-1/+1
2006-04-19get_tree_entry(): make it available from tree-walkJunio C Hamano3-52/+52
2006-04-19sha1_name.c: no need to include diff.h; tree-walk.h will do.Junio C Hamano1-1/+1
2006-04-19sha1_name.c: prepare to make get_tree_entry() reusable from others.Junio C Hamano1-9/+10
2006-04-19git log: don't do merge diffs by defaultLinus Torvalds1-2/+0
2006-04-19Allow "git repack" users to specify repacking window/depthLinus Torvalds1-3/+5
2006-04-19get_sha1() shorthands for blob/tree objectsLinus Torvalds1-1/+66
2006-04-19Fix uninteresting tags in new revision parsingLinus Torvalds1-0/+1
2006-04-19Document git-clone --referenceShawn Pearce1-1/+20
2006-04-19Tentative built-in format-patch.Junio C Hamano4-13/+89
2006-04-18Fix filename scaling for binary filesJonas Fonseca1-3/+4
2006-04-18GIT 1.3.0v1.3.0Junio C Hamano1-1/+1
2006-04-18Add git-annotate(1) and git-blame(1)Jonas Fonseca4-1/+92
2006-04-18Fix "git log --stat": make sure to set recursive with --stat.Junio C Hamano2-2/+9
2006-04-18diff --stat: make sure to set recursive.Junio C Hamano3-5/+10
2006-04-18git-svnimport symlink supportHerbert Valerio Riedel1-2/+16
2006-04-18combine-diff: show diffstat with the first parent.Junio C Hamano1-5/+19
2006-04-18git.c: LOGSIZE is unused after log printing cleanup.Junio C Hamano1-2/+0
2006-04-18Log message printout cleanups (#3): fix --pretty=onelineLinus Torvalds1-2/+12
2006-04-18Log message printout cleanups (#2)Linus Torvalds2-8/+17
2006-04-18packed_object_info_detail(): check for corrupt packfile.Junio C Hamano1-2/+4
2006-04-18Log message printout cleanupsLinus Torvalds11-185/+151
2006-04-18cleanups: remove unused variable from exec_cmd.cSerge E. Hallyn1-3/+1
2006-04-18cleanups: prevent leak of two strduped strings in config.cSerge E. Hallyn1-11/+28
2006-04-18cleanups: Remove impossible case in quote.cSerge E. Hallyn1-2/+0
2006-04-18cleanups: Remove unused vars from combine-diff.cSerge E. Hallyn1-10/+2
2006-04-18cleanups: Fix potential bugs in connect.cSerge E. Hallyn1-4/+14
2006-04-17Allow empty lines in info/graftsYann Dirson1-1/+1
2006-04-17rev-list --header: output format fixJunio C Hamano1-0/+3
2006-04-17rev-list --boundary: show boundary commits even when limited otherwise.Junio C Hamano4-10/+36
2006-04-17Makefile fixups.A Large Angry SCM2-2/+2
2006-04-17gitk: Fix bug caused by missing commitlisted elementsPaul Mackerras1-2/+3
2006-04-17Fixes for option parsingLinus Torvalds2-4/+15
2006-04-16reading $GIT_DIR/info/graft - skip comments correctly.Junio C Hamano1-1/+3