summaryrefslogtreecommitdiffstats
path: root/date.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-04-19sha1_name.c: prepare to make get_tree_entry() reusable from others.Junio C Hamano1-9/+10
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-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
2006-04-16log/whatchanged/show - log formatting cleanup.Junio C Hamano3-15/+30
2006-04-16Simplify common default options setup for built-in log family.Junio C Hamano1-13/+7
2006-04-16Do not fork PAGER=catJunio C Hamano1-1/+1
2006-04-16pager: do not fork a pager if PAGER is set to empty.Johannes Schindelin1-7/+10
2006-04-16Tentative built-in "git show"Linus Torvalds3-0/+24
2006-04-16Built-in git-whatchanged.Junio C Hamano1-19/+43
2006-04-16rev-list option parser fix.Junio C Hamano1-59/+23
2006-04-16Split init_revisions() out of setup_revisions()Junio C Hamano5-5/+6
2006-04-16diff-options: add --patch-with-statJohannes Schindelin3-1/+22
2006-04-16diff-files --stat: do not dump core with unmerged index.Junio C Hamano1-4/+17
2006-04-16Support "git cmd --help" syntaxLinus Torvalds1-0/+6
2006-04-15diff --stat: do not do its own three-dashes.Junio C Hamano2-3/+3
2006-04-15diff-tree: typefix.Junio C Hamano1-1/+1
2006-04-15GIT v1.3.0-rc4v1.3.0-rc4Junio C Hamano1-1/+1
2006-04-15Fix up rev-list option parsing.Junio C Hamano1-2/+4
2006-04-15Fix up default abbrev in setup_revisions() argument parser.Junio C Hamano3-0/+7
2006-04-15Common option parsing for "git log --diff" and friendsLinus Torvalds6-227/+218
2006-04-15rev-list --bisect: limit list before bisecting.Junio C Hamano1-0/+2
2006-04-15Clean up trailing whitespace when pretty-printing commitsLinus Torvalds1-10/+5
2006-04-15"git cmd -h" for shell scripts.Junio C Hamano1-1/+1
2006-04-14git-log <diff-options> <paths> documentationJunio C Hamano1-4/+20
2006-04-14Retire git-log.sh (take #4)Junio C Hamano1-15/+0
2006-04-14stripspace: incomplete line fix (take #2)Junio C Hamano1-1/+3
2006-04-14t5500: test fixJunio C Hamano1-19/+14